gperiodic-2.0.10/0000755000076400007640000000000010645152713013471 5ustar jfrantzjfrantzgperiodic-2.0.10/po/0000755000076400007640000000000010645152563014112 5ustar jfrantzjfrantzgperiodic-2.0.10/po/Makefile0000644000076400007640000000143010645151735015550 0ustar jfrantzjfrantz# Makefile for locale directory PACKAGE ?= gperiodic MSGFMT = msgfmt FILES_PO := $(wildcard *.po) FILES_MO := $(FILES_PO:.po=.mo) datadir ?= /usr/share enable_nls ?= 1 LOCALEDIR ?= $(datadir)/locale MSGFMT_OPT ?= -f -v -o .SUFFIXES: .mo .po .po.mo: $(MSGFMT) $(MSGFMT_OPT) $@ $< ifeq ($(enable_nls),1) all: mo-files mo-files: $(FILES_MO) else all: mo-files: endif install: $(MAKE) all for f in $(FILES_MO) ; do \ mkdir -p $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES ; \ install -m 644 $$f $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES/$(PACKAGE).mo ; \ done uninstall: for f in $(FILES_MO) ; do \ rm -f $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES/$(PACKAGE).mo ; \ done clean: rm -f $(FILES_MO) .PHONY: all mo-files install uninstall clean gperiodic-2.0.10/po/da.po0000644000076400007640000014636110645151735015051 0ustar jfrantzjfrantz# Translation of gperiodic-da.po to Dansk # Translation of da.po to Dansk # Translation of gperiodic.po to Dansk # This file is distributed under the same license as the Gperiodic package. # Copyright (C) Gunner Poulsen , 2003. # msgid "" msgstr "" "Project-Id-Version: gperiodic-da\n" "POT-Creation-Date: 2003-10-10 10:51+0300\n" "PO-Revision-Date: 2003-11-07 00:43+0100\n" "Last-Translator: Gunner Poulsen \n" "Language-Team: Dansk \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n" #: gperiodic.c:190 #, c-format msgid "" "%sAuthors:\n" "%s\n" "\n" "This program shows the periodic table of elements\n" "and information about these elements.\n" "\n" "Released under the GPL license." msgstr "" "%sForfattere:\n" "%s\n" "\n" "Dette program viser grundstoffernes periodiske system\n" "og oplysninger om grundstofferne.\n" "\n" "Frigivet under GPL-licensen." #: gperiodic.c:200 msgid "GPeriodic - About" msgstr "GPeriodic - Om" #: gperiodic.c:225 msgid "" "GPeriodic [opts]\n" "Options are:\n" " -h show this help screen.\n" " -c color the elements according to their phase at\n" " temperature in Kelvins.\n" " -D dump the periodic table.\n" " -v be verbose\n" "\n" msgstr "" "GPeriodic [tilvalg]\n" "Tilvalg:\n" " -h Vis denne hjælpeskærm.\n" " -c farvelæg grundstofferne efter deres tilstandsform\n" " ved temperaturen i Kelvin.\n" " -D dump det periodiske system.\n" " -v be verbose\n" "\n" #: gperiodic.c:301 msgid "/_File" msgstr "/_Filer" #: gperiodic.c:302 msgid "/File/_Quit" msgstr "/Filer/_Afslut" #: gperiodic.c:303 msgid "/_Help" msgstr "/_Hjælp" #: gperiodic.c:304 msgid "/Help/_About ..." msgstr "/Hjælp/_Om ..." #: gperiodic.c:309 msgid "GPeriodic" msgstr "GPeriodic" #: gperiodic.c:337 msgid "No symbol for index" msgstr "Intet symbol for index" #: gperiodic.c:344 msgid "Error button was null?" msgstr "Fejl knappen var null?" #: gperiodic.c:355 #, c-format msgid "%s(%d) Setting color: %d %d %d" msgstr "%s(%d) Opsætning farve: %d %d %d" #: gperiodic.c:392 #, c-format msgid "%s n:%s w:%s" msgstr "%s n:%s w:%s" #: gperiodic.c:430 #, c-format msgid " Option -c error : %s is not a number.\n" msgstr " Tilvalg -c fejl: %s er ikke et tal.\n" #: gperiodic.c:434 #, c-format msgid " Option -c error : %s is not a valid number (must be > 0).\n" msgstr " Tilvalg -c fejl: %s er ikke et gyldigt tal (skal være > 0).\n" #: gperiodic.c:462 #, c-format msgid "" "\n" " Unknown element : %s. Exiting.\n" "\n" msgstr "" "\n" " Ukendt element : %s. Afslutter.\n" "\n" #: gperiodic.c:467 msgid "" "\n" " Element number exceeds existing elements. Exiting.\n" "\n" msgstr "" "\n" " Grundstofnummeret er højere end de eksisterende grundstoffer. Afslutter.\n" "\n" #: table_data.h:36 msgid "Name: " msgstr "Navn: " #: table_data.h:37 msgid "Symbol: " msgstr "Symbol: " #: table_data.h:38 msgid "Atomic Number: " msgstr "Atomnummer: " #: table_data.h:39 msgid "Atomic Weight (u.m): " msgstr "Atomvægt (u.m): " #: table_data.h:40 msgid "Density (g/cm3) : " msgstr "Densitet (g/cm3) : " #: table_data.h:41 msgid "Melting Point (K): " msgstr "Smeltepunkt (K): " #: table_data.h:42 msgid "Boiling Point (K): " msgstr "Kogepunkt (K): " #: table_data.h:43 msgid "Atomic Radius (pm): " msgstr "Atomets radius (pm): " #: table_data.h:44 msgid "Covalent Radius (pm): " msgstr "Covalent radius (pm): " #: table_data.h:45 msgid "Ionic Radius (pm): " msgstr "Ioniseret radius (pm): " #: table_data.h:46 msgid "Atomic Volume (cm3/mol): " msgstr "Atomvolume (cm3/mol): " #: table_data.h:47 msgid "Specific Heat (@20" msgstr "Specifik varmekapasitet (@20C" #: table_data.h:47 msgid "C J/g mol): " msgstr "C J/g mol): " #: table_data.h:48 msgid "Fusion Heat (kJ/mol): " msgstr "Fusionsvarme (kJ/mol): " #: table_data.h:49 msgid "Evaporation Heat (kJ/mol): " msgstr "Fordampningsvarme (kJ/mol): " #: table_data.h:50 msgid "Termal Conductivity (@25" msgstr "Varmeledningsevne (@25" #: table_data.h:50 msgid "C W/m K): " msgstr "C W/m K): " #: table_data.h:51 msgid "Debye temperature (K): " msgstr "Debye temperatur (K): " #: table_data.h:52 msgid "Pauling Negativity Number: " msgstr "Paulings elektronegativitetsnummer: " #: table_data.h:53 msgid "First Ionizing Energy (kJ/mol): " msgstr "Første ioniseringsenergi (kJ/mol): " #: table_data.h:54 msgid "Oxidation states: " msgstr "Oxidationstal: " #: table_data.h:55 msgid "Electronic Configuration: " msgstr "Elektronkonfiguration: " #: table_data.h:56 msgid "Lattice structure: " msgstr "Gitterstruktur: " #: table_data.h:57 msgid "Lattice constant (" msgstr "Gitterkonstant (" #: table_data.h:57 msgid "): " msgstr "): " #: table_data.h:58 msgid "Lattice c/a ratio: " msgstr "Gitter c/a ratio: " #: table_data.h:59 msgid "Appearance: " msgstr "Udseende: " #: table_data.h:60 msgid "Discovery date: " msgstr "Opdaget: " #: table_data.h:61 msgid "Discovered by: " msgstr "Opdaget af: " #: table_data.h:62 msgid "Named after: " msgstr "Navngivet efter: " #: table_data.h:87 table_data.h:103 table_data.h:153 table_data.h:155 #: table_data.h:158 table_data.h:159 table_data.h:160 table_data.h:161 #: table_data.h:162 table_data.h:164 table_data.h:166 table_data.h:167 #: table_data.h:168 table_data.h:169 table_data.h:170 table_data.h:171 #: table_data.h:173 table_data.h:174 table_data.h:175 table_data.h:176 #: table_data.h:177 table_data.h:178 table_data.h:179 table_data.h:180 #: table_data.h:181 table_data.h:182 table_data.h:183 table_data.h:184 #: table_data.h:185 table_data.h:186 table_data.h:187 table_data.h:188 #: table_data.h:189 table_data.h:190 table_data.h:192 table_data.h:193 #: table_data.h:194 table_data.h:196 table_data.h:197 table_data.h:198 #: table_data.h:199 table_data.h:200 table_data.h:201 table_data.h:202 #: table_data.h:204 table_data.h:205 table_data.h:206 table_data.h:207 #: table_data.h:208 table_data.h:209 table_data.h:211 table_data.h:212 #: table_data.h:215 table_data.h:216 table_data.h:217 table_data.h:218 #: table_data.h:219 table_data.h:220 table_data.h:221 table_data.h:222 #: table_data.h:223 table_data.h:224 table_data.h:225 table_data.h:226 #: table_data.h:227 table_data.h:229 table_data.h:230 table_data.h:231 #: table_data.h:232 table_data.h:234 table_data.h:235 table_data.h:236 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 #: table_data.h:242 table_data.h:243 table_data.h:244 table_data.h:246 #: table_data.h:247 table_data.h:249 table_data.h:250 table_data.h:251 #: table_data.h:252 table_data.h:253 table_data.h:254 table_data.h:255 #: table_data.h:256 table_data.h:257 table_data.h:258 table_data.h:259 #: table_data.h:260 table_data.h:261 table_data.h:262 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 #: table_data.h:269 table_data.h:270 table_data.h:271 table_data.h:272 #: table_data.h:273 table_data.h:274 table_data.h:275 table_data.h:276 #: table_data.h:277 table_data.h:278 table_data.h:279 msgid "n/a" msgstr "i/t" #: table_data.h:152 msgid "Hydrogen" msgstr "Hydrogen (Brint)" #: table_data.h:152 table_data.h:162 msgid "Colorless, odorless, tasteless gas" msgstr "Farveløs, lugtløs og smagsløs gas" #: table_data.h:152 msgid "1766 (England)" msgstr "1766 (England)" #: table_data.h:152 msgid "Henry Cavendish" msgstr "Henry Cavendish" #: table_data.h:152 msgid "Greek: hydro (water) and genes (generate)" msgstr "Græsk: hydro (vand) og genes (generér)" #: table_data.h:153 msgid "Helium" msgstr "Helium" #: table_data.h:153 msgid "Inert, colorless, odorless, tasteless gas" msgstr "Ædelgas, farveløs, lugtløs og smagsløs gas" #: table_data.h:153 msgid "1895 (Scotland/Sweden)" msgstr "1895 (Skotland/Sverige)" #: table_data.h:153 msgid "Sir William Ramsey, Nils Langet, P.T.Cleve" msgstr "Sir William Ramsey, Nils Langet, P.T.Cleve" #: table_data.h:153 msgid "Greek: helios (sun)." msgstr "Græsk: helios (solen)." #: table_data.h:155 msgid "Lithium" msgstr "Lithium" #: table_data.h:155 table_data.h:164 table_data.h:220 msgid "Soft, silvery-white metal" msgstr "Blødt sølvhvidt metal" #: table_data.h:155 msgid "1817 (Sweden)" msgstr "1817 (Serrige)" #: table_data.h:155 msgid "Johann Arfwedson" msgstr "Johann Arfwedson" #: table_data.h:155 msgid "Greek: lithos (stone)." msgstr "Græsk: lithos (sten)." #: table_data.h:156 msgid "Beryllium" msgstr "Beryllium" #: table_data.h:156 msgid "Hard, brittle, steel-gray metal" msgstr "Hårdt, sprødt og stålgråt metal" #: table_data.h:156 msgid "1798 (France)" msgstr "1798 (Frankrig)" #: table_data.h:156 msgid "Louis-Nicholas Vauquelin" msgstr "Louis-Nicholas Vauquelin" #: table_data.h:156 msgid "Greek: beryllos, 'beryl' (a mineral)." msgstr "Græsk: beryllos, 'beryl' (et mineral)." #: table_data.h:157 msgid "Boron" msgstr "Bor" #: table_data.h:157 msgid "Hard, brittle, lustrous black semimetal" msgstr "Hårdt, sprødt, skinnende sort halvmetal" #: table_data.h:157 msgid "1808 (England/France)" msgstr "1808 (England/Frankrig)" #: table_data.h:157 msgid "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" msgstr "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" #: table_data.h:157 msgid "The Arabic and Persian words for borax." msgstr "Det Arabiske og Persiske navn for borax." #: table_data.h:158 msgid "Carbon" msgstr "Carbon (Kulstof)" #: table_data.h:158 msgid "Dense, Black" msgstr "Tæt, sort" #: table_data.h:158 table_data.h:169 table_data.h:180 table_data.h:183 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "n/a (Unknown)" msgstr "i/t (Ukendt)" #: table_data.h:158 msgid "Known to the ancients" msgstr "Kendt siden oldtiden" #: table_data.h:158 msgid "Latin: carbo, (charcoal)." msgstr "Latin: carbo, (kul)." #: table_data.h:159 msgid "Nitrogen" msgstr "Nitrogen (Kvælstof)" #: table_data.h:159 msgid "Colorless, odorless, tasteless, and generally inert gas" msgstr "Farveløs, lugtløs, smagsløs og generelt ikke ret reaktiv gas" #: table_data.h:159 msgid "1772 (Scotland)" msgstr "1772 (Skotland)" #: table_data.h:159 msgid "Daniel Rutherford" msgstr "Daniel Rutherford" #: table_data.h:159 msgid "Greek: nitron and genes, (soda forming)." msgstr "Græsk: nitron og genes, (soda-dannende)." #: table_data.h:160 msgid "Oxygen" msgstr "Oxygen (Ilt)" #: table_data.h:160 msgid "Colorless, odorless, tasteless gas; pale blue liquid" msgstr "Farveløs, lugtløs, smagsløs gas. Blålig væske" #: table_data.h:160 msgid "1774 (England/Sweden)" msgstr "1774 (England/Sverige)" #: table_data.h:160 msgid "Joseph Priestly, Carl Wilhelm Scheele" msgstr "Joseph Priestly, Carl Wilhelm Scheele" #: table_data.h:160 msgid "Greek: oxys and genes, (acid former)." msgstr "Græsk: oxys og genes (syredanner)." #: table_data.h:161 msgid "Fluorine" msgstr "Fluor" #: table_data.h:161 msgid "Greenish-yellow, pungent, corrosive gas" msgstr "Grøngul, prikkende, korroderende gas" #: table_data.h:161 table_data.h:223 msgid "1886 (France)" msgstr "1886 (Frankrig)" #: table_data.h:161 msgid "Henri Moissan" msgstr "Henri Moissan" #: table_data.h:161 msgid "Latin: fluere (flow)." msgstr "Latin: fluere (flow)." #: table_data.h:162 msgid "Neon" msgstr "Neon" #: table_data.h:162 table_data.h:209 msgid "1898 (England)" msgstr "1898 (England)" #: table_data.h:162 table_data.h:190 msgid "Sir William Ramsey, M.W. Travers" msgstr "Sir William Ramsey, M.W. Travers" #: table_data.h:162 msgid "Greek: neos (new)." msgstr "Græsk: neos (ny)." #: table_data.h:164 msgid "Sodium" msgstr "Natrium" #: table_data.h:164 table_data.h:173 msgid "1807 (England)" msgstr "1807 (England)" #: table_data.h:164 table_data.h:165 table_data.h:173 table_data.h:174 #: table_data.h:212 msgid "Sir Humphrey Davy" msgstr "Sir Humphrey Davy" #: table_data.h:164 msgid "" "Medieval Latin: sodanum, (headache remedy); symbol from Latin natrium, " "(sodium carbonate)." msgstr "Latin: natrium (Natrium carbonat)." #: table_data.h:165 msgid "Magnesium" msgstr "Magnesium" #: table_data.h:165 msgid "Lightweight, malleable, silvery-white metal" msgstr "Let, sølvhvidt metal, der kan smedes" #: table_data.h:165 table_data.h:174 table_data.h:212 msgid "1808 (England)" msgstr "1808 (England)" #: table_data.h:165 msgid "Magnesia, ancient city in district of Thessaly, Greece." msgstr "Magnesia, oldtidsby i Thessalydistriktet, Grækenland." #: table_data.h:166 msgid "Aluminum" msgstr "Aluminium" #: table_data.h:166 msgid "Soft, lightweight, silvery-white metal" msgstr "Blødt, let, sølvhvidt metal" #: table_data.h:166 msgid "1825 (Denmark)" msgstr "1825 (Danmark)" #: table_data.h:166 msgid "Hans Christian Oersted" msgstr "Hans Christian Ørsted" #: table_data.h:166 msgid "Latin: alumen, aluminis, (alum)." msgstr "Latin: alumen, aluminis, (alum)." #: table_data.h:167 msgid "Silicon" msgstr "Silicium" #: table_data.h:167 msgid "Amorphous form is brown powder; crystalline form has a gray" msgstr "Den amorfe form er brunt pulver, krystalformen har en grå" #: table_data.h:167 msgid "1824 (Sweden)" msgstr "1824 (Sverige)" #: table_data.h:167 table_data.h:188 table_data.h:250 msgid "Jons Jacob Berzelius" msgstr "Jons Jacob Berzelius" #: table_data.h:167 msgid "Latin: silex, silicus, (flint)." msgstr "Latin: silex, silicus, (flint)." #: table_data.h:168 msgid "Phosphorus" msgstr "Phosphor" #: table_data.h:168 msgid "1.82 (white phosphorus)" msgstr "1.82 (hvidt phosphor)" #: table_data.h:168 msgid "The most common white form is a waxy, phosphorescent solid" msgstr "Den mest almindelige hvide form er et voksagtig, fosforiserende faststof" #: table_data.h:168 msgid "1669 (Germany)" msgstr "1669 (Tyskland)" #: table_data.h:168 msgid "Hennig Brand" msgstr "Hennig Brand" #: table_data.h:168 msgid "Greek: phosphoros, (bringer of light)." msgstr "Græsk: phosphoros, (lysbringer)." #: table_data.h:169 msgid "Sulfur" msgstr "Svovl" #: table_data.h:169 msgid "Tasteless, odorless, light-yellow, brittle solid" msgstr "Smagsløs, lugtløs, gullig, sprødt faststof" #: table_data.h:169 table_data.h:180 table_data.h:183 table_data.h:184 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "Known to the ancients." msgstr "Kendt siden oldtiden." #: table_data.h:169 msgid "Latin: sulphur (brimstone)." msgstr "Latin: sulphur (svovl)." #: table_data.h:170 msgid "Chlorine" msgstr "Chlor" #: table_data.h:170 msgid "Greenish-yellow, disagreeable gas" msgstr "Grøngullig, ubehagelig gas" #: table_data.h:170 table_data.h:179 msgid "1774 (Sweden)" msgstr "1774 (Sverige)" #: table_data.h:170 table_data.h:197 msgid "Carl Wilhelm Scheele" msgstr "Carl Wilhelm Scheele" #: table_data.h:170 msgid "Greek: chloros (greenish yellow)." msgstr "Græsk: chloros (grøngul)." #: table_data.h:171 msgid "Argon" msgstr "Argon" #: table_data.h:171 msgid "Colorless, tasteless, odorless noble gas" msgstr "Farveløs, lugtløs og smagsløs ædelgas" #: table_data.h:171 msgid "1894 (Scotland)" msgstr "1894 (Skotland)" #: table_data.h:171 msgid "Sir William Ramsey, Baron Rayleigh" msgstr "Sir William Ramsey, Baron Rayleigh" #: table_data.h:171 msgid "Greek: argos (inactive)." msgstr "Græsk: argos (inaktiv)." #: table_data.h:173 msgid "Potassium" msgstr "Kalium" #: table_data.h:173 msgid "Soft, waxy, silvery-white metal" msgstr "Blødt, voksagtigt, sølvhvidt metal" #: table_data.h:173 msgid "English: pot ash; symbol from Latin: kalium, (alkali)." msgstr "Latin: kalium, (alkali)." #: table_data.h:174 msgid "Calcium" msgstr "Calcium" #: table_data.h:174 msgid "Fairly hard, silvery-white metal" msgstr "Ret hårdt, sølvhvidt metal" #: table_data.h:174 msgid "Latin: calx, calcis (lime)." msgstr "Latin: calx, calcis (lime)." #: table_data.h:175 msgid "Scandium" msgstr "Scandium" #: table_data.h:175 msgid "Fairly soft, silvery-white metal" msgstr "Ret blødt, sølvhvidt metal" #: table_data.h:175 table_data.h:226 msgid "1879 (Sweden)" msgstr "1879 (Sverige)" #: table_data.h:175 msgid "Lars Nilson" msgstr "Lars Nilson" #: table_data.h:175 msgid "Latin: Scandia, Scandinavia." msgstr "Latin: Scandia, Scandinavien." #: table_data.h:176 msgid "Titanium" msgstr "Titanium" #: table_data.h:176 msgid "Shiny, dark-gray metal" msgstr "Skinnende, mørkegråt metal" #: table_data.h:176 msgid "1791 (England)" msgstr "1791 (England)" #: table_data.h:176 msgid "William Gregor" msgstr "William Gregor" #: table_data.h:176 msgid "Greek: titanos (Titans)." msgstr "Græsk: titanos (Titanerne)." #: table_data.h:177 msgid "Vanadium" msgstr "Vanadium" #: table_data.h:177 table_data.h:221 msgid "Soft, ductile, silvery-white metal" msgstr "Blødt, bøjeligt, sølvhvidt metal" #: table_data.h:177 msgid "1830 (Sweden)" msgstr "1830 (Sverige)" #: table_data.h:177 msgid "Nils Gabriel Sefstrom" msgstr "Nils Gabriel Sefstrom" #: table_data.h:177 msgid "The scandinavian goddess, Vanadis." msgstr "Den nordiske gudinde, Vanadis." #: table_data.h:178 msgid "Chromium" msgstr "Chrom" #: table_data.h:178 msgid "Very hard, crystalline, steel-gray metal" msgstr "Meget hårdt, krystallinsk, stålgråt metal" #: table_data.h:178 msgid "1797 (France)" msgstr "1797 (Frankrig)" #: table_data.h:178 msgid "Louis Vauquelin" msgstr "Louis Vauquelin" #: table_data.h:178 msgid "Greek: chroma (color)." msgstr "Græsk: chroma (farve)." #: table_data.h:179 msgid "Manganese" msgstr "Mangan" #: table_data.h:179 msgid "Hard, brittle, gray-white metal" msgstr "Hårdt, sprødt, gråligthvidt metal" #: table_data.h:179 msgid "Johann Gahn" msgstr "Johann Gahn" #: table_data.h:179 msgid "Latin: magnes (magnet); Italian: manganese." msgstr "Latin: magnes (magnet); Italiensk: manganese." #: table_data.h:180 msgid "Iron" msgstr "Jern" #: table_data.h:180 msgid "Malleable, ductile, silvery-white metal" msgstr "Bøjeligt, sølvhvidt metal der kan smedes" #: table_data.h:180 msgid "Anglo-Saxon: iron; symbol from Latin: ferrum (iron)." msgstr "Dansk ord: jern, det kemiske symbol kommer fra det latinske ferrum." #: table_data.h:181 msgid "Cobalt" msgstr "Cobolt" #: table_data.h:181 msgid "Hard, ductile, lustrous bluish-gray metal" msgstr "Hårdt, bøjeligt, skinnende blågråt metal" #: table_data.h:181 msgid "1739 (Sweden)" msgstr "1739 (Sverige)" #: table_data.h:181 msgid "George Brandt" msgstr "George Brandt" #: table_data.h:181 msgid "German: kobold (goblin)." msgstr "Tysk: kobold (dværg)." #: table_data.h:182 msgid "Nickel" msgstr "Nikkel" #: table_data.h:182 msgid "Hard, malleable, silvery-white metal" msgstr "Hårdt, sølvhvidt metal, der kan smedes" #: table_data.h:182 msgid "1751 (Sweden)" msgstr "1751 (Sverige)" #: table_data.h:182 msgid "Axel Cronstedt" msgstr "Axel Cronstedt" #: table_data.h:182 msgid "German: kupfernickel (false copper)." msgstr "Tysk: kupfernickel (falsk kobber)." #: table_data.h:183 msgid "Copper" msgstr "Kobber" #: table_data.h:183 msgid "Malleable, ductile, reddish-brown metal" msgstr "Bøjeligt, rødbrunt metal, der kan smedes" #: table_data.h:183 msgid "Symbol from Latin: cuprum (island of Cyprus famed for its copper mines)." msgstr "Symbolet stammer fra den latinske betegnelse: cuprum (øen Cypern berømt for sine kobberminer)." #: table_data.h:184 msgid "Zinc" msgstr "Zink" #: table_data.h:184 msgid "Bluish-silver, ductile metal" msgstr "Sølvblåt, bøjeligt metal" #: table_data.h:184 msgid "n/a (Germany)" msgstr "i/t (Tyskland)" #: table_data.h:184 msgid "German: zink (German for tin)." msgstr "Tysk: zink (Tysk for tin)." #: table_data.h:185 msgid "Gallium" msgstr "Gallium" #: table_data.h:185 msgid "Soft, blue-white metal" msgstr "Blødt, blåhvidt metal" #: table_data.h:185 msgid "1875 (France)" msgstr "1875 (Frankrig)" #: table_data.h:185 table_data.h:223 msgid "Paul-Emile Lecoq de Boisbaudran" msgstr "Paul-Emile Lecoq de Boisbaudran" #: table_data.h:185 msgid "Latin: Gallia (France)." msgstr "Latin: Gallia (Frankrig)." #: table_data.h:186 msgid "Germanium" msgstr "Germanium" #: table_data.h:186 msgid "Grayish-white metal" msgstr "Gråhvidt metal" #: table_data.h:186 msgid "1886 (Germany)" msgstr "1886 (Tyskland)" #: table_data.h:186 msgid "Clemens Winkler" msgstr "Clemens Winkler" #: table_data.h:186 msgid "Latin: Germania (Germany)." msgstr "Latin: Germania (Tyskland)." #: table_data.h:187 msgid "Arsenic" msgstr "Arsen" #: table_data.h:187 msgid "5.73 (grey arsenic)" msgstr "5.73 (grå arsen)" #: table_data.h:187 msgid "Steel gray, brittle semimetal" msgstr "Stålgråt, sprødt halvmetal" #: table_data.h:187 msgid "Greek: arsenikon; Latin: arsenicum, (both names for yellow pigment)." msgstr "Græsk: arsenikon; Latin: arsenicum, (begge navne for gult pigment)." #: table_data.h:188 msgid "Selenium" msgstr "Selen" #: table_data.h:188 msgid "A soft metalloid similar to sulfur" msgstr "Et blødt metalloid ligesom svovl" #: table_data.h:188 msgid "1818 (Sweden)" msgstr "1818 (Sverige)" #: table_data.h:188 msgid "Greek: selene (moon)." msgstr "Græsk: selene (Månen)." #: table_data.h:189 msgid "Bromine" msgstr "Brom" #: table_data.h:189 msgid "Reddish-brown liquid" msgstr "Rødbrun væske" #: table_data.h:189 msgid "1826 (France)" msgstr "1826 (Frankrig)" #: table_data.h:189 msgid "Antoine J. Balard" msgstr "Antoine J. Balard" #: table_data.h:189 msgid "Greek: bromos (stench)." msgstr "Græsk: bromos (stank)." #: table_data.h:190 msgid "Krypton" msgstr "Krypton" #: table_data.h:190 msgid "Dense, colorless, odorless, and tasteless gas" msgstr "Tæt, farveløs, lugtløs og smagsløs gas" #: table_data.h:190 msgid "1898 (Great Britain)" msgstr "1898 (Storbritannien)" #: table_data.h:190 msgid "Greek: kryptos (hidden)." msgstr "Græsk: kryptos (skjult)." #: table_data.h:192 msgid "Rubidium" msgstr "Rubidium" #: table_data.h:192 msgid "1861 (Germany)" msgstr "1861 (Tyskland)" #: table_data.h:192 msgid "R. Bunsen, G. Kirchoff" msgstr "R. Bunsen, G. Kirchoff" #: table_data.h:192 msgid "Latin: rubidus (deep red); the color its salts impart to flames." msgstr "Latin: rubidus (dybrød), den farve dens salte får i flammer." #: table_data.h:193 msgid "Strontium" msgstr "Strontium" #: table_data.h:193 msgid "Silvery, malleable metal" msgstr "Sølvfarvet metal, der kan smedes" #: table_data.h:193 msgid "1790 (Scotland)" msgstr "1790 (Skotland)" #: table_data.h:193 msgid "A. Crawford" msgstr "A. Crawford" #: table_data.h:193 msgid "The Scottish town, Strontian." msgstr "Den skotske by, Strontian." #: table_data.h:194 msgid "Yttrium" msgstr "Yttrium" #: table_data.h:194 msgid "Silvery, ductile, fairly reactive metal" msgstr "Sølvfarvet, bøjeligt, meget reaktivt metal" #: table_data.h:194 msgid "1789 (Finland)" msgstr "1789 (Finland)" #: table_data.h:194 msgid "Johann Gadolin" msgstr "Johann Gadolin" #: table_data.h:194 msgid "The Swedish village, Ytterby, where one of its minerals was first found." msgstr "Den svenske by Ytterby, hvor et af dens mineraler først blev fundet." #: table_data.h:195 msgid "Zirconium" msgstr "Zirconium" #: table_data.h:195 msgid "Gray-white, lustrous, corrosion-resistant metal" msgstr "Gråhvidt, skinnende, corrosionsresistent metal" #: table_data.h:195 table_data.h:252 msgid "1789 (Germany)" msgstr "1789 (Tyskland)" #: table_data.h:195 table_data.h:252 msgid "Martin Klaproth" msgstr "Martin Klaproth" #: table_data.h:195 msgid "The mineral, zircon." msgstr "Mineralet, zircon." #: table_data.h:196 msgid "Niobium" msgstr "Niobium" #: table_data.h:196 msgid "Shiny white, soft, ductile metal" msgstr "Skinnende hvidt, blødt, bøjeligt metal" #: table_data.h:196 msgid "1801 (England)" msgstr "1801 (England)" #: table_data.h:196 msgid "Charles Hatchet" msgstr "Charles Hatchet" #: table_data.h:196 msgid "Niobe; daughter of the mythical Greek king Tantalus." msgstr "Niobe, datter af kong Tantalus i den græske mytologi." #: table_data.h:197 msgid "Molybdenum" msgstr "Molybdæn" #: table_data.h:197 table_data.h:200 msgid "Silvery white, hard metal" msgstr "Sølvhvidt, hårdt metal" #: table_data.h:197 msgid "1778 (Sweden)" msgstr "1778 (Sverige)" #: table_data.h:197 msgid "Greek: molybdos (lead)." msgstr "Græsk: molybdos (bly)." #: table_data.h:198 msgid "Technetium" msgstr "Technetium" #: table_data.h:198 table_data.h:242 msgid "Silvery-gray metal" msgstr "Sølvgråt metal" #: table_data.h:198 msgid "1937 (Italy)" msgstr "1937 (Italien)" #: table_data.h:198 msgid "Carlo Perrier, Emilio Segre" msgstr "Carlo Perrier, Emilio Segre" #: table_data.h:198 msgid "Greek: technetos (artificial)." msgstr "Græsk: technetos (kunstig)." #: table_data.h:199 msgid "Ruthenium" msgstr "Ruthenium" #: table_data.h:199 msgid "Rare, silver-gray, extremely brittle metal" msgstr "Sjældent, sølvgråt, ekstremt sprødt metal" #: table_data.h:199 msgid "1844 (Russia)" msgstr "1844 (Rusland)" #: table_data.h:199 msgid "Karl Klaus" msgstr "Karl Klaus" #: table_data.h:199 msgid "Latin: Ruthenia (Russia)." msgstr "Latin: Ruthenia (Rusland)." #: table_data.h:200 msgid "Rhodium" msgstr "Rhodium" #: table_data.h:200 table_data.h:201 msgid "1803 (England)" msgstr "1803 (England)" #: table_data.h:200 table_data.h:201 msgid "William Wollaston" msgstr "William Wollaston" #: table_data.h:200 msgid "Greek: rhodon (rose). Its salts give a rosy solution." msgstr "Græsk: rhodon (rose).Dets salte farver opløsninger rosa." #: table_data.h:201 msgid "Palladium" msgstr "Palladium" #: table_data.h:201 table_data.h:205 msgid "Silvery-white, soft, malleable and ductile metal" msgstr "Sølvhvidt, blødt, bøjeligt metal, der kan smedes" #: table_data.h:201 msgid "Named after the asteroid, Pallas, discovered in 1803." msgstr "Navngivet efter asteroiden Pallas, opdaget i 1803." #: table_data.h:202 msgid "Silver" msgstr "Sølv" #: table_data.h:202 msgid "Silvery-ductile, and malleable metal" msgstr "Sølvfarvet, bøjeligt metal, der kan smedes" #: table_data.h:202 msgid "Anglo-Saxon: siolful, (silver); symbol from Latin: argentium." msgstr "Anglo-Saxisk: siolful, (sølv); symbol fra Latin: argentium." #: table_data.h:203 msgid "Cadmium" msgstr "Cadmium" #: table_data.h:203 msgid "Soft, malleable, blue-white metal" msgstr "Blødt, blåligthvidt metal, der kan smedes" #: table_data.h:203 msgid "1817 (Germany)" msgstr "1817 (Tyskland)" #: table_data.h:203 msgid "Fredrich Stromeyer" msgstr "Fredrich Stromeyer" #: table_data.h:203 msgid "Greek: kadmeia (ancient name for calamine (zinc oxide))." msgstr "Græsk: kadmeia (oldtidsnavn for calamine (zinkoxid))." #: table_data.h:204 msgid "Indium" msgstr "Indium" #: table_data.h:204 msgid "Very soft, silvery-white metal" msgstr "Meget blødt, sølvhvidt metal" #: table_data.h:204 msgid "1863 (Germany)" msgstr "1863 (Tyskland)" #: table_data.h:204 msgid "Ferdinand Reich, T. Richter" msgstr "Ferdinand Reich, T. Richter" #: table_data.h:204 msgid "Latin: indicum (color indigo), the color it shows in a spectroscope." msgstr "Latin: indicum (farven indigo), den farve den viser i et spektroskop." #: table_data.h:205 msgid "Tin" msgstr "Tin" #: table_data.h:205 msgid "Named after Etruscan god, Tinia; symbol from Latin: stannum (tin)." msgstr "Navngivet efter den etruskiske gud Tinia, symbolet stammer fra det latinske navn: stannum (tin)." #: table_data.h:206 msgid "Antimony" msgstr "Antimon" #: table_data.h:206 msgid "Hard, silvery-white, brittle semimetal" msgstr "Hårdt, sølvhvidt, sprødt halvmetal" #: table_data.h:206 msgid "Greek: anti and monos (not alone); symbol from mineral stibnite." msgstr "Græsk: anti og monos (ikke alene, symbol fra mineralet stibnit." #: table_data.h:207 msgid "Tellurium" msgstr "Tellur" #: table_data.h:207 msgid "Silvery-white, brittle semimetal" msgstr "Sølvhvidt, sprødt halvmetal" #: table_data.h:207 msgid "1782 (Romania)" msgstr "1782 (Rumænien)" #: table_data.h:207 msgid "Franz Joseph Meller von Reichenstein" msgstr "Franz Joseph Meller von Reichenstein" #: table_data.h:207 msgid "Latin: tellus (earth)." msgstr "Latin: tellus (jord)." #: table_data.h:208 msgid "Iodine" msgstr "Iod" #: table_data.h:208 msgid "Shiny, black nonmetallic solid" msgstr "Skinnende, sort ikkemetallisk faststof" #: table_data.h:208 msgid "1811 (France)" msgstr "1811 (Frankrig)" #: table_data.h:208 msgid "Bernard Courtois" msgstr "Bernard Courtois" #: table_data.h:209 msgid "Xenon" msgstr "Xenon" #: table_data.h:209 msgid "Heavy, colorless, and odorless noble gas" msgstr "Tung, farveløs og lugtløs ædelgas" #: table_data.h:209 msgid "Sir William Ramsay; M. W. Travers" msgstr "Sir William Ramsay; M. W. Travers" #: table_data.h:209 msgid "Greek: xenos (strange)." msgstr "Græsk: xenos (mærkelig)." #: table_data.h:211 msgid "Cesium" msgstr "Cesium" #: table_data.h:211 msgid "Very soft, ductile, light gray metal" msgstr "Meget blødt, bøjeligt, lysegråt metal" #: table_data.h:211 msgid "1860 (Germany)" msgstr "1860 (Tyskland)" #: table_data.h:211 msgid "Gustov Kirchoff, Robert Bunsen" msgstr "Gustov Kirchoff, Robert Bunsen" #: table_data.h:211 msgid "Latin: coesius (sky blue); for the blue lines of its spectrum." msgstr "Latin: coesius (himmelblå), for de blå linjer i dets spectrum." #: table_data.h:212 msgid "Barium" msgstr "Barium" #: table_data.h:212 msgid "Soft, slightly malleable, silver-white metal" msgstr "Blødt, sølvhvidt metal, der til dels kan smedes" #: table_data.h:212 msgid "Greek: barys (heavy or dense)." msgstr "Græsk: barys (tung eller tæt)." #: table_data.h:214 msgid "Lanthanum" msgstr "Lanthanum" #: table_data.h:214 msgid "Silvery-white, soft, malleable, and ductile metal" msgstr "Sølvhvidt, blødt, bøjeligt metal, der kan smedes" #: table_data.h:214 msgid "1839 (Sweden)" msgstr "1839 (Sverige)" #: table_data.h:214 table_data.h:222 table_data.h:225 msgid "Carl Mosander" msgstr "Carl Mosander" #: table_data.h:214 msgid "Greek: lanthanein (to be hidden)." msgstr "Græsk: lanthanein (at være gemt)." #: table_data.h:215 msgid "Cerium" msgstr "Cerium" #: table_data.h:215 msgid "Malleable, ductile, iron-gray metal" msgstr "Bøjeligt, jerngråt metal, der kan smedes" #: table_data.h:215 msgid "1803 (Sweden/Germany)" msgstr "1803 (Sverige/Tyskland)" #: table_data.h:215 msgid "W. von Hisinger, J. Berzelius, M. Klaproth" msgstr "W. von Hisinger, J. Berzelius, M. Klaproth" #: table_data.h:215 msgid "Named after the asteroid, Ceres, discovered two years before the element." msgstr "Navngivet efter asteroiden Ceres, opdaget to dage før grundstoffet." #: table_data.h:216 msgid "Praseodymium" msgstr "Praseodymium" #: table_data.h:216 msgid "Silvery white, moderately soft, malleable, and ductile metal" msgstr "Sølvhvidt, rimeligt blødt, bøjeligt metal, der kan smedes" #: table_data.h:216 msgid "1885 (Austria)" msgstr "1885 (Østrig)" #: table_data.h:216 table_data.h:217 msgid "C.F. Aver von Welsbach" msgstr "C.F. Aver von Welsbach" #: table_data.h:216 msgid "Greek: prasios and didymos (green twin); from its green salts." msgstr "Græsk: prasios og didymos (grønne tvillinger); fra dets grønne salte." #: table_data.h:217 msgid "Neodymium" msgstr "Neodymium" #: table_data.h:217 msgid "Silvery-white, rare-earth metal that oxidizes easily in air" msgstr "Sølvhvidt, sjældent, jordmetal, der oxideres hurtigt i luft" #: table_data.h:217 msgid "1925 (Austria)" msgstr "1925 (Østrig)" #: table_data.h:217 msgid "Greek: neos and didymos (new twin)." msgstr "Græsk: neos og didymos (nye tvillinger)." #: table_data.h:218 msgid "Promethium" msgstr "Promethium" #: table_data.h:218 table_data.h:255 msgid "1945 (United States)" msgstr "1945 (USA)" #: table_data.h:218 msgid "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" msgstr "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" #: table_data.h:218 msgid "Named for the Greek god, Prometheus." msgstr "Navngivet efter den græske gud Prometheus." #: table_data.h:219 msgid "Samarium" msgstr "Samarium" #: table_data.h:219 msgid "Silvery rare-earth metal" msgstr "Sølvagtigt sjældent jordmetal" #: table_data.h:219 msgid "1853 (France)" msgstr "1853 (Frankrig)" #: table_data.h:219 msgid "Jean Charles Galissard de Marignac" msgstr "Jean Charles Galissard de Marignac" #: table_data.h:219 msgid "Named after the mineral samarskite." msgstr "Navngivet efter mineralet samarskit." #: table_data.h:220 msgid "Europium" msgstr "Europium" #: table_data.h:220 msgid "1901 (France)" msgstr "1901 (Frankrig)" #: table_data.h:220 msgid "Eugene-Antole Demarcay" msgstr "Eugene-Antole Demarcay" #: table_data.h:220 msgid "Named for the continent of Europe." msgstr "Navngivet efter kontinentet Europa." #: table_data.h:221 msgid "Gadolinium" msgstr "Gadolinium" #: table_data.h:221 msgid "1880 (Switzerland)" msgstr "1880 (Svejts)" #: table_data.h:221 table_data.h:227 msgid "Jean de Marignac" msgstr "Jean de Marignac" #: table_data.h:221 msgid "Named after the mineral gadolinite." msgstr "Navngivet efter mineralet gadolinit." #: table_data.h:222 msgid "Terbium" msgstr "Terbium" #: table_data.h:222 msgid "Soft, ductile, silvery-gray, rare-earth metal" msgstr "Blødt, bøjeligt, sølvgråt, sjældent jordmetal" #: table_data.h:222 table_data.h:225 msgid "1843 (Sweden)" msgstr "1843 (Sverige)" #: table_data.h:222 msgid "Named after Ytterby, a village in Sweden." msgstr "Navn efter Ytterby, en by i Sverige." #: table_data.h:223 msgid "Dysprosium" msgstr "Dysprosium" #: table_data.h:223 msgid "Soft. lustrous, silvery metal" msgstr "Blødt, skinnende, sølvfarvet metal" #: table_data.h:223 msgid "Greek: dysprositos (hard to get at)." msgstr "Græsk: dysprositos (svært at få fat i)." #: table_data.h:224 msgid "Holmium" msgstr "Holmium" #: table_data.h:224 msgid "Fairly soft, malleable, lustrous, silvery metal" msgstr "Ret blødt, skinnende, sølvfarvet metal, der kan smedes" #: table_data.h:224 table_data.h:227 msgid "1878 (Switzerland)" msgstr "1878 (Svejts)" #: table_data.h:224 msgid "J.L. Soret" msgstr "J.L. Soret" #: table_data.h:224 msgid "Holmia, the Latinized name for Stockholm, Sweden." msgstr "Holmia, det Latinske navn for Stockholm, Sverige." #: table_data.h:225 msgid "Erbium" msgstr "Erbium" #: table_data.h:225 msgid "Soft, malleable, silvery metal" msgstr "Blødt, sølvfarvet metal, der kan smedes" #: table_data.h:225 msgid "Named after the Swedish town, Ytterby." msgstr "Navn efter den svenske by , Ytterby." #: table_data.h:226 msgid "Thulium" msgstr "Thulium" #: table_data.h:226 msgid "Soft, malleable, ductile, silvery metal" msgstr "Blødt, bøjeligt, sølvfarvet metal, der kan smedes" #: table_data.h:226 msgid "Per Theodor Cleve" msgstr "Per Theodor Cleve" #: table_data.h:226 msgid "Thule, ancient name of Scandinavia." msgstr "Thule, oldtidsnavnet for Skandinavien." #: table_data.h:227 msgid "Ytterbium" msgstr "Ytterbium" #: table_data.h:227 msgid "Silvery, lustrous, malleable, and ductile metal" msgstr "Sølvfarvet, skinnende, bøjeligt metal, der kan smedes" #: table_data.h:227 msgid "Named for the Swedish village of Ytterby." msgstr "Navn efter Ytterby, en by i Sverige." #: table_data.h:229 msgid "Lutetium" msgstr "Lutetium" #: table_data.h:229 msgid "Silvery-white, hard, dense, rare-earth metal" msgstr "Sølvhvidt, hårdt, tæt, sjældent jordmetal" #: table_data.h:229 msgid "1907 (France)" msgstr "1907 (Frankrig)" #: table_data.h:229 msgid "Georges Urbain" msgstr "Georges Urbain" #: table_data.h:229 msgid "Named for the ancient name of Paris, Lutecia." msgstr "Navngivet efter oldtidens navn for Paris, Lutecia." #: table_data.h:230 msgid "Hafnium" msgstr "Hafnium" #: table_data.h:230 msgid "Silvery, ductile metal" msgstr "Sølvfarvet bøjeligt metal" #: table_data.h:230 msgid "1923 (Denmark)" msgstr "1923 (Danmark)" #: table_data.h:230 msgid "Dirk Coster, Georg von Hevesy" msgstr "Dirk Coster, Georg von Hevesy" #: table_data.h:230 msgid "Hafnia, the Latin name of Copenhagen." msgstr "Hafnia, det latinske navn for København." #: table_data.h:231 msgid "Tantalum" msgstr "Tantalum" #: table_data.h:231 msgid "Gray, heavy, hard metal" msgstr "Gråt, tungt, hårdt metal" #: table_data.h:231 msgid "1802 (Sweden)" msgstr "1802 (Sverige)" #: table_data.h:231 msgid "Anders Ekeberg" msgstr "Anders Ekeberg" #: table_data.h:231 msgid "King Tantalus of Greek mythology, father of Niobe." msgstr "Kong Tantalus fra den græske mytologi, far til Niobe." #: table_data.h:232 msgid "Tungsten" msgstr "Wolfram" #: table_data.h:232 msgid "Tough, steel-gray to white metal" msgstr "Sejt, stålgråt til hvidt metal" #: table_data.h:232 msgid "1783 (Spain)" msgstr "1783 (Spanien)" #: table_data.h:232 msgid "Juan Jose, Fausto Elhuyar" msgstr "Juan Jose, Fausto Elhuyar" #: table_data.h:232 msgid "Swedish: tung sten (heavy stone): symbol from its German name wolfram." msgstr "Tysk navn: wolfram. Betyder ulvesten, dvs. ætsende sod." #: table_data.h:233 msgid "Rhenium" msgstr "Rhenium" #: table_data.h:233 msgid "Dense, silvery-white metal" msgstr "Tæt, sølvhvidt metal" #: table_data.h:233 msgid "1925 (Germany)" msgstr "1925 (Tyskland)" #: table_data.h:233 msgid "Walter Noddack, Ida Tacke, Otto Berg" msgstr "Walter Noddack, Ida Tacke, Otto Berg" #: table_data.h:233 msgid "Latin: Rhenus, the Rhine River." msgstr "Latin: Rhenus, floden Rhinen." #: table_data.h:234 msgid "Osmium" msgstr "Osmium" #: table_data.h:234 msgid "Blue-white, lustrous, hard metal" msgstr "Blåhvidt, skinnende, hårdt metal" #: table_data.h:234 msgid "1804 (England)" msgstr "1804 (England)" #: table_data.h:234 msgid "Smithson Tenant" msgstr "Smithson Tenant" #: table_data.h:234 msgid "Greek: osme (odor)." msgstr "Græsk: osme (lugt)." #: table_data.h:235 msgid "Iridium" msgstr "Iridium" #: table_data.h:235 msgid "White, brittle metal" msgstr "Hvidt, sprødt metal" #: table_data.h:235 msgid "1804 (England/France)" msgstr "1804 (England/Frankrig)" #: table_data.h:235 msgid "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" msgstr "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" #: table_data.h:235 msgid "Latin: iris (rainbow)." msgstr "Latin: iris (regnbuen)." #: table_data.h:236 msgid "Platinum" msgstr "Platin" #: table_data.h:236 msgid "Very heavy, soft, silvery-white metal" msgstr "Meget tungt, blødt, sølvhvidt metal" #: table_data.h:236 msgid "1735 (Italy)" msgstr "1735 (Italien)" #: table_data.h:236 msgid "Julius Scaliger" msgstr "Julius Scaliger" #: table_data.h:236 msgid "Spanish: platina (little silver)." msgstr "Spansk: platina (lille sølv)." #: table_data.h:237 msgid "Gold" msgstr "Guld" #: table_data.h:237 msgid "Soft, malleable, yellow metal" msgstr "Blødt, gulligt metal, der kan smedes" #: table_data.h:237 msgid "Anglo-Saxon: geolo (yellow); symbol from Latin: aurum (shining dawn)." msgstr "Angelsaksisk: geolo (gult); symbol fra Latin: aurum (skinnende morgengry)." #: table_data.h:238 msgid "Mercury" msgstr "Kviksølv" #: table_data.h:238 msgid "Heavy, silver-white metal that is in its liquid state at" msgstr "Tungt, sølvhvidt metal, der er i sin væsketilstand ved" #: table_data.h:238 msgid "The Roman god Mercury; symbol from Latin: hydrargyrus (liquid silver)." msgstr "Latin: hydrargyrus (flydende sølv)." #: table_data.h:239 msgid "Thallium" msgstr "Thallium" #: table_data.h:239 msgid "Soft, gray metal" msgstr "Blødt, gråt metal" #: table_data.h:239 msgid "1861 (England)" msgstr "1861 (England)" #: table_data.h:239 msgid "Sir William Crookes" msgstr "Sir William Crookes" #: table_data.h:239 msgid "Greek: thallos (green twig), for a bright green line in its spectrum." msgstr "Græsk: thallos (grøn kvist), efter en klar grøn linje i dens spektrum." #: table_data.h:240 msgid "Lead" msgstr "Bly" #: table_data.h:240 msgid "Very soft, highly malleable and ductile, blue-white shiny metal" msgstr "Meget blødt, bøjeligt, skinnende, blåhvidt metal, der kan smedes" #: table_data.h:240 msgid "Anglo-Saxon: lead; symbol from Latin: plumbum." msgstr "Dansk ord: Bly. Det kemiske symbol stammer fra latin: plumbum." #: table_data.h:241 msgid "Bismuth" msgstr "Bismuth" #: table_data.h:241 msgid "Hard, brittle, steel-gray metal with a pinkish tinge" msgstr "Hårdt, sprødt stålgråt metal med et blegrødt skær" #: table_data.h:241 msgid "German: bisemutum, (white mass), Now spelled wismut." msgstr "Tysk: bisemutum, (hvid masse). Nu stavet wismut." #: table_data.h:242 msgid "Polonium" msgstr "Polonium" #: table_data.h:242 table_data.h:247 msgid "1898 (France/Poland)" msgstr "1898 (Frankrig/Polen)" #: table_data.h:242 table_data.h:247 msgid "Pierre and Marie Curie-Sklodowska" msgstr "Pierre og Marie Curie-Sklodowska" #: table_data.h:242 msgid "Named for Poland, native country of Marie Curie." msgstr "Navngivet efter Polen, Marie Curies fædreland." #: table_data.h:243 msgid "Astatine" msgstr "Astat" #: table_data.h:243 msgid "Unstable, radioactive halogen" msgstr "Ustabilt, radioaktivt halogen" #: table_data.h:243 table_data.h:254 msgid "1940 (United States)" msgstr "1940 (USA)" #: table_data.h:243 msgid "D.R.Corson, K.R.MacKenzie, E. Segre" msgstr "D.R.Corson, K.R.MacKenzie, E. Segre" #: table_data.h:243 msgid "Greek: astatos (unstable)." msgstr "Græsk: astatos (ustabilt)." #: table_data.h:244 msgid "Radon" msgstr "Radon" #: table_data.h:244 msgid "Heavy radioactive gas" msgstr "Tung radioaktiv gas" #: table_data.h:244 msgid "1898 (Germany)" msgstr "1898 (Tyskland)" #: table_data.h:244 msgid "Fredrich Ernst Dorn" msgstr "Fredrich Ernst Dorn" #: table_data.h:244 msgid "Variation of the name of another element, radium." msgstr "Variation over navnet på et andet grundstof, radium." #: table_data.h:246 msgid "Francium" msgstr "Francium" #: table_data.h:246 msgid "1939 (France)" msgstr "1939 (Frankrig)" #: table_data.h:246 msgid "Marguerite Derey" msgstr "Marguerite Derey" #: table_data.h:246 msgid "Named for France, the nation of its discovery." msgstr "Navngivet efter Frankrig, landet hvor det blev opdaget." #: table_data.h:247 msgid "Radium" msgstr "Radium" #: table_data.h:247 msgid "Silvery white, radioactive element" msgstr "Sølvhvidt, radioaktivt grundstof" #: table_data.h:247 msgid "Latin: radius (ray)." msgstr "Latin: radius (stråle)." #: table_data.h:249 msgid "Actinium" msgstr "Actinium" #: table_data.h:249 msgid "Heavy, Silvery-white metal that is very radioactive" msgstr "Tungt, sølvhvidt metal, der er meget radioaktivt" #: table_data.h:249 msgid "1899 (France)" msgstr "1899 (Frankrig)" #: table_data.h:249 msgid "Andre-Louis Debierne" msgstr "Andre-Louis Debierne" #: table_data.h:249 msgid "Greek: akis, aktinos (ray)." msgstr "Græsk: akis, aktinos (stråle)." #: table_data.h:250 msgid "Thorium" msgstr "Thorium" #: table_data.h:250 msgid "Gray, soft, malleable, ductile, radioactive metal" msgstr "Gråt, blødt, bøjeligt, radioaktivt metal, der kan smedes" #: table_data.h:250 msgid "1828 (Sweden)" msgstr "1828 (Sverige)" #: table_data.h:250 msgid "Named for Thor, Norse god of thunder." msgstr "Navngivet efter Thor, tordenguden i den nordiske mytologi." #: table_data.h:251 msgid "Protactinium" msgstr "Protactinium" #: table_data.h:251 table_data.h:254 table_data.h:255 msgid "Silvery-white, radioactive metal" msgstr "Sølvhvidt, radioaktivt metal" #: table_data.h:251 msgid "1917 (England/France)" msgstr "1917 (England/Frankrig)" #: table_data.h:251 msgid "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" msgstr "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" #: table_data.h:251 msgid "" "Greek: proto and actinium (parent of actinium); it forms actinium when it " "radioactively decays." msgstr "" "Græsk: proto og actinium (actiniums forældre); det bliver til actinium når det henfalder " "radioaktivt." #: table_data.h:252 msgid "Uranium" msgstr "Uran" #: table_data.h:252 msgid "Silvery-white, dense, ductile and malleable, radioactive metal." msgstr "Sølvhvidt, tæt, bøjeligt, radioaktivt metal, der kan smedes" #: table_data.h:252 msgid "Named for the planet Uranus." msgstr "Navngivet efter planeten Uranus." #: table_data.h:253 msgid "Neptunium" msgstr "Neptunium" #: table_data.h:253 msgid "Silvery metal" msgstr "Sølvagtigt metal" #: table_data.h:253 msgid "E.M. McMillan, P.H. Abelson" msgstr "E.M. McMillan, P.H. Abelson" #: table_data.h:253 msgid "Named for the planet Neptune." msgstr "Navngivet efter planeten Neptun." #: table_data.h:254 msgid "Plutonium" msgstr "Plutonium" #: table_data.h:254 msgid "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" msgstr "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" #: table_data.h:254 msgid "Named for the planet Pluto." msgstr "Navngivet efter planeten Pluto." #: table_data.h:255 msgid "Americium" msgstr "Americium" #: table_data.h:255 msgid "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" msgstr "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" #: table_data.h:255 msgid "Named for the American continent, by analogy with europium." msgstr "Navngivet efter det amerikanske kontinent, analogt med det europæiske." #: table_data.h:256 msgid "Curium" msgstr "Curium" #: table_data.h:256 msgid "Silvery, malleable, synthetic radioactive metal" msgstr "Sølvfarvet, kunstigt fremstillet, radioaktivt metal, der kan smedes" #: table_data.h:256 msgid "1944 (United States)" msgstr "1944 (USA)" #: table_data.h:256 msgid "G.T.Seaborg, R.A.James, A.Ghiorso" msgstr "G.T.Seaborg, R.A.James, A.Ghiorso" #: table_data.h:256 msgid "Named in honor of Pierre and Marie Curie." msgstr "Navngivet til ære for Pierre og Marie Curie." #: table_data.h:257 msgid "Berkelium" msgstr "Berkelium" #: table_data.h:257 msgid "Radionactive synthetic metal" msgstr "Radioaktivt kunstigt fremstillet metal" #: table_data.h:257 msgid "1949 (United States)" msgstr "1949 (USA)" #: table_data.h:257 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso" msgstr "G.T.Seaborg, S.G.Tompson, A.Ghiorso" #: table_data.h:257 msgid "Named after Berkeley, California the city of its discovery." msgstr "Navngivet efter Berkeley i Californien, byen hvor det blev opdaget." #: table_data.h:258 msgid "Californium" msgstr "Californium" #: table_data.h:258 msgid "Powerful neutron emitter" msgstr "Kraftig neutronkilde" #: table_data.h:258 msgid "1950 (United States)" msgstr "1950 (USA)" #: table_data.h:258 table_data.h:261 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." msgstr "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." #: table_data.h:258 msgid "Named after the state and University of California." msgstr "Navngivet efter staten og University of California." #: table_data.h:259 msgid "Einsteinium" msgstr "Einsteinium" #: table_data.h:259 table_data.h:260 table_data.h:261 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 msgid "Radioactive, synthetic metal" msgstr "Radioaktivt, kunstigt fremstillet metal" #: table_data.h:259 msgid "1952 (United States)" msgstr "1952 (USA)" #: table_data.h:259 table_data.h:260 msgid "Argonne, Los Alamos, U of Calif" msgstr "Argonne, Los Alamos, U of Calif" #: table_data.h:259 msgid "Named in honor of the scientist Albert Einstein." msgstr "Navngivet til ære for videnskabsmanden Albert Einstein." #: table_data.h:260 msgid "Fermium" msgstr "Fermium" #: table_data.h:260 msgid "1953 (United States)" msgstr "1953 (USA)" #: table_data.h:260 msgid "Named in honor of the scientist Enrico Fermi." msgstr "Navngivet til ære for videnskabsmanden Enrico Fermi." #: table_data.h:261 msgid "Mendelevium" msgstr "Mendelevium" #: table_data.h:261 msgid "1955 (United States)" msgstr "1955 (USA)" #: table_data.h:261 msgid "" "Named in honor of the scientist Dmitri Ivanovitch Mendeleyev, who devised " "the periodic table." msgstr "" "Navngivet til ære for videnskabsmanden Dmitri Ivanovitch Mendeleyev, som " "opfandt det periodiske system." #: table_data.h:262 msgid "Nobelium" msgstr "Nobelium" #: table_data.h:262 msgid "Radioactive, synthetic metal." msgstr "Radioaktivt, kunstigt fremstillet metal." #: table_data.h:262 msgid "1957 (Sweden)" msgstr "1957 (Sverige)" #: table_data.h:262 msgid "Nobel Institute for Physics" msgstr "Nobel-institutet for fysik" #: table_data.h:262 msgid "" "Named in honor of Alfred Nobel, who invented dynamite and founded Nobel " "prize." msgstr "Navngivet til ære for Alfred Nobel, som opfandt dynamit og indstiftede Nobelprisen." #: table_data.h:264 msgid "Lawrencium" msgstr "Lawrencium" #: table_data.h:264 msgid "1961 (United States)" msgstr "1961 (USA)" #: table_data.h:264 msgid "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" msgstr "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" #: table_data.h:264 msgid "Named in honor of Ernest O. Lawrence, inventor of the cyclotron." msgstr "Navngivet til ære for Ernest O. Lawrence, opfandt cyclotronen." #: table_data.h:265 msgid "Rutherfordium" msgstr "Rutherfordium" #: table_data.h:265 msgid "1969 (United States)" msgstr "1969 (USA)" #: table_data.h:265 table_data.h:266 msgid "A. Ghiorso, et al" msgstr "A. Ghiorso, et al" #: table_data.h:265 msgid "Named in honor of Ernest Rutherford" msgstr "Navngivet til ære for Ernest Rutherford" #: table_data.h:266 msgid "Dubnium" msgstr "Dubnium" #: table_data.h:266 msgid "1970 (United States)" msgstr "1970 (USA)" #: table_data.h:266 msgid "Named in honor of Otto Hahn" msgstr "Navngivet til ære for Otto Hahn" #: table_data.h:267 msgid "Seaborgium" msgstr "Seaborgium" #: table_data.h:267 msgid "1974 (USSR/United States)" msgstr "1974 (USSR/USA)" #: table_data.h:267 msgid "Soviet Nuclear Research/ U. of Cal at Berkeley" msgstr "Soviet Nuclear Research/ U. of Cal at Berkeley" #: table_data.h:267 msgid "" "Named in honor of Glenn Seaborg, American physical chemist known for " "research on transuranium elements." msgstr "" "Navngivet til ære for Glenn Seaborg, amerikansk fysisk kemiker, der er kendt " "for sin forskning i grundstofferne tungere end Uran." #: table_data.h:268 msgid "Bohrium" msgstr "Bohrium" #: table_data.h:268 msgid "1976 (Germany)" msgstr "1976 (Tyskland)" #: table_data.h:268 table_data.h:269 table_data.h:270 table_data.h:271 #: table_data.h:272 msgid "Heavy Ion Research Laboratory (HIRL)" msgstr "Heavy Ion Research Laboratory (HIRL)" #: table_data.h:268 msgid "Named in honor of Niels Bohr" msgstr "Navngivet til ære for danskeren Niels Bohr" #: table_data.h:269 msgid "Hassium" msgstr "Hassium" #: table_data.h:269 msgid "1984 (Germany)" msgstr "1984 (Tyskland)" #: table_data.h:269 msgid "" "Named in honor of Henri Hess, Swiss born Russian chemist known for work in " "thermodydamics." msgstr "" "Navngivet til ære for Henri Hess, russisk født svejtsisk kemiker kendt for arbejde med " "termodynamik." #: table_data.h:270 msgid "Meitnerium" msgstr "Meitnerium" #: table_data.h:270 msgid "1982 (Germany)" msgstr "1982 (Tyskland)" #: table_data.h:270 msgid "Named in honor of Lise Mietner" msgstr "Navngivet til ære for Lise Mietner" #: table_data.h:271 msgid "Ununnilium" msgstr "Ununnilium" #: table_data.h:271 table_data.h:272 msgid "1994 (Germany)" msgstr "1994 (Tyskland)" #: table_data.h:271 msgid "Un (one) nun (one) nilium (zero)" msgstr "Un (1) nun (1) nilium (0)" #: table_data.h:272 msgid "Unununium" msgstr "Unununium" #: table_data.h:272 msgid "Un (one) nun (one) unium (one)" msgstr "Un (1) nun (1) unium (1)" #: table_data.h:273 msgid "Ununbium" msgstr "Ununbium" #: table_data.h:273 msgid "1996 (n/a)" msgstr "1996 (i/t)" #: table_data.h:274 msgid "Ununtrium" msgstr "Ununtrium" #: table_data.h:274 table_data.h:276 table_data.h:278 msgid "n/a (n/a)" msgstr "i/t (i/t)" #: table_data.h:275 msgid "Ununquadium" msgstr "Ununquadium" #: table_data.h:275 table_data.h:277 table_data.h:279 msgid "1999 (n/a)" msgstr "1999 (i/t)" #: table_data.h:276 msgid "Ununpentium" msgstr "Ununpentium" #: table_data.h:277 msgid "Ununhexium" msgstr "Ununhexium" #: table_data.h:278 msgid "Ununseptium" msgstr "Ununseptium" #: table_data.h:279 msgid "Ununoctium" msgstr "Ununoctium" #~ msgid "GPeriodic " #~ msgstr "GPeriodic " gperiodic-2.0.10/po/fr.po0000644000076400007640000011715410645151735015072 0ustar jfrantzjfrantz# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2003-10-10 10:51+0300\n" "PO-Revision-Date: 2005-08-02 18:01+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Report-Msgid-Bugs-To: \n" #: gperiodic.c:190 #, c-format msgid "" "%sAuthors:\n" "%s\n" "\n" "This program shows the periodic table of elements\n" "and information about these elements.\n" "\n" "Released under the GPL license." msgstr "" "%sAuthors:\n" "%s\n" "\n" "Ce programme montre le système périodique des éléments.\n" "et des informations sur ces éléments.\n" "\n" "Distribué sous license GPL." #: gperiodic.c:200 msgid "GPeriodic - About" msgstr "GPeriodic - A propos" #: gperiodic.c:225 msgid "" "GPeriodic [opts]\n" "Options are:\n" " -h show this help screen.\n" " -c color the elements according to their phase at\n" " temperature in Kelvins.\n" " -D dump the periodic table.\n" " -v be verbose\n" "\n" msgstr "" #: gperiodic.c:301 msgid "/_File" msgstr "/_Fichier" #: gperiodic.c:302 msgid "/File/_Quit" msgstr "/_Fichier/_Quitter" #: gperiodic.c:303 msgid "/_Help" msgstr "/_Aide" #: gperiodic.c:304 msgid "/Help/_About ..." msgstr "/_Aide/_À propos ..." #: gperiodic.c:309 #, fuzzy msgid "GPeriodic" msgstr "GPeriodic - A propos" #: gperiodic.c:337 msgid "No symbol for index" msgstr "Pas de symbole pour l'index" #: gperiodic.c:344 msgid "Error button was null?" msgstr "Le bouton d'erreur était null?" #: gperiodic.c:355 #, c-format msgid "%s(%d) Setting color: %d %d %d" msgstr "" #: gperiodic.c:392 #, c-format msgid "%s n:%s w:%s" msgstr "%s Z = %s; M = %s" #: gperiodic.c:430 #, c-format msgid " Option -c error : %s is not a number.\n" msgstr "" #: gperiodic.c:434 #, c-format msgid " Option -c error : %s is not a valid number (must be > 0).\n" msgstr "" #: gperiodic.c:462 #, c-format msgid "" "\n" " Unknown element : %s. Exiting.\n" "\n" msgstr "" #: gperiodic.c:467 msgid "" "\n" " Element number exceeds existing elements. Exiting.\n" "\n" msgstr "" #: table_data.h:36 msgid "Name: " msgstr "Nom: " #: table_data.h:37 msgid "Symbol: " msgstr "Symbole: " #: table_data.h:38 msgid "Atomic Number: " msgstr "Numéro Atomique: " #: table_data.h:39 msgid "Atomic Weight (u.m): " msgstr "Masse Atomique (u.m): " #: table_data.h:40 #, fuzzy msgid "Density (g/cm3) : " msgstr "Densité (g/cm³) : " #: table_data.h:41 msgid "Melting Point (K): " msgstr "Point de fusion (K): " #: table_data.h:42 msgid "Boiling Point (K): " msgstr "Point d'ébullition (K): " #: table_data.h:43 msgid "Atomic Radius (pm): " msgstr "Rayon Atomique (pm): " #: table_data.h:44 msgid "Covalent Radius (pm): " msgstr "Rayon de covalence (pm): " #: table_data.h:45 msgid "Ionic Radius (pm): " msgstr "Rayon ionique (pm): " #: table_data.h:46 #, fuzzy msgid "Atomic Volume (cm3/mol): " msgstr "Volume Atomique (cm³/mol): " #: table_data.h:47 #, fuzzy msgid "Specific Heat (@20" msgstr "Chaleur Massique (@20°C J/g mol): " #: table_data.h:47 msgid "C J/g mol): " msgstr "" #: table_data.h:48 msgid "Fusion Heat (kJ/mol): " msgstr "Chaleur de fusion (kJ/mol): " #: table_data.h:49 msgid "Evaporation Heat (kJ/mol): " msgstr "Chaleur de vaporisation (kJ/mol): " #: table_data.h:50 #, fuzzy msgid "Termal Conductivity (@25" msgstr "Conductivité thermique (@25°C W/m K): " #: table_data.h:50 msgid "C W/m K): " msgstr "" #: table_data.h:51 msgid "Debye temperature (K): " msgstr "Température de Debye (K): " #: table_data.h:52 msgid "Pauling Negativity Number: " msgstr "Électronégativité de Pauling: " #: table_data.h:53 msgid "First Ionizing Energy (kJ/mol): " msgstr "Énergie de première ionisation (kJ/mol): " #: table_data.h:54 msgid "Oxidation states: " msgstr "États d'oxydation: " #: table_data.h:55 msgid "Electronic Configuration: " msgstr "Configuration électronique: " #: table_data.h:56 msgid "Lattice structure: " msgstr "Structure cristaline: " #: table_data.h:57 #, fuzzy msgid "Lattice constant (" msgstr "Constante du réseau (Å): " #: table_data.h:57 msgid "): " msgstr "" #: table_data.h:58 msgid "Lattice c/a ratio: " msgstr "Rapport c/a du réseau: " #: table_data.h:59 msgid "Appearance: " msgstr "Apparence: " #: table_data.h:60 msgid "Discovery date: " msgstr "Date de découverte: " #: table_data.h:61 msgid "Discovered by: " msgstr "Découvert par: " #: table_data.h:62 msgid "Named after: " msgstr "Nommé après: " #: table_data.h:87 table_data.h:103 table_data.h:153 table_data.h:155 #: table_data.h:158 table_data.h:159 table_data.h:160 table_data.h:161 #: table_data.h:162 table_data.h:164 table_data.h:166 table_data.h:167 #: table_data.h:168 table_data.h:169 table_data.h:170 table_data.h:171 #: table_data.h:173 table_data.h:174 table_data.h:175 table_data.h:176 #: table_data.h:177 table_data.h:178 table_data.h:179 table_data.h:180 #: table_data.h:181 table_data.h:182 table_data.h:183 table_data.h:184 #: table_data.h:185 table_data.h:186 table_data.h:187 table_data.h:188 #: table_data.h:189 table_data.h:190 table_data.h:192 table_data.h:193 #: table_data.h:194 table_data.h:196 table_data.h:197 table_data.h:198 #: table_data.h:199 table_data.h:200 table_data.h:201 table_data.h:202 #: table_data.h:204 table_data.h:205 table_data.h:206 table_data.h:207 #: table_data.h:208 table_data.h:209 table_data.h:211 table_data.h:212 #: table_data.h:215 table_data.h:216 table_data.h:217 table_data.h:218 #: table_data.h:219 table_data.h:220 table_data.h:221 table_data.h:222 #: table_data.h:223 table_data.h:224 table_data.h:225 table_data.h:226 #: table_data.h:227 table_data.h:229 table_data.h:230 table_data.h:231 #: table_data.h:232 table_data.h:234 table_data.h:235 table_data.h:236 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 #: table_data.h:242 table_data.h:243 table_data.h:244 table_data.h:246 #: table_data.h:247 table_data.h:249 table_data.h:250 table_data.h:251 #: table_data.h:252 table_data.h:253 table_data.h:254 table_data.h:255 #: table_data.h:256 table_data.h:257 table_data.h:258 table_data.h:259 #: table_data.h:260 table_data.h:261 table_data.h:262 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 #: table_data.h:269 table_data.h:270 table_data.h:271 table_data.h:272 #: table_data.h:273 table_data.h:274 table_data.h:275 table_data.h:276 #: table_data.h:277 table_data.h:278 table_data.h:279 msgid "n/a" msgstr "" #: table_data.h:152 msgid "Hydrogen" msgstr "Hydrogène: " #: table_data.h:152 table_data.h:162 msgid "Colorless, odorless, tasteless gas" msgstr "" #: table_data.h:152 msgid "1766 (England)" msgstr "" #: table_data.h:152 msgid "Henry Cavendish" msgstr "" #: table_data.h:152 msgid "Greek: hydro (water) and genes (generate)" msgstr "" #: table_data.h:153 msgid "Helium" msgstr "Hélium" #: table_data.h:153 msgid "Inert, colorless, odorless, tasteless gas" msgstr "" #: table_data.h:153 msgid "1895 (Scotland/Sweden)" msgstr "" #: table_data.h:153 msgid "Sir William Ramsey, Nils Langet, P.T.Cleve" msgstr "" #: table_data.h:153 msgid "Greek: helios (sun)." msgstr "" #: table_data.h:155 msgid "Lithium" msgstr "Lithium" #: table_data.h:155 table_data.h:164 table_data.h:220 msgid "Soft, silvery-white metal" msgstr "" #: table_data.h:155 msgid "1817 (Sweden)" msgstr "" #: table_data.h:155 msgid "Johann Arfwedson" msgstr "" #: table_data.h:155 msgid "Greek: lithos (stone)." msgstr "" #: table_data.h:156 msgid "Beryllium" msgstr "Béryllium" #: table_data.h:156 msgid "Hard, brittle, steel-gray metal" msgstr "" #: table_data.h:156 msgid "1798 (France)" msgstr "" #: table_data.h:156 msgid "Louis-Nicholas Vauquelin" msgstr "" #: table_data.h:156 msgid "Greek: beryllos, 'beryl' (a mineral)." msgstr "" #: table_data.h:157 msgid "Boron" msgstr "Bore" #: table_data.h:157 msgid "Hard, brittle, lustrous black semimetal" msgstr "" #: table_data.h:157 msgid "1808 (England/France)" msgstr "" #: table_data.h:157 msgid "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" msgstr "" #: table_data.h:157 msgid "The Arabic and Persian words for borax." msgstr "" #: table_data.h:158 msgid "Carbon" msgstr "Carbone" #: table_data.h:158 msgid "Dense, Black" msgstr "" #: table_data.h:158 table_data.h:169 table_data.h:180 table_data.h:183 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "n/a (Unknown)" msgstr "" #: table_data.h:158 msgid "Known to the ancients" msgstr "" #: table_data.h:158 msgid "Latin: carbo, (charcoal)." msgstr "" #: table_data.h:159 msgid "Nitrogen" msgstr "Azote" #: table_data.h:159 msgid "Colorless, odorless, tasteless, and generally inert gas" msgstr "" #: table_data.h:159 msgid "1772 (Scotland)" msgstr "" #: table_data.h:159 #, fuzzy msgid "Daniel Rutherford" msgstr "Rutherfordium" #: table_data.h:159 msgid "Greek: nitron and genes, (soda forming)." msgstr "" #: table_data.h:160 msgid "Oxygen" msgstr "Oxygène" #: table_data.h:160 msgid "Colorless, odorless, tasteless gas; pale blue liquid" msgstr "" #: table_data.h:160 msgid "1774 (England/Sweden)" msgstr "" #: table_data.h:160 msgid "Joseph Priestly, Carl Wilhelm Scheele" msgstr "" #: table_data.h:160 msgid "Greek: oxys and genes, (acid former)." msgstr "" #: table_data.h:161 msgid "Fluorine" msgstr "Fluor" #: table_data.h:161 msgid "Greenish-yellow, pungent, corrosive gas" msgstr "" #: table_data.h:161 table_data.h:223 msgid "1886 (France)" msgstr "" #: table_data.h:161 msgid "Henri Moissan" msgstr "" #: table_data.h:161 msgid "Latin: fluere (flow)." msgstr "" #: table_data.h:162 msgid "Neon" msgstr "Néon" #: table_data.h:162 table_data.h:209 msgid "1898 (England)" msgstr "" #: table_data.h:162 table_data.h:190 msgid "Sir William Ramsey, M.W. Travers" msgstr "" #: table_data.h:162 msgid "Greek: neos (new)." msgstr "" #: table_data.h:164 msgid "Sodium" msgstr "Sodium" #: table_data.h:164 table_data.h:173 msgid "1807 (England)" msgstr "" #: table_data.h:164 table_data.h:165 table_data.h:173 table_data.h:174 #: table_data.h:212 msgid "Sir Humphrey Davy" msgstr "" #: table_data.h:164 msgid "" "Medieval Latin: sodanum, (headache remedy); symbol from Latin natrium, " "(sodium carbonate)." msgstr "" #: table_data.h:165 msgid "Magnesium" msgstr "Magnésium" #: table_data.h:165 msgid "Lightweight, malleable, silvery-white metal" msgstr "" #: table_data.h:165 table_data.h:174 table_data.h:212 msgid "1808 (England)" msgstr "" #: table_data.h:165 msgid "Magnesia, ancient city in district of Thessaly, Greece." msgstr "" #: table_data.h:166 msgid "Aluminum" msgstr "Aluminium" #: table_data.h:166 msgid "Soft, lightweight, silvery-white metal" msgstr "" #: table_data.h:166 msgid "1825 (Denmark)" msgstr "" #: table_data.h:166 msgid "Hans Christian Oersted" msgstr "" #: table_data.h:166 msgid "Latin: alumen, aluminis, (alum)." msgstr "" #: table_data.h:167 msgid "Silicon" msgstr "Silicium" #: table_data.h:167 msgid "Amorphous form is brown powder; crystalline form has a gray" msgstr "" #: table_data.h:167 msgid "1824 (Sweden)" msgstr "" #: table_data.h:167 table_data.h:188 table_data.h:250 msgid "Jons Jacob Berzelius" msgstr "" #: table_data.h:167 msgid "Latin: silex, silicus, (flint)." msgstr "" #: table_data.h:168 msgid "Phosphorus" msgstr "Phosphore" #: table_data.h:168 msgid "1.82 (white phosphorus)" msgstr "" #: table_data.h:168 msgid "The most common white form is a waxy, phosphorescent solid" msgstr "" #: table_data.h:168 msgid "1669 (Germany)" msgstr "" #: table_data.h:168 msgid "Hennig Brand" msgstr "" #: table_data.h:168 msgid "Greek: phosphoros, (bringer of light)." msgstr "" #: table_data.h:169 msgid "Sulfur" msgstr "Soufre" #: table_data.h:169 msgid "Tasteless, odorless, light-yellow, brittle solid" msgstr "" #: table_data.h:169 table_data.h:180 table_data.h:183 table_data.h:184 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "Known to the ancients." msgstr "" #: table_data.h:169 msgid "Latin: sulphur (brimstone)." msgstr "" #: table_data.h:170 msgid "Chlorine" msgstr "Chlore" #: table_data.h:170 msgid "Greenish-yellow, disagreeable gas" msgstr "" #: table_data.h:170 table_data.h:179 msgid "1774 (Sweden)" msgstr "" #: table_data.h:170 table_data.h:197 msgid "Carl Wilhelm Scheele" msgstr "" #: table_data.h:170 msgid "Greek: chloros (greenish yellow)." msgstr "" #: table_data.h:171 msgid "Argon" msgstr "Argon" #: table_data.h:171 msgid "Colorless, tasteless, odorless noble gas" msgstr "" #: table_data.h:171 msgid "1894 (Scotland)" msgstr "" #: table_data.h:171 msgid "Sir William Ramsey, Baron Rayleigh" msgstr "" #: table_data.h:171 msgid "Greek: argos (inactive)." msgstr "" #: table_data.h:173 msgid "Potassium" msgstr "Potassium" #: table_data.h:173 msgid "Soft, waxy, silvery-white metal" msgstr "" #: table_data.h:173 msgid "English: pot ash; symbol from Latin: kalium, (alkali)." msgstr "" #: table_data.h:174 msgid "Calcium" msgstr "Calcium" #: table_data.h:174 msgid "Fairly hard, silvery-white metal" msgstr "" #: table_data.h:174 msgid "Latin: calx, calcis (lime)." msgstr "" #: table_data.h:175 msgid "Scandium" msgstr "Scandium" #: table_data.h:175 msgid "Fairly soft, silvery-white metal" msgstr "" #: table_data.h:175 table_data.h:226 msgid "1879 (Sweden)" msgstr "" #: table_data.h:175 msgid "Lars Nilson" msgstr "" #: table_data.h:175 msgid "Latin: Scandia, Scandinavia." msgstr "" #: table_data.h:176 msgid "Titanium" msgstr "Titane" #: table_data.h:176 msgid "Shiny, dark-gray metal" msgstr "" #: table_data.h:176 msgid "1791 (England)" msgstr "" #: table_data.h:176 msgid "William Gregor" msgstr "" #: table_data.h:176 msgid "Greek: titanos (Titans)." msgstr "" #: table_data.h:177 msgid "Vanadium" msgstr "Vanadium" #: table_data.h:177 table_data.h:221 msgid "Soft, ductile, silvery-white metal" msgstr "" #: table_data.h:177 msgid "1830 (Sweden)" msgstr "" #: table_data.h:177 msgid "Nils Gabriel Sefstrom" msgstr "" #: table_data.h:177 msgid "The scandinavian goddess, Vanadis." msgstr "" #: table_data.h:178 msgid "Chromium" msgstr "Chromium" #: table_data.h:178 msgid "Very hard, crystalline, steel-gray metal" msgstr "" #: table_data.h:178 msgid "1797 (France)" msgstr "" #: table_data.h:178 msgid "Louis Vauquelin" msgstr "" #: table_data.h:178 msgid "Greek: chroma (color)." msgstr "" #: table_data.h:179 msgid "Manganese" msgstr "Manganèse" #: table_data.h:179 msgid "Hard, brittle, gray-white metal" msgstr "" #: table_data.h:179 msgid "Johann Gahn" msgstr "" #: table_data.h:179 msgid "Latin: magnes (magnet); Italian: manganese." msgstr "" #: table_data.h:180 msgid "Iron" msgstr "Fer" #: table_data.h:180 msgid "Malleable, ductile, silvery-white metal" msgstr "" #: table_data.h:180 msgid "Anglo-Saxon: iron; symbol from Latin: ferrum (iron)." msgstr "" #: table_data.h:181 msgid "Cobalt" msgstr "Cobalt" #: table_data.h:181 msgid "Hard, ductile, lustrous bluish-gray metal" msgstr "" #: table_data.h:181 msgid "1739 (Sweden)" msgstr "" #: table_data.h:181 msgid "George Brandt" msgstr "" #: table_data.h:181 msgid "German: kobold (goblin)." msgstr "" #: table_data.h:182 msgid "Nickel" msgstr "Nickel" #: table_data.h:182 msgid "Hard, malleable, silvery-white metal" msgstr "" #: table_data.h:182 msgid "1751 (Sweden)" msgstr "" #: table_data.h:182 msgid "Axel Cronstedt" msgstr "" #: table_data.h:182 msgid "German: kupfernickel (false copper)." msgstr "" #: table_data.h:183 msgid "Copper" msgstr "Cuivre" #: table_data.h:183 msgid "Malleable, ductile, reddish-brown metal" msgstr "" #: table_data.h:183 msgid "" "Symbol from Latin: cuprum (island of Cyprus famed for its copper mines)." msgstr "" #: table_data.h:184 msgid "Zinc" msgstr "Zinc" #: table_data.h:184 msgid "Bluish-silver, ductile metal" msgstr "" #: table_data.h:184 msgid "n/a (Germany)" msgstr "" #: table_data.h:184 msgid "German: zink (German for tin)." msgstr "" #: table_data.h:185 msgid "Gallium" msgstr "Gallium" #: table_data.h:185 msgid "Soft, blue-white metal" msgstr "" #: table_data.h:185 msgid "1875 (France)" msgstr "" #: table_data.h:185 table_data.h:223 msgid "Paul-Emile Lecoq de Boisbaudran" msgstr "" #: table_data.h:185 msgid "Latin: Gallia (France)." msgstr "" #: table_data.h:186 msgid "Germanium" msgstr "Germanium" #: table_data.h:186 msgid "Grayish-white metal" msgstr "" #: table_data.h:186 msgid "1886 (Germany)" msgstr "" #: table_data.h:186 msgid "Clemens Winkler" msgstr "" #: table_data.h:186 msgid "Latin: Germania (Germany)." msgstr "" #: table_data.h:187 msgid "Arsenic" msgstr "Arsenic" #: table_data.h:187 msgid "5.73 (grey arsenic)" msgstr "" #: table_data.h:187 msgid "Steel gray, brittle semimetal" msgstr "" #: table_data.h:187 msgid "Greek: arsenikon; Latin: arsenicum, (both names for yellow pigment)." msgstr "" #: table_data.h:188 msgid "Selenium" msgstr "Sélénium" #: table_data.h:188 msgid "A soft metalloid similar to sulfur" msgstr "" #: table_data.h:188 msgid "1818 (Sweden)" msgstr "" #: table_data.h:188 msgid "Greek: selene (moon)." msgstr "" #: table_data.h:189 msgid "Bromine" msgstr "Brome" #: table_data.h:189 msgid "Reddish-brown liquid" msgstr "" #: table_data.h:189 msgid "1826 (France)" msgstr "" #: table_data.h:189 msgid "Antoine J. Balard" msgstr "" #: table_data.h:189 msgid "Greek: bromos (stench)." msgstr "" #: table_data.h:190 msgid "Krypton" msgstr "Krypton" #: table_data.h:190 msgid "Dense, colorless, odorless, and tasteless gas" msgstr "" #: table_data.h:190 msgid "1898 (Great Britain)" msgstr "" #: table_data.h:190 msgid "Greek: kryptos (hidden)." msgstr "" #: table_data.h:192 msgid "Rubidium" msgstr "Rubidium" #: table_data.h:192 msgid "1861 (Germany)" msgstr "" #: table_data.h:192 msgid "R. Bunsen, G. Kirchoff" msgstr "" #: table_data.h:192 msgid "Latin: rubidus (deep red); the color its salts impart to flames." msgstr "" #: table_data.h:193 msgid "Strontium" msgstr "Strontium" #: table_data.h:193 msgid "Silvery, malleable metal" msgstr "" #: table_data.h:193 msgid "1790 (Scotland)" msgstr "" #: table_data.h:193 msgid "A. Crawford" msgstr "" #: table_data.h:193 msgid "The Scottish town, Strontian." msgstr "" #: table_data.h:194 msgid "Yttrium" msgstr "Yttrium" #: table_data.h:194 msgid "Silvery, ductile, fairly reactive metal" msgstr "" #: table_data.h:194 msgid "1789 (Finland)" msgstr "" #: table_data.h:194 msgid "Johann Gadolin" msgstr "" #: table_data.h:194 msgid "" "The Swedish village, Ytterby, where one of its minerals was first found." msgstr "" #: table_data.h:195 msgid "Zirconium" msgstr "Zirconium" #: table_data.h:195 msgid "Gray-white, lustrous, corrosion-resistant metal" msgstr "" #: table_data.h:195 table_data.h:252 msgid "1789 (Germany)" msgstr "" #: table_data.h:195 table_data.h:252 msgid "Martin Klaproth" msgstr "" #: table_data.h:195 msgid "The mineral, zircon." msgstr "" #: table_data.h:196 msgid "Niobium" msgstr "Niobium" #: table_data.h:196 msgid "Shiny white, soft, ductile metal" msgstr "" #: table_data.h:196 msgid "1801 (England)" msgstr "" #: table_data.h:196 msgid "Charles Hatchet" msgstr "" #: table_data.h:196 msgid "Niobe; daughter of the mythical Greek king Tantalus." msgstr "" #: table_data.h:197 msgid "Molybdenum" msgstr "Molybèdne" #: table_data.h:197 table_data.h:200 msgid "Silvery white, hard metal" msgstr "" #: table_data.h:197 msgid "1778 (Sweden)" msgstr "" #: table_data.h:197 msgid "Greek: molybdos (lead)." msgstr "" #: table_data.h:198 msgid "Technetium" msgstr "Technétium" #: table_data.h:198 table_data.h:242 msgid "Silvery-gray metal" msgstr "" #: table_data.h:198 msgid "1937 (Italy)" msgstr "" #: table_data.h:198 msgid "Carlo Perrier, Emilio Segre" msgstr "" #: table_data.h:198 msgid "Greek: technetos (artificial)." msgstr "" #: table_data.h:199 msgid "Ruthenium" msgstr "Ruthénium" #: table_data.h:199 msgid "Rare, silver-gray, extremely brittle metal" msgstr "" #: table_data.h:199 msgid "1844 (Russia)" msgstr "" #: table_data.h:199 msgid "Karl Klaus" msgstr "" #: table_data.h:199 msgid "Latin: Ruthenia (Russia)." msgstr "" #: table_data.h:200 msgid "Rhodium" msgstr "Rhodium" #: table_data.h:200 table_data.h:201 msgid "1803 (England)" msgstr "" #: table_data.h:200 table_data.h:201 msgid "William Wollaston" msgstr "" #: table_data.h:200 msgid "Greek: rhodon (rose). Its salts give a rosy solution." msgstr "" #: table_data.h:201 msgid "Palladium" msgstr "Palladium" #: table_data.h:201 table_data.h:205 msgid "Silvery-white, soft, malleable and ductile metal" msgstr "" #: table_data.h:201 msgid "Named after the asteroid, Pallas, discovered in 1803." msgstr "" #: table_data.h:202 msgid "Silver" msgstr "Argent" #: table_data.h:202 msgid "Silvery-ductile, and malleable metal" msgstr "" #: table_data.h:202 msgid "Anglo-Saxon: siolful, (silver); symbol from Latin: argentium." msgstr "" #: table_data.h:203 msgid "Cadmium" msgstr "Cadmium" #: table_data.h:203 msgid "Soft, malleable, blue-white metal" msgstr "" #: table_data.h:203 msgid "1817 (Germany)" msgstr "" #: table_data.h:203 msgid "Fredrich Stromeyer" msgstr "" #: table_data.h:203 msgid "Greek: kadmeia (ancient name for calamine (zinc oxide))." msgstr "" #: table_data.h:204 msgid "Indium" msgstr "Indium" #: table_data.h:204 msgid "Very soft, silvery-white metal" msgstr "" #: table_data.h:204 msgid "1863 (Germany)" msgstr "" #: table_data.h:204 msgid "Ferdinand Reich, T. Richter" msgstr "" #: table_data.h:204 msgid "Latin: indicum (color indigo), the color it shows in a spectroscope." msgstr "" #: table_data.h:205 msgid "Tin" msgstr "Étain" #: table_data.h:205 msgid "Named after Etruscan god, Tinia; symbol from Latin: stannum (tin)." msgstr "" #: table_data.h:206 msgid "Antimony" msgstr "Antimoine" #: table_data.h:206 msgid "Hard, silvery-white, brittle semimetal" msgstr "" #: table_data.h:206 msgid "Greek: anti and monos (not alone); symbol from mineral stibnite." msgstr "" #: table_data.h:207 msgid "Tellurium" msgstr "Tellure" #: table_data.h:207 msgid "Silvery-white, brittle semimetal" msgstr "" #: table_data.h:207 msgid "1782 (Romania)" msgstr "" #: table_data.h:207 msgid "Franz Joseph Meller von Reichenstein" msgstr "" #: table_data.h:207 msgid "Latin: tellus (earth)." msgstr "" #: table_data.h:208 msgid "Iodine" msgstr "Iode" #: table_data.h:208 msgid "Shiny, black nonmetallic solid" msgstr "" #: table_data.h:208 msgid "1811 (France)" msgstr "" #: table_data.h:208 msgid "Bernard Courtois" msgstr "" #: table_data.h:209 msgid "Xenon" msgstr "Xénon" #: table_data.h:209 msgid "Heavy, colorless, and odorless noble gas" msgstr "" #: table_data.h:209 msgid "Sir William Ramsay; M. W. Travers" msgstr "" #: table_data.h:209 msgid "Greek: xenos (strange)." msgstr "" #: table_data.h:211 msgid "Cesium" msgstr "Césium" #: table_data.h:211 msgid "Very soft, ductile, light gray metal" msgstr "" #: table_data.h:211 msgid "1860 (Germany)" msgstr "" #: table_data.h:211 msgid "Gustov Kirchoff, Robert Bunsen" msgstr "" #: table_data.h:211 msgid "Latin: coesius (sky blue); for the blue lines of its spectrum." msgstr "" #: table_data.h:212 msgid "Barium" msgstr "Baryum" #: table_data.h:212 msgid "Soft, slightly malleable, silver-white metal" msgstr "" #: table_data.h:212 msgid "Greek: barys (heavy or dense)." msgstr "" #: table_data.h:214 msgid "Lanthanum" msgstr "Lanthane" #: table_data.h:214 msgid "Silvery-white, soft, malleable, and ductile metal" msgstr "" #: table_data.h:214 msgid "1839 (Sweden)" msgstr "" #: table_data.h:214 table_data.h:222 table_data.h:225 msgid "Carl Mosander" msgstr "" #: table_data.h:214 msgid "Greek: lanthanein (to be hidden)." msgstr "" #: table_data.h:215 msgid "Cerium" msgstr "Cérium" #: table_data.h:215 msgid "Malleable, ductile, iron-gray metal" msgstr "" #: table_data.h:215 msgid "1803 (Sweden/Germany)" msgstr "" #: table_data.h:215 msgid "W. von Hisinger, J. Berzelius, M. Klaproth" msgstr "" #: table_data.h:215 msgid "" "Named after the asteroid, Ceres, discovered two years before the element." msgstr "" #: table_data.h:216 msgid "Praseodymium" msgstr "Praséodyme" #: table_data.h:216 msgid "Silvery white, moderately soft, malleable, and ductile metal" msgstr "" #: table_data.h:216 msgid "1885 (Austria)" msgstr "" #: table_data.h:216 table_data.h:217 msgid "C.F. Aver von Welsbach" msgstr "" #: table_data.h:216 msgid "Greek: prasios and didymos (green twin); from its green salts." msgstr "" #: table_data.h:217 msgid "Neodymium" msgstr "Néodyme" #: table_data.h:217 msgid "Silvery-white, rare-earth metal that oxidizes easily in air" msgstr "" #: table_data.h:217 msgid "1925 (Austria)" msgstr "" #: table_data.h:217 msgid "Greek: neos and didymos (new twin)." msgstr "" #: table_data.h:218 msgid "Promethium" msgstr "Prométhium" #: table_data.h:218 table_data.h:255 msgid "1945 (United States)" msgstr "" #: table_data.h:218 msgid "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" msgstr "" #: table_data.h:218 msgid "Named for the Greek god, Prometheus." msgstr "" #: table_data.h:219 msgid "Samarium" msgstr "Samarium" #: table_data.h:219 msgid "Silvery rare-earth metal" msgstr "" #: table_data.h:219 msgid "1853 (France)" msgstr "" #: table_data.h:219 msgid "Jean Charles Galissard de Marignac" msgstr "" #: table_data.h:219 msgid "Named after the mineral samarskite." msgstr "" #: table_data.h:220 msgid "Europium" msgstr "Europium" #: table_data.h:220 msgid "1901 (France)" msgstr "" #: table_data.h:220 msgid "Eugene-Antole Demarcay" msgstr "" #: table_data.h:220 msgid "Named for the continent of Europe." msgstr "" #: table_data.h:221 msgid "Gadolinium" msgstr "Gadolinium" #: table_data.h:221 msgid "1880 (Switzerland)" msgstr "" #: table_data.h:221 table_data.h:227 msgid "Jean de Marignac" msgstr "" #: table_data.h:221 msgid "Named after the mineral gadolinite." msgstr "" #: table_data.h:222 msgid "Terbium" msgstr "Terbium" #: table_data.h:222 msgid "Soft, ductile, silvery-gray, rare-earth metal" msgstr "" #: table_data.h:222 table_data.h:225 msgid "1843 (Sweden)" msgstr "" #: table_data.h:222 msgid "Named after Ytterby, a village in Sweden." msgstr "" #: table_data.h:223 msgid "Dysprosium" msgstr "Dysprosium" #: table_data.h:223 msgid "Soft. lustrous, silvery metal" msgstr "" #: table_data.h:223 msgid "Greek: dysprositos (hard to get at)." msgstr "" #: table_data.h:224 msgid "Holmium" msgstr "Holmium" #: table_data.h:224 msgid "Fairly soft, malleable, lustrous, silvery metal" msgstr "" #: table_data.h:224 table_data.h:227 msgid "1878 (Switzerland)" msgstr "" #: table_data.h:224 msgid "J.L. Soret" msgstr "" #: table_data.h:224 msgid "Holmia, the Latinized name for Stockholm, Sweden." msgstr "" #: table_data.h:225 msgid "Erbium" msgstr "Erbium" #: table_data.h:225 msgid "Soft, malleable, silvery metal" msgstr "" #: table_data.h:225 msgid "Named after the Swedish town, Ytterby." msgstr "" #: table_data.h:226 msgid "Thulium" msgstr "Thulium" #: table_data.h:226 msgid "Soft, malleable, ductile, silvery metal" msgstr "" #: table_data.h:226 msgid "Per Theodor Cleve" msgstr "" #: table_data.h:226 msgid "Thule, ancient name of Scandinavia." msgstr "" #: table_data.h:227 msgid "Ytterbium" msgstr "Ytterbium" #: table_data.h:227 msgid "Silvery, lustrous, malleable, and ductile metal" msgstr "" #: table_data.h:227 msgid "Named for the Swedish village of Ytterby." msgstr "" #: table_data.h:229 msgid "Lutetium" msgstr "Lutétium" #: table_data.h:229 msgid "Silvery-white, hard, dense, rare-earth metal" msgstr "" #: table_data.h:229 msgid "1907 (France)" msgstr "" #: table_data.h:229 msgid "Georges Urbain" msgstr "" #: table_data.h:229 msgid "Named for the ancient name of Paris, Lutecia." msgstr "" #: table_data.h:230 msgid "Hafnium" msgstr "Hafnium" #: table_data.h:230 msgid "Silvery, ductile metal" msgstr "" #: table_data.h:230 msgid "1923 (Denmark)" msgstr "" #: table_data.h:230 msgid "Dirk Coster, Georg von Hevesy" msgstr "" #: table_data.h:230 msgid "Hafnia, the Latin name of Copenhagen." msgstr "" #: table_data.h:231 msgid "Tantalum" msgstr "Tantale" #: table_data.h:231 msgid "Gray, heavy, hard metal" msgstr "" #: table_data.h:231 msgid "1802 (Sweden)" msgstr "" #: table_data.h:231 msgid "Anders Ekeberg" msgstr "" #: table_data.h:231 msgid "King Tantalus of Greek mythology, father of Niobe." msgstr "" #: table_data.h:232 msgid "Tungsten" msgstr "Tungstène" #: table_data.h:232 msgid "Tough, steel-gray to white metal" msgstr "" #: table_data.h:232 msgid "1783 (Spain)" msgstr "" #: table_data.h:232 msgid "Juan Jose, Fausto Elhuyar" msgstr "" #: table_data.h:232 msgid "Swedish: tung sten (heavy stone): symbol from its German name wolfram." msgstr "" #: table_data.h:233 msgid "Rhenium" msgstr "Rhénium" #: table_data.h:233 msgid "Dense, silvery-white metal" msgstr "" #: table_data.h:233 msgid "1925 (Germany)" msgstr "" #: table_data.h:233 msgid "Walter Noddack, Ida Tacke, Otto Berg" msgstr "" #: table_data.h:233 msgid "Latin: Rhenus, the Rhine River." msgstr "" #: table_data.h:234 msgid "Osmium" msgstr "Osmium" #: table_data.h:234 msgid "Blue-white, lustrous, hard metal" msgstr "" #: table_data.h:234 msgid "1804 (England)" msgstr "" #: table_data.h:234 msgid "Smithson Tenant" msgstr "" #: table_data.h:234 msgid "Greek: osme (odor)." msgstr "" #: table_data.h:235 msgid "Iridium" msgstr "Iridium" #: table_data.h:235 msgid "White, brittle metal" msgstr "" #: table_data.h:235 msgid "1804 (England/France)" msgstr "" #: table_data.h:235 msgid "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" msgstr "" #: table_data.h:235 msgid "Latin: iris (rainbow)." msgstr "" #: table_data.h:236 msgid "Platinum" msgstr "Platine" #: table_data.h:236 msgid "Very heavy, soft, silvery-white metal" msgstr "" #: table_data.h:236 msgid "1735 (Italy)" msgstr "" #: table_data.h:236 msgid "Julius Scaliger" msgstr "" #: table_data.h:236 msgid "Spanish: platina (little silver)." msgstr "" #: table_data.h:237 msgid "Gold" msgstr "Or" #: table_data.h:237 msgid "Soft, malleable, yellow metal" msgstr "" #: table_data.h:237 msgid "Anglo-Saxon: geolo (yellow); symbol from Latin: aurum (shining dawn)." msgstr "" #: table_data.h:238 msgid "Mercury" msgstr "Mercure" #: table_data.h:238 msgid "Heavy, silver-white metal that is in its liquid state at" msgstr "" #: table_data.h:238 msgid "The Roman god Mercury; symbol from Latin: hydrargyrus (liquid silver)." msgstr "" #: table_data.h:239 msgid "Thallium" msgstr "Thallium" #: table_data.h:239 msgid "Soft, gray metal" msgstr "" #: table_data.h:239 msgid "1861 (England)" msgstr "" #: table_data.h:239 msgid "Sir William Crookes" msgstr "" #: table_data.h:239 msgid "Greek: thallos (green twig), for a bright green line in its spectrum." msgstr "" #: table_data.h:240 msgid "Lead" msgstr "Plomb" #: table_data.h:240 msgid "Very soft, highly malleable and ductile, blue-white shiny metal" msgstr "" #: table_data.h:240 msgid "Anglo-Saxon: lead; symbol from Latin: plumbum." msgstr "" #: table_data.h:241 msgid "Bismuth" msgstr "Bismuth" #: table_data.h:241 msgid "Hard, brittle, steel-gray metal with a pinkish tinge" msgstr "" #: table_data.h:241 msgid "German: bisemutum, (white mass), Now spelled wismut." msgstr "" #: table_data.h:242 msgid "Polonium" msgstr "Polonium" #: table_data.h:242 table_data.h:247 msgid "1898 (France/Poland)" msgstr "" #: table_data.h:242 table_data.h:247 msgid "Pierre and Marie Curie-Sklodowska" msgstr "" #: table_data.h:242 msgid "Named for Poland, native country of Marie Curie." msgstr "" #: table_data.h:243 msgid "Astatine" msgstr "Astate" #: table_data.h:243 msgid "Unstable, radioactive halogen" msgstr "" #: table_data.h:243 table_data.h:254 msgid "1940 (United States)" msgstr "" #: table_data.h:243 msgid "D.R.Corson, K.R.MacKenzie, E. Segre" msgstr "" #: table_data.h:243 msgid "Greek: astatos (unstable)." msgstr "" #: table_data.h:244 msgid "Radon" msgstr "Radon" #: table_data.h:244 msgid "Heavy radioactive gas" msgstr "" #: table_data.h:244 msgid "1898 (Germany)" msgstr "" #: table_data.h:244 msgid "Fredrich Ernst Dorn" msgstr "" #: table_data.h:244 msgid "Variation of the name of another element, radium." msgstr "" #: table_data.h:246 msgid "Francium" msgstr "Francium" #: table_data.h:246 msgid "1939 (France)" msgstr "" #: table_data.h:246 msgid "Marguerite Derey" msgstr "" #: table_data.h:246 msgid "Named for France, the nation of its discovery." msgstr "" #: table_data.h:247 msgid "Radium" msgstr "Radium" #: table_data.h:247 msgid "Silvery white, radioactive element" msgstr "" #: table_data.h:247 msgid "Latin: radius (ray)." msgstr "" #: table_data.h:249 msgid "Actinium" msgstr "Actinium" #: table_data.h:249 msgid "Heavy, Silvery-white metal that is very radioactive" msgstr "" #: table_data.h:249 msgid "1899 (France)" msgstr "" #: table_data.h:249 msgid "Andre-Louis Debierne" msgstr "" #: table_data.h:249 msgid "Greek: akis, aktinos (ray)." msgstr "" #: table_data.h:250 msgid "Thorium" msgstr "Thorium" #: table_data.h:250 msgid "Gray, soft, malleable, ductile, radioactive metal" msgstr "" #: table_data.h:250 msgid "1828 (Sweden)" msgstr "" #: table_data.h:250 msgid "Named for Thor, Norse god of thunder." msgstr "" #: table_data.h:251 msgid "Protactinium" msgstr "Protactinium" #: table_data.h:251 table_data.h:254 table_data.h:255 msgid "Silvery-white, radioactive metal" msgstr "" #: table_data.h:251 msgid "1917 (England/France)" msgstr "" #: table_data.h:251 msgid "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" msgstr "" #: table_data.h:251 msgid "" "Greek: proto and actinium (parent of actinium); it forms actinium when it " "radioactively decays." msgstr "" #: table_data.h:252 msgid "Uranium" msgstr "Uranium" #: table_data.h:252 msgid "Silvery-white, dense, ductile and malleable, radioactive metal." msgstr "" #: table_data.h:252 msgid "Named for the planet Uranus." msgstr "" #: table_data.h:253 msgid "Neptunium" msgstr "Neptunium" #: table_data.h:253 #, fuzzy msgid "Silvery metal" msgstr "Argent" #: table_data.h:253 msgid "E.M. McMillan, P.H. Abelson" msgstr "" #: table_data.h:253 msgid "Named for the planet Neptune." msgstr "" #: table_data.h:254 msgid "Plutonium" msgstr "Plutonium" #: table_data.h:254 msgid "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" msgstr "" #: table_data.h:254 msgid "Named for the planet Pluto." msgstr "" #: table_data.h:255 msgid "Americium" msgstr "Americium" #: table_data.h:255 msgid "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" msgstr "" #: table_data.h:255 msgid "Named for the American continent, by analogy with europium." msgstr "" #: table_data.h:256 msgid "Curium" msgstr "Curium" #: table_data.h:256 msgid "Silvery, malleable, synthetic radioactive metal" msgstr "" #: table_data.h:256 msgid "1944 (United States)" msgstr "" #: table_data.h:256 msgid "G.T.Seaborg, R.A.James, A.Ghiorso" msgstr "" #: table_data.h:256 msgid "Named in honor of Pierre and Marie Curie." msgstr "" #: table_data.h:257 msgid "Berkelium" msgstr "Berkelium" #: table_data.h:257 msgid "Radionactive synthetic metal" msgstr "" #: table_data.h:257 msgid "1949 (United States)" msgstr "" #: table_data.h:257 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso" msgstr "" #: table_data.h:257 msgid "Named after Berkeley, California the city of its discovery." msgstr "" #: table_data.h:258 msgid "Californium" msgstr "Califorium" #: table_data.h:258 msgid "Powerful neutron emitter" msgstr "" #: table_data.h:258 msgid "1950 (United States)" msgstr "" #: table_data.h:258 table_data.h:261 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." msgstr "" #: table_data.h:258 msgid "Named after the state and University of California." msgstr "" #: table_data.h:259 msgid "Einsteinium" msgstr "Einsteinium" #: table_data.h:259 table_data.h:260 table_data.h:261 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 msgid "Radioactive, synthetic metal" msgstr "" #: table_data.h:259 msgid "1952 (United States)" msgstr "" #: table_data.h:259 table_data.h:260 msgid "Argonne, Los Alamos, U of Calif" msgstr "" #: table_data.h:259 msgid "Named in honor of the scientist Albert Einstein." msgstr "" #: table_data.h:260 msgid "Fermium" msgstr "Fermium" #: table_data.h:260 msgid "1953 (United States)" msgstr "" #: table_data.h:260 msgid "Named in honor of the scientist Enrico Fermi." msgstr "" #: table_data.h:261 msgid "Mendelevium" msgstr "Mendelevium" #: table_data.h:261 msgid "1955 (United States)" msgstr "" #: table_data.h:261 msgid "" "Named in honor of the scientist Dmitri Ivanovitch Mendeleyev, who devised " "the periodic table." msgstr "" #: table_data.h:262 msgid "Nobelium" msgstr "Nobelium" #: table_data.h:262 msgid "Radioactive, synthetic metal." msgstr "" #: table_data.h:262 msgid "1957 (Sweden)" msgstr "" #: table_data.h:262 msgid "Nobel Institute for Physics" msgstr "" #: table_data.h:262 msgid "" "Named in honor of Alfred Nobel, who invented dynamite and founded Nobel " "prize." msgstr "" #: table_data.h:264 msgid "Lawrencium" msgstr "Lawrencium" #: table_data.h:264 msgid "1961 (United States)" msgstr "" #: table_data.h:264 msgid "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" msgstr "" #: table_data.h:264 msgid "Named in honor of Ernest O. Lawrence, inventor of the cyclotron." msgstr "" #: table_data.h:265 msgid "Rutherfordium" msgstr "Rutherfordium" #: table_data.h:265 msgid "1969 (United States)" msgstr "" #: table_data.h:265 table_data.h:266 msgid "A. Ghiorso, et al" msgstr "" #: table_data.h:265 msgid "Named in honor of Ernest Rutherford" msgstr "" #: table_data.h:266 msgid "Dubnium" msgstr "Dubnium" #: table_data.h:266 msgid "1970 (United States)" msgstr "" #: table_data.h:266 msgid "Named in honor of Otto Hahn" msgstr "" #: table_data.h:267 msgid "Seaborgium" msgstr "Seaborgium" #: table_data.h:267 msgid "1974 (USSR/United States)" msgstr "" #: table_data.h:267 msgid "Soviet Nuclear Research/ U. of Cal at Berkeley" msgstr "" #: table_data.h:267 msgid "" "Named in honor of Glenn Seaborg, American physical chemist known for " "research on transuranium elements." msgstr "" #: table_data.h:268 msgid "Bohrium" msgstr "Bohrium" #: table_data.h:268 msgid "1976 (Germany)" msgstr "" #: table_data.h:268 table_data.h:269 table_data.h:270 table_data.h:271 #: table_data.h:272 msgid "Heavy Ion Research Laboratory (HIRL)" msgstr "" #: table_data.h:268 msgid "Named in honor of Niels Bohr" msgstr "" #: table_data.h:269 msgid "Hassium" msgstr "Hassium" #: table_data.h:269 msgid "1984 (Germany)" msgstr "" #: table_data.h:269 msgid "" "Named in honor of Henri Hess, Swiss born Russian chemist known for work in " "thermodydamics." msgstr "" #: table_data.h:270 msgid "Meitnerium" msgstr "Meitnerium" #: table_data.h:270 msgid "1982 (Germany)" msgstr "" #: table_data.h:270 msgid "Named in honor of Lise Mietner" msgstr "" #: table_data.h:271 msgid "Ununnilium" msgstr "Ununnilium" #: table_data.h:271 table_data.h:272 msgid "1994 (Germany)" msgstr "" #: table_data.h:271 msgid "Un (one) nun (one) nilium (zero)" msgstr "" #: table_data.h:272 msgid "Unununium" msgstr "Unununium" #: table_data.h:272 msgid "Un (one) nun (one) unium (one)" msgstr "" #: table_data.h:273 msgid "Ununbium" msgstr "Ununbium" #: table_data.h:273 msgid "1996 (n/a)" msgstr "" #: table_data.h:274 msgid "Ununtrium" msgstr "Ununtrium" #: table_data.h:274 table_data.h:276 table_data.h:278 msgid "n/a (n/a)" msgstr "" #: table_data.h:275 msgid "Ununquadium" msgstr "Ununquadium" #: table_data.h:275 table_data.h:277 table_data.h:279 msgid "1999 (n/a)" msgstr "" #: table_data.h:276 msgid "Ununpentium" msgstr "Ununpentium" #: table_data.h:277 msgid "Ununhexium" msgstr "Ununhexium" #: table_data.h:278 msgid "Ununseptium" msgstr "Ununseptium" #: table_data.h:279 msgid "Ununoctium" msgstr "Ununoctium" gperiodic-2.0.10/po/gl.po0000644000076400007640000002147310645151735015063 0ustar jfrantzjfrantz# # # Copyright (C) 2006 Free Software Foundation, Inc. # Gonzalo Regueiro Iglesias , 2006. # Leandro Regueiro , 2006. # # Traducido polo Proxecto Trasno: http://trasno.net # Axúdanos a traducir software libre¡ # # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 1999-11-12 18:57+0100\n" "PO-Revision-Date: 2006-12-24 16:36+0100\n" "Last-Translator: Leandro Regueiro \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/gperiodic.c:164 msgid "Ok" msgstr "Aceptar" #: src/gperiodic.c:186 msgid "Play Pronounciation" msgstr "" #: src/gperiodic.c:225 msgid "" "GPeriodic\n" "\n" "Version: " msgstr "" "GPeriodic\n" "\n" "Versión: " #: src/gperiodic.c:237 msgid "GPeriodic - About" msgstr "GPeriodic - Acerca de" #: src/gperiodic.c:291 msgid "Error button was null?" msgstr "" #. set up a string for the tooltips #: src/gperiodic.c:336 #, c-format msgid "%s n:%s w:%s" msgstr "" #: src/gperiodic.c:367 msgid "/_File" msgstr "/_Ficheiro" #: src/gperiodic.c:368 msgid "/_File/_QuitNew" msgstr "" #: src/gperiodic.c:370 msgid "/_File/_Quit" msgstr "/_Ficheiro/_Saír" #: src/gperiodic.c:372 msgid "/_Colors" msgstr "/_Cores" #: src/gperiodic.c:373 msgid "/_Colors/_From temperature ..." msgstr "" #: src/gperiodic.c:375 msgid "/_Help" msgstr "/A_xuda" #: src/gperiodic.c:376 msgid "/_Help/_About ..." msgstr "/A_xuda/_Acerca de ..." #: src/gperiodic.c:419 msgid "No symbol for index" msgstr "" #: src/table_data.c:8 msgid "Name: " msgstr "Nome: " #: src/table_data.c:8 msgid "Symbol: " msgstr "Símbolo:" #: src/table_data.c:8 msgid "Number: " msgstr "Número:" #: src/table_data.c:8 msgid "Weight: " msgstr "Peso:" #: src/table_data.c:9 msgid "Melting Point: " msgstr "Punto de Fusión:" #: src/table_data.c:9 msgid "Boiling Point: " msgstr "Punto de Ebulición:" #: src/table_data.c:10 msgid "Pauling Negativity Number: " msgstr "Electronegatividade (Pauling):" #: src/table_data.c:68 msgid "Hydrogen" msgstr "Hidróxeno" #: src/table_data.c:69 msgid "Helium" msgstr "Helio" #: src/table_data.c:71 msgid "Lithium" msgstr "Litio" #: src/table_data.c:72 msgid "Beryllium" msgstr "Berilio" #: src/table_data.c:73 msgid "Boron" msgstr "Boro" #: src/table_data.c:74 msgid "Carbon" msgstr "Carbono" #: src/table_data.c:75 msgid "Nitrogen" msgstr "Nitróxeno" #: src/table_data.c:76 msgid "Oxygen" msgstr "Osíxeno" #: src/table_data.c:77 msgid "Fluorine" msgstr "Fluor" #: src/table_data.c:78 msgid "Neon" msgstr "Neon" #: src/table_data.c:80 msgid "Sodium" msgstr "Sodio" #: src/table_data.c:81 msgid "Magnesium" msgstr "Magnesio" #: src/table_data.c:82 msgid "Aluminum" msgstr "Aluminio" #: src/table_data.c:83 msgid "Silicon" msgstr "Silicio" #: src/table_data.c:84 msgid "Phosphorus" msgstr "Fósforo" #: src/table_data.c:85 msgid "Sulfur" msgstr "Xofre" #: src/table_data.c:86 msgid "Chlorine" msgstr "Cloro" #: src/table_data.c:87 msgid "Argon" msgstr "Argon" #: src/table_data.c:89 msgid "Potassium" msgstr "Potasio" #: src/table_data.c:90 msgid "Calcium" msgstr "Calcio" #: src/table_data.c:91 msgid "Scandium" msgstr "Escandio" #: src/table_data.c:92 msgid "Titanium" msgstr "Titanio" #: src/table_data.c:93 msgid "Vanadium" msgstr "Vanadio" #: src/table_data.c:94 msgid "Chromium" msgstr "Cromo" #: src/table_data.c:95 msgid "Manganese" msgstr "Manganeso" #: src/table_data.c:96 msgid "Iron" msgstr "Ferro" #: src/table_data.c:97 msgid "Cobalt" msgstr "Cobalto" #: src/table_data.c:98 msgid "Nickel" msgstr "Níquel" #: src/table_data.c:99 msgid "Copper" msgstr "Cobre" #: src/table_data.c:100 msgid "Zinc" msgstr "Zinc" #: src/table_data.c:101 msgid "Gallium" msgstr "Galio" #: src/table_data.c:102 msgid "Germanium" msgstr "Xermanio" #: src/table_data.c:103 msgid "Arsenic" msgstr "Arsénico" #: src/table_data.c:104 msgid "Selenium" msgstr "Selenio" #: src/table_data.c:105 msgid "Bromine" msgstr "Bromo" #: src/table_data.c:106 msgid "Krypton" msgstr "Cripton" #: src/table_data.c:108 msgid "Rubidium" msgstr "Rubidio" #: src/table_data.c:109 msgid "Strontium" msgstr "Estroncio" #: src/table_data.c:110 msgid "Yttrium" msgstr "Itrio" #: src/table_data.c:111 msgid "Zirconium" msgstr "Circonio" #: src/table_data.c:112 msgid "Niobium" msgstr "Niobio" #: src/table_data.c:113 msgid "Molybdenum" msgstr "Molibdeno" #: src/table_data.c:114 msgid "Technetium" msgstr "Tecnecio" #: src/table_data.c:115 msgid "Ruthenium" msgstr "Rutenio" #: src/table_data.c:116 msgid "Rhodium" msgstr "Rodio" #: src/table_data.c:117 msgid "Palladium" msgstr "Paladio" #: src/table_data.c:118 msgid "Silver" msgstr "Prata" #: src/table_data.c:119 msgid "Cadmium" msgstr "Cadmio" #: src/table_data.c:120 msgid "Indium" msgstr "Indio" #: src/table_data.c:121 msgid "Tin" msgstr "Estaño" #: src/table_data.c:122 msgid "Antimony" msgstr "Antimonio" #: src/table_data.c:123 msgid "Tellurium" msgstr "Telurio" #: src/table_data.c:124 msgid "Iodine" msgstr "Iodo" #: src/table_data.c:125 msgid "Xenon" msgstr "Xenon" #: src/table_data.c:127 msgid "Cesium" msgstr "Cesio" #: src/table_data.c:128 msgid "Barium" msgstr "Bario" #: src/table_data.c:130 msgid "Lanthanum" msgstr "Lantano" #: src/table_data.c:131 msgid "Cerium" msgstr "Cerio" #: src/table_data.c:132 msgid "Praseodymium" msgstr "Praseodimio" #: src/table_data.c:133 msgid "Neodymium" msgstr "Neodimio" #: src/table_data.c:134 msgid "Promethium" msgstr "Promecio" #: src/table_data.c:135 msgid "Samarium" msgstr "Samario" #: src/table_data.c:136 msgid "Europium" msgstr "Europio" #: src/table_data.c:137 msgid "Gadolinium" msgstr "Gadolinio" #: src/table_data.c:138 msgid "Terbium" msgstr "Terbio" #: src/table_data.c:139 msgid "Dysprosium" msgstr "Disprosio" #: src/table_data.c:140 msgid "Holmium" msgstr "Holmio" #: src/table_data.c:141 msgid "Erbium" msgstr "Erbio" #: src/table_data.c:142 msgid "Thulium" msgstr "Tulio" #: src/table_data.c:143 msgid "Ytterbium" msgstr "Iterbio" #: src/table_data.c:145 msgid "Lutetium" msgstr "Lutecio" #: src/table_data.c:146 msgid "Hafnium" msgstr "Hafnio" #: src/table_data.c:147 msgid "Tantalum" msgstr "Tantalio" #: src/table_data.c:148 msgid "Tungsten" msgstr "Volframio" #: src/table_data.c:149 msgid "Rhenium" msgstr "Renio" #: src/table_data.c:150 msgid "Osmium" msgstr "Osmio" #: src/table_data.c:151 msgid "Iridium" msgstr "Iridio" #: src/table_data.c:152 msgid "Platinum" msgstr "Platino" #: src/table_data.c:153 msgid "Gold" msgstr "Ouro" #: src/table_data.c:154 msgid "Mercury" msgstr "Mercurio" #: src/table_data.c:155 msgid "Thallium" msgstr "Talio" #: src/table_data.c:156 msgid "Lead" msgstr "Chumbo" #: src/table_data.c:157 msgid "Bismuth" msgstr "Bismuto" #: src/table_data.c:158 msgid "Polonium" msgstr "Polonio" #: src/table_data.c:159 msgid "Astatine" msgstr "Astato" #: src/table_data.c:160 msgid "Radon" msgstr "Radon" #: src/table_data.c:162 msgid "Francium" msgstr "Francio" #: src/table_data.c:163 msgid "Radium" msgstr "Radio" #: src/table_data.c:165 msgid "Actinium" msgstr "Actinio" #: src/table_data.c:166 msgid "Thorium" msgstr "Torio" #: src/table_data.c:167 msgid "Protactinium" msgstr "Protoactinio" #: src/table_data.c:168 msgid "Uranium" msgstr "Uranio" #: src/table_data.c:169 msgid "Neptunium" msgstr "Neptunio" #: src/table_data.c:170 msgid "Plutonium" msgstr "Plutonio" #: src/table_data.c:171 msgid "Americium" msgstr "Americio" #: src/table_data.c:172 msgid "Curium" msgstr "Curio" #: src/table_data.c:173 msgid "Berkelium" msgstr "Berquelio" #: src/table_data.c:174 msgid "Californium" msgstr "Californio" #: src/table_data.c:175 msgid "Einsteinium" msgstr "Einstenio" #: src/table_data.c:176 msgid "Fermium" msgstr "Fermio" #: src/table_data.c:177 msgid "Mendelevium" msgstr "Mendelevio" #: src/table_data.c:178 msgid "Nobelium" msgstr "Nobelio" #: src/table_data.c:180 msgid "Lawrencium" msgstr "Laurencio" #: src/table_data.c:181 msgid "Rutherfordium" msgstr "Rutherfordio" #: src/table_data.c:182 msgid "Dubnium" msgstr "Dubnio" #: src/table_data.c:183 msgid "Seaborgium" msgstr "Seaborxio" #: src/table_data.c:184 msgid "Bohrium" msgstr "Bohrio" #: src/table_data.c:185 msgid "Hassium" msgstr "Hasio" #: src/table_data.c:186 msgid "Meitnerium" msgstr "Meitnerio" #: src/table_data.c:187 msgid "Ununnilium" msgstr "Darmstadtio" #: src/table_data.c:188 msgid "Unununium" msgstr "Unununio" #: src/table_data.c:189 msgid "Ununbium" msgstr "Ununbio" #: src/table_data.c:190 msgid "Ununtrium" msgstr "Ununtrio" #: src/table_data.c:191 msgid "Ununquadium" msgstr "Ununquadio" #: src/table_data.c:192 msgid "Ununpentium" msgstr "Ununpentio" #: src/table_data.c:193 msgid "Ununhexium" msgstr "Ununhexio" #: src/table_data.c:194 msgid "Ununseptium" msgstr "Ununseptio" #: src/table_data.c:195 msgid "Ununoctium" msgstr "Ununoctio" gperiodic-2.0.10/po/it.po0000664000076400007640000002420210645151735015070 0ustar jfrantzjfrantz# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # msgid "" msgstr "" "Project-Id-Version: gperiodic 2.0.6\n" "POT-Creation-Date: 2003-07-25 20:37+0300\n" "PO-Revision-Date: 2004-01-07 06:00+0100\n" "Last-Translator: Andrea Tasso \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: gperiodic.c:191 #, c-format msgid "" "%sAuthors:\n" "%s\n" "\n" "This program shows the periodic table of elements\n" "and information about these elements.\n" "\n" "Released under the GPL license." msgstr "" "%sAutori:\n" "%s\n" "\n" "Questo programma mostra la tavola periodica degli elementi\n" "ed informazioni su di essi.\n" "\n" "Rilasciato sotto licenza GPL ." #: gperiodic.c:201 msgid "GPeriodic - About" msgstr "Informazioni su GPeriodic" #: gperiodic.c:302 msgid "/_File" msgstr "/_File" #: gperiodic.c:303 msgid "/File/_Quit" msgstr "/File/_Esci" #: gperiodic.c:304 msgid "/_Help" msgstr "/A_iuto" #: gperiodic.c:305 msgid "/Help/_About ..." msgstr "/Aiuto/I_nformazioni ..." #: gperiodic.c:338 msgid "No symbol for index" msgstr "Nessun simbolo per l'indice" #: gperiodic.c:345 msgid "Error button was null?" msgstr "Errore, il bottone era vuoto?" #: gperiodic.c:393 #, c-format msgid "%s n:%s w:%s" msgstr "%s n:%s p:%s" #: table_data.h:33 msgid "Name: " msgstr "Nome: " #: table_data.h:34 msgid "Symbol: " msgstr "Simbolo: " #: table_data.h:35 msgid "Atomic Number: " msgstr "Numero atomico: " #: table_data.h:36 msgid "Atomic Weight (u.m): " msgstr "Peso atomico (u.m.): " #: table_data.h:37 msgid "Density (g/cm3) : " msgstr "Densità (g/cm3) : " #: table_data.h:38 msgid "Melting Point (K): " msgstr "Punto di fusione (K): " #: table_data.h:39 msgid "Boiling Point (K): " msgstr "Punto di ebollizione (K): " #: table_data.h:40 msgid "Atomic Radius (pm): " msgstr "Raggio atomico (pm): " #: table_data.h:41 msgid "Covalent Radius (pm): " msgstr "Raggio covalente (pm): " #: table_data.h:42 msgid "Ionic Radius (pm): " msgstr "Raggio ionico (pm): " #: table_data.h:43 msgid "Atomic Volume (cm3/mol): " msgstr "Volume atomico (cm3/mol): " #: table_data.h:44 msgid "Specific Heat (@20" msgstr "Calore specifico (@20" #: table_data.h:44 msgid "C J/g mol): " msgstr "C J/g mol): " #: table_data.h:45 msgid "Fusion Heat (kJ/mol): " msgstr "Calore di fusione (kJ/mol): " #: table_data.h:46 msgid "Evaporation Heat (kJ/mol): " msgstr "Calore di evaporazione (kJ/mol): " #: table_data.h:47 msgid "Termal Conductivity (@25" msgstr "Conducibilità termica (@25" #: table_data.h:47 msgid "C W/m K): " msgstr "C W/m K): " #: table_data.h:48 msgid "Debye temperature (K): " msgstr "Temperatura di Debye (K): " #: table_data.h:49 msgid "Pauling Negativity Number: " msgstr "Elettronegatività di Pauling: " #: table_data.h:50 msgid "First Ionizing Energy (kJ/mol): " msgstr "Energia di prima ionizzazione (kJ/mol): " #: table_data.h:51 msgid "Oxidation states: " msgstr "Stati di ossidazione: " #: table_data.h:52 msgid "Electronic Configuration: " msgstr "Configurazione elettronica: " #: table_data.h:53 msgid "Lattice structure: " msgstr "Struttura cristallina: " #: table_data.h:54 msgid "Lattice constant (" msgstr "Costante reticolare (" #: table_data.h:54 msgid "): " msgstr "): " #: table_data.h:55 msgid "Lattice c/a ratio: " msgstr "Rapporto c/a del reticolo: " #: table_data.h:56 msgid "Appearance: " msgstr "Aspetto: " #: table_data.h:57 msgid "Discovery date: " msgstr "Data della scoperta: " #: table_data.h:58 msgid "Discovered by: " msgstr "Scopritore: " #: table_data.h:59 msgid "Named after: " msgstr "Origine del nome: " #: table_data.h:148 msgid "Hydrogen" msgstr "Idrogeno" #: table_data.h:149 msgid "Helium" msgstr "Elio" #: table_data.h:151 msgid "Lithium" msgstr "Litio" #: table_data.h:152 msgid "Beryllium" msgstr "Berillio" #: table_data.h:153 msgid "Boron" msgstr "Boro" #: table_data.h:154 msgid "Carbon" msgstr "Carbonio" #: table_data.h:155 msgid "Nitrogen" msgstr "Azoto" #: table_data.h:156 msgid "Oxygen" msgstr "Ossigeno" #: table_data.h:157 msgid "Fluorine" msgstr "Fluoro" #: table_data.h:158 msgid "Neon" msgstr "Neon" #: table_data.h:160 msgid "Sodium" msgstr "Sodio" #: table_data.h:161 msgid "Magnesium" msgstr "Magnesio" #: table_data.h:162 msgid "Aluminum" msgstr "Alluminio" #: table_data.h:163 msgid "Silicon" msgstr "Silicio" #: table_data.h:164 msgid "Phosphorus" msgstr "Fosforo" #: table_data.h:165 msgid "Sulfur" msgstr "Zolfo" #: table_data.h:166 msgid "Chlorine" msgstr "Cloro" #: table_data.h:167 msgid "Argon" msgstr "Argon" #: table_data.h:169 msgid "Potassium" msgstr "Potassio" #: table_data.h:170 msgid "Calcium" msgstr "Calcio" #: table_data.h:171 msgid "Scandium" msgstr "Scandio" #: table_data.h:172 msgid "Titanium" msgstr "Titanio" #: table_data.h:173 msgid "Vanadium" msgstr "Vanadio" #: table_data.h:174 msgid "Chromium" msgstr "Cromo" #: table_data.h:175 msgid "Manganese" msgstr "Manganese" #: table_data.h:176 msgid "Iron" msgstr "Ferro" #: table_data.h:177 msgid "Cobalt" msgstr "Cobalto" #: table_data.h:178 msgid "Nickel" msgstr "Nichel" #: table_data.h:179 msgid "Copper" msgstr "Rame" #: table_data.h:180 msgid "Zinc" msgstr "Zinco" #: table_data.h:181 msgid "Gallium" msgstr "Gallio" #: table_data.h:182 msgid "Germanium" msgstr "Germanio" #: table_data.h:183 msgid "Arsenic" msgstr "Arsenico" #: table_data.h:184 msgid "Selenium" msgstr "Selenio" #: table_data.h:185 msgid "Bromine" msgstr "Bromo" #: table_data.h:186 msgid "Krypton" msgstr "Kripton" #: table_data.h:188 msgid "Rubidium" msgstr "Rubidio" #: table_data.h:189 msgid "Strontium" msgstr "Stronzio" #: table_data.h:190 msgid "Yttrium" msgstr "Ittrio" #: table_data.h:191 msgid "Zirconium" msgstr "Zirconio" #: table_data.h:192 msgid "Niobium" msgstr "Niobio" #: table_data.h:193 msgid "Molybdenum" msgstr "Molibdeno" #: table_data.h:194 msgid "Technetium" msgstr "Tecnezio" #: table_data.h:195 msgid "Ruthenium" msgstr "Rutenio" #: table_data.h:196 msgid "Rhodium" msgstr "Rodio" #: table_data.h:197 msgid "Palladium" msgstr "Palladio" #: table_data.h:198 msgid "Silver" msgstr "Argento" #: table_data.h:199 msgid "Cadmium" msgstr "Cadmio" #: table_data.h:200 msgid "Indium" msgstr "Indio" #: table_data.h:201 msgid "Tin" msgstr "Stagno" #: table_data.h:202 msgid "Antimony" msgstr "Antimonio" #: table_data.h:203 msgid "Tellurium" msgstr "Tellurio" #: table_data.h:204 msgid "Iodine" msgstr "Iodio" #: table_data.h:205 msgid "Xenon" msgstr "Xeno" #: table_data.h:207 msgid "Cesium" msgstr "Cesio" #: table_data.h:208 msgid "Barium" msgstr "Bario" #: table_data.h:210 msgid "Lanthanum" msgstr "Lantanio" #: table_data.h:211 msgid "Cerium" msgstr "Cerio" #: table_data.h:212 msgid "Praseodymium" msgstr "Praseodimio" #: table_data.h:213 msgid "Neodymium" msgstr "Neodimio" #: table_data.h:214 msgid "Promethium" msgstr "Promezio" #: table_data.h:215 msgid "Samarium" msgstr "Samario" #: table_data.h:216 msgid "Europium" msgstr "Europio" #: table_data.h:217 msgid "Gadolinium" msgstr "Gadolinio" #: table_data.h:218 msgid "Terbium" msgstr "Terbio" #: table_data.h:219 msgid "Dysprosium" msgstr "Disprosio" #: table_data.h:220 msgid "Holmium" msgstr "Olmio" #: table_data.h:221 msgid "Erbium" msgstr "Erbio" #: table_data.h:222 msgid "Thulium" msgstr "Tulio" #: table_data.h:223 msgid "Ytterbium" msgstr "Ytterbio" #: table_data.h:225 msgid "Lutetium" msgstr "Lutezio" #: table_data.h:226 msgid "Hafnium" msgstr "Afnio" #: table_data.h:227 msgid "Tantalum" msgstr "Tantalio" #: table_data.h:228 msgid "Tungsten" msgstr "Tungsteno" #: table_data.h:229 msgid "Rhenium" msgstr "Renio" #: table_data.h:230 msgid "Osmium" msgstr "Osmio" #: table_data.h:231 msgid "Iridium" msgstr "Iridio" #: table_data.h:232 msgid "Platinum" msgstr "Platino" #: table_data.h:233 msgid "Gold" msgstr "Oro" #: table_data.h:234 msgid "Mercury" msgstr "Mercurio" #: table_data.h:235 msgid "Thallium" msgstr "Tallio" #: table_data.h:236 msgid "Lead" msgstr "Piombo" #: table_data.h:237 msgid "Bismuth" msgstr "Bismuto" #: table_data.h:238 msgid "Polonium" msgstr "Polonio" #: table_data.h:239 msgid "Astatine" msgstr "Astato" #: table_data.h:240 msgid "Radon" msgstr "Radon" #: table_data.h:242 msgid "Francium" msgstr "Francio" #: table_data.h:243 msgid "Radium" msgstr "Radio" #: table_data.h:245 msgid "Actinium" msgstr "Attinio" #: table_data.h:246 msgid "Thorium" msgstr "Torio" #: table_data.h:247 msgid "Protactinium" msgstr "Protoattinio" #: table_data.h:248 msgid "Uranium" msgstr "Uranio" #: table_data.h:249 msgid "Neptunium" msgstr "Nettunio" #: table_data.h:250 msgid "Plutonium" msgstr "Plutonio" #: table_data.h:251 msgid "Americium" msgstr "Americio" #: table_data.h:252 msgid "Curium" msgstr "Curio" #: table_data.h:253 msgid "Berkelium" msgstr "Berkelio" #: table_data.h:254 msgid "Californium" msgstr "Californio" #: table_data.h:255 msgid "Einsteinium" msgstr "Einstenio" #: table_data.h:256 msgid "Fermium" msgstr "Fermio" #: table_data.h:257 msgid "Mendelevium" msgstr "Mendelevio" #: table_data.h:258 msgid "Nobelium" msgstr "Nobelio" #: table_data.h:260 msgid "Lawrencium" msgstr "Lawrencio" #: table_data.h:261 msgid "Rutherfordium" msgstr "Rutherfordio" #: table_data.h:262 msgid "Dubnium" msgstr "Dubnio" #: table_data.h:263 msgid "Seaborgium" msgstr "Seaborgio" #: table_data.h:264 msgid "Bohrium" msgstr "Bohrio" #: table_data.h:265 msgid "Hassium" msgstr "Hassio" #: table_data.h:266 msgid "Meitnerium" msgstr "Meitnerio" #: table_data.h:267 msgid "Ununnilium" msgstr "Ununnilio" #: table_data.h:268 msgid "Unununium" msgstr "Unununio" #: table_data.h:269 msgid "Ununbium" msgstr "Unumbio" #: table_data.h:270 msgid "Ununtrium" msgstr "Ununtrio" #: table_data.h:271 msgid "Ununquadium" msgstr "Ununquadio" #: table_data.h:272 msgid "Ununpentium" msgstr "Unumpentio" #: table_data.h:273 msgid "Ununhexium" msgstr "Ununhexio" #: table_data.h:274 msgid "Ununseptium" msgstr "Ununseptio" #: table_data.h:275 msgid "Ununoctium" msgstr "Ununoctio" gperiodic-2.0.10/po/pl.po0000644000076400007640000014735410645151735015103 0ustar jfrantzjfrantz# Polish translation for gperiodic # Copyright (C) 2003 Free Software Foundation # This file is distributed under the same license as the gperiodic package. # Piotr Najman , 2003 first initial version # Arkadiusz Lipiec , 2003 corrections and full translation # msgid "" msgstr "" "Project-Id-Version: gperiodic\n" "POT-Creation-Date: 2003-10-10 10:51+0300\n" "PO-Revision-Date: 2003-10-09 18:37+0200\n" "Last-Translator: Arkadiusz Lipiec \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" #: gperiodic.c:190 #, c-format msgid "" "%sAuthors:\n" "%s\n" "\n" "This program shows the periodic table of elements\n" "and information about these elements.\n" "\n" "Released under the GPL license." msgstr "" "%sAutorzy:\n" "%s\n" "\n" "Program wywietla ukad okresowy pierwiastkw chemicznych\n" "oraz szczegowe informacje o jego elementach.\n" "\n" "Rozpowszechniany na licencji GPL." #: gperiodic.c:200 msgid "GPeriodic - About" msgstr "GPeriodic - O Programie" #: gperiodic.c:225 msgid "" "GPeriodic [opts]\n" "Options are:\n" " -h show this help screen.\n" " -c color the elements according to their phase at\n" " temperature in Kelvins.\n" " -D dump the periodic table.\n" " -v be verbose\n" "\n" msgstr "" "GPeriodic [opcje]\n" "Dozwolone opcje:\n" " -h wywietla ten ekran pomocy.\n" " -c kolor elementw zaleny od ich fazy w temperaturze\n" " w stopniach Kelwina.\n" " -D zrzuca tablic okresow.\n" " -v tryb komunikatywny\n" #: gperiodic.c:301 msgid "/_File" msgstr "/_Plik" #: gperiodic.c:302 msgid "/File/_Quit" msgstr "/Plik/_Koniec" #: gperiodic.c:303 msgid "/_Help" msgstr "/Po_moc" #: gperiodic.c:304 msgid "/Help/_About ..." msgstr "/Pomoc/_O programie ..." #: gperiodic.c:309 msgid "GPeriodic" msgstr "GPeriodic" #: gperiodic.c:337 msgid "No symbol for index" msgstr "Brak symbolu dla tego indexu" #: gperiodic.c:344 msgid "Error button was null?" msgstr "Bd przycisk by pusty?" #: gperiodic.c:355 #, c-format msgid "%s(%d) Setting color: %d %d %d" msgstr "%s(%d) Ustawianie koloru: %d %d %d" #: gperiodic.c:392 #, c-format msgid "%s n:%s w:%s" msgstr "%s n:%s w:%s" #: gperiodic.c:430 #, c-format msgid " Option -c error : %s is not a number.\n" msgstr " Bd opcji -c : %s nie jest liczb.\n" #: gperiodic.c:434 #, c-format msgid " Option -c error : %s is not a valid number (must be > 0).\n" msgstr " Bd opcji -c : %s nie jest poprawn liczb (musi by > 0).\n" #: gperiodic.c:462 #, c-format msgid "" "\n" " Unknown element : %s. Exiting.\n" "\n" msgstr "" "\n" " Nieznany element : %s. Koczenie.\n" "\n" #: gperiodic.c:467 msgid "" "\n" " Element number exceeds existing elements. Exiting.\n" "\n" msgstr "" "\n" " Liczba elementw przekracza liczb istniejcych elementw. Koczenie.\n" "\n" #: table_data.h:36 msgid "Name: " msgstr "Nazwa: " #: table_data.h:37 msgid "Symbol: " msgstr "Symbol: " #: table_data.h:38 msgid "Atomic Number: " msgstr "Liczba atomowa: " #: table_data.h:39 msgid "Atomic Weight (u.m): " msgstr "Masa atomowa (u.m): " #: table_data.h:40 msgid "Density (g/cm3) : " msgstr "Gsto wzgldna (g/cm3) : " #: table_data.h:41 msgid "Melting Point (K): " msgstr "Temperatura topnienia (K): " #: table_data.h:42 msgid "Boiling Point (K): " msgstr "Temperatura wrzenia (K): " #: table_data.h:43 msgid "Atomic Radius (pm): " msgstr "Promie atomowy (pm): " #: table_data.h:44 msgid "Covalent Radius (pm): " msgstr "Promie kowalencyjny (pm): " #: table_data.h:45 msgid "Ionic Radius (pm): " msgstr "Promie jonowy (pm): " #: table_data.h:46 msgid "Atomic Volume (cm3/mol): " msgstr "Objto molowa (cm3/mol): " #: table_data.h:47 msgid "Specific Heat (@20" msgstr "Ciepo waciwe (@20" #: table_data.h:47 msgid "C J/g mol): " msgstr "C J/g mol): " #: table_data.h:48 msgid "Fusion Heat (kJ/mol): " msgstr "Entalpia topnienia (kJ/mol): " #: table_data.h:49 msgid "Evaporation Heat (kJ/mol): " msgstr "Entalpia parowania (kJ/mol): " #: table_data.h:50 #, fuzzy msgid "Termal Conductivity (@25" msgstr "Przewodno cieplna (@25°C W/m K): " #: table_data.h:50 msgid "C W/m K): " msgstr "C W/m K): " #: table_data.h:51 msgid "Debye temperature (K): " msgstr "Temperatura Debye`a (K): " #: table_data.h:52 msgid "Pauling Negativity Number: " msgstr "Elektroujemno (Paulinga): " #: table_data.h:53 msgid "First Ionizing Energy (kJ/mol): " msgstr "Pierwsza energia jonizacji (kJ/mol): " #: table_data.h:54 msgid "Oxidation states: " msgstr "Stopnie utlenienia: " #: table_data.h:55 msgid "Electronic Configuration: " msgstr "Konfiguracja elektronowa: " #: table_data.h:56 msgid "Lattice structure: " msgstr "Struktura krystaliczna: " #: table_data.h:57 #, fuzzy msgid "Lattice constant (" msgstr "Staa sieciowa (Å): " #: table_data.h:57 msgid "): " msgstr "): " #: table_data.h:58 msgid "Lattice c/a ratio: " msgstr "Wspczynnik sieciowy c/a: " #: table_data.h:59 msgid "Appearance: " msgstr "Wygld: " #: table_data.h:60 msgid "Discovery date: " msgstr "Rok odkrycia: " #: table_data.h:61 msgid "Discovered by: " msgstr "Odkryty przez: " #: table_data.h:62 msgid "Named after: " msgstr "rdosw: " #: table_data.h:87 table_data.h:103 table_data.h:153 table_data.h:155 #: table_data.h:158 table_data.h:159 table_data.h:160 table_data.h:161 #: table_data.h:162 table_data.h:164 table_data.h:166 table_data.h:167 #: table_data.h:168 table_data.h:169 table_data.h:170 table_data.h:171 #: table_data.h:173 table_data.h:174 table_data.h:175 table_data.h:176 #: table_data.h:177 table_data.h:178 table_data.h:179 table_data.h:180 #: table_data.h:181 table_data.h:182 table_data.h:183 table_data.h:184 #: table_data.h:185 table_data.h:186 table_data.h:187 table_data.h:188 #: table_data.h:189 table_data.h:190 table_data.h:192 table_data.h:193 #: table_data.h:194 table_data.h:196 table_data.h:197 table_data.h:198 #: table_data.h:199 table_data.h:200 table_data.h:201 table_data.h:202 #: table_data.h:204 table_data.h:205 table_data.h:206 table_data.h:207 #: table_data.h:208 table_data.h:209 table_data.h:211 table_data.h:212 #: table_data.h:215 table_data.h:216 table_data.h:217 table_data.h:218 #: table_data.h:219 table_data.h:220 table_data.h:221 table_data.h:222 #: table_data.h:223 table_data.h:224 table_data.h:225 table_data.h:226 #: table_data.h:227 table_data.h:229 table_data.h:230 table_data.h:231 #: table_data.h:232 table_data.h:234 table_data.h:235 table_data.h:236 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 #: table_data.h:242 table_data.h:243 table_data.h:244 table_data.h:246 #: table_data.h:247 table_data.h:249 table_data.h:250 table_data.h:251 #: table_data.h:252 table_data.h:253 table_data.h:254 table_data.h:255 #: table_data.h:256 table_data.h:257 table_data.h:258 table_data.h:259 #: table_data.h:260 table_data.h:261 table_data.h:262 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 #: table_data.h:269 table_data.h:270 table_data.h:271 table_data.h:272 #: table_data.h:273 table_data.h:274 table_data.h:275 table_data.h:276 #: table_data.h:277 table_data.h:278 table_data.h:279 msgid "n/a" msgstr "n/d" #: table_data.h:152 msgid "Hydrogen" msgstr "Wodr" #: table_data.h:152 table_data.h:162 msgid "Colorless, odorless, tasteless gas" msgstr "Bezbarwny, bezwonny, nie posiadajcy smaku gaz" #: table_data.h:152 msgid "1766 (England)" msgstr "1766 (Anglia)" #: table_data.h:152 msgid "Henry Cavendish" msgstr "Henry Cavendish" #: table_data.h:152 msgid "Greek: hydro (water) and genes (generate)" msgstr "Greckie: hydro (water) oraz genes (tworzy)" #: table_data.h:153 msgid "Helium" msgstr "Hel" #: table_data.h:153 msgid "Inert, colorless, odorless, tasteless gas" msgstr "Obojtny, bezbarwny, bezwonny i nie posiadajcy smaku gaz" #: table_data.h:153 msgid "1895 (Scotland/Sweden)" msgstr "1895 (Szkocja/Szwecja)" #: table_data.h:153 msgid "Sir William Ramsey, Nils Langet, P.T.Cleve" msgstr "Sir William Ramsey, Nils Langet, P.T.Cleve" #: table_data.h:153 msgid "Greek: helios (sun)." msgstr "Greckie: helios (soce)." #: table_data.h:155 msgid "Lithium" msgstr "Lit" #: table_data.h:155 table_data.h:164 table_data.h:220 msgid "Soft, silvery-white metal" msgstr "Mikki, srebrzystobiay metal" #: table_data.h:155 msgid "1817 (Sweden)" msgstr "1817 (Szwecja)" #: table_data.h:155 msgid "Johann Arfwedson" msgstr "Johann Arfwedson" #: table_data.h:155 msgid "Greek: lithos (stone)." msgstr "Greckie: lithos (kamie)." #: table_data.h:156 msgid "Beryllium" msgstr "Beryl" #: table_data.h:156 msgid "Hard, brittle, steel-gray metal" msgstr "Twardy, kruchy, stalowoszary metal" #: table_data.h:156 msgid "1798 (France)" msgstr "1798 (Francja)" #: table_data.h:156 msgid "Louis-Nicholas Vauquelin" msgstr "Louis-Nicholas Vauquelin" #: table_data.h:156 msgid "Greek: beryllos, 'beryl' (a mineral)." msgstr "Greckie: beryllos, 'beryl' (minera)." #: table_data.h:157 msgid "Boron" msgstr "Bor" #: table_data.h:157 msgid "Hard, brittle, lustrous black semimetal" msgstr "Twardy, kruchy, poyskliwy czarny pmetal" #: table_data.h:157 msgid "1808 (England/France)" msgstr "1808 (Anglia/Francja)" #: table_data.h:157 msgid "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" msgstr "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" #: table_data.h:157 msgid "The Arabic and Persian words for borax." msgstr "Arabskie i perskie sowa na rodek czyszczcy." #: table_data.h:158 msgid "Carbon" msgstr "Wgiel" #: table_data.h:158 msgid "Dense, Black" msgstr "Gsty, czarny" #: table_data.h:158 table_data.h:169 table_data.h:180 table_data.h:183 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "n/a (Unknown)" msgstr "n/d (Nieznany)" #: table_data.h:158 msgid "Known to the ancients" msgstr "Znany od staroytnoci" #: table_data.h:158 msgid "Latin: carbo, (charcoal)." msgstr "acina: carbo, (wgiel drzewny)." #: table_data.h:159 msgid "Nitrogen" msgstr "Azot" #: table_data.h:159 msgid "Colorless, odorless, tasteless, and generally inert gas" msgstr "Bezbarwny, bezwonny, nie posiadajcy smaku i zazwyczaj obojtny gaz" #: table_data.h:159 msgid "1772 (Scotland)" msgstr "1772 (Szkocja)" #: table_data.h:159 msgid "Daniel Rutherford" msgstr "Daniel Rutherford" #: table_data.h:159 msgid "Greek: nitron and genes, (soda forming)." msgstr "Greckie: nitron i genes, (tworzenie sody)." #: table_data.h:160 msgid "Oxygen" msgstr "Tlen" #: table_data.h:160 msgid "Colorless, odorless, tasteless gas; pale blue liquid" msgstr "" "Bezbarwny, bezwonny, nie posiadajcy smaku gaz; przezroczysta niebieska ciecz" #: table_data.h:160 msgid "1774 (England/Sweden)" msgstr "1774 (Anglia/Szwecja)" #: table_data.h:160 msgid "Joseph Priestly, Carl Wilhelm Scheele" msgstr "Joseph Priestly, Carl Wilhelm Scheele" #: table_data.h:160 msgid "Greek: oxys and genes, (acid former)." msgstr "Greckie: oxys i genes, (dawny kwas)." #: table_data.h:161 msgid "Fluorine" msgstr "Fluor" #: table_data.h:161 msgid "Greenish-yellow, pungent, corrosive gas" msgstr "Zielonoty, gryzcy, powodujcy korozj gaz" #: table_data.h:161 table_data.h:223 msgid "1886 (France)" msgstr "1886 (Francja)" #: table_data.h:161 msgid "Henri Moissan" msgstr "Henri Moissan" #: table_data.h:161 msgid "Latin: fluere (flow)." msgstr "aciskie: fluere (przepyw)." #: table_data.h:162 msgid "Neon" msgstr "Neon" #: table_data.h:162 table_data.h:209 msgid "1898 (England)" msgstr "1898 (Anglia)" #: table_data.h:162 table_data.h:190 msgid "Sir William Ramsey, M.W. Travers" msgstr "Sir William Ramsey, M.W. Travers" #: table_data.h:162 msgid "Greek: neos (new)." msgstr "Greckie: neos (nowy)." #: table_data.h:164 msgid "Sodium" msgstr "Sd" #: table_data.h:164 table_data.h:173 msgid "1807 (England)" msgstr "1807 (Anglia)" #: table_data.h:164 table_data.h:165 table_data.h:173 table_data.h:174 #: table_data.h:212 msgid "Sir Humphrey Davy" msgstr "Sir Humphrey Davy" #: table_data.h:164 msgid "" "Medieval Latin: sodanum, (headache remedy); symbol from Latin natrium, " "(sodium carbonate)." msgstr "" "redniowieczna acina: sodanum, (rodek na bl gowy); symbol od aciskiego " "nuritum (soda gazowana)." #: table_data.h:165 msgid "Magnesium" msgstr "Magnez" #: table_data.h:165 msgid "Lightweight, malleable, silvery-white metal" msgstr "Lekki, plastyczny, srebrzystobiay metal" #: table_data.h:165 table_data.h:174 table_data.h:212 msgid "1808 (England)" msgstr "1808 (Anglia)" #: table_data.h:165 msgid "Magnesia, ancient city in district of Thessaly, Greece." msgstr "Magnezja, staroytne miasto w Tesalii, Grecja." #: table_data.h:166 msgid "Aluminum" msgstr "Glin" #: table_data.h:166 msgid "Soft, lightweight, silvery-white metal" msgstr "Mikki, lekki, srebrzystobiay metal" #: table_data.h:166 msgid "1825 (Denmark)" msgstr "1825 (Dania)" #: table_data.h:166 msgid "Hans Christian Oersted" msgstr "Hans Christian Oersted" #: table_data.h:166 msgid "Latin: alumen, aluminis, (alum)." msgstr "aciskie: alumen, aluminis, (alum)." #: table_data.h:167 msgid "Silicon" msgstr "Krzem" #: table_data.h:167 msgid "Amorphous form is brown powder; crystalline form has a gray" msgstr "" "W bezksztatnej postaci jest brunatnym proszkiem; forma krystaliczna jest " "szara" #: table_data.h:167 msgid "1824 (Sweden)" msgstr "1824 (Szwecja)" #: table_data.h:167 table_data.h:188 table_data.h:250 msgid "Jons Jacob Berzelius" msgstr "Jons Jacob Berzelius" #: table_data.h:167 msgid "Latin: silex, silicus, (flint)." msgstr "aciskie: silex, silicus, (krzemie)." #: table_data.h:168 msgid "Phosphorus" msgstr "Fosfor" #: table_data.h:168 msgid "1.82 (white phosphorus)" msgstr "1.82 (biay fosfor)" #: table_data.h:168 msgid "The most common white form is a waxy, phosphorescent solid" msgstr "Najczstsza biaa forma jest woskow, fosforyzujc mas" #: table_data.h:168 msgid "1669 (Germany)" msgstr "1669 (Niemcy)" #: table_data.h:168 msgid "Hennig Brand" msgstr "Hennig Brand" #: table_data.h:168 msgid "Greek: phosphoros, (bringer of light)." msgstr "Greckie: phosphorus, (przynoszcy wiato)." #: table_data.h:169 msgid "Sulfur" msgstr "Siarka" #: table_data.h:169 msgid "Tasteless, odorless, light-yellow, brittle solid" msgstr "Bez smaku, bezwonny, jasnota, krucha masa" #: table_data.h:169 table_data.h:180 table_data.h:183 table_data.h:184 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "Known to the ancients." msgstr "Znany od staroytnoci." #: table_data.h:169 msgid "Latin: sulphur (brimstone)." msgstr "aciskie: sulphur (siarka)." #: table_data.h:170 msgid "Chlorine" msgstr "Chlor" #: table_data.h:170 msgid "Greenish-yellow, disagreeable gas" msgstr "Zielonoty, niemiy gaz" #: table_data.h:170 table_data.h:179 msgid "1774 (Sweden)" msgstr "1774 (Szwecja)" #: table_data.h:170 table_data.h:197 msgid "Carl Wilhelm Scheele" msgstr "Carl Wilhelm Scheele" #: table_data.h:170 msgid "Greek: chloros (greenish yellow)." msgstr "Greckie: chloros (zielonoty)." #: table_data.h:171 msgid "Argon" msgstr "Argon" #: table_data.h:171 msgid "Colorless, tasteless, odorless noble gas" msgstr "Bezbarwny, nie posiadajcy smaku, bezwonny gaz szlachetny" #: table_data.h:171 msgid "1894 (Scotland)" msgstr "1894 (Szkocja)" #: table_data.h:171 msgid "Sir William Ramsey, Baron Rayleigh" msgstr "Sir William Ramsey, Baron Rayleigh" #: table_data.h:171 msgid "Greek: argos (inactive)." msgstr "Greckie: argos (nieaktywny)." #: table_data.h:173 msgid "Potassium" msgstr "Potas" #: table_data.h:173 msgid "Soft, waxy, silvery-white metal" msgstr "Mikki, woskowy, srebrzystobiay metal" #: table_data.h:173 msgid "English: pot ash; symbol from Latin: kalium, (alkali)." msgstr "Angielskie: pot ash: symbol z aciny: kalium, (alkali)." #: table_data.h:174 msgid "Calcium" msgstr "Wap" #: table_data.h:174 msgid "Fairly hard, silvery-white metal" msgstr "Dosy twardy, srebrzystobiay metal" #: table_data.h:174 msgid "Latin: calx, calcis (lime)." msgstr "aciskie: calx, calcis (wapie)." #: table_data.h:175 msgid "Scandium" msgstr "Skand" #: table_data.h:175 msgid "Fairly soft, silvery-white metal" msgstr "Dosy mikki, srebrzystobiay metal" #: table_data.h:175 table_data.h:226 msgid "1879 (Sweden)" msgstr "1879 (Szwecja)" #: table_data.h:175 msgid "Lars Nilson" msgstr "Lars Nilson" #: table_data.h:175 msgid "Latin: Scandia, Scandinavia." msgstr "aciskie: Scandia, Skandynawia." #: table_data.h:176 msgid "Titanium" msgstr "Tytan" #: table_data.h:176 msgid "Shiny, dark-gray metal" msgstr "Byszczcy, ciemnoszary metal" #: table_data.h:176 msgid "1791 (England)" msgstr "1791 (Anglia)" #: table_data.h:176 msgid "William Gregor" msgstr "William Gregor" #: table_data.h:176 msgid "Greek: titanos (Titans)." msgstr "Greckie: titanos (Tytani)." #: table_data.h:177 msgid "Vanadium" msgstr "Wanad" #: table_data.h:177 table_data.h:221 msgid "Soft, ductile, silvery-white metal" msgstr "Mikki, kowalny, srebrzystobiay metal" #: table_data.h:177 msgid "1830 (Sweden)" msgstr "1830 (Szwecja)" #: table_data.h:177 msgid "Nils Gabriel Sefstrom" msgstr "Nils Gabriel Sefstrom" #: table_data.h:177 msgid "The scandinavian goddess, Vanadis." msgstr "Skandynawska bogini, Vanadis." #: table_data.h:178 msgid "Chromium" msgstr "Chrom" #: table_data.h:178 msgid "Very hard, crystalline, steel-gray metal" msgstr "Bardzo twardy, krystaliczny, stalowoszary metal" #: table_data.h:178 msgid "1797 (France)" msgstr "1797 (Francja)" #: table_data.h:178 msgid "Louis Vauquelin" msgstr "Louis Vauquelin" #: table_data.h:178 msgid "Greek: chroma (color)." msgstr "Greckie: chroma (kolor)." #: table_data.h:179 msgid "Manganese" msgstr "Mangan" #: table_data.h:179 msgid "Hard, brittle, gray-white metal" msgstr "Twardy, kruchy, szarobiay metal" #: table_data.h:179 msgid "Johann Gahn" msgstr "Johann Gahn" #: table_data.h:179 msgid "Latin: magnes (magnet); Italian: manganese." msgstr "aciskie: magnes; Woskie: manganese." #: table_data.h:180 msgid "Iron" msgstr "elazo" #: table_data.h:180 msgid "Malleable, ductile, silvery-white metal" msgstr "Plastyczny, kowalny, srebrzystobiay metal" #: table_data.h:180 msgid "Anglo-Saxon: iron; symbol from Latin: ferrum (iron)." msgstr "Anglosaksoskie: iron; symbol z aciny: ferrum (elazo)." #: table_data.h:181 msgid "Cobalt" msgstr "Kobalt" #: table_data.h:181 msgid "Hard, ductile, lustrous bluish-gray metal" msgstr "Twardy, kowalny, poyskliwy niebieskoszary metal" #: table_data.h:181 msgid "1739 (Sweden)" msgstr "1739 (Szwecja)" #: table_data.h:181 msgid "George Brandt" msgstr "George Brandt" #: table_data.h:181 msgid "German: kobold (goblin)." msgstr "Niemieckie: kobold (goblin)." #: table_data.h:182 msgid "Nickel" msgstr "Nikiel" #: table_data.h:182 msgid "Hard, malleable, silvery-white metal" msgstr "Twardy, plastyczny, srebrzystobiay metal" #: table_data.h:182 msgid "1751 (Sweden)" msgstr "1751 (Szwecja)" #: table_data.h:182 msgid "Axel Cronstedt" msgstr "Axel Cronstedt" #: table_data.h:182 msgid "German: kupfernickel (false copper)." msgstr "Niemieckie: kupfernickel (faszywa mied)." #: table_data.h:183 msgid "Copper" msgstr "Mied" #: table_data.h:183 msgid "Malleable, ductile, reddish-brown metal" msgstr "Plastyczny, kowalny, czerwonobrzowy metal" #: table_data.h:183 msgid "" "Symbol from Latin: cuprum (island of Cyprus famed for its copper mines)." msgstr "Symbol z aciny: cuprum (wyspa Cypr znana ze swoich kopalni miedzi)." #: table_data.h:184 msgid "Zinc" msgstr "Cynk" #: table_data.h:184 msgid "Bluish-silver, ductile metal" msgstr "Niebieskosrebrny, kowalny metal" #: table_data.h:184 msgid "n/a (Germany)" msgstr "n/d (Niemcy)" #: table_data.h:184 msgid "German: zink (German for tin)." msgstr "Niemieckie: zink (niemiecka nazwa oowiu)." #: table_data.h:185 msgid "Gallium" msgstr "Gal" #: table_data.h:185 msgid "Soft, blue-white metal" msgstr "Mikki, niebieskobiay metal" #: table_data.h:185 msgid "1875 (France)" msgstr "1875 (Francja)" #: table_data.h:185 table_data.h:223 msgid "Paul-Emile Lecoq de Boisbaudran" msgstr "Paul-Emile Lecoq de Boisbaudran" #: table_data.h:185 msgid "Latin: Gallia (France)." msgstr "aciskie: Gallia (Francja)." #: table_data.h:186 msgid "Germanium" msgstr "German" #: table_data.h:186 msgid "Grayish-white metal" msgstr "Szarobiay metal" #: table_data.h:186 msgid "1886 (Germany)" msgstr "1886 (Niemcy)" #: table_data.h:186 msgid "Clemens Winkler" msgstr "Clemens Winkler" #: table_data.h:186 msgid "Latin: Germania (Germany)." msgstr "aciskie: Germania (Niemcy)." #: table_data.h:187 msgid "Arsenic" msgstr "Arsen" #: table_data.h:187 msgid "5.73 (grey arsenic)" msgstr "5.73 (szary arszenik)" #: table_data.h:187 msgid "Steel gray, brittle semimetal" msgstr "Stalowoszary, kruchy pmetal" #: table_data.h:187 msgid "Greek: arsenikon; Latin: arsenicum, (both names for yellow pigment)." msgstr "" "Greckie: arsenikon; aciskie: arsenicum, (obie nazwy od tego pigmentu)." #: table_data.h:188 msgid "Selenium" msgstr "Selen" #: table_data.h:188 msgid "A soft metalloid similar to sulfur" msgstr "Mikka plastyczna substancja podobna do siarki" #: table_data.h:188 msgid "1818 (Sweden)" msgstr "1818 (Szwecja)" #: table_data.h:188 msgid "Greek: selene (moon)." msgstr "Greckie: selene (ksieyc)." #: table_data.h:189 msgid "Bromine" msgstr "Brom" #: table_data.h:189 msgid "Reddish-brown liquid" msgstr "Czerwonobrzowa ciecz" #: table_data.h:189 msgid "1826 (France)" msgstr "1826 (Francja)" #: table_data.h:189 msgid "Antoine J. Balard" msgstr "Antoine J. Balard" #: table_data.h:189 msgid "Greek: bromos (stench)." msgstr "Greckie: bromos (smrd)." #: table_data.h:190 msgid "Krypton" msgstr "Krypton" #: table_data.h:190 msgid "Dense, colorless, odorless, and tasteless gas" msgstr "Gsty, bezbarwny, bezwonny i nie posiadajcy smaku gaz" #: table_data.h:190 msgid "1898 (Great Britain)" msgstr "1898 (Wielka Brytania)" #: table_data.h:190 msgid "Greek: kryptos (hidden)." msgstr "Greckie: kryptos (ukryty)." #: table_data.h:192 msgid "Rubidium" msgstr "Rubid" #: table_data.h:192 msgid "1861 (Germany)" msgstr "1861 (Niemcy)" #: table_data.h:192 msgid "R. Bunsen, G. Kirchoff" msgstr "R. Bunsen, G. Kirchoff" #: table_data.h:192 msgid "Latin: rubidus (deep red); the color its salts impart to flames." msgstr "" "aciskie: rubidus (gboko czerwony); kolor pomieni posypywanych t " "substancj." #: table_data.h:193 msgid "Strontium" msgstr "Stront" #: table_data.h:193 msgid "Silvery, malleable metal" msgstr "Srebrny, plastyczny metal" #: table_data.h:193 msgid "1790 (Scotland)" msgstr "1790 (Szkocja)" #: table_data.h:193 msgid "A. Crawford" msgstr "A. Crawford" #: table_data.h:193 msgid "The Scottish town, Strontian." msgstr "Szkockie miasto, Strontian." #: table_data.h:194 msgid "Yttrium" msgstr "Itr" #: table_data.h:194 msgid "Silvery, ductile, fairly reactive metal" msgstr "Srebrzysty, kowalny, dosy reaktywny metal" #: table_data.h:194 msgid "1789 (Finland)" msgstr "1789 (Finlandia)" #: table_data.h:194 msgid "Johann Gadolin" msgstr "Johann Gadolin" #: table_data.h:194 msgid "" "The Swedish village, Ytterby, where one of its minerals was first found." msgstr "" "Szwedzka wioska, Ytterby, gdzie znaleziono najpierw jeden z tych mineraw." #: table_data.h:195 msgid "Zirconium" msgstr "Cyrkon" #: table_data.h:195 msgid "Gray-white, lustrous, corrosion-resistant metal" msgstr "Szarobiay, poyskliwy, odporny na korozj metal" #: table_data.h:195 table_data.h:252 msgid "1789 (Germany)" msgstr "1789 (Niemcy)" #: table_data.h:195 table_data.h:252 msgid "Martin Klaproth" msgstr "Martin Klaproth" #: table_data.h:195 msgid "The mineral, zircon." msgstr "Minera, cyrkon." #: table_data.h:196 msgid "Niobium" msgstr "Niob" #: table_data.h:196 msgid "Shiny white, soft, ductile metal" msgstr "Lnicobiay, mikki, poyskliwy metal" #: table_data.h:196 msgid "1801 (England)" msgstr "1801 (Anglia)" #: table_data.h:196 msgid "Charles Hatchet" msgstr "Charles Hatchet" #: table_data.h:196 msgid "Niobe; daughter of the mythical Greek king Tantalus." msgstr "Niobe; crka mitycznego greckiego krla Tantala." #: table_data.h:197 msgid "Molybdenum" msgstr "Molibden" #: table_data.h:197 table_data.h:200 msgid "Silvery white, hard metal" msgstr "Srebrzystobiay, twardy metal" #: table_data.h:197 msgid "1778 (Sweden)" msgstr "1778 (Szwecja)" #: table_data.h:197 msgid "Greek: molybdos (lead)." msgstr "Greckie: molybdos (ow)." #: table_data.h:198 msgid "Technetium" msgstr "Technet" #: table_data.h:198 table_data.h:242 msgid "Silvery-gray metal" msgstr "Srebrzystoszary metal" #: table_data.h:198 msgid "1937 (Italy)" msgstr "1937 (Wochy)" #: table_data.h:198 msgid "Carlo Perrier, Emilio Segre" msgstr "Carlo Perrier, Emilio Segre" #: table_data.h:198 msgid "Greek: technetos (artificial)." msgstr "Greckie: technetos (staroytny)." #: table_data.h:199 msgid "Ruthenium" msgstr "Ruten" #: table_data.h:199 msgid "Rare, silver-gray, extremely brittle metal" msgstr "Rzadki, srebrzystoszary, bardzo kruchy metal" #: table_data.h:199 msgid "1844 (Russia)" msgstr "1844 (Rosja)" #: table_data.h:199 msgid "Karl Klaus" msgstr "Karl Klaus" #: table_data.h:199 msgid "Latin: Ruthenia (Russia)." msgstr "aciskie: Ruthenia (Rosja)." #: table_data.h:200 msgid "Rhodium" msgstr "Rod" #: table_data.h:200 table_data.h:201 msgid "1803 (England)" msgstr "1803 (Anglia)" #: table_data.h:200 table_data.h:201 msgid "William Wollaston" msgstr "William Wollaston" #: table_data.h:200 msgid "Greek: rhodon (rose). Its salts give a rosy solution." msgstr "Greckie: rhodon (ra). Proszek tej substansji daje rowy roztwr." #: table_data.h:201 msgid "Palladium" msgstr "Pallad" #: table_data.h:201 table_data.h:205 msgid "Silvery-white, soft, malleable and ductile metal" msgstr "Srebrzystobiay, mikki, plastyczny i kowalny metal" #: table_data.h:201 msgid "Named after the asteroid, Pallas, discovered in 1803." msgstr "Nazwany od asteroidy, Pallas, odkrytej w 1803." #: table_data.h:202 msgid "Silver" msgstr "Srebro" #: table_data.h:202 msgid "Silvery-ductile, and malleable metal" msgstr "Srebrzysty, poyskliwy i kowalny metal" #: table_data.h:202 msgid "Anglo-Saxon: siolful, (silver); symbol from Latin: argentium." msgstr "Anglosaksoskie: siolful (srebro): symbol z aciny: argentium." #: table_data.h:203 msgid "Cadmium" msgstr "Kadm" #: table_data.h:203 msgid "Soft, malleable, blue-white metal" msgstr "Mikki, plastyczny, niebieskobiay metal" #: table_data.h:203 msgid "1817 (Germany)" msgstr "1817 (Niemcy)" #: table_data.h:203 msgid "Fredrich Stromeyer" msgstr "Fredrich Stromeyer" #: table_data.h:203 msgid "Greek: kadmeia (ancient name for calamine (zinc oxide))." msgstr "Greckie: kadmeia (staroytna nazwa na calamine (tlenek cynku))." #: table_data.h:204 msgid "Indium" msgstr "Ind" #: table_data.h:204 msgid "Very soft, silvery-white metal" msgstr "Bardzo mikki, srebrzystobiay metal" #: table_data.h:204 msgid "1863 (Germany)" msgstr "1863 (Niemcy)" #: table_data.h:204 msgid "Ferdinand Reich, T. Richter" msgstr "Ferdinand Reich, T. Richter" #: table_data.h:204 msgid "Latin: indicum (color indigo), the color it shows in a spectroscope." msgstr "" "aciskie: indicum (kolor indygo), kolor jaki ta substancja wywietla w " "spektroskopie." #: table_data.h:205 msgid "Tin" msgstr "Cyna" #: table_data.h:205 msgid "Named after Etruscan god, Tinia; symbol from Latin: stannum (tin)." msgstr "" "Nazwany od etruskiej bogini, Tinia; symbol od aciskiego: stannum (cyna)." #: table_data.h:206 msgid "Antimony" msgstr "Antymon" #: table_data.h:206 msgid "Hard, silvery-white, brittle semimetal" msgstr "Twardy, srebrzystobiay, kruchy pmetal" #: table_data.h:206 msgid "Greek: anti and monos (not alone); symbol from mineral stibnite." msgstr "Greckie: anti i monos (nie sam); symbol od minerau stibnite." #: table_data.h:207 msgid "Tellurium" msgstr "Tellur" #: table_data.h:207 msgid "Silvery-white, brittle semimetal" msgstr "Srebrzystobiay, kruchy pmetal" #: table_data.h:207 msgid "1782 (Romania)" msgstr "1782 (Rumunia)" #: table_data.h:207 msgid "Franz Joseph Meller von Reichenstein" msgstr "Franz Joseph Meller von Reichenstein" #: table_data.h:207 msgid "Latin: tellus (earth)." msgstr "aciskie: tellus (ziemia)." #: table_data.h:208 msgid "Iodine" msgstr "Jod" #: table_data.h:208 msgid "Shiny, black nonmetallic solid" msgstr "Poyskliwy, czarna niemetaliczna masa" #: table_data.h:208 msgid "1811 (France)" msgstr "1811 (Francja)" #: table_data.h:208 msgid "Bernard Courtois" msgstr "Bernard Courtois" #: table_data.h:209 msgid "Xenon" msgstr "Ksenon" #: table_data.h:209 msgid "Heavy, colorless, and odorless noble gas" msgstr "Ciki, bezbarwny i bezwonny gaz szlachetny" #: table_data.h:209 msgid "Sir William Ramsay; M. W. Travers" msgstr "Sir William Ramsay; M. W. Travers" #: table_data.h:209 msgid "Greek: xenos (strange)." msgstr "Greckie: xenos (dziwny)." #: table_data.h:211 msgid "Cesium" msgstr "Cez" #: table_data.h:211 msgid "Very soft, ductile, light gray metal" msgstr "Bardzo mikki, kowalny, jasnoszarny metal" #: table_data.h:211 msgid "1860 (Germany)" msgstr "1860 (Niemcy)" #: table_data.h:211 msgid "Gustov Kirchoff, Robert Bunsen" msgstr "Gustov Kirchoff, Robert Bunsen" #: table_data.h:211 msgid "Latin: coesius (sky blue); for the blue lines of its spectrum." msgstr "aciskie: coesius (bkt nieba); od niebieskich linii w spektrum." #: table_data.h:212 msgid "Barium" msgstr "Bar" #: table_data.h:212 msgid "Soft, slightly malleable, silver-white metal" msgstr "Mikki, maoplastyczny, srebrzystobiay metal" #: table_data.h:212 msgid "Greek: barys (heavy or dense)." msgstr "Greckie: barys (ciki lub gsty)." #: table_data.h:214 msgid "Lanthanum" msgstr "Lantan" #: table_data.h:214 msgid "Silvery-white, soft, malleable, and ductile metal" msgstr "Srebrzystobiay, mikki, plastyczny i kowalny metal" #: table_data.h:214 msgid "1839 (Sweden)" msgstr "1839 (Szwecja)" #: table_data.h:214 table_data.h:222 table_data.h:225 msgid "Carl Mosander" msgstr "Carl Mosander" #: table_data.h:214 msgid "Greek: lanthanein (to be hidden)." msgstr "Greckie: lanthanein (by ukrytym)." #: table_data.h:215 msgid "Cerium" msgstr "Cer" #: table_data.h:215 msgid "Malleable, ductile, iron-gray metal" msgstr "Plastyczny, kowalny, elazowoszary metal" #: table_data.h:215 msgid "1803 (Sweden/Germany)" msgstr "1803 (Szwecja/Niemcy)" #: table_data.h:215 msgid "W. von Hisinger, J. Berzelius, M. Klaproth" msgstr "W. von Hisinger, J. Berzelius, M. Klaproth" #: table_data.h:215 msgid "" "Named after the asteroid, Ceres, discovered two years before the element." msgstr "Nazwany od asteroidy, Ceres, odkrytej dwa lata przed pierwiastkiem." #: table_data.h:216 msgid "Praseodymium" msgstr "Prazeodym" #: table_data.h:216 msgid "Silvery white, moderately soft, malleable, and ductile metal" msgstr "Srebrzystobiay, mikkawy, plastyczny i kowalny metal" #: table_data.h:216 msgid "1885 (Austria)" msgstr "1885 (Austria)" #: table_data.h:216 table_data.h:217 msgid "C.F. Aver von Welsbach" msgstr "C.F. Aver von Welsbach" #: table_data.h:216 msgid "Greek: prasios and didymos (green twin); from its green salts." msgstr "" "Greckie: prasios i didymos (zielony bliniak); od swojego zielonego proszku." #: table_data.h:217 msgid "Neodymium" msgstr "Neodym" #: table_data.h:217 msgid "Silvery-white, rare-earth metal that oxidizes easily in air" msgstr "" "Srebrzystobiay, rzadko wystpujcy metal, atwo utleniajcy si w powietrzu" #: table_data.h:217 msgid "1925 (Austria)" msgstr "1925 (Austria)" #: table_data.h:217 msgid "Greek: neos and didymos (new twin)." msgstr "Greckie: neos i didymos (nowy bliniak)." #: table_data.h:218 msgid "Promethium" msgstr "Promet" #: table_data.h:218 table_data.h:255 msgid "1945 (United States)" msgstr "1945 (Stany Zjednoczone)" #: table_data.h:218 msgid "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" msgstr "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" #: table_data.h:218 msgid "Named for the Greek god, Prometheus." msgstr "Nazwany od greckiego boga, Prometeusza." #: table_data.h:219 msgid "Samarium" msgstr "Samar" #: table_data.h:219 msgid "Silvery rare-earth metal" msgstr "Srebrzysty, rzadko wystpujcy metal" #: table_data.h:219 msgid "1853 (France)" msgstr "1853 (Francja)" #: table_data.h:219 msgid "Jean Charles Galissard de Marignac" msgstr "Jean Charles Galissard de Marignac" #: table_data.h:219 msgid "Named after the mineral samarskite." msgstr "Nazwany od minerau samarskite." #: table_data.h:220 msgid "Europium" msgstr "Europ" #: table_data.h:220 msgid "1901 (France)" msgstr "1901 (Francja)" #: table_data.h:220 msgid "Eugene-Antole Demarcay" msgstr "Eugene-Antole Demaray" #: table_data.h:220 msgid "Named for the continent of Europe." msgstr "Nazwany od kontynentu Europa." #: table_data.h:221 msgid "Gadolinium" msgstr "Gadolin" #: table_data.h:221 msgid "1880 (Switzerland)" msgstr "1880 (Szwajcaria)" #: table_data.h:221 table_data.h:227 msgid "Jean de Marignac" msgstr "Jean de Marignac" #: table_data.h:221 msgid "Named after the mineral gadolinite." msgstr "Nazwany od minerau gadolinitu." #: table_data.h:222 msgid "Terbium" msgstr "Terb" #: table_data.h:222 msgid "Soft, ductile, silvery-gray, rare-earth metal" msgstr "Mikki, kowalny, srebrzystoszary, rzadko wystpujcy metal" #: table_data.h:222 table_data.h:225 msgid "1843 (Sweden)" msgstr "1843 (Szwecja)" #: table_data.h:222 msgid "Named after Ytterby, a village in Sweden." msgstr "Nazwany od Ytterby, wioski w Szwecji." #: table_data.h:223 msgid "Dysprosium" msgstr "Dysproz" #: table_data.h:223 msgid "Soft. lustrous, silvery metal" msgstr "Mikki, poyskliwy, srzebrzysty metal" #: table_data.h:223 msgid "Greek: dysprositos (hard to get at)." msgstr "Greckie: dysprositos (twardy do wzicia)." #: table_data.h:224 msgid "Holmium" msgstr "Holm" #: table_data.h:224 msgid "Fairly soft, malleable, lustrous, silvery metal" msgstr "Dosy mikki, plastyczny, byszczcy, srebrzysty metal" #: table_data.h:224 table_data.h:227 msgid "1878 (Switzerland)" msgstr "1878 (Szwajcaria)" #: table_data.h:224 msgid "J.L. Soret" msgstr "J.L. Soret" #: table_data.h:224 msgid "Holmia, the Latinized name for Stockholm, Sweden." msgstr "Holmia, zlatynizowana nazwa Sztokholmu, Szwecja." #: table_data.h:225 msgid "Erbium" msgstr "Erb" #: table_data.h:225 msgid "Soft, malleable, silvery metal" msgstr "Mikki, plastyczny, srebrzysty metal" #: table_data.h:225 msgid "Named after the Swedish town, Ytterby." msgstr "Nazwany od szwedzkiego miasta, Ytterby." #: table_data.h:226 msgid "Thulium" msgstr "Tul" #: table_data.h:226 msgid "Soft, malleable, ductile, silvery metal" msgstr "Mikki, plastyczny, kowalny, srebrzysty metal" #: table_data.h:226 msgid "Per Theodor Cleve" msgstr "Per Theodor Cleve" #: table_data.h:226 msgid "Thule, ancient name of Scandinavia." msgstr "Thule, staroytna nazwa Skandynawii." #: table_data.h:227 msgid "Ytterbium" msgstr "Iterb" #: table_data.h:227 msgid "Silvery, lustrous, malleable, and ductile metal" msgstr "Srebrzysty, byszczcy, plastyczny i kowalny metal" #: table_data.h:227 msgid "Named for the Swedish village of Ytterby." msgstr "Nazwany od szwedzkiej wioski Ytterby." #: table_data.h:229 msgid "Lutetium" msgstr "Lutet" #: table_data.h:229 msgid "Silvery-white, hard, dense, rare-earth metal" msgstr "Srebrzystobiay, twardy, gsty, rzadko wystpujcy metal" #: table_data.h:229 msgid "1907 (France)" msgstr "1907 (Francja)" #: table_data.h:229 msgid "Georges Urbain" msgstr "Georges Urbain" #: table_data.h:229 msgid "Named for the ancient name of Paris, Lutecia." msgstr "Nazwany od staroytnej nazwy Parya, Lutecji." #: table_data.h:230 msgid "Hafnium" msgstr "Hafn" #: table_data.h:230 msgid "Silvery, ductile metal" msgstr "Srebrzysty, kowalny metal" #: table_data.h:230 msgid "1923 (Denmark)" msgstr "1923 (Dania)" #: table_data.h:230 msgid "Dirk Coster, Georg von Hevesy" msgstr "Dirk Coster, Georg von Hevesy" #: table_data.h:230 msgid "Hafnia, the Latin name of Copenhagen." msgstr "Hafnia, aciska nazwa Kopenhagi." #: table_data.h:231 msgid "Tantalum" msgstr "Tantal" #: table_data.h:231 msgid "Gray, heavy, hard metal" msgstr "Szary, ciki, twardy metal" #: table_data.h:231 msgid "1802 (Sweden)" msgstr "1802 (Szwecja)" #: table_data.h:231 msgid "Anders Ekeberg" msgstr "Anders Ekeberg" #: table_data.h:231 msgid "King Tantalus of Greek mythology, father of Niobe." msgstr "Krl Tantal z greckiej mitologii, ojciec Niobe." #: table_data.h:232 msgid "Tungsten" msgstr "Wolfram" #: table_data.h:232 msgid "Tough, steel-gray to white metal" msgstr "Wytrzymay, metal o barwie od stalowoszarego do biaego" #: table_data.h:232 msgid "1783 (Spain)" msgstr "1783 (Hiszpania)" #: table_data.h:232 msgid "Juan Jose, Fausto Elhuyar" msgstr "Juan Jose, Fausto Elhuyar" #: table_data.h:232 msgid "Swedish: tung sten (heavy stone): symbol from its German name wolfram." msgstr "" "Szwedzki: tung sten (ciki kamie): symbol od niemieckien nazwy wolfram." #: table_data.h:233 msgid "Rhenium" msgstr "Ren" #: table_data.h:233 msgid "Dense, silvery-white metal" msgstr "Gsty, srebrzystobiay metal" #: table_data.h:233 msgid "1925 (Germany)" msgstr "1925 (Niemcy)" #: table_data.h:233 msgid "Walter Noddack, Ida Tacke, Otto Berg" msgstr "Walter Noddack, Ida Tacke, Otto Berg" #: table_data.h:233 msgid "Latin: Rhenus, the Rhine River." msgstr "aciskie: rhenus, rzeka Ren" #: table_data.h:234 msgid "Osmium" msgstr "Osm" #: table_data.h:234 msgid "Blue-white, lustrous, hard metal" msgstr "Niebieskobiay, byszczcy, twardy metal" #: table_data.h:234 msgid "1804 (England)" msgstr "1804 (Anglia)" #: table_data.h:234 msgid "Smithson Tenant" msgstr "Smithson Tenant" #: table_data.h:234 msgid "Greek: osme (odor)." msgstr "Greckie: osme (zapach)." #: table_data.h:235 msgid "Iridium" msgstr "Iryd" #: table_data.h:235 msgid "White, brittle metal" msgstr "Biay, kruchy metal" #: table_data.h:235 msgid "1804 (England/France)" msgstr "1804 (Anglia/Francja)" #: table_data.h:235 msgid "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" msgstr "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" #: table_data.h:235 msgid "Latin: iris (rainbow)." msgstr "aciskie: iris (tcza)." #: table_data.h:236 msgid "Platinum" msgstr "Platyna" #: table_data.h:236 msgid "Very heavy, soft, silvery-white metal" msgstr "Bardzo ciki, mikki, srebrzystobiay metal" #: table_data.h:236 msgid "1735 (Italy)" msgstr "1735 (Wochy)" #: table_data.h:236 msgid "Julius Scaliger" msgstr "Julius Scaliger" #: table_data.h:236 msgid "Spanish: platina (little silver)." msgstr "Hiszpaskie: platina (mae srebro)." #: table_data.h:237 msgid "Gold" msgstr "Zoto" #: table_data.h:237 msgid "Soft, malleable, yellow metal" msgstr "Mikki, plastyczny, tawy metal" #: table_data.h:237 msgid "Anglo-Saxon: geolo (yellow); symbol from Latin: aurum (shining dawn)." msgstr "" "Anglosaksoskie: geolo (ty); symbol z aciny: aurum (byszczcy zachd)." #: table_data.h:238 msgid "Mercury" msgstr "Rt" #: table_data.h:238 msgid "Heavy, silver-white metal that is in its liquid state at" msgstr "Ciki, srebrzystobiay metal, bdcy w stanie ciekym" #: table_data.h:238 msgid "The Roman god Mercury; symbol from Latin: hydrargyrus (liquid silver)." msgstr "Rzymski bg Mercury; symbol z aciny: hydrargyrus (cieke srebro)." #: table_data.h:239 msgid "Thallium" msgstr "Tal" #: table_data.h:239 msgid "Soft, gray metal" msgstr "Mikki, szary metal" #: table_data.h:239 msgid "1861 (England)" msgstr "1861 (Anglia)" #: table_data.h:239 msgid "Sir William Crookes" msgstr "Sir William Crookes" #: table_data.h:239 msgid "Greek: thallos (green twig), for a bright green line in its spectrum." msgstr "" "Greckie: thallos (zielona gazka), od jasnej zielonej linii w swoim " "spektrum." #: table_data.h:240 msgid "Lead" msgstr "Ow" #: table_data.h:240 msgid "Very soft, highly malleable and ductile, blue-white shiny metal" msgstr "" "Bardzo mikki, wysoce plastyczny i kowalny, niebieskobiay byszczcy metal" #: table_data.h:240 msgid "Anglo-Saxon: lead; symbol from Latin: plumbum." msgstr "Anglosaksoskie: lead; symbol z aciny: plumbum." #: table_data.h:241 msgid "Bismuth" msgstr "Bizmut" #: table_data.h:241 msgid "Hard, brittle, steel-gray metal with a pinkish tinge" msgstr "Twardy, kruchy, stalowoszary metal z rowawym odcieniem" #: table_data.h:241 msgid "German: bisemutum, (white mass), Now spelled wismut." msgstr "Niemieckie: bisemutum (biaa masa), taraz wymawiany jako wismut." #: table_data.h:242 msgid "Polonium" msgstr "Polon" #: table_data.h:242 table_data.h:247 msgid "1898 (France/Poland)" msgstr "1898 (Francja/Polska)" #: table_data.h:242 table_data.h:247 msgid "Pierre and Marie Curie-Sklodowska" msgstr "Pierre i Maria Curie-Skodowska" #: table_data.h:242 msgid "Named for Poland, native country of Marie Curie." msgstr "Nazwany od Polski, rodzimego kraju Marii Curie-Skodowskiej." #: table_data.h:243 msgid "Astatine" msgstr "Astat" #: table_data.h:243 msgid "Unstable, radioactive halogen" msgstr "Niestabilny, radioaktywny halogen" #: table_data.h:243 table_data.h:254 msgid "1940 (United States)" msgstr "1940 (Stany Zjednoczone)" #: table_data.h:243 msgid "D.R.Corson, K.R.MacKenzie, E. Segre" msgstr "D.R.Corson, K.R.MacKenzie, E. Segre" #: table_data.h:243 msgid "Greek: astatos (unstable)." msgstr "Greckie: astatos (niestabilny)." #: table_data.h:244 msgid "Radon" msgstr "Radon" #: table_data.h:244 msgid "Heavy radioactive gas" msgstr "Ciki radioaktywny gaz" #: table_data.h:244 msgid "1898 (Germany)" msgstr "1898 (Niemcy)" #: table_data.h:244 msgid "Fredrich Ernst Dorn" msgstr "Fredrich Ernst Dorn" #: table_data.h:244 msgid "Variation of the name of another element, radium." msgstr "Wariacja nazwy innego pierwiastka, radu." #: table_data.h:246 msgid "Francium" msgstr "Frans" #: table_data.h:246 msgid "1939 (France)" msgstr "1939 (Francja)" #: table_data.h:246 msgid "Marguerite Derey" msgstr "Marguerite Derey" #: table_data.h:246 msgid "Named for France, the nation of its discovery." msgstr "Nazwany od Francji, kraju odkrycia." #: table_data.h:247 msgid "Radium" msgstr "Rad" #: table_data.h:247 msgid "Silvery white, radioactive element" msgstr "Srebrzystobiay, radioaktywny pierwiastek" #: table_data.h:247 msgid "Latin: radius (ray)." msgstr "aciskie: radius (promie)." #: table_data.h:249 msgid "Actinium" msgstr "Aktyn" #: table_data.h:249 msgid "Heavy, Silvery-white metal that is very radioactive" msgstr "Ciki, srebrzystobiay metal, ktry jest bardzo radioaktywny" #: table_data.h:249 msgid "1899 (France)" msgstr "1899 (Francja)" #: table_data.h:249 msgid "Andre-Louis Debierne" msgstr "Andre-Louis Debierne" #: table_data.h:249 msgid "Greek: akis, aktinos (ray)." msgstr "Greckie: akis, aktinos (promie)." #: table_data.h:250 msgid "Thorium" msgstr "Tor" #: table_data.h:250 msgid "Gray, soft, malleable, ductile, radioactive metal" msgstr "Szary, mikki, plastyczny, kowalny, radiaktywny metal" #: table_data.h:250 msgid "1828 (Sweden)" msgstr "1828 (Szwecja)" #: table_data.h:250 msgid "Named for Thor, Norse god of thunder." msgstr "Nazwany od Thora, norweskiego boga piorunw." #: table_data.h:251 msgid "Protactinium" msgstr "Proaktyn" #: table_data.h:251 table_data.h:254 table_data.h:255 msgid "Silvery-white, radioactive metal" msgstr "Srebrzystobiay, radioaktywny metal" #: table_data.h:251 msgid "1917 (England/France)" msgstr "1917 (Anglia/Francja)" #: table_data.h:251 msgid "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" msgstr "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" #: table_data.h:251 msgid "" "Greek: proto and actinium (parent of actinium); it forms actinium when it " "radioactively decays." msgstr "" "Greckie: proto i actinium (ojciec aktynu); staje si aktynem po cakowitym " "rozpadzie promieniotwrczym." #: table_data.h:252 msgid "Uranium" msgstr "Uran" #: table_data.h:252 msgid "Silvery-white, dense, ductile and malleable, radioactive metal." msgstr "Srebrzystobiay, gsty, kowalny i plastyczny, radioaktywny metal." #: table_data.h:252 msgid "Named for the planet Uranus." msgstr "Nazwany od planety Uran." #: table_data.h:253 msgid "Neptunium" msgstr "Neptun" #: table_data.h:253 msgid "Silvery metal" msgstr "Srebrzysty metal" #: table_data.h:253 msgid "E.M. McMillan, P.H. Abelson" msgstr "E.M. McMillan, P.H. Abelson" #: table_data.h:253 msgid "Named for the planet Neptune." msgstr "Nazwany od planety Neptun." #: table_data.h:254 msgid "Plutonium" msgstr "Pluton" #: table_data.h:254 msgid "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" msgstr "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" #: table_data.h:254 msgid "Named for the planet Pluto." msgstr "Nazwany od planety Pluton." #: table_data.h:255 msgid "Americium" msgstr "Ameryk" #: table_data.h:255 msgid "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" msgstr "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" #: table_data.h:255 msgid "Named for the American continent, by analogy with europium." msgstr "Nazwany od kontynentu amerykaskiego, poprzez analogi do Europa." #: table_data.h:256 msgid "Curium" msgstr "Kiur" #: table_data.h:256 msgid "Silvery, malleable, synthetic radioactive metal" msgstr "Srebrzysty, plastyczny, syntetyczny metal radioaktywny" #: table_data.h:256 msgid "1944 (United States)" msgstr "1944 (Stany Zjednoczone)" #: table_data.h:256 msgid "G.T.Seaborg, R.A.James, A.Ghiorso" msgstr "G.T.Seaborg, R.A.James, A.Ghiorso" #: table_data.h:256 msgid "Named in honor of Pierre and Marie Curie." msgstr "Nazwany ku czci Pierra i Marii Curie-Skodowskiej." #: table_data.h:257 msgid "Berkelium" msgstr "Berkel" #: table_data.h:257 msgid "Radionactive synthetic metal" msgstr "Radioaktywny syntetyczny metal" #: table_data.h:257 msgid "1949 (United States)" msgstr "1949 (Stany Zjednoczone)" #: table_data.h:257 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso" msgstr "G.T.Seaborg, S.G.Tompson, A.Ghiorso" #: table_data.h:257 msgid "Named after Berkeley, California the city of its discovery." msgstr "Nazwany od Berkeley w Kalifornii, miasta odkrycia." #: table_data.h:258 msgid "Californium" msgstr "Kaliform" #: table_data.h:258 msgid "Powerful neutron emitter" msgstr "Silny emiter neutronw" #: table_data.h:258 msgid "1950 (United States)" msgstr "1950 (Stany Zjednoczone)" #: table_data.h:258 table_data.h:261 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." msgstr "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." #: table_data.h:258 msgid "Named after the state and University of California." msgstr "Nazwany od stanu i uniwersytetu Kalifornia." #: table_data.h:259 msgid "Einsteinium" msgstr "Einstein" #: table_data.h:259 table_data.h:260 table_data.h:261 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 msgid "Radioactive, synthetic metal" msgstr "Radioaktywny, syntetyczny metal" #: table_data.h:259 msgid "1952 (United States)" msgstr "1952 (Stany Zjednoczone)" #: table_data.h:259 table_data.h:260 msgid "Argonne, Los Alamos, U of Calif" msgstr "Argonne, Los Alamos, Kalifornia" #: table_data.h:259 msgid "Named in honor of the scientist Albert Einstein." msgstr "Nazwany ku czci naukowca Alberta Einsteina." #: table_data.h:260 msgid "Fermium" msgstr "Ferm" #: table_data.h:260 msgid "1953 (United States)" msgstr "1953 (Stany Zjednoczone)" #: table_data.h:260 msgid "Named in honor of the scientist Enrico Fermi." msgstr "Nazwany ku czci naukowca Enrico Fermiego." #: table_data.h:261 msgid "Mendelevium" msgstr "Mendelew" #: table_data.h:261 msgid "1955 (United States)" msgstr "1955 (Stany Zjednoczone)" #: table_data.h:261 msgid "" "Named in honor of the scientist Dmitri Ivanovitch Mendeleyev, who devised " "the periodic table." msgstr "" "Nazwany ku czci naukowca Dimitri Iwanowicza Mendelejewa, ktry stworzy " "tablic okresow pierwiastkw." #: table_data.h:262 msgid "Nobelium" msgstr "Nobel" #: table_data.h:262 msgid "Radioactive, synthetic metal." msgstr "Radioaktywny, syntetyczny metal." #: table_data.h:262 msgid "1957 (Sweden)" msgstr "1957 (Szwecja)" #: table_data.h:262 msgid "Nobel Institute for Physics" msgstr "Instytut Fizyki Nobla" #: table_data.h:262 msgid "" "Named in honor of Alfred Nobel, who invented dynamite and founded Nobel " "prize." msgstr "" "Nazwany ku czci Alfreda Nobla, ktry odkry dynamit i ufundowa nagrod " "swojego imienia." #: table_data.h:264 msgid "Lawrencium" msgstr "Lorens" #: table_data.h:264 msgid "1961 (United States)" msgstr "1961 (Stany Zjednoczone)" #: table_data.h:264 msgid "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" msgstr "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" #: table_data.h:264 msgid "Named in honor of Ernest O. Lawrence, inventor of the cyclotron." msgstr "Nazwany ku czci Ernesta O. Lawrence, odkrywcy cyklotronu." #: table_data.h:265 msgid "Rutherfordium" msgstr "Rutherford" #: table_data.h:265 msgid "1969 (United States)" msgstr "1969 (Stany Zjednoczone)" #: table_data.h:265 table_data.h:266 msgid "A. Ghiorso, et al" msgstr "A. Ghiorso, et al" #: table_data.h:265 msgid "Named in honor of Ernest Rutherford" msgstr "Nazwany ku czci Ernesta Rutheeforda" #: table_data.h:266 msgid "Dubnium" msgstr "Dubn" #: table_data.h:266 msgid "1970 (United States)" msgstr "1970 (Stany Zjednoczone)" #: table_data.h:266 msgid "Named in honor of Otto Hahn" msgstr "Nazwany ku czci Otto Hahna" #: table_data.h:267 msgid "Seaborgium" msgstr "Seaborg" #: table_data.h:267 msgid "1974 (USSR/United States)" msgstr "1974 (Zwizek Radziecki/Stany Zjednoczone)" #: table_data.h:267 msgid "Soviet Nuclear Research/ U. of Cal at Berkeley" msgstr "Radziecki Instytut Nuklearny/Uniwersytet Berkeley" #: table_data.h:267 msgid "" "Named in honor of Glenn Seaborg, American physical chemist known for " "research on transuranium elements." msgstr "" "Nazwany ku czci Glenna Seaborga, amerykaskiego chemika i fizyka znanego z " "odkrycia pierwiastkw transuranicznych." #: table_data.h:268 msgid "Bohrium" msgstr "Bohr" #: table_data.h:268 msgid "1976 (Germany)" msgstr "1976 (Niemcy)" #: table_data.h:268 table_data.h:269 table_data.h:270 table_data.h:271 #: table_data.h:272 msgid "Heavy Ion Research Laboratory (HIRL)" msgstr "Laboratorium Badania Cikich Jonw (HIRL)" #: table_data.h:268 msgid "Named in honor of Niels Bohr" msgstr "Nazwany ku czci Nielsa Bohra" #: table_data.h:269 msgid "Hassium" msgstr "Has" #: table_data.h:269 msgid "1984 (Germany)" msgstr "1984 (Niemcy)" #: table_data.h:269 msgid "" "Named in honor of Henri Hess, Swiss born Russian chemist known for work in " "thermodydamics." msgstr "" "Nazwany ku czci Henri Hessa, urodzonego w Rosji, szwajcarskiego chemika " "znanego z prac nad termodynamik." #: table_data.h:270 msgid "Meitnerium" msgstr "Meitner" #: table_data.h:270 msgid "1982 (Germany)" msgstr "1982 (Niemcy)" #: table_data.h:270 msgid "Named in honor of Lise Mietner" msgstr "Nazwany ku czci Lise Mietner" #: table_data.h:271 msgid "Ununnilium" msgstr "Ununnilium" #: table_data.h:271 table_data.h:272 msgid "1994 (Germany)" msgstr "1994 (Niemcy)" #: table_data.h:271 msgid "Un (one) nun (one) nilium (zero)" msgstr "Un (jeden) nun (jeden) nilium (zero)" #: table_data.h:272 msgid "Unununium" msgstr "Unununium" #: table_data.h:272 msgid "Un (one) nun (one) unium (one)" msgstr "Un (jeden) nun (jeden) unium (jeden)" #: table_data.h:273 msgid "Ununbium" msgstr "Ununbium" #: table_data.h:273 msgid "1996 (n/a)" msgstr "1996 (n/d)" #: table_data.h:274 msgid "Ununtrium" msgstr "Ununtrium" #: table_data.h:274 table_data.h:276 table_data.h:278 msgid "n/a (n/a)" msgstr "n/d (n/d)" #: table_data.h:275 msgid "Ununquadium" msgstr "Ununquadium" #: table_data.h:275 table_data.h:277 table_data.h:279 msgid "1999 (n/a)" msgstr "1999 (n/d)" #: table_data.h:276 msgid "Ununpentium" msgstr "Ununpentium" #: table_data.h:277 msgid "Ununhexium" msgstr "Ununhexium" #: table_data.h:278 msgid "Ununseptium" msgstr "Ununseptium" #: table_data.h:279 msgid "Ununoctium" msgstr "Ununoctium" #~ msgid " %s%s%s\n" #~ msgstr " %s%s%s\n" #~ msgid "Specific Heat (@20°C J/g mol): " #~ msgstr "Ciepo waciwe (@20°C J/g mol): " gperiodic-2.0.10/po/ru.po0000644000076400007640000014247710645152177015120 0ustar jfrantzjfrantz# GPeriodic # Copyright (C) 2000 Free Software Foundation, Inc. # Michael Shigorin , 1999, 2000, 2007 # msgid "" msgstr "" "Project-Id-Version: gperiodic-1.2.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-12-12 16:51+0200\n" "PO-Revision-Date: 2007-07-01 15:02+0300\n" "Last-Translator: Michael Shigorin \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8bit\n" #: gperiodic.c:190 #, c-format msgid "" "%sAuthors:\n" "%s\n" "\n" "This program shows the periodic table of elements\n" "and information about these elements.\n" "\n" "Released under the GPL license." msgstr "" "%s:\n" "%s\n" "\n" " \n" " .\n" "\n" " GPL." #: gperiodic.c:200 msgid "GPeriodic - About" msgstr "GPeriodic - " #: gperiodic.c:225 msgid "" "GPeriodic [opts]\n" "Options are:\n" " -h show this help screen.\n" " -c color the elements according to their phase at\n" " temperature in Kelvins.\n" " -D dump the periodic table.\n" " -v be verbose\n" "\n" msgstr "" "gperiodic []\n" " -h \n" " -c \n" " ()\n" " -D \n" " -v \n" "\n" #: gperiodic.c:304 msgid "_File" msgstr "_" #: gperiodic.c:305 msgid "_Help" msgstr "_" #: gperiodic.c:306 msgid "E_xit" msgstr "_" #: gperiodic.c:306 msgid "Exit the program" msgstr "" #: gperiodic.c:307 msgid "_About" msgstr "_ " #: gperiodic.c:307 msgid "About gperiodic" msgstr " GPeriodic" #: gperiodic.c:325 msgid "GPeriodic" msgstr "GPeriodic" #: gperiodic.c:368 msgid "No symbol for index" msgstr "" #: gperiodic.c:375 msgid "Error button was null?" msgstr "" #: gperiodic.c:386 #, c-format msgid "%s(%d) Setting color: %d %d %d" msgstr "%s(%d) : %d %d %d" #: gperiodic.c:423 #, c-format msgid "%s n:%s w:%s" msgstr "%s - Z=%s, M=%s ..." #: gperiodic.c:461 #, c-format msgid " Option -c error : %s is not a number.\n" msgstr " -c: %s \n" #: gperiodic.c:465 #, c-format msgid " Option -c error : %s is not a valid number (must be > 0).\n" msgstr " -c: %s \n" #: gperiodic.c:493 #, c-format msgid "" "\n" " Unknown element : %s. Exiting.\n" "\n" msgstr "" "\n" " : %s. .\n" "\n" #: gperiodic.c:498 msgid "" "\n" " Element number exceeds existing elements. Exiting.\n" "\n" msgstr "" "\n" " . .\n" "\n" #: table_data.h:36 msgid "Name: " msgstr ": " #: table_data.h:37 msgid "Symbol: " msgstr ": " #: table_data.h:38 msgid "Atomic Number: " msgstr ": " #: table_data.h:39 msgid "Atomic Weight (u.m): " msgstr " (...): " #: table_data.h:40 msgid "Density (g/cm3) : " msgstr " (/3): " #: table_data.h:41 msgid "Melting Point (K): " msgstr " (K): " #: table_data.h:42 msgid "Boiling Point (K): " msgstr " (K): " #: table_data.h:43 msgid "Atomic Radius (pm): " msgstr " (): " #: table_data.h:44 msgid "Covalent Radius (pm): " msgstr " (): " #: table_data.h:45 msgid "Ionic Radius (pm): " msgstr " (): " #: table_data.h:46 msgid "Atomic Volume (cm3/mol): " msgstr " ߣ (3/): " #: table_data.h:47 ## FIXME: seems like pot's outdated msgid "Specific Heat (@20" msgstr "ϣ ( 20" #: table_data.h:47 msgid "C J/g mol): " msgstr "C, / ): " #: table_data.h:48 msgid "Fusion Heat (kJ/mol): " msgstr " (/): " #: table_data.h:49 msgid "Evaporation Heat (kJ/mol): " msgstr " (/): " #: table_data.h:50 ## FIXME: s/Termal/Thermal/ ## FIXME: seems like pot's outdated msgid "Termal Conductivity (@25" msgstr " ( 25" #: table_data.h:50 msgid "C W/m K): " msgstr "C, / ): " #: table_data.h:51 msgid "Debye temperature (K): " msgstr " (): " #: table_data.h:52 msgid "Pauling Negativity Number: " msgstr ": " #: table_data.h:53 msgid "First Ionizing Energy (kJ/mol): " msgstr " (/): " #: table_data.h:54 msgid "Oxidation states: " msgstr " : " #: table_data.h:55 msgid "Electronic Configuration: " msgstr " : " #: table_data.h:56 msgid "Lattice structure: " msgstr " ۣ: " #: table_data.h:57 ## FIXME: seems like pot's outdated msgid "Lattice constant (" msgstr " ۣ (" #: table_data.h:57 msgid "): " msgstr "): " #: table_data.h:58 msgid "Lattice c/a ratio: " msgstr " / ۣ: " #: table_data.h:59 msgid "Appearance: " msgstr ": " #: table_data.h:60 msgid "Discovery date: " msgstr " : " #: table_data.h:61 msgid "Discovered by: " msgstr ": " #: table_data.h:62 msgid "Named after: " msgstr " : " #: table_data.h:87 table_data.h:103 table_data.h:153 table_data.h:155 #: table_data.h:158 table_data.h:159 table_data.h:160 table_data.h:161 #: table_data.h:162 table_data.h:164 table_data.h:166 table_data.h:167 #: table_data.h:168 table_data.h:169 table_data.h:170 table_data.h:171 #: table_data.h:173 table_data.h:174 table_data.h:175 table_data.h:176 #: table_data.h:177 table_data.h:178 table_data.h:179 table_data.h:180 #: table_data.h:181 table_data.h:182 table_data.h:183 table_data.h:184 #: table_data.h:185 table_data.h:186 table_data.h:187 table_data.h:188 #: table_data.h:189 table_data.h:190 table_data.h:192 table_data.h:193 #: table_data.h:194 table_data.h:196 table_data.h:197 table_data.h:198 #: table_data.h:199 table_data.h:200 table_data.h:201 table_data.h:202 #: table_data.h:204 table_data.h:205 table_data.h:206 table_data.h:207 #: table_data.h:208 table_data.h:209 table_data.h:211 table_data.h:212 #: table_data.h:215 table_data.h:216 table_data.h:217 table_data.h:218 #: table_data.h:219 table_data.h:220 table_data.h:221 table_data.h:222 #: table_data.h:223 table_data.h:224 table_data.h:225 table_data.h:226 #: table_data.h:227 table_data.h:229 table_data.h:230 table_data.h:231 #: table_data.h:232 table_data.h:234 table_data.h:235 table_data.h:236 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 #: table_data.h:242 table_data.h:243 table_data.h:244 table_data.h:246 #: table_data.h:247 table_data.h:249 table_data.h:250 table_data.h:251 #: table_data.h:252 table_data.h:253 table_data.h:254 table_data.h:255 #: table_data.h:256 table_data.h:257 table_data.h:258 table_data.h:259 #: table_data.h:260 table_data.h:261 table_data.h:262 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 #: table_data.h:269 table_data.h:270 table_data.h:271 table_data.h:272 #: table_data.h:273 table_data.h:274 table_data.h:275 table_data.h:276 #: table_data.h:277 table_data.h:278 table_data.h:279 msgid "n/a" msgstr "-" #: table_data.h:152 msgid "Hydrogen" msgstr "" #: table_data.h:152 table_data.h:162 msgid "Colorless, odorless, tasteless gas" msgstr " , " #: table_data.h:152 msgid "1766 (England)" msgstr "1766 ()" #: table_data.h:152 msgid "Henry Cavendish" msgstr " " #: table_data.h:152 msgid "Greek: hydro (water) and genes (generate)" msgstr ". () ()" #: table_data.h:153 msgid "Helium" msgstr "" #: table_data.h:153 msgid "Inert, colorless, odorless, tasteless gas" msgstr " , " #: table_data.h:153 msgid "1895 (Scotland/Sweden)" msgstr "1895 (/)" #: table_data.h:153 msgid "Sir William Ramsey, Nils Langet, P.T.Cleve" msgstr " , , ." #: table_data.h:153 msgid "Greek: helios (sun)." msgstr ". ()" #: table_data.h:155 msgid "Lithium" msgstr "" #: table_data.h:155 table_data.h:164 table_data.h:220 msgid "Soft, silvery-white metal" msgstr " - " #: table_data.h:155 msgid "1817 (Sweden)" msgstr "1817 ()" #: table_data.h:155 msgid "Johann Arfwedson" msgstr " " #: table_data.h:155 msgid "Greek: lithos (stone)." msgstr ". ()" #: table_data.h:156 msgid "Beryllium" msgstr "" #: table_data.h:156 msgid "Hard, brittle, steel-gray metal" msgstr "ף " #: table_data.h:156 msgid "1798 (France)" msgstr "1798 ()" #: table_data.h:156 ## FIXME: he's Nicolas, not Nicholas msgid "Louis-Nicholas Vauquelin" msgstr "- " #: table_data.h:156 msgid "Greek: beryllos, 'beryl' (a mineral)." msgstr ". , ()" #: table_data.h:157 msgid "Boron" msgstr "" #: table_data.h:157 msgid "Hard, brittle, lustrous black semimetal" msgstr "ף ޣ " #: table_data.h:157 msgid "1808 (England/France)" msgstr "1808 (/)" #: table_data.h:157 msgid "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" msgstr " , -, " #: table_data.h:157 msgid "The Arabic and Persian words for borax." msgstr ".-. " #: table_data.h:158 msgid "Carbon" msgstr "" #: table_data.h:158 msgid "Dense, Black" msgstr " ޣ " #: table_data.h:158 table_data.h:169 table_data.h:180 table_data.h:183 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 ## FIXME: ## ru.po:403: duplicate message definition ## ru.po:289: ...this is the location of the first definition #msgid "n/a" #msgstr "-" #: table_data.h:158 ## FIXME: all other entries are "Known to the ancients." ## it's also better to avoid superfluous trailing dots AFAIK msgid "Known to the ancients" msgstr " " #: table_data.h:158 msgid "Latin: carbo, (charcoal)." msgstr ". carbo ( )" #: table_data.h:159 msgid "Nitrogen" msgstr "" #: table_data.h:159 msgid "Colorless, odorless, tasteless, and generally inert gas" msgstr " , " #: table_data.h:159 msgid "1772 (Scotland)" msgstr "1772 ()" #: table_data.h:159 msgid "Daniel Rutherford" msgstr " " #: table_data.h:159 #, fuzzy msgid "Greek: nitron and genes, (soda forming)." msgstr ". ( )" #: table_data.h:160 msgid "Oxygen" msgstr "" #: table_data.h:160 msgid "Colorless, odorless, tasteless gas; pale blue liquid" msgstr " , ; - " #: table_data.h:160 msgid "1774 (England/Sweden)" msgstr "1774 (/)" #: table_data.h:160 msgid "Joseph Priestly, Carl Wilhelm Scheele" msgstr " , " #: table_data.h:160 msgid "Greek: oxys and genes, (acid former)." msgstr ". ( )" #: table_data.h:161 msgid "Fluorine" msgstr "" #: table_data.h:161 msgid "Greenish-yellow, pungent, corrosive gas" msgstr "-֣ " #: table_data.h:161 table_data.h:223 msgid "1886 (France)" msgstr "1886 ()" #: table_data.h:161 msgid "Henri Moissan" msgstr " " #: table_data.h:161 msgid "Latin: fluere (flow)." msgstr ". fluere ()" #: table_data.h:162 msgid "Neon" msgstr "" #: table_data.h:162 table_data.h:209 msgid "1898 (England)" msgstr "1898 ()" #: table_data.h:162 table_data.h:190 msgid "Sir William Ramsey, M.W. Travers" msgstr " , ." #: table_data.h:162 msgid "Greek: neos (new)." msgstr ". ()" #: table_data.h:164 msgid "Sodium" msgstr "" #: table_data.h:164 table_data.h:173 msgid "1807 (England)" msgstr "1807 ()" #: table_data.h:164 table_data.h:165 table_data.h:173 table_data.h:174 #: table_data.h:212 msgid "Sir Humphrey Davy" msgstr " " #: table_data.h:164 msgid "" "Medieval Latin: sodanum, (headache remedy); symbol from Latin natrium, " "(sodium carbonate)." msgstr "" " : sodanum ( );" " . natrium ( )" #: table_data.h:165 msgid "Magnesium" msgstr "" #: table_data.h:165 msgid "Lightweight, malleable, silvery-white metal" msgstr "̣ - " #: table_data.h:165 table_data.h:174 table_data.h:212 msgid "1808 (England)" msgstr "1808 ()" #: table_data.h:165 msgid "Magnesia, ancient city in district of Thessaly, Greece." msgstr ", ()" #: table_data.h:166 msgid "Aluminum" msgstr "" #: table_data.h:166 msgid "Soft, lightweight, silvery-white metal" msgstr " ̣ - " #: table_data.h:166 msgid "1825 (Denmark)" msgstr "1825 ()" #: table_data.h:166 msgid "Hans Christian Oersted" msgstr " " #: table_data.h:166 msgid "Latin: alumen, aluminis, (alum)." msgstr ". alumen, aluminis ()" #: table_data.h:167 msgid "Silicon" msgstr "" #: table_data.h:167 msgid "Amorphous form is brown powder; crystalline form has a gray" msgstr " , " #: table_data.h:167 msgid "1824 (Sweden)" msgstr "1824 ()" #: table_data.h:167 table_data.h:188 table_data.h:250 msgid "Jons Jacob Berzelius" msgstr " " #: table_data.h:167 msgid "Latin: silex, silicus, (flint)." msgstr ". silex, silicus ()" #: table_data.h:168 msgid "Phosphorus" msgstr "" #: table_data.h:168 msgid "1.82 (white phosphorus)" msgstr "1.82 ( )" #: table_data.h:168 msgid "The most common white form is a waxy, phosphorescent solid" msgstr " ( )" #: table_data.h:168 msgid "1669 (Germany)" msgstr "1669 ()" #: table_data.h:168 msgid "Hennig Brand" msgstr " " #: table_data.h:168 msgid "Greek: phosphoros, (bringer of light)." msgstr ". ()" #: table_data.h:169 msgid "Sulfur" msgstr "" #: table_data.h:169 msgid "Tasteless, odorless, light-yellow, brittle solid" msgstr " -֣ " #: table_data.h:169 table_data.h:180 table_data.h:183 table_data.h:184 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "Known to the ancients." msgstr " " #: table_data.h:169 msgid "Latin: sulphur (brimstone)." msgstr ". sulphur ( )" #: table_data.h:170 msgid "Chlorine" msgstr "" #: table_data.h:170 msgid "Greenish-yellow, disagreeable gas" msgstr "-֣ " #: table_data.h:170 table_data.h:179 msgid "1774 (Sweden)" msgstr "1774 ()" #: table_data.h:170 table_data.h:197 msgid "Carl Wilhelm Scheele" msgstr " " #: table_data.h:170 msgid "Greek: chloros (greenish yellow)." msgstr ". (-֣)" #: table_data.h:171 msgid "Argon" msgstr "" #: table_data.h:171 msgid "Colorless, tasteless, odorless noble gas" msgstr " , " #: table_data.h:171 msgid "1894 (Scotland)" msgstr "1894 ()" #: table_data.h:171 msgid "Sir William Ramsey, Baron Rayleigh" msgstr " , " #: table_data.h:171 msgid "Greek: argos (inactive)." msgstr ". ()" #: table_data.h:173 msgid "Potassium" msgstr "" #: table_data.h:173 msgid "Soft, waxy, silvery-white metal" msgstr " - " #: table_data.h:173 msgid "English: pot ash; symbol from Latin: kalium, (alkali)." msgstr ". kalium (ݣ)" #: table_data.h:174 msgid "Calcium" msgstr "" #: table_data.h:174 msgid "Fairly hard, silvery-white metal" msgstr " ף - " #: table_data.h:174 msgid "Latin: calx, calcis (lime)." msgstr ". calx, calcis ()" #: table_data.h:175 msgid "Scandium" msgstr "" #: table_data.h:175 msgid "Fairly soft, silvery-white metal" msgstr " - " #: table_data.h:175 table_data.h:226 msgid "1879 (Sweden)" msgstr "1879 ()" #: table_data.h:175 msgid "Lars Nilson" msgstr " " #: table_data.h:175 msgid "Latin: Scandia, Scandinavia." msgstr ". Scandia ()" #: table_data.h:176 msgid "Titanium" msgstr "" #: table_data.h:176 msgid "Shiny, dark-gray metal" msgstr " ԣ- " #: table_data.h:176 msgid "1791 (England)" msgstr "1791 ()" #: table_data.h:176 msgid "William Gregor" msgstr " " #: table_data.h:176 msgid "Greek: titanos (Titans)." msgstr ". ()" #: table_data.h:177 msgid "Vanadium" msgstr "" #: table_data.h:177 table_data.h:221 msgid "Soft, ductile, silvery-white metal" msgstr " - " #: table_data.h:177 msgid "1830 (Sweden)" msgstr "1830 ()" #: table_data.h:177 msgid "Nils Gabriel Sefstrom" msgstr " " #: table_data.h:177 msgid "The scandinavian goddess, Vanadis." msgstr " " #: table_data.h:178 msgid "Chromium" msgstr "" #: table_data.h:178 msgid "Very hard, crystalline, steel-gray metal" msgstr " ף " #: table_data.h:178 msgid "1797 (France)" msgstr "1797 ()" #: table_data.h:178 msgid "Louis Vauquelin" msgstr " " #: table_data.h:178 msgid "Greek: chroma (color)." msgstr ". ()" #: table_data.h:179 msgid "Manganese" msgstr "" #: table_data.h:179 msgid "Hard, brittle, gray-white metal" msgstr "ף - " #: table_data.h:179 msgid "Johann Gahn" msgstr " " #: table_data.h:179 msgid "Latin: magnes (magnet); Italian: manganese." msgstr ". magnes (); . manganese" #: table_data.h:180 msgid "Iron" msgstr "" #: table_data.h:180 msgid "Malleable, ductile, silvery-white metal" msgstr " - " #: table_data.h:180 msgid "Anglo-Saxon: iron; symbol from Latin: ferrum (iron)." msgstr ". ferrum ()" #: table_data.h:181 msgid "Cobalt" msgstr "" #: table_data.h:181 msgid "Hard, ductile, lustrous bluish-gray metal" msgstr "ף - " #: table_data.h:181 msgid "1739 (Sweden)" msgstr "1739 ()" #: table_data.h:181 msgid "George Brandt" msgstr " " #: table_data.h:181 msgid "German: kobold (goblin)." msgstr ". kobold ()" #: table_data.h:182 msgid "Nickel" msgstr "" #: table_data.h:182 msgid "Hard, malleable, silvery-white metal" msgstr "ף - " #: table_data.h:182 msgid "1751 (Sweden)" msgstr "1751 ()" #: table_data.h:182 msgid "Axel Cronstedt" msgstr " " #: table_data.h:182 msgid "German: kupfernickel (false copper)." msgstr ". kupfernickel ( )" #: table_data.h:183 msgid "Copper" msgstr "" #: table_data.h:183 msgid "Malleable, ductile, reddish-brown metal" msgstr " - " #: table_data.h:183 msgid "" "Symbol from Latin: cuprum (island of Cyprus famed for its copper mines)." msgstr ". cuprum (., )" #: table_data.h:184 msgid "Zinc" msgstr "" #: table_data.h:184 msgid "Bluish-silver, ductile metal" msgstr "- " #: table_data.h:184 msgid "n/a (Germany)" msgstr "- ()" #: table_data.h:184 msgid "German: zink (German for tin)." msgstr ". zink ()" #: table_data.h:185 msgid "Gallium" msgstr "" #: table_data.h:185 msgid "Soft, blue-white metal" msgstr " - " #: table_data.h:185 msgid "1875 (France)" msgstr "1875 ()" #: table_data.h:185 table_data.h:223 msgid "Paul-Emile Lecoq de Boisbaudran" msgstr "- " #: table_data.h:185 msgid "Latin: Gallia (France)." msgstr ". Gallia ()" #: table_data.h:186 msgid "Germanium" msgstr "" #: table_data.h:186 msgid "Grayish-white metal" msgstr "- " #: table_data.h:186 msgid "1886 (Germany)" msgstr "1886 ()" #: table_data.h:186 msgid "Clemens Winkler" msgstr " " #: table_data.h:186 msgid "Latin: Germania (Germany)." msgstr ". Germania ()" #: table_data.h:187 msgid "Arsenic" msgstr "" #: table_data.h:187 msgid "5.73 (grey arsenic)" msgstr "5.73 ( )" #: table_data.h:187 msgid "Steel gray, brittle semimetal" msgstr " " #: table_data.h:187 msgid "Greek: arsenikon; Latin: arsenicum, (both names for yellow pigment)." msgstr ". , . arsenicum ( ֣ )" #: table_data.h:188 msgid "Selenium" msgstr "" #: table_data.h:188 msgid "A soft metalloid similar to sulfur" msgstr " " #: table_data.h:188 msgid "1818 (Sweden)" msgstr "1818 ()" #: table_data.h:188 msgid "Greek: selene (moon)." msgstr ". ()" #: table_data.h:189 msgid "Bromine" msgstr "" #: table_data.h:189 msgid "Reddish-brown liquid" msgstr "- " #: table_data.h:189 msgid "1826 (France)" msgstr "1826 ()" #: table_data.h:189 msgid "Antoine J. Balard" msgstr " " #: table_data.h:189 msgid "Greek: bromos (stench)." msgstr ". ()" #: table_data.h:190 msgid "Krypton" msgstr "" #: table_data.h:190 msgid "Dense, colorless, odorless, and tasteless gas" msgstr " , " #: table_data.h:190 msgid "1898 (Great Britain)" msgstr "1898 ()" #: table_data.h:190 msgid "Greek: kryptos (hidden)." msgstr ". ()" #: table_data.h:192 msgid "Rubidium" msgstr "" #: table_data.h:192 msgid "1861 (Germany)" msgstr "1861 ()" #: table_data.h:192 ## FIXME: Robert Bunsen, Gustov Kirchoff msgid "R. Bunsen, G. Kirchoff" msgstr " , " #: table_data.h:192 msgid "Latin: rubidus (deep red); the color its salts impart to flames." msgstr ". rubidus ( ), , " #: table_data.h:193 msgid "Strontium" msgstr "" #: table_data.h:193 msgid "Silvery, malleable metal" msgstr " " #: table_data.h:193 msgid "1790 (Scotland)" msgstr "1790 ()" #: table_data.h:193 msgid "A. Crawford" msgstr "." #: table_data.h:193 msgid "The Scottish town, Strontian." msgstr " Strontian" #: table_data.h:194 msgid "Yttrium" msgstr "" #: table_data.h:194 msgid "Silvery, ductile, fairly reactive metal" msgstr " , " #: table_data.h:194 msgid "1789 (Finland)" msgstr "1789 ()" #: table_data.h:194 msgid "Johann Gadolin" msgstr " " #: table_data.h:194 msgid "" "The Swedish village, Ytterby, where one of its minerals was first found." msgstr "" " Ytterby, " #: table_data.h:195 msgid "Zirconium" msgstr "" #: table_data.h:195 msgid "Gray-white, lustrous, corrosion-resistant metal" msgstr "- " #: table_data.h:195 table_data.h:252 msgid "1789 (Germany)" msgstr "1789 ()" #: table_data.h:195 table_data.h:252 msgid "Martin Klaproth" msgstr " " #: table_data.h:195 msgid "The mineral, zircon." msgstr " " #: table_data.h:196 msgid "Niobium" msgstr "" #: table_data.h:196 msgid "Shiny white, soft, ductile metal" msgstr " " #: table_data.h:196 msgid "1801 (England)" msgstr "1801 ()" #: table_data.h:196 msgid "Charles Hatchet" msgstr " " #: table_data.h:196 msgid "Niobe; daughter of the mythical Greek king Tantalus." msgstr ", (. .)" #: table_data.h:197 msgid "Molybdenum" msgstr "" #: table_data.h:197 table_data.h:200 msgid "Silvery white, hard metal" msgstr "- ף " #: table_data.h:197 msgid "1778 (Sweden)" msgstr "1778 ()" #: table_data.h:197 msgid "Greek: molybdos (lead)." msgstr ". ()" #: table_data.h:198 msgid "Technetium" msgstr "" #: table_data.h:198 table_data.h:242 msgid "Silvery-gray metal" msgstr "- " #: table_data.h:198 msgid "1937 (Italy)" msgstr "1937 ()" #: table_data.h:198 msgid "Carlo Perrier, Emilio Segre" msgstr " , " #: table_data.h:198 msgid "Greek: technetos (artificial)." msgstr ". ()" #: table_data.h:199 msgid "Ruthenium" msgstr "" #: table_data.h:199 msgid "Rare, silver-gray, extremely brittle metal" msgstr " - " #: table_data.h:199 msgid "1844 (Russia)" msgstr "1844 ()" #: table_data.h:199 msgid "Karl Klaus" msgstr " " #: table_data.h:199 msgid "Latin: Ruthenia (Russia)." msgstr ". Ruthenia ()" #: table_data.h:200 msgid "Rhodium" msgstr "" #: table_data.h:200 table_data.h:201 msgid "1803 (England)" msgstr "1803 ()" #: table_data.h:200 table_data.h:201 msgid "William Wollaston" msgstr " " #: table_data.h:200 msgid "Greek: rhodon (rose). Its salts give a rosy solution." msgstr ". (), " #: table_data.h:201 msgid "Palladium" msgstr "" #: table_data.h:201 table_data.h:205 msgid "Silvery-white, soft, malleable and ductile metal" msgstr "- " #: table_data.h:201 msgid "Named after the asteroid, Pallas, discovered in 1803." msgstr " 1803 . " #: table_data.h:202 msgid "Silver" msgstr "" #: table_data.h:202 msgid "Silvery-ductile, and malleable metal" msgstr " " #: table_data.h:202 ## FIXME: s/argentium/argentum/ msgid "Anglo-Saxon: siolful, (silver); symbol from Latin: argentium." msgstr ". argentum ()" #: table_data.h:203 msgid "Cadmium" msgstr "" #: table_data.h:203 msgid "Soft, malleable, blue-white metal" msgstr " - " #: table_data.h:203 msgid "1817 (Germany)" msgstr "1817 ()" #: table_data.h:203 msgid "Fredrich Stromeyer" msgstr " " #: table_data.h:203 msgid "Greek: kadmeia (ancient name for calamine (zinc oxide))." msgstr ". , " #: table_data.h:204 msgid "Indium" msgstr "" #: table_data.h:204 msgid "Very soft, silvery-white metal" msgstr " - " #: table_data.h:204 msgid "1863 (Germany)" msgstr "1863 ()" #: table_data.h:204 msgid "Ferdinand Reich, T. Richter" msgstr " , ." #: table_data.h:204 msgid "Latin: indicum (color indigo), the color it shows in a spectroscope." msgstr ". indicum ( ), " #: table_data.h:205 msgid "Tin" msgstr "" #: table_data.h:205 msgid "Named after Etruscan god, Tinia; symbol from Latin: stannum (tin)." msgstr ". stannum ()" #: table_data.h:206 msgid "Antimony" msgstr "" #: table_data.h:206 msgid "Hard, silvery-white, brittle semimetal" msgstr "ף - " #: table_data.h:206 msgid "Greek: anti and monos (not alone); symbol from mineral stibnite." msgstr " " #: table_data.h:207 msgid "Tellurium" msgstr "" #: table_data.h:207 msgid "Silvery-white, brittle semimetal" msgstr "- " #: table_data.h:207 msgid "1782 (Romania)" msgstr "1782 ()" #: table_data.h:207 msgid "Franz Joseph Meller von Reichenstein" msgstr " " #: table_data.h:207 msgid "Latin: tellus (earth)." msgstr ". tellus ()" #: table_data.h:208 msgid "Iodine" msgstr "" #: table_data.h:208 msgid "Shiny, black nonmetallic solid" msgstr " ޣ " #: table_data.h:208 msgid "1811 (France)" msgstr "1811 ()" #: table_data.h:208 msgid "Bernard Courtois" msgstr " " #: table_data.h:209 msgid "Xenon" msgstr "" #: table_data.h:209 msgid "Heavy, colorless, and odorless noble gas" msgstr "֣ , " #: table_data.h:209 msgid "Sir William Ramsay; M. W. Travers" msgstr " , ." #: table_data.h:209 msgid "Greek: xenos (strange)." msgstr ". ()" #: table_data.h:211 msgid "Cesium" msgstr "" #: table_data.h:211 msgid "Very soft, ductile, light gray metal" msgstr " - " #: table_data.h:211 msgid "1860 (Germany)" msgstr "1860 ()" #: table_data.h:211 msgid "Gustov Kirchoff, Robert Bunsen" msgstr " , " #: table_data.h:211 msgid "Latin: coesius (sky blue); for the blue lines of its spectrum." msgstr ". coesius (-) " #: table_data.h:212 msgid "Barium" msgstr "" #: table_data.h:212 msgid "Soft, slightly malleable, silver-white metal" msgstr " - " #: table_data.h:212 msgid "Greek: barys (heavy or dense)." msgstr ". (֣ )" #: table_data.h:214 msgid "Lanthanum" msgstr "" #: table_data.h:214 msgid "Silvery-white, soft, malleable, and ductile metal" msgstr "- " #: table_data.h:214 msgid "1839 (Sweden)" msgstr "1839 ()" #: table_data.h:214 table_data.h:222 table_data.h:225 msgid "Carl Mosander" msgstr " " #: table_data.h:214 msgid "Greek: lanthanein (to be hidden)." msgstr ". ( )" #: table_data.h:215 msgid "Cerium" msgstr "" #: table_data.h:215 msgid "Malleable, ductile, iron-gray metal" msgstr " " #: table_data.h:215 msgid "1803 (Sweden/Germany)" msgstr "1803 (/)" #: table_data.h:215 ## FIXME: Wilhelm von Hisinger, Jons Jacob Berzelius, Martin Klaproth msgid "W. von Hisinger, J. Berzelius, M. Klaproth" msgstr " , , " #: table_data.h:215 msgid "" "Named after the asteroid, Ceres, discovered two years before the element." msgstr "" " " #: table_data.h:216 msgid "Praseodymium" msgstr "" #: table_data.h:216 msgid "Silvery white, moderately soft, malleable, and ductile metal" msgstr "- " #: table_data.h:216 msgid "1885 (Austria)" msgstr "1885 ()" #: table_data.h:216 table_data.h:217 msgid "C.F. Aver von Welsbach" msgstr "" #: table_data.h:216 msgid "Greek: prasios and didymos (green twin); from its green salts." msgstr ". (̣ ), " #: table_data.h:217 msgid "Neodymium" msgstr "" #: table_data.h:217 msgid "Silvery-white, rare-earth metal that oxidizes easily in air" msgstr "- " #: table_data.h:217 msgid "1925 (Austria)" msgstr "1925 ()" #: table_data.h:217 msgid "Greek: neos and didymos (new twin)." msgstr ". ( )" #: table_data.h:218 msgid "Promethium" msgstr "" #: table_data.h:218 table_data.h:255 msgid "1945 (United States)" msgstr "1945 ()" #: table_data.h:218 msgid "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" msgstr "" #: table_data.h:218 msgid "Named for the Greek god, Prometheus." msgstr " (. .)" #: table_data.h:219 msgid "Samarium" msgstr "" #: table_data.h:219 msgid "Silvery rare-earth metal" msgstr " " #: table_data.h:219 msgid "1853 (France)" msgstr "1853 ()" #: table_data.h:219 msgid "Jean Charles Galissard de Marignac" msgstr " " #: table_data.h:219 msgid "Named after the mineral samarskite." msgstr " " #: table_data.h:220 msgid "Europium" msgstr "" #: table_data.h:220 msgid "1901 (France)" msgstr "1901 ()" #: table_data.h:220 msgid "Eugene-Antole Demarcay" msgstr "" #: table_data.h:220 msgid "Named for the continent of Europe." msgstr " " #: table_data.h:221 msgid "Gadolinium" msgstr "" #: table_data.h:221 msgid "1880 (Switzerland)" msgstr "1880 ()" #: table_data.h:221 table_data.h:227 msgid "Jean de Marignac" msgstr " " #: table_data.h:221 msgid "Named after the mineral gadolinite." msgstr " " #: table_data.h:222 msgid "Terbium" msgstr "" #: table_data.h:222 msgid "Soft, ductile, silvery-gray, rare-earth metal" msgstr " - " #: table_data.h:222 table_data.h:225 msgid "1843 (Sweden)" msgstr "1843 ()" #: table_data.h:222 msgid "Named after Ytterby, a village in Sweden." msgstr " Ytterby" #: table_data.h:223 msgid "Dysprosium" msgstr "" #: table_data.h:223 msgid "Soft. lustrous, silvery metal" msgstr " " #: table_data.h:223 msgid "Greek: dysprositos (hard to get at)." msgstr ". ()" #: table_data.h:224 msgid "Holmium" msgstr "" #: table_data.h:224 msgid "Fairly soft, malleable, lustrous, silvery metal" msgstr " " #: table_data.h:224 table_data.h:227 msgid "1878 (Switzerland)" msgstr "1878 ()" #: table_data.h:224 msgid "J.L. Soret" msgstr "" #: table_data.h:224 msgid "Holmia, the Latinized name for Stockholm, Sweden." msgstr ". Holmia, , " #: table_data.h:225 msgid "Erbium" msgstr "" #: table_data.h:225 msgid "Soft, malleable, silvery metal" msgstr " " #: table_data.h:225 msgid "Named after the Swedish town, Ytterby." msgstr " Ytterby" #: table_data.h:226 msgid "Thulium" msgstr "" #: table_data.h:226 msgid "Soft, malleable, ductile, silvery metal" msgstr " " #: table_data.h:226 msgid "Per Theodor Cleve" msgstr " " #: table_data.h:226 msgid "Thule, ancient name of Scandinavia." msgstr ", " #: table_data.h:227 msgid "Ytterbium" msgstr "" #: table_data.h:227 msgid "Silvery, lustrous, malleable, and ductile metal" msgstr " " #: table_data.h:227 msgid "Named for the Swedish village of Ytterby." msgstr " Ytterby" #: table_data.h:229 msgid "Lutetium" msgstr "" #: table_data.h:229 msgid "Silvery-white, hard, dense, rare-earth metal" msgstr "- ף " #: table_data.h:229 msgid "1907 (France)" msgstr "1907 ()" #: table_data.h:229 msgid "Georges Urbain" msgstr " " #: table_data.h:229 msgid "Named for the ancient name of Paris, Lutecia." msgstr " , " #: table_data.h:230 msgid "Hafnium" msgstr "" #: table_data.h:230 msgid "Silvery, ductile metal" msgstr " " #: table_data.h:230 msgid "1923 (Denmark)" msgstr "1923 ()" #: table_data.h:230 msgid "Dirk Coster, Georg von Hevesy" msgstr " , " #: table_data.h:230 msgid "Hafnia, the Latin name of Copenhagen." msgstr "Hafnia, " #: table_data.h:231 msgid "Tantalum" msgstr "" #: table_data.h:231 msgid "Gray, heavy, hard metal" msgstr " ֣ ף " #: table_data.h:231 msgid "1802 (Sweden)" msgstr "1802 ()" #: table_data.h:231 msgid "Anders Ekeberg" msgstr " " #: table_data.h:231 msgid "King Tantalus of Greek mythology, father of Niobe." msgstr ", (. .)" #: table_data.h:232 msgid "Tungsten" msgstr "" #: table_data.h:232 msgid "Tough, steel-gray to white metal" msgstr " -- " #: table_data.h:232 msgid "1783 (Spain)" msgstr "1783 ()" #: table_data.h:232 msgid "Juan Jose, Fausto Elhuyar" msgstr " , " #: table_data.h:232 msgid "Swedish: tung sten (heavy stone): symbol from its German name wolfram." msgstr ". wolfram" #: table_data.h:233 msgid "Rhenium" msgstr "" #: table_data.h:233 msgid "Dense, silvery-white metal" msgstr " - " #: table_data.h:233 msgid "1925 (Germany)" msgstr "1925 ()" #: table_data.h:233 msgid "Walter Noddack, Ida Tacke, Otto Berg" msgstr " , , " #: table_data.h:233 msgid "Latin: Rhenus, the Rhine River." msgstr ". Rhenus, " #: table_data.h:234 msgid "Osmium" msgstr "" #: table_data.h:234 msgid "Blue-white, lustrous, hard metal" msgstr "- ף " #: table_data.h:234 msgid "1804 (England)" msgstr "1804 ()" #: table_data.h:234 msgid "Smithson Tenant" msgstr " " #: table_data.h:234 msgid "Greek: osme (odor)." msgstr ". ()" #: table_data.h:235 msgid "Iridium" msgstr "" #: table_data.h:235 msgid "White, brittle metal" msgstr " " #: table_data.h:235 msgid "1804 (England/France)" msgstr "1804 (/)" #: table_data.h:235 msgid "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" msgstr "" #: table_data.h:235 msgid "Latin: iris (rainbow)." msgstr ". iris ()" #: table_data.h:236 msgid "Platinum" msgstr "" #: table_data.h:236 msgid "Very heavy, soft, silvery-white metal" msgstr " ֣ - " #: table_data.h:236 msgid "1735 (Italy)" msgstr "1735 ()" #: table_data.h:236 msgid "Julius Scaliger" msgstr " " #: table_data.h:236 msgid "Spanish: platina (little silver)." msgstr ". platina ( )" #: table_data.h:237 msgid "Gold" msgstr "" #: table_data.h:237 msgid "Soft, malleable, yellow metal" msgstr " ֣ " #: table_data.h:237 msgid "Anglo-Saxon: geolo (yellow); symbol from Latin: aurum (shining dawn)." msgstr ". aurum" #: table_data.h:238 msgid "Mercury" msgstr "" #: table_data.h:238 msgid "Heavy, silver-white metal that is in its liquid state at" msgstr "֣ - , " #: table_data.h:238 msgid "The Roman god Mercury; symbol from Latin: hydrargyrus (liquid silver)." msgstr ". hydrargyrus ( )" #: table_data.h:239 msgid "Thallium" msgstr "" #: table_data.h:239 msgid "Soft, gray metal" msgstr " " #: table_data.h:239 msgid "1861 (England)" msgstr "1861 ()" #: table_data.h:239 msgid "Sir William Crookes" msgstr " " #: table_data.h:239 msgid "Greek: thallos (green twig), for a bright green line in its spectrum." msgstr ". (̣ ), -̣ " #: table_data.h:240 msgid "Lead" msgstr "" #: table_data.h:240 msgid "Very soft, highly malleable and ductile, blue-white shiny metal" msgstr " - , " #: table_data.h:240 msgid "Anglo-Saxon: lead; symbol from Latin: plumbum." msgstr ". plumbum" #: table_data.h:241 msgid "Bismuth" msgstr "" #: table_data.h:241 msgid "Hard, brittle, steel-gray metal with a pinkish tinge" msgstr "ף " #: table_data.h:241 msgid "German: bisemutum, (white mass), Now spelled wismut." msgstr ". bisemutum ( ), wismut" #: table_data.h:242 msgid "Polonium" msgstr "" #: table_data.h:242 table_data.h:247 msgid "1898 (France/Poland)" msgstr "1898 (/)" #: table_data.h:242 table_data.h:247 msgid "Pierre and Marie Curie-Sklodowska" msgstr " -" #: table_data.h:242 msgid "Named for Poland, native country of Marie Curie." msgstr ". Polonia, ( )" #: table_data.h:243 msgid "Astatine" msgstr "" #: table_data.h:243 msgid "Unstable, radioactive halogen" msgstr " " #: table_data.h:243 table_data.h:254 msgid "1940 (United States)" msgstr "1940 ()" #: table_data.h:243 msgid "D.R.Corson, K.R.MacKenzie, E. Segre" msgstr "" #: table_data.h:243 msgid "Greek: astatos (unstable)." msgstr ". ()" #: table_data.h:244 msgid "Radon" msgstr "" #: table_data.h:244 msgid "Heavy radioactive gas" msgstr "֣ " #: table_data.h:244 msgid "1898 (Germany)" msgstr "1898 ()" #: table_data.h:244 msgid "Fredrich Ernst Dorn" msgstr " " #: table_data.h:244 msgid "Variation of the name of another element, radium." msgstr " , " #: table_data.h:246 msgid "Francium" msgstr "" #: table_data.h:246 msgid "1939 (France)" msgstr "1939 ()" #: table_data.h:246 msgid "Marguerite Derey" msgstr "" #: table_data.h:246 msgid "Named for France, the nation of its discovery." msgstr "" #: table_data.h:247 msgid "Radium" msgstr "" #: table_data.h:247 msgid "Silvery white, radioactive element" msgstr "- " #: table_data.h:247 msgid "Latin: radius (ray)." msgstr ". radius ()" #: table_data.h:249 msgid "Actinium" msgstr "" #: table_data.h:249 msgid "Heavy, Silvery-white metal that is very radioactive" msgstr "֣ - " #: table_data.h:249 msgid "1899 (France)" msgstr "1899 ()" #: table_data.h:249 msgid "Andre-Louis Debierne" msgstr "- " #: table_data.h:249 msgid "Greek: akis, aktinos (ray)." msgstr ". akis, aktinos ()" #: table_data.h:250 msgid "Thorium" msgstr "" #: table_data.h:250 msgid "Gray, soft, malleable, ductile, radioactive metal" msgstr " " #: table_data.h:250 msgid "1828 (Sweden)" msgstr "1828 ()" #: table_data.h:250 msgid "Named for Thor, Norse god of thunder." msgstr ", " #: table_data.h:251 msgid "Protactinium" msgstr "" #: table_data.h:251 table_data.h:254 table_data.h:255 msgid "Silvery-white, radioactive metal" msgstr "- " #: table_data.h:251 msgid "1917 (England/France)" msgstr "1917 (/)" #: table_data.h:251 msgid "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" msgstr " , , , " #: table_data.h:251 msgid "" "Greek: proto and actinium (parent of actinium); it forms actinium when it " "radioactively decays." msgstr "" ". ( ); " #: table_data.h:252 msgid "Uranium" msgstr "" #: table_data.h:252 msgid "Silvery-white, dense, ductile and malleable, radioactive metal." msgstr "- " #: table_data.h:252 msgid "Named for the planet Uranus." msgstr " " #: table_data.h:253 msgid "Neptunium" msgstr "" #: table_data.h:253 msgid "Silvery metal" msgstr " " #: table_data.h:253 msgid "E.M. McMillan, P.H. Abelson" msgstr "., ." #: table_data.h:253 msgid "Named for the planet Neptune." msgstr " " #: table_data.h:254 msgid "Plutonium" msgstr "" #: table_data.h:254 msgid "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" msgstr "" #: table_data.h:254 msgid "Named for the planet Pluto." msgstr " " #: table_data.h:255 msgid "Americium" msgstr "" #: table_data.h:255 msgid "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" msgstr "" #: table_data.h:255 msgid "Named for the American continent, by analogy with europium." msgstr " , " #: table_data.h:256 msgid "Curium" msgstr "" #: table_data.h:256 msgid "Silvery, malleable, synthetic radioactive metal" msgstr " " #: table_data.h:256 msgid "1944 (United States)" msgstr "1944 ()" #: table_data.h:256 msgid "G.T.Seaborg, R.A.James, A.Ghiorso" msgstr "" #: table_data.h:256 msgid "Named in honor of Pierre and Marie Curie." msgstr " " #: table_data.h:257 msgid "Berkelium" msgstr "" #: table_data.h:257 ## FIXME: s/Radionactive/Radioactive/ msgid "Radionactive synthetic metal" msgstr " " #: table_data.h:257 msgid "1949 (United States)" msgstr "1949 ()" #: table_data.h:257 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso" msgstr "" #: table_data.h:257 msgid "Named after Berkeley, California the city of its discovery." msgstr " ()" #: table_data.h:258 msgid "Californium" msgstr "" #: table_data.h:258 msgid "Powerful neutron emitter" msgstr " " #: table_data.h:258 msgid "1950 (United States)" msgstr "1950 ()" #: table_data.h:258 table_data.h:261 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." msgstr "" #: table_data.h:258 msgid "Named after the state and University of California." msgstr " " #: table_data.h:259 msgid "Einsteinium" msgstr "" #: table_data.h:259 table_data.h:260 table_data.h:261 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 msgid "Radioactive, synthetic metal" msgstr " " #: table_data.h:259 msgid "1952 (United States)" msgstr "1952 ()" #: table_data.h:259 table_data.h:260 msgid "Argonne, Los Alamos, U of Calif" msgstr "" #: table_data.h:259 msgid "Named in honor of the scientist Albert Einstein." msgstr " " #: table_data.h:260 msgid "Fermium" msgstr "" #: table_data.h:260 msgid "1953 (United States)" msgstr "1953 ()" #: table_data.h:260 msgid "Named in honor of the scientist Enrico Fermi." msgstr " " #: table_data.h:261 msgid "Mendelevium" msgstr "" #: table_data.h:261 msgid "1955 (United States)" msgstr "1955 ()" #: table_data.h:261 msgid "" "Named in honor of the scientist Dmitri Ivanovitch Mendeleyev, who devised " "the periodic table." msgstr "" ".." #: table_data.h:262 msgid "Nobelium" msgstr "" #: table_data.h:262 msgid "Radioactive, synthetic metal." msgstr " " #: table_data.h:262 msgid "1957 (Sweden)" msgstr "1957 ()" #: table_data.h:262 msgid "Nobel Institute for Physics" msgstr " " #: table_data.h:262 msgid "" "Named in honor of Alfred Nobel, who invented dynamite and founded Nobel " "prize." msgstr "" " " #: table_data.h:264 msgid "Lawrencium" msgstr "" #: table_data.h:264 msgid "1961 (United States)" msgstr "1961 ()" #: table_data.h:264 msgid "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" msgstr "" #: table_data.h:264 msgid "Named in honor of Ernest O. Lawrence, inventor of the cyclotron." msgstr " " #: table_data.h:265 msgid "Rutherfordium" msgstr "" #: table_data.h:265 msgid "1969 (United States)" msgstr "1969 ()" #: table_data.h:265 table_data.h:266 msgid "A. Ghiorso, et al" msgstr "" #: table_data.h:265 msgid "Named in honor of Ernest Rutherford" msgstr " " #: table_data.h:266 msgid "Dubnium" msgstr "" #: table_data.h:266 msgid "1970 (United States)" msgstr "1970 ()" #: table_data.h:266 ## FIXME: Dubna? msgid "Named in honor of Otto Hahn" msgstr "" #: table_data.h:267 msgid "Seaborgium" msgstr "" #: table_data.h:267 msgid "1974 (USSR/United States)" msgstr "1974 (/)" #: table_data.h:267 msgid "Soviet Nuclear Research/ U. of Cal at Berkeley" msgstr " / . " #: table_data.h:267 msgid "" "Named in honor of Glenn Seaborg, American physical chemist known for " "research on transuranium elements." msgstr "" " , - " #: table_data.h:268 msgid "Bohrium" msgstr "" #: table_data.h:268 msgid "1976 (Germany)" msgstr "1976 ()" #: table_data.h:268 table_data.h:269 table_data.h:270 table_data.h:271 #: table_data.h:272 msgid "Heavy Ion Research Laboratory (HIRL)" msgstr "" #: table_data.h:268 msgid "Named in honor of Niels Bohr" msgstr " " #: table_data.h:269 msgid "Hassium" msgstr "" #: table_data.h:269 msgid "1984 (Germany)" msgstr "1984 ()" #: table_data.h:269 msgid "" "Named in honor of Henri Hess, Swiss born Russian chemist known for work in " "thermodydamics." msgstr "" " " #: table_data.h:270 msgid "Meitnerium" msgstr "" #: table_data.h:270 msgid "1982 (Germany)" msgstr "1982 ()" #: table_data.h:270 ## FIXME: s/Mietner/Meitner/ msgid "Named in honor of Lise Mietner" msgstr " " #: table_data.h:271 msgid "Ununnilium" msgstr "" #: table_data.h:271 table_data.h:272 msgid "1994 (Germany)" msgstr "1994 ()" #: table_data.h:271 ## FIXME: s/nun/un/ msgid "Un (one) nun (one) nilium (zero)" msgstr "Un () un () nilium ()" #: table_data.h:272 msgid "Unununium" msgstr "" #: table_data.h:272 ## FIXME: s/nun/un/ msgid "Un (one) nun (one) unium (one)" msgstr "Un () () unium ()" #: table_data.h:273 msgid "Ununbium" msgstr "" #: table_data.h:273 msgid "1996 (n/a)" msgstr "1996 (-)" #: table_data.h:274 msgid "Ununtrium" msgstr "" #: table_data.h:274 table_data.h:276 table_data.h:278 msgid "n/a (n/a)" msgstr "- (-)" #: table_data.h:275 msgid "Ununquadium" msgstr "" #: table_data.h:275 table_data.h:277 table_data.h:279 msgid "1999 (n/a)" msgstr "1999 (-)" #: table_data.h:276 msgid "Ununpentium" msgstr "" #: table_data.h:277 msgid "Ununhexium" msgstr "" #: table_data.h:278 msgid "Ununseptium" msgstr "" #: table_data.h:279 msgid "Ununoctium" msgstr "" gperiodic-2.0.10/po/sv.po0000664000076400007640000014360210645151735015112 0ustar jfrantzjfrantz# Swedish translations for gperiodic # Copyright (C) 2003, Jonas Frantz # This file is distributed under the same license as the gperiodic package. # Jonas Frantz , 2003. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-12-12 16:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: gperiodic.c:190 #, c-format msgid "" "%sAuthors:\n" "%s\n" "\n" "This program shows the periodic table of elements\n" "and information about these elements.\n" "\n" "Released under the GPL license." msgstr "" "%sProgrammerare:\n" "%s\n" "\n" "Detta program visar den periodiska tabellen\n" "samt information om grundämnena.\n" "\n" "Släppt under GNU GPL licensen." #: gperiodic.c:200 msgid "GPeriodic - About" msgstr "GPeriodic - Om" #: gperiodic.c:225 msgid "" "GPeriodic [opts]\n" "Options are:\n" " -h show this help screen.\n" " -c color the elements according to their phase at\n" " temperature in Kelvins.\n" " -D dump the periodic table.\n" " -v be verbose\n" "\n" msgstr "" "GPeriodic [optioner]\n" "Optionerna är:\n" " -h visa denna hjälp.\n" " -c färga grundämnena enligt temperaturen\n" " i grader Kelvin.\n" " -D dumpa tabellen.\n" " -v skriv ut extra meddelanden\n" "\n" #: gperiodic.c:304 #, fuzzy msgid "_File" msgstr "_Fil" #: gperiodic.c:305 #, fuzzy msgid "_Help" msgstr "_Hjälp" #: gperiodic.c:306 msgid "E_xit" msgstr "_Avsluta" #: gperiodic.c:306 msgid "Exit the program" msgstr "Avsluta programmet" #: gperiodic.c:307 msgid "_About" msgstr "_Om" #: gperiodic.c:307 msgid "About gperiodic" msgstr "Om gperiodic" #: gperiodic.c:325 #, fuzzy msgid "GPeriodic" msgstr "GPeriodic" #: gperiodic.c:368 msgid "No symbol for index" msgstr "Ingen symbol för det indexet" #: gperiodic.c:375 msgid "Error button was null?" msgstr "Programfel, knappen är NULL ?" #: gperiodic.c:386 #, c-format msgid "%s(%d) Setting color: %d %d %d" msgstr "%s(%d) Sätter färg: %d %d %d" #: gperiodic.c:423 #, c-format msgid "%s n:%s w:%s" msgstr "%s n:%s v:%s" #: gperiodic.c:461 #, c-format msgid " Option -c error : %s is not a number.\n" msgstr " Option -c fel : %s är inte ett nummer.\n" #: gperiodic.c:465 #, c-format msgid " Option -c error : %s is not a valid number (must be > 0).\n" msgstr " Option -c fel : %s är inte ett korrekt nummer (måste vara > 0).\n" #: gperiodic.c:493 #, c-format msgid "" "\n" " Unknown element : %s. Exiting.\n" "\n" msgstr "" "\n" " Okänt grundämne : %s. Avslutar.\n" "\n" #: gperiodic.c:498 msgid "" "\n" " Element number exceeds existing elements. Exiting.\n" "\n" msgstr "" "\n" " Grundämnets nummer överskrider det totala antalet grundämnen. Avslutar.\n" "\n" #: table_data.h:36 msgid "Name: " msgstr "Namn: " #: table_data.h:37 msgid "Symbol: " msgstr "Symbol: " #: table_data.h:38 msgid "Atomic Number: " msgstr "Atomnummer: " #: table_data.h:39 msgid "Atomic Weight (u.m): " msgstr "Atomär vikt (u.m): " #: table_data.h:40 msgid "Density (g/cm3) : " msgstr "Densitet (g/cm3) : " #: table_data.h:41 msgid "Melting Point (K): " msgstr "Smältpunkt (K): " #: table_data.h:42 msgid "Boiling Point (K): " msgstr "Kokpunkt (K): " #: table_data.h:43 msgid "Atomic Radius (pm): " msgstr "Atomär radie (pm): " #: table_data.h:44 msgid "Covalent Radius (pm): " msgstr "Kovalent radie (pm): " #: table_data.h:45 msgid "Ionic Radius (pm): " msgstr "Jonisk radie (pm): " #: table_data.h:46 msgid "Atomic Volume (cm3/mol): " msgstr "Atomär volym (cm3/mol): " #: table_data.h:47 #, fuzzy msgid "Specific Heat (@20" msgstr "Specifik värme (@20" #: table_data.h:47 msgid "C J/g mol): " msgstr "C J/g mol): " #: table_data.h:48 msgid "Fusion Heat (kJ/mol): " msgstr "Fusionvärme (kJ/mol): " #: table_data.h:49 msgid "Evaporation Heat (kJ/mol): " msgstr "Förångningsvärme (kJ/mol): " #: table_data.h:50 #, fuzzy msgid "Termal Conductivity (@25" msgstr "Termisk konduktivitet (@25" #: table_data.h:50 msgid "C W/m K): " msgstr "C W/m K): " #: table_data.h:51 msgid "Debye temperature (K): " msgstr "Debye temperatur (K): " #: table_data.h:52 msgid "Pauling Negativity Number: " msgstr "Pauling negativitetstal: " #: table_data.h:53 msgid "First Ionizing Energy (kJ/mol): " msgstr "Första joniseringsenergi (kJ/mol): " #: table_data.h:54 msgid "Oxidation states: " msgstr "Oxidationstillstånd: " #: table_data.h:55 msgid "Electronic Configuration: " msgstr "Elektronkonfiguration: " #: table_data.h:56 msgid "Lattice structure: " msgstr "Gitterstruktur: " #: table_data.h:57 #, fuzzy msgid "Lattice constant (" msgstr "Gitterkonstant (" #: table_data.h:57 msgid "): " msgstr "): " #: table_data.h:58 msgid "Lattice c/a ratio: " msgstr "Gitter c/a förhållande: " #: table_data.h:59 msgid "Appearance: " msgstr "Beskrivning: " #: table_data.h:60 msgid "Discovery date: " msgstr "Upptäcktsår (plats): " #: table_data.h:61 msgid "Discovered by: " msgstr "Upptäckt av: " #: table_data.h:62 msgid "Named after: " msgstr "Namngett efter: " #: table_data.h:87 table_data.h:103 table_data.h:153 table_data.h:155 #: table_data.h:158 table_data.h:159 table_data.h:160 table_data.h:161 #: table_data.h:162 table_data.h:164 table_data.h:166 table_data.h:167 #: table_data.h:168 table_data.h:169 table_data.h:170 table_data.h:171 #: table_data.h:173 table_data.h:174 table_data.h:175 table_data.h:176 #: table_data.h:177 table_data.h:178 table_data.h:179 table_data.h:180 #: table_data.h:181 table_data.h:182 table_data.h:183 table_data.h:184 #: table_data.h:185 table_data.h:186 table_data.h:187 table_data.h:188 #: table_data.h:189 table_data.h:190 table_data.h:192 table_data.h:193 #: table_data.h:194 table_data.h:196 table_data.h:197 table_data.h:198 #: table_data.h:199 table_data.h:200 table_data.h:201 table_data.h:202 #: table_data.h:204 table_data.h:205 table_data.h:206 table_data.h:207 #: table_data.h:208 table_data.h:209 table_data.h:211 table_data.h:212 #: table_data.h:215 table_data.h:216 table_data.h:217 table_data.h:218 #: table_data.h:219 table_data.h:220 table_data.h:221 table_data.h:222 #: table_data.h:223 table_data.h:224 table_data.h:225 table_data.h:226 #: table_data.h:227 table_data.h:229 table_data.h:230 table_data.h:231 #: table_data.h:232 table_data.h:234 table_data.h:235 table_data.h:236 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 #: table_data.h:242 table_data.h:243 table_data.h:244 table_data.h:246 #: table_data.h:247 table_data.h:249 table_data.h:250 table_data.h:251 #: table_data.h:252 table_data.h:253 table_data.h:254 table_data.h:255 #: table_data.h:256 table_data.h:257 table_data.h:258 table_data.h:259 #: table_data.h:260 table_data.h:261 table_data.h:262 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 #: table_data.h:269 table_data.h:270 table_data.h:271 table_data.h:272 #: table_data.h:273 table_data.h:274 table_data.h:275 table_data.h:276 #: table_data.h:277 table_data.h:278 table_data.h:279 msgid "n/a" msgstr "okänt" #: table_data.h:152 msgid "Hydrogen" msgstr "Väte" #: table_data.h:152 table_data.h:162 msgid "Colorless, odorless, tasteless gas" msgstr "Färglös, luktlös, smaklös gas" #: table_data.h:152 msgid "1766 (England)" msgstr "1766 (England)" #: table_data.h:152 msgid "Henry Cavendish" msgstr "Henry Cavendish" #: table_data.h:152 msgid "Greek: hydro (water) and genes (generate)" msgstr "Grekiska: hydro (vatten) and genes (generera)" #: table_data.h:153 msgid "Helium" msgstr "Helium" #: table_data.h:153 msgid "Inert, colorless, odorless, tasteless gas" msgstr "Inreaktiv, färglös, luktlös, smaklös gas" #: table_data.h:153 msgid "1895 (Scotland/Sweden)" msgstr "1895 (Skottland/Sverige)" #: table_data.h:153 msgid "Sir William Ramsey, Nils Langet, P.T.Cleve" msgstr "Sir William Ramsey, Nils Langet, P.T.Cleve" #: table_data.h:153 msgid "Greek: helios (sun)." msgstr "Grekiska: helios (sol)" #: table_data.h:155 msgid "Lithium" msgstr "Litium" #: table_data.h:155 table_data.h:164 table_data.h:220 msgid "Soft, silvery-white metal" msgstr "Mjuk, silverfärgad-vit metall" #: table_data.h:155 msgid "1817 (Sweden)" msgstr "1817 (Sverige)" #: table_data.h:155 msgid "Johann Arfwedson" msgstr "Johann Arfwedson" #: table_data.h:155 msgid "Greek: lithos (stone)." msgstr "Grekiska: lithos (sten)" #: table_data.h:156 msgid "Beryllium" msgstr "Beryllium" #: table_data.h:156 msgid "Hard, brittle, steel-gray metal" msgstr "Hård, spröd, stål-grå metall" #: table_data.h:156 msgid "1798 (France)" msgstr "1798 (Frankrike)" #: table_data.h:156 msgid "Louis-Nicholas Vauquelin" msgstr "Louis-Nicholas Vauquelin" #: table_data.h:156 msgid "Greek: beryllos, 'beryl' (a mineral)." msgstr "Grekiska: beryllos, 'beryl' (en mineral)" #: table_data.h:157 msgid "Boron" msgstr "Bor" #: table_data.h:157 msgid "Hard, brittle, lustrous black semimetal" msgstr "Hård spröd, svart semimetal" #: table_data.h:157 msgid "1808 (England/France)" msgstr "1808 (England/Frankrike)" #: table_data.h:157 msgid "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" msgstr "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" #: table_data.h:157 msgid "The Arabic and Persian words for borax." msgstr "Det arabiska och persiska ordet för borax" #: table_data.h:158 msgid "Carbon" msgstr "Kol" #: table_data.h:158 msgid "Dense, Black" msgstr "Solid, svart" #: table_data.h:158 table_data.h:169 table_data.h:180 table_data.h:183 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "n/a (Unknown)" msgstr "Okänt" #: table_data.h:158 msgid "Known to the ancients" msgstr "Känt sedan antiken" #: table_data.h:158 msgid "Latin: carbo, (charcoal)." msgstr "Latin: carbo, (kol)" #: table_data.h:159 msgid "Nitrogen" msgstr "Kväve" #: table_data.h:159 msgid "Colorless, odorless, tasteless, and generally inert gas" msgstr "Färglös, luktlös, smaklös och i allmännhet inreaktiv gas" #: table_data.h:159 msgid "1772 (Scotland)" msgstr "1772 (Skottland)" #: table_data.h:159 msgid "Daniel Rutherford" msgstr "Daniel Rutherford" #: table_data.h:159 msgid "Greek: nitron and genes, (soda forming)." msgstr "Grekiska: nitron och genes" #: table_data.h:160 msgid "Oxygen" msgstr "Syre" #: table_data.h:160 msgid "Colorless, odorless, tasteless gas; pale blue liquid" msgstr "Färglös, luktlös, smaklös gas; blekblå vätska" #: table_data.h:160 msgid "1774 (England/Sweden)" msgstr "1774 (England/Sverige)" #: table_data.h:160 msgid "Joseph Priestly, Carl Wilhelm Scheele" msgstr "Joseph Priestly, Carl Wilhelm Scheele" #: table_data.h:160 msgid "Greek: oxys and genes, (acid former)." msgstr "Grekiska: oxys och genes" #: table_data.h:161 msgid "Fluorine" msgstr "Flor" #: table_data.h:161 msgid "Greenish-yellow, pungent, corrosive gas" msgstr "Grön-gul, frätande gas" #: table_data.h:161 table_data.h:223 msgid "1886 (France)" msgstr "1886 (Frankrike)" #: table_data.h:161 msgid "Henri Moissan" msgstr "Henri Moissan" #: table_data.h:161 msgid "Latin: fluere (flow)." msgstr "Latin: fluere (flöde)" #: table_data.h:162 msgid "Neon" msgstr "Neon" #: table_data.h:162 table_data.h:209 msgid "1898 (England)" msgstr "1898 (England)" #: table_data.h:162 table_data.h:190 msgid "Sir William Ramsey, M.W. Travers" msgstr "Sir William Ramsey, M.W. Travers" #: table_data.h:162 msgid "Greek: neos (new)." msgstr "Grekiska: neos (ny)" #: table_data.h:164 msgid "Sodium" msgstr "Natrium" #: table_data.h:164 table_data.h:173 msgid "1807 (England)" msgstr "1807 (England)" #: table_data.h:164 table_data.h:165 table_data.h:173 table_data.h:174 #: table_data.h:212 msgid "Sir Humphrey Davy" msgstr "Sir Humphrey Davy" #: table_data.h:164 msgid "" "Medieval Latin: sodanum, (headache remedy); symbol from Latin natrium, " "(sodium carbonate)." msgstr "Medeltida latin: sodanum (huvudvärksmedicin)" #: table_data.h:165 msgid "Magnesium" msgstr "Magnesium" #: table_data.h:165 msgid "Lightweight, malleable, silvery-white metal" msgstr "Lätt, silver-vit metall" #: table_data.h:165 table_data.h:174 table_data.h:212 msgid "1808 (England)" msgstr "1808 (England)" #: table_data.h:165 msgid "Magnesia, ancient city in district of Thessaly, Greece." msgstr "Magnesia, antik stad i Thessaly distriktet i Grekland" #: table_data.h:166 msgid "Aluminum" msgstr "Aluminium" #: table_data.h:166 msgid "Soft, lightweight, silvery-white metal" msgstr "Mjuk, lätt, silver-vit metall" #: table_data.h:166 msgid "1825 (Denmark)" msgstr "1825 (Danmark)" #: table_data.h:166 msgid "Hans Christian Oersted" msgstr "Hans Christian Örsted" #: table_data.h:166 msgid "Latin: alumen, aluminis, (alum)." msgstr "Latin: alumen, aluminis, (alum)" #: table_data.h:167 msgid "Silicon" msgstr "Kisel" #: table_data.h:167 msgid "Amorphous form is brown powder; crystalline form has a gray" msgstr "I amorft tillstånd ett brunt pulver; i kristallin form grå metall" #: table_data.h:167 msgid "1824 (Sweden)" msgstr "1824 (Sverige)" #: table_data.h:167 table_data.h:188 table_data.h:250 msgid "Jons Jacob Berzelius" msgstr "Jons Jacob Berzelius" #: table_data.h:167 msgid "Latin: silex, silicus, (flint)." msgstr "Latin: silex, silicus" #: table_data.h:168 msgid "Phosphorus" msgstr "Fosfor" #: table_data.h:168 msgid "1.82 (white phosphorus)" msgstr "1.82 (vit fosfor)" #: table_data.h:168 msgid "The most common white form is a waxy, phosphorescent solid" msgstr "Den vanligaste vita är vaxliknande, fosforescent fast ämne" #: table_data.h:168 msgid "1669 (Germany)" msgstr "1669 (Tyskland)" #: table_data.h:168 msgid "Hennig Brand" msgstr "Hennig Brand" #: table_data.h:168 msgid "Greek: phosphoros, (bringer of light)." msgstr "Grekiska: phosphoros, (ljusets framförare)" #: table_data.h:169 msgid "Sulfur" msgstr "Svavel" #: table_data.h:169 msgid "Tasteless, odorless, light-yellow, brittle solid" msgstr "Smaklös, luktlös, ljusgul, sprött fast ämne" #: table_data.h:169 table_data.h:180 table_data.h:183 table_data.h:184 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "Known to the ancients." msgstr "Känt sedan antiken" #: table_data.h:169 msgid "Latin: sulphur (brimstone)." msgstr "Latin: sulphur" #: table_data.h:170 msgid "Chlorine" msgstr "Klor" #: table_data.h:170 msgid "Greenish-yellow, disagreeable gas" msgstr "Grön-gul, reaktiv gas" #: table_data.h:170 table_data.h:179 msgid "1774 (Sweden)" msgstr "1774 (Sverige)" #: table_data.h:170 table_data.h:197 msgid "Carl Wilhelm Scheele" msgstr "Carl Wilhelm Scheele" #: table_data.h:170 msgid "Greek: chloros (greenish yellow)." msgstr "Grekiska: chloros (grön-gul)" #: table_data.h:171 msgid "Argon" msgstr "Argon" #: table_data.h:171 msgid "Colorless, tasteless, odorless noble gas" msgstr "Färglös, Smaklös, luktlös ädelgas" #: table_data.h:171 msgid "1894 (Scotland)" msgstr "1894 (Skottland)" #: table_data.h:171 msgid "Sir William Ramsey, Baron Rayleigh" msgstr "Sir William Ramsey, Baron Rayleigh" #: table_data.h:171 msgid "Greek: argos (inactive)." msgstr "Grekiska: argos (inaktiv)" #: table_data.h:173 msgid "Potassium" msgstr "Kalium" #: table_data.h:173 msgid "Soft, waxy, silvery-white metal" msgstr "Mjuk, vaxliknande, silver-vit metall" #: table_data.h:173 msgid "English: pot ash; symbol from Latin: kalium, (alkali)." msgstr "Engelska: pottaska" #: table_data.h:174 msgid "Calcium" msgstr "Kalcium" #: table_data.h:174 msgid "Fairly hard, silvery-white metal" msgstr "Ganska hård, silver-vit metall" #: table_data.h:174 msgid "Latin: calx, calcis (lime)." msgstr "Latin: calx, calcis (sandsten)" #: table_data.h:175 msgid "Scandium" msgstr "Skandium" #: table_data.h:175 msgid "Fairly soft, silvery-white metal" msgstr "Ganska mjuk, silver-vit metall" #: table_data.h:175 table_data.h:226 msgid "1879 (Sweden)" msgstr "1879 (Sverige)" #: table_data.h:175 msgid "Lars Nilson" msgstr "Lars Nilson" #: table_data.h:175 msgid "Latin: Scandia, Scandinavia." msgstr "Latin: Skandia, Skandinavien" #: table_data.h:176 msgid "Titanium" msgstr "Titan" #: table_data.h:176 msgid "Shiny, dark-gray metal" msgstr "Blänkande, mörk-grå metall" #: table_data.h:176 msgid "1791 (England)" msgstr "1791 (England)" #: table_data.h:176 msgid "William Gregor" msgstr "William Gregor" #: table_data.h:176 msgid "Greek: titanos (Titans)." msgstr "Grekiska: titanos (Titaner)" #: table_data.h:177 msgid "Vanadium" msgstr "Vanadium" #: table_data.h:177 table_data.h:221 msgid "Soft, ductile, silvery-white metal" msgstr "Mjuk, elastisk, silver-vit metall" #: table_data.h:177 msgid "1830 (Sweden)" msgstr "1830 (Sverige)" #: table_data.h:177 msgid "Nils Gabriel Sefstrom" msgstr "Nils Gabriel Sefstrom" #: table_data.h:177 msgid "The scandinavian goddess, Vanadis." msgstr "Den skandinaviska gudinnan, Vanadis" #: table_data.h:178 msgid "Chromium" msgstr "Krom" #: table_data.h:178 msgid "Very hard, crystalline, steel-gray metal" msgstr "Mycket hård, kristallin, stål-grå metall" #: table_data.h:178 msgid "1797 (France)" msgstr "1797 (Frankrike)" #: table_data.h:178 msgid "Louis Vauquelin" msgstr "Louis Vauquelin" #: table_data.h:178 msgid "Greek: chroma (color)." msgstr "Grekiska: chroma (färg)" #: table_data.h:179 msgid "Manganese" msgstr "Mangan" #: table_data.h:179 msgid "Hard, brittle, gray-white metal" msgstr "Hård, spröd, grå-vit metall" #: table_data.h:179 msgid "Johann Gahn" msgstr "Johann Gahn" #: table_data.h:179 msgid "Latin: magnes (magnet); Italian: manganese." msgstr "Latin: magnes (magnet); Italienska: manganese" #: table_data.h:180 msgid "Iron" msgstr "Järn" #: table_data.h:180 msgid "Malleable, ductile, silvery-white metal" msgstr "Elastisk, silver-vit metall" #: table_data.h:180 msgid "Anglo-Saxon: iron; symbol from Latin: ferrum (iron)." msgstr "Symbolen från Latin: Ferrum (järn)" #: table_data.h:181 msgid "Cobalt" msgstr "Kobolt" #: table_data.h:181 msgid "Hard, ductile, lustrous bluish-gray metal" msgstr "Hård, elastisk, skimrande, blå-grå metall" #: table_data.h:181 msgid "1739 (Sweden)" msgstr "1739 (Sverige)" #: table_data.h:181 msgid "George Brandt" msgstr "George Brandt" #: table_data.h:181 msgid "German: kobold (goblin)." msgstr "Tyska: kobold" #: table_data.h:182 msgid "Nickel" msgstr "Nickel" #: table_data.h:182 msgid "Hard, malleable, silvery-white metal" msgstr "Hård, formbar, silver-vit metall" #: table_data.h:182 msgid "1751 (Sweden)" msgstr "1751 (Sverige)" #: table_data.h:182 msgid "Axel Cronstedt" msgstr "Axel Cronstedt" #: table_data.h:182 msgid "German: kupfernickel (false copper)." msgstr "Tyska: kupfernickel (falsk koppar)" #: table_data.h:183 msgid "Copper" msgstr "Koppar" #: table_data.h:183 msgid "Malleable, ductile, reddish-brown metal" msgstr "Formbar, elstisk, röd-brun metall" #: table_data.h:183 msgid "" "Symbol from Latin: cuprum (island of Cyprus famed for its copper mines)." msgstr "Symbol från Latin: cuprum (ön Cypern, känd för sina koppargruvor)" #: table_data.h:184 msgid "Zinc" msgstr "Zink" #: table_data.h:184 msgid "Bluish-silver, ductile metal" msgstr "Blå-silveraktig, elastisk metall" #: table_data.h:184 msgid "n/a (Germany)" msgstr "okänd (Tyskland)" #: table_data.h:184 msgid "German: zink (German for tin)." msgstr "Tyska: zink (Tyska för tenn)" #: table_data.h:185 msgid "Gallium" msgstr "Gallium" #: table_data.h:185 msgid "Soft, blue-white metal" msgstr "Mjuk, blå-vit metall" #: table_data.h:185 msgid "1875 (France)" msgstr "1875 (Frankrike)" #: table_data.h:185 table_data.h:223 msgid "Paul-Emile Lecoq de Boisbaudran" msgstr "Paul-Emile Lecoq de Boisbaudran" #: table_data.h:185 msgid "Latin: Gallia (France)." msgstr "Latin: Gallia (i Frankrike)" #: table_data.h:186 msgid "Germanium" msgstr "Germanium" #: table_data.h:186 msgid "Grayish-white metal" msgstr "Grå-vit metall" #: table_data.h:186 msgid "1886 (Germany)" msgstr "1886 (Tyskland)" #: table_data.h:186 msgid "Clemens Winkler" msgstr "Clemens Winkler" #: table_data.h:186 msgid "Latin: Germania (Germany)." msgstr "Latin: Germania (Tyskland)" #: table_data.h:187 msgid "Arsenic" msgstr "Arsen" #: table_data.h:187 msgid "5.73 (grey arsenic)" msgstr "5.73 (grå arsen)" #: table_data.h:187 msgid "Steel gray, brittle semimetal" msgstr "Stålgrå, spröd semimetall" #: table_data.h:187 msgid "Greek: arsenikon; Latin: arsenicum, (both names for yellow pigment)." msgstr "Grekiska: arsenikon; Latin: arsenicum (båda namn för gult pigment)" #: table_data.h:188 msgid "Selenium" msgstr "Selenium" #: table_data.h:188 msgid "A soft metalloid similar to sulfur" msgstr "En mjuk metalloid liknande svavel" #: table_data.h:188 msgid "1818 (Sweden)" msgstr "1818 (Sverige)" #: table_data.h:188 msgid "Greek: selene (moon)." msgstr "Grekiska: selene (månen)" #: table_data.h:189 msgid "Bromine" msgstr "Brom" #: table_data.h:189 msgid "Reddish-brown liquid" msgstr "Röd-brun vätska" #: table_data.h:189 msgid "1826 (France)" msgstr "1826 (Frankrike)" #: table_data.h:189 msgid "Antoine J. Balard" msgstr "Antoine J. Balard" #: table_data.h:189 msgid "Greek: bromos (stench)." msgstr "Grekiska: bromos (fläck/stänk)" #: table_data.h:190 msgid "Krypton" msgstr "Krypton" #: table_data.h:190 msgid "Dense, colorless, odorless, and tasteless gas" msgstr "Solid, färglös, luktlös och smaklös gas" #: table_data.h:190 msgid "1898 (Great Britain)" msgstr "1898 (Storbrittanien)" #: table_data.h:190 msgid "Greek: kryptos (hidden)." msgstr "Grekiska: kryptos (gömd)" #: table_data.h:192 msgid "Rubidium" msgstr "Rubidium" #: table_data.h:192 msgid "1861 (Germany)" msgstr "1861 (Tyskland)" #: table_data.h:192 msgid "R. Bunsen, G. Kirchoff" msgstr "R. Bunsen, G. Kirchoff" #: table_data.h:192 msgid "Latin: rubidus (deep red); the color its salts impart to flames." msgstr "Latin: rubidus (djupröd); färgen som dess salt färgar en låga" #: table_data.h:193 msgid "Strontium" msgstr "Strontium" #: table_data.h:193 msgid "Silvery, malleable metal" msgstr "Silverfärgad, formbar metall" #: table_data.h:193 msgid "1790 (Scotland)" msgstr "1790 (Skottland)" #: table_data.h:193 msgid "A. Crawford" msgstr "A. Crawford" #: table_data.h:193 msgid "The Scottish town, Strontian." msgstr "Den skottska staden, Strontian" #: table_data.h:194 msgid "Yttrium" msgstr "Yttrium" #: table_data.h:194 msgid "Silvery, ductile, fairly reactive metal" msgstr "Silverfärgad, elastisk, ganska reaktiv metall" #: table_data.h:194 msgid "1789 (Finland)" msgstr "1789 (Finland)" #: table_data.h:194 msgid "Johann Gadolin" msgstr "Johann Gadolin" #: table_data.h:194 msgid "" "The Swedish village, Ytterby, where one of its minerals was first found." msgstr "Den svenska byn, Ytterby, där en av dess mineral först var funnen" #: table_data.h:195 msgid "Zirconium" msgstr "Zirkonium" #: table_data.h:195 msgid "Gray-white, lustrous, corrosion-resistant metal" msgstr "Grå-vit, skimrande, korrosionsmotstående metall" #: table_data.h:195 table_data.h:252 msgid "1789 (Germany)" msgstr "1789 (Tyskland)" #: table_data.h:195 table_data.h:252 msgid "Martin Klaproth" msgstr "Martin Klaproth" #: table_data.h:195 msgid "The mineral, zircon." msgstr "Mineralen, zircon" #: table_data.h:196 msgid "Niobium" msgstr "Niobium" #: table_data.h:196 msgid "Shiny white, soft, ductile metal" msgstr "Blänkande, vit, mjuk, elastisk metall" #: table_data.h:196 msgid "1801 (England)" msgstr "1801 (England)" #: table_data.h:196 msgid "Charles Hatchet" msgstr "Charles Hatchet" #: table_data.h:196 msgid "Niobe; daughter of the mythical Greek king Tantalus." msgstr "Niobe; dotter till den mytologiska grekiska kungen Tantalus" #: table_data.h:197 msgid "Molybdenum" msgstr "Molybden" #: table_data.h:197 table_data.h:200 msgid "Silvery white, hard metal" msgstr "Silver-vit, hård metall" #: table_data.h:197 msgid "1778 (Sweden)" msgstr "1778 (Sverige)" #: table_data.h:197 msgid "Greek: molybdos (lead)." msgstr "Grekiska: molybdos (bly)" #: table_data.h:198 msgid "Technetium" msgstr "Technetium" #: table_data.h:198 table_data.h:242 msgid "Silvery-gray metal" msgstr "Silver-grå metall" #: table_data.h:198 msgid "1937 (Italy)" msgstr "1937 (Italien)" #: table_data.h:198 msgid "Carlo Perrier, Emilio Segre" msgstr "Carlo Perrier, Emilio Segre" #: table_data.h:198 msgid "Greek: technetos (artificial)." msgstr "Grekiska: technetos (konstgjord)" #: table_data.h:199 msgid "Ruthenium" msgstr "Ruthenium" #: table_data.h:199 msgid "Rare, silver-gray, extremely brittle metal" msgstr "Sällsynt, silver-grå, extremt spröd metall" #: table_data.h:199 msgid "1844 (Russia)" msgstr "1844 (Ryssland)" #: table_data.h:199 msgid "Karl Klaus" msgstr "Karl Klaus" #: table_data.h:199 msgid "Latin: Ruthenia (Russia)." msgstr "Latin: Ruthenia (Ryssland)" #: table_data.h:200 msgid "Rhodium" msgstr "Rhodium" #: table_data.h:200 table_data.h:201 msgid "1803 (England)" msgstr "1803 (England)" #: table_data.h:200 table_data.h:201 msgid "William Wollaston" msgstr "William Wollaston" #: table_data.h:200 msgid "Greek: rhodon (rose). Its salts give a rosy solution." msgstr "Grekiska: rhodon (ros)" #: table_data.h:201 msgid "Palladium" msgstr "Palladium" #: table_data.h:201 table_data.h:205 msgid "Silvery-white, soft, malleable and ductile metal" msgstr "Silver-vit, mjuk, formbar och elastisk metall" #: table_data.h:201 msgid "Named after the asteroid, Pallas, discovered in 1803." msgstr "Namngiven av asteroiden, Pallas, upptäckt 1803" #: table_data.h:202 msgid "Silver" msgstr "Silver" #: table_data.h:202 msgid "Silvery-ductile, and malleable metal" msgstr "Silverfärgad, elastisk och formbar metall" #: table_data.h:202 msgid "Anglo-Saxon: siolful, (silver); symbol from Latin: argentium." msgstr "Anglo-Saxiska: siolful (silver); Symbolen från Latin: argentium" #: table_data.h:203 msgid "Cadmium" msgstr "Kadmium" #: table_data.h:203 msgid "Soft, malleable, blue-white metal" msgstr "Mjuk, formbar, blå-vit metall" #: table_data.h:203 msgid "1817 (Germany)" msgstr "1817 (Tyskland)" #: table_data.h:203 msgid "Fredrich Stromeyer" msgstr "Fredrich Stromeyer" #: table_data.h:203 msgid "Greek: kadmeia (ancient name for calamine (zinc oxide))." msgstr "Grekiska: kadmeia (antikt namn för calamine (zinkoxid))" #: table_data.h:204 msgid "Indium" msgstr "Indium" #: table_data.h:204 msgid "Very soft, silvery-white metal" msgstr "Mycket mjuk, silver-vit metall" #: table_data.h:204 msgid "1863 (Germany)" msgstr "1863 (Tyskland)" #: table_data.h:204 msgid "Ferdinand Reich, T. Richter" msgstr "Ferdinand Reich, T. Richter" #: table_data.h:204 msgid "Latin: indicum (color indigo), the color it shows in a spectroscope." msgstr "Latin: indium (färgen indigo), färgen det avger i ett spektroskop" #: table_data.h:205 msgid "Tin" msgstr "Tenn" #: table_data.h:205 msgid "Named after Etruscan god, Tinia; symbol from Latin: stannum (tin)." msgstr "" "Namngett efter den etruskiska guden, Tinia; Symbolen från LAtin: stannum " "(tenn)" #: table_data.h:206 msgid "Antimony" msgstr "Antimon" #: table_data.h:206 msgid "Hard, silvery-white, brittle semimetal" msgstr "Hård, silver-vit, spröd metall" #: table_data.h:206 msgid "Greek: anti and monos (not alone); symbol from mineral stibnite." msgstr "Grekiska: anti och monos (inte ensam); Symbolen från mineralen stibnit" #: table_data.h:207 msgid "Tellurium" msgstr "Tellurium" #: table_data.h:207 msgid "Silvery-white, brittle semimetal" msgstr "Silver-vit, sproöd metall" #: table_data.h:207 msgid "1782 (Romania)" msgstr "1782 (Rumänien)" #: table_data.h:207 msgid "Franz Joseph Meller von Reichenstein" msgstr "Franz Joseph Meller von Reichenstein" #: table_data.h:207 msgid "Latin: tellus (earth)." msgstr "Latin: tellus (jorden)" #: table_data.h:208 msgid "Iodine" msgstr "Jod" #: table_data.h:208 msgid "Shiny, black nonmetallic solid" msgstr "Blänkande, svart ickemetalliskt fast ämne" #: table_data.h:208 msgid "1811 (France)" msgstr "1811 (Frankrike)" #: table_data.h:208 msgid "Bernard Courtois" msgstr "Bernard Courtois" #: table_data.h:209 msgid "Xenon" msgstr "Xenon" #: table_data.h:209 msgid "Heavy, colorless, and odorless noble gas" msgstr "Tung, färglös och luktlös ädelgas" #: table_data.h:209 msgid "Sir William Ramsay; M. W. Travers" msgstr "Sir William Ramsay; M. W. Travers" #: table_data.h:209 msgid "Greek: xenos (strange)." msgstr "Grekiska: xenos (konstig)" #: table_data.h:211 msgid "Cesium" msgstr "Cesium" #: table_data.h:211 msgid "Very soft, ductile, light gray metal" msgstr "Mycket mjuk, elastisk, ljusgrå metall" #: table_data.h:211 msgid "1860 (Germany)" msgstr "1860 (Tyskland)" #: table_data.h:211 msgid "Gustov Kirchoff, Robert Bunsen" msgstr "Gustov Kirchoff, Robert Bunsen" #: table_data.h:211 msgid "Latin: coesius (sky blue); for the blue lines of its spectrum." msgstr "Latin: coesius (himmelsblå)" #: table_data.h:212 msgid "Barium" msgstr "Barium" #: table_data.h:212 msgid "Soft, slightly malleable, silver-white metal" msgstr "Mjuk, aningen formbar, silver-vit metall" #: table_data.h:212 msgid "Greek: barys (heavy or dense)." msgstr "Grekiska: barys (tung eller kompakt)" #: table_data.h:214 msgid "Lanthanum" msgstr "Lantanum" #: table_data.h:214 msgid "Silvery-white, soft, malleable, and ductile metal" msgstr "Silver-vit, mjuk, formbar och elastisk metall" #: table_data.h:214 msgid "1839 (Sweden)" msgstr "1839 (Sverige)" #: table_data.h:214 table_data.h:222 table_data.h:225 msgid "Carl Mosander" msgstr "Carl Mosander" #: table_data.h:214 msgid "Greek: lanthanein (to be hidden)." msgstr "Grekiska: lanthanein" #: table_data.h:215 msgid "Cerium" msgstr "Cerium" #: table_data.h:215 msgid "Malleable, ductile, iron-gray metal" msgstr "Formbar, elastisk, järn-grå metall" #: table_data.h:215 msgid "1803 (Sweden/Germany)" msgstr "1803 (Sverige/Tyskland)" #: table_data.h:215 msgid "W. von Hisinger, J. Berzelius, M. Klaproth" msgstr "W. von Hisinger, J. Berzelius, M. Klaproth" #: table_data.h:215 msgid "" "Named after the asteroid, Ceres, discovered two years before the element." msgstr "Namngiven efter asteroiden, Ceres, upptäckt två år före grundämnet." #: table_data.h:216 msgid "Praseodymium" msgstr "Praseodym" #: table_data.h:216 msgid "Silvery white, moderately soft, malleable, and ductile metal" msgstr "Silver-vit, medelmjuk, formbar och elastisk metall" #: table_data.h:216 msgid "1885 (Austria)" msgstr "1885 (Österrike)" #: table_data.h:216 table_data.h:217 msgid "C.F. Aver von Welsbach" msgstr "C.F. Aver von Welsbach" #: table_data.h:216 msgid "Greek: prasios and didymos (green twin); from its green salts." msgstr "Grekiska: prasios (grön) och didymos (tvilling)" #: table_data.h:217 msgid "Neodymium" msgstr "Neodynium" #: table_data.h:217 msgid "Silvery-white, rare-earth metal that oxidizes easily in air" msgstr "Silver-vit, alkalimetall som lätt oxideras i luft" #: table_data.h:217 msgid "1925 (Austria)" msgstr "1925 (Österrike)" #: table_data.h:217 msgid "Greek: neos and didymos (new twin)." msgstr "Grekiska: neos (ny) och didymos (tvilling)" #: table_data.h:218 msgid "Promethium" msgstr "Prometium" #: table_data.h:218 table_data.h:255 msgid "1945 (United States)" msgstr "1945 (USA)" #: table_data.h:218 msgid "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" msgstr "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" #: table_data.h:218 msgid "Named for the Greek god, Prometheus." msgstr "Den grekiska guden, Prometeus" #: table_data.h:219 msgid "Samarium" msgstr "Samarium" #: table_data.h:219 msgid "Silvery rare-earth metal" msgstr "Silver-vit, alkalimetall" #: table_data.h:219 msgid "1853 (France)" msgstr "1853 (Frankrike)" #: table_data.h:219 msgid "Jean Charles Galissard de Marignac" msgstr "Jean Charles Galissard de Marignac" #: table_data.h:219 msgid "Named after the mineral samarskite." msgstr "Mineralen samarskit" #: table_data.h:220 msgid "Europium" msgstr "Europium" #: table_data.h:220 msgid "1901 (France)" msgstr "1901 (Frankrike)" #: table_data.h:220 msgid "Eugene-Antole Demarcay" msgstr "Eugene-Antole Demarcay" #: table_data.h:220 msgid "Named for the continent of Europe." msgstr "Kontinenten Europa" #: table_data.h:221 msgid "Gadolinium" msgstr "Gadolinium" #: table_data.h:221 msgid "1880 (Switzerland)" msgstr "1880 (Schweitz)" #: table_data.h:221 table_data.h:227 msgid "Jean de Marignac" msgstr "Jean de Marignac" #: table_data.h:221 msgid "Named after the mineral gadolinite." msgstr "Mineralen gadolinit" #: table_data.h:222 msgid "Terbium" msgstr "Terbium" #: table_data.h:222 msgid "Soft, ductile, silvery-gray, rare-earth metal" msgstr "Mjuk, elastisk, silver-grå, alkalimetall" #: table_data.h:222 table_data.h:225 msgid "1843 (Sweden)" msgstr "1843 (Sverige)" #: table_data.h:222 msgid "Named after Ytterby, a village in Sweden." msgstr "" #: table_data.h:223 msgid "Dysprosium" msgstr "Dysprosium" #: table_data.h:223 msgid "Soft. lustrous, silvery metal" msgstr "Mjuk, skimrande, silverliknande metall" #: table_data.h:223 msgid "Greek: dysprositos (hard to get at)." msgstr "Grekiska: dysprositos" #: table_data.h:224 msgid "Holmium" msgstr "Holmium" #: table_data.h:224 msgid "Fairly soft, malleable, lustrous, silvery metal" msgstr "Ganska mjuk, formbar, skimrande, silverliknande metall" #: table_data.h:224 table_data.h:227 msgid "1878 (Switzerland)" msgstr "1878 (Schweitz)" #: table_data.h:224 msgid "J.L. Soret" msgstr "J.L. Soret" #: table_data.h:224 msgid "Holmia, the Latinized name for Stockholm, Sweden." msgstr "Holmia, det latiniserade namnet för Stockholm" #: table_data.h:225 msgid "Erbium" msgstr "Erbium" #: table_data.h:225 msgid "Soft, malleable, silvery metal" msgstr "Mjuk, formbar, silverfärgad metall" #: table_data.h:225 msgid "Named after the Swedish town, Ytterby." msgstr "-" #: table_data.h:226 msgid "Thulium" msgstr "Thulium" #: table_data.h:226 msgid "Soft, malleable, ductile, silvery metal" msgstr "Mjuk, formbar, elastisk, silverfärgad metall" #: table_data.h:226 msgid "Per Theodor Cleve" msgstr "Per Theodor Cleve" #: table_data.h:226 msgid "Thule, ancient name of Scandinavia." msgstr "Thule, det forna namnet för Skandinavien" #: table_data.h:227 msgid "Ytterbium" msgstr "Ytterbium" #: table_data.h:227 msgid "Silvery, lustrous, malleable, and ductile metal" msgstr "Silverfärgad, skimrande, formbar och elastisk metall" #: table_data.h:227 msgid "Named for the Swedish village of Ytterby." msgstr "Den svenska byn Ytterby" #: table_data.h:229 msgid "Lutetium" msgstr "Lutetium" #: table_data.h:229 msgid "Silvery-white, hard, dense, rare-earth metal" msgstr "Silver-vit, hård, kompakt alkalimetall" #: table_data.h:229 msgid "1907 (France)" msgstr "1907 (Frankrike)" #: table_data.h:229 msgid "Georges Urbain" msgstr "Georges Urbain" #: table_data.h:229 msgid "Named for the ancient name of Paris, Lutecia." msgstr "Det forna namnet för Paris, Lutecia" #: table_data.h:230 msgid "Hafnium" msgstr "Hafnium" #: table_data.h:230 msgid "Silvery, ductile metal" msgstr "Silverfärgad, elastisk metall" #: table_data.h:230 msgid "1923 (Denmark)" msgstr "1923 (Danmark)" #: table_data.h:230 msgid "Dirk Coster, Georg von Hevesy" msgstr "Dirk Coster, Georg von Hevesy" #: table_data.h:230 msgid "Hafnia, the Latin name of Copenhagen." msgstr "Hafnia, det latinska namnet för Köpenhamn" #: table_data.h:231 msgid "Tantalum" msgstr "Tantalum" #: table_data.h:231 msgid "Gray, heavy, hard metal" msgstr "Grå, tung, hård metall" #: table_data.h:231 msgid "1802 (Sweden)" msgstr "1802 (Sverige)" #: table_data.h:231 msgid "Anders Ekeberg" msgstr "Anders Ekeberg" #: table_data.h:231 msgid "King Tantalus of Greek mythology, father of Niobe." msgstr "Kung Tantalus från den grekiska mytologin" #: table_data.h:232 msgid "Tungsten" msgstr "Wolfram" #: table_data.h:232 msgid "Tough, steel-gray to white metal" msgstr "Stål-grå till vit metall" #: table_data.h:232 msgid "1783 (Spain)" msgstr "1783 (Spanien)" #: table_data.h:232 msgid "Juan Jose, Fausto Elhuyar" msgstr "Juan Jose, Fausto Elhuyar" #: table_data.h:232 msgid "Swedish: tung sten (heavy stone): symbol from its German name wolfram." msgstr "Svenska: tung sten; Symbolen från dess tyska namn: wolfram" #: table_data.h:233 msgid "Rhenium" msgstr "Rhenium" #: table_data.h:233 msgid "Dense, silvery-white metal" msgstr "Kompakt, silver-vit metall" #: table_data.h:233 msgid "1925 (Germany)" msgstr "1925 (Tyskland)" #: table_data.h:233 msgid "Walter Noddack, Ida Tacke, Otto Berg" msgstr "Walter Noddack, Ida Tacke, Otto Berg" #: table_data.h:233 msgid "Latin: Rhenus, the Rhine River." msgstr "Latin: Rhenus, floden Rehn" #: table_data.h:234 msgid "Osmium" msgstr "Osmium" #: table_data.h:234 msgid "Blue-white, lustrous, hard metal" msgstr "Blå-vit, skimrande, hård metall" #: table_data.h:234 msgid "1804 (England)" msgstr "1804 (England)" #: table_data.h:234 msgid "Smithson Tenant" msgstr "Smithson Tenant" #: table_data.h:234 msgid "Greek: osme (odor)." msgstr "Grekiska: osme (odör)" #: table_data.h:235 msgid "Iridium" msgstr "Iridium" #: table_data.h:235 msgid "White, brittle metal" msgstr "Vit, spröd metall" #: table_data.h:235 msgid "1804 (England/France)" msgstr "1804 (England/Frankrike)" #: table_data.h:235 msgid "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" msgstr "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" #: table_data.h:235 msgid "Latin: iris (rainbow)." msgstr "Latin: iris (regnbåge)" #: table_data.h:236 msgid "Platinum" msgstr "Platina" #: table_data.h:236 msgid "Very heavy, soft, silvery-white metal" msgstr "Mycket tung, mjuk, silver-vit metall" #: table_data.h:236 msgid "1735 (Italy)" msgstr "1735 (Italien)" #: table_data.h:236 msgid "Julius Scaliger" msgstr "Julius Scaliger" #: table_data.h:236 msgid "Spanish: platina (little silver)." msgstr "Spanska: platine (litet silver)" #: table_data.h:237 msgid "Gold" msgstr "Guld" #: table_data.h:237 msgid "Soft, malleable, yellow metal" msgstr "Mjuk, formbar, gul metall" #: table_data.h:237 msgid "Anglo-Saxon: geolo (yellow); symbol from Latin: aurum (shining dawn)." msgstr "" "Anglo-Saxiska: geolo (gul); Symbolen från latin: aurum (skinande soluppgång)" #: table_data.h:238 msgid "Mercury" msgstr "Kvicksilver" #: table_data.h:238 msgid "Heavy, silver-white metal that is in its liquid state at" msgstr "Tung, silver-vit metall" #: table_data.h:238 msgid "The Roman god Mercury; symbol from Latin: hydrargyrus (liquid silver)." msgstr "" "Den romerska guden Merkurius; Symbolen från latin: hydargyrus (silvervätska)" #: table_data.h:239 msgid "Thallium" msgstr "Tallium" #: table_data.h:239 msgid "Soft, gray metal" msgstr "Mjuk, grå metall" #: table_data.h:239 msgid "1861 (England)" msgstr "1861 (England)" #: table_data.h:239 msgid "Sir William Crookes" msgstr "Sir William Crookes" #: table_data.h:239 msgid "Greek: thallos (green twig), for a bright green line in its spectrum." msgstr "Grekiska: thallos (grön linje), för den gröna linjen i dess spektrum" #: table_data.h:240 msgid "Lead" msgstr "Bly" #: table_data.h:240 msgid "Very soft, highly malleable and ductile, blue-white shiny metal" msgstr "Mycket mjuk, mycket formbar och elastisk, blå-vit skinande metall" #: table_data.h:240 msgid "Anglo-Saxon: lead; symbol from Latin: plumbum." msgstr "Anglo-Saxiska: lead; Symbol från latin: plumbum" #: table_data.h:241 msgid "Bismuth" msgstr "Bismut" #: table_data.h:241 msgid "Hard, brittle, steel-gray metal with a pinkish tinge" msgstr "Hård, spröd, stål-grå metall" #: table_data.h:241 msgid "German: bisemutum, (white mass), Now spelled wismut." msgstr "Tyska: bisemutum (vit massa)" #: table_data.h:242 msgid "Polonium" msgstr "Polonium" #: table_data.h:242 table_data.h:247 msgid "1898 (France/Poland)" msgstr "1898 (Frankrike/Polen)" #: table_data.h:242 table_data.h:247 msgid "Pierre and Marie Curie-Sklodowska" msgstr "Pierre and Marie Curie-Sklodowska" #: table_data.h:242 msgid "Named for Poland, native country of Marie Curie." msgstr "Polen, Marie Curies hemland" #: table_data.h:243 msgid "Astatine" msgstr "Astatin" #: table_data.h:243 msgid "Unstable, radioactive halogen" msgstr "Instabil, radioaktiv halogen" #: table_data.h:243 table_data.h:254 msgid "1940 (United States)" msgstr "1940 (USA)" #: table_data.h:243 msgid "D.R.Corson, K.R.MacKenzie, E. Segre" msgstr "D.R.Corson, K.R.MacKenzie, E. Segre" #: table_data.h:243 msgid "Greek: astatos (unstable)." msgstr "Grekiska: astatos (instabil)" #: table_data.h:244 msgid "Radon" msgstr "Radon" #: table_data.h:244 msgid "Heavy radioactive gas" msgstr "Tung, radioaktiv gas" #: table_data.h:244 msgid "1898 (Germany)" msgstr "1898 (Tyskland)" #: table_data.h:244 msgid "Fredrich Ernst Dorn" msgstr "Fredrich Ernst Dorn" #: table_data.h:244 msgid "Variation of the name of another element, radium." msgstr "Variation av namnet radium" #: table_data.h:246 msgid "Francium" msgstr "Frankium" #: table_data.h:246 msgid "1939 (France)" msgstr "1939 (Frankrike)" #: table_data.h:246 msgid "Marguerite Derey" msgstr "Marguerite Derey" #: table_data.h:246 msgid "Named for France, the nation of its discovery." msgstr "Frankrike, landet där det upptäcktes" #: table_data.h:247 msgid "Radium" msgstr "Radium" #: table_data.h:247 msgid "Silvery white, radioactive element" msgstr "Silver-vit, radioaktivt ämne" #: table_data.h:247 msgid "Latin: radius (ray)." msgstr "Latin: radius (stråle)" #: table_data.h:249 msgid "Actinium" msgstr "Aktinium" #: table_data.h:249 msgid "Heavy, Silvery-white metal that is very radioactive" msgstr "Tung, silver-vit metall som är mycket radioaktiv" #: table_data.h:249 msgid "1899 (France)" msgstr "1899 (Frankrike)" #: table_data.h:249 msgid "Andre-Louis Debierne" msgstr "Andre-Louis Debierne" #: table_data.h:249 msgid "Greek: akis, aktinos (ray)." msgstr "Grekiska: akis, aktinos (stråle)" #: table_data.h:250 msgid "Thorium" msgstr "Torium" #: table_data.h:250 msgid "Gray, soft, malleable, ductile, radioactive metal" msgstr "Grå, mjuk, formbar, elastisk, radioaktiv metall" #: table_data.h:250 msgid "1828 (Sweden)" msgstr "" #: table_data.h:250 msgid "Named for Thor, Norse god of thunder." msgstr "Tor, åskguden" #: table_data.h:251 msgid "Protactinium" msgstr "Protaktinium" #: table_data.h:251 table_data.h:254 table_data.h:255 msgid "Silvery-white, radioactive metal" msgstr "Silver-vit, radioaktiv metall" #: table_data.h:251 msgid "1917 (England/France)" msgstr "1917 (England/Frankrike)" #: table_data.h:251 msgid "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" msgstr "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" #: table_data.h:251 msgid "" "Greek: proto and actinium (parent of actinium); it forms actinium when it " "radioactively decays." msgstr "Grekiska: proto och actinium (actiniums förälder)" #: table_data.h:252 msgid "Uranium" msgstr "Uran" #: table_data.h:252 msgid "Silvery-white, dense, ductile and malleable, radioactive metal." msgstr "Silver-vit, kompakt, formbar, elastisk och radioaktiv metall" #: table_data.h:252 msgid "Named for the planet Uranus." msgstr "Planeten Uranus" #: table_data.h:253 msgid "Neptunium" msgstr "Neptunium" #: table_data.h:253 msgid "Silvery metal" msgstr "Silverfärgad metall" #: table_data.h:253 msgid "E.M. McMillan, P.H. Abelson" msgstr "E.M. McMillan, P.H. Abelson" #: table_data.h:253 msgid "Named for the planet Neptune." msgstr "Planeten Neptunus" #: table_data.h:254 msgid "Plutonium" msgstr "Plutonium" #: table_data.h:254 msgid "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" msgstr "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" #: table_data.h:254 msgid "Named for the planet Pluto." msgstr "Planeten Pluto" #: table_data.h:255 msgid "Americium" msgstr "Amerikium" #: table_data.h:255 msgid "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" msgstr "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" #: table_data.h:255 msgid "Named for the American continent, by analogy with europium." msgstr "Den amerikanska kontinenten" #: table_data.h:256 msgid "Curium" msgstr "Curium" #: table_data.h:256 msgid "Silvery, malleable, synthetic radioactive metal" msgstr "Silverfärgad, formbar, syntetiskt radioaktivt metall" #: table_data.h:256 msgid "1944 (United States)" msgstr "1944 (USA)" #: table_data.h:256 msgid "G.T.Seaborg, R.A.James, A.Ghiorso" msgstr "G.T.Seaborg, R.A.James, A.Ghiorso" #: table_data.h:256 msgid "Named in honor of Pierre and Marie Curie." msgstr "Pierre och Marie Curie" #: table_data.h:257 msgid "Berkelium" msgstr "Berkelium" #: table_data.h:257 msgid "Radionactive synthetic metal" msgstr "Radioaktiv syntetisk metall" #: table_data.h:257 msgid "1949 (United States)" msgstr "1949 (USA)" #: table_data.h:257 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso" msgstr "G.T.Seaborg, S.G.Tompson, A.Ghiorso" #: table_data.h:257 msgid "Named after Berkeley, California the city of its discovery." msgstr "Berkeley, Kalifornien, staden där det upptäcktes" #: table_data.h:258 msgid "Californium" msgstr "Kalifornium" #: table_data.h:258 msgid "Powerful neutron emitter" msgstr "" #: table_data.h:258 msgid "1950 (United States)" msgstr "1950 (USA)" #: table_data.h:258 table_data.h:261 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." msgstr "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." #: table_data.h:258 msgid "Named after the state and University of California." msgstr "Staten Kalifornien" #: table_data.h:259 msgid "Einsteinium" msgstr "Einsteinium" #: table_data.h:259 table_data.h:260 table_data.h:261 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 msgid "Radioactive, synthetic metal" msgstr "Radioaktiv, syntetisk metall" #: table_data.h:259 msgid "1952 (United States)" msgstr "1952 (USA)" #: table_data.h:259 table_data.h:260 msgid "Argonne, Los Alamos, U of Calif" msgstr "Argonne, Los Alamos, University of California" #: table_data.h:259 msgid "Named in honor of the scientist Albert Einstein." msgstr "Forskaren Albert Einstein" #: table_data.h:260 msgid "Fermium" msgstr "Fermium" #: table_data.h:260 msgid "1953 (United States)" msgstr "1953 (USA)" #: table_data.h:260 msgid "Named in honor of the scientist Enrico Fermi." msgstr "Forskaren Enrico Fermi" #: table_data.h:261 msgid "Mendelevium" msgstr "Mendelevium" #: table_data.h:261 msgid "1955 (United States)" msgstr "1955 (USA)" #: table_data.h:261 msgid "" "Named in honor of the scientist Dmitri Ivanovitch Mendeleyev, who devised " "the periodic table." msgstr "Forskaren Dmitri Ivanovitch Mendeleyev" #: table_data.h:262 msgid "Nobelium" msgstr "Nobelium" #: table_data.h:262 msgid "Radioactive, synthetic metal." msgstr "Radioaktiv, syntetisk metall" #: table_data.h:262 msgid "1957 (Sweden)" msgstr "1957 (Sverige)" #: table_data.h:262 msgid "Nobel Institute for Physics" msgstr "Nobelinstitutet för fysik" #: table_data.h:262 msgid "" "Named in honor of Alfred Nobel, who invented dynamite and founded Nobel " "prize." msgstr "Alfred Nobel" #: table_data.h:264 msgid "Lawrencium" msgstr "Lawrencium" #: table_data.h:264 msgid "1961 (United States)" msgstr "1961 (USA)" #: table_data.h:264 msgid "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" msgstr "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" #: table_data.h:264 msgid "Named in honor of Ernest O. Lawrence, inventor of the cyclotron." msgstr "Ernest O. Lawrence, cyclotronens uppfinnare" #: table_data.h:265 msgid "Rutherfordium" msgstr "Rutherfordium" #: table_data.h:265 msgid "1969 (United States)" msgstr "1969 (USA)" #: table_data.h:265 table_data.h:266 msgid "A. Ghiorso, et al" msgstr "A. Ghiorso, m.fl." #: table_data.h:265 msgid "Named in honor of Ernest Rutherford" msgstr "Ernest Rutherford" #: table_data.h:266 msgid "Dubnium" msgstr "Dubnium" #: table_data.h:266 msgid "1970 (United States)" msgstr "1970 (USA)" #: table_data.h:266 msgid "Named in honor of Otto Hahn" msgstr "Otto Hahn" #: table_data.h:267 msgid "Seaborgium" msgstr "Seaborgium" #: table_data.h:267 msgid "1974 (USSR/United States)" msgstr "1974 (Sovjetunionen/USA)" #: table_data.h:267 msgid "Soviet Nuclear Research/ U. of Cal at Berkeley" msgstr "Soviet Nuclear Research/ U. of Cal. at Berkeley" #: table_data.h:267 msgid "" "Named in honor of Glenn Seaborg, American physical chemist known for " "research on transuranium elements." msgstr "Fysikern Glenn Seaborg" #: table_data.h:268 msgid "Bohrium" msgstr "Bohrium" #: table_data.h:268 msgid "1976 (Germany)" msgstr "1976 (Tyskland)" #: table_data.h:268 table_data.h:269 table_data.h:270 table_data.h:271 #: table_data.h:272 msgid "Heavy Ion Research Laboratory (HIRL)" msgstr "Heavy Ion Research Laboratory (HIRL)" #: table_data.h:268 msgid "Named in honor of Niels Bohr" msgstr "Niels Bohr" #: table_data.h:269 msgid "Hassium" msgstr "Hassium" #: table_data.h:269 msgid "1984 (Germany)" msgstr "1984 (Tyskland)" #: table_data.h:269 msgid "" "Named in honor of Henri Hess, Swiss born Russian chemist known for work in " "thermodydamics." msgstr "Kemisten Henri Hess" #: table_data.h:270 msgid "Meitnerium" msgstr "Meitnerium" #: table_data.h:270 msgid "1982 (Germany)" msgstr "1982 (Tyskland)" #: table_data.h:270 msgid "Named in honor of Lise Mietner" msgstr "Lise Meitner" #: table_data.h:271 msgid "Ununnilium" msgstr "Ununnilium" #: table_data.h:271 table_data.h:272 msgid "1994 (Germany)" msgstr "1994 (Tyskland)" #: table_data.h:271 msgid "Un (one) nun (one) nilium (zero)" msgstr "Un (ett) nun (ett) nilium (noll)" #: table_data.h:272 msgid "Unununium" msgstr "Unununium" #: table_data.h:272 msgid "Un (one) nun (one) unium (one)" msgstr "Un (ett) nun (ett) unium (ett)" #: table_data.h:273 msgid "Ununbium" msgstr "Ununbium" #: table_data.h:273 msgid "1996 (n/a)" msgstr "1996" #: table_data.h:274 msgid "Ununtrium" msgstr "Ununtrium" #: table_data.h:274 table_data.h:276 table_data.h:278 msgid "n/a (n/a)" msgstr "okänt" #: table_data.h:275 msgid "Ununquadium" msgstr "Ununquadium" #: table_data.h:275 table_data.h:277 table_data.h:279 msgid "1999 (n/a)" msgstr "1999" #: table_data.h:276 msgid "Ununpentium" msgstr "Ununpentium" #: table_data.h:277 msgid "Ununhexium" msgstr "Ununhexium" #: table_data.h:278 msgid "Ununseptium" msgstr "Ununseptium" #: table_data.h:279 msgid "Ununoctium" msgstr "Ununoctium" #~ msgid "/File/_Quit" #~ msgstr "/Fil/_Avsluta" #~ msgid "/Help/_About ..." #~ msgstr "/Hjälp/_Om ..." gperiodic-2.0.10/po/tr.po0000644000076400007640000014722210645151735015107 0ustar jfrantzjfrantz# Translation of tr.po to Turkish # Translation of gperiodic.po to Turkish # This file is distributed under the same license as the Gperiodic package. # Copyright (C) Osman Köşeli , 2003 # msgid "" msgstr "" "Project-Id-Version: tr\n" "POT-Creation-Date: 2003-10-10 10:51+0300\n" "PO-Revision-Date: 2003-10-28 23:29+0200\n" "Last-Translator: Osman Köşeli \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0\n" #: gperiodic.c:190 #, c-format msgid "" "%sAuthors:\n" "%s\n" "\n" "This program shows the periodic table of elements\n" "and information about these elements.\n" "\n" "Released under the GPL license." msgstr "" "%sYazarlar:\n" "%s\n" "\n" "Bu program elementlerin periyodik tablosunu gösterir\n" "ve bu elementler hakkında bilgi verir.\n" "\n" "GPL lisansı altında serbest dağıtılabilir." #: gperiodic.c:200 msgid "GPeriodic - About" msgstr "GPeriodic - Hakkında" #: gperiodic.c:225 msgid "" "GPeriodic [opts]\n" "Options are:\n" " -h show this help screen.\n" " -c color the elements according to their phase at\n" " temperature in Kelvins.\n" " -D dump the periodic table.\n" " -v be verbose\n" "\n" msgstr "" "GPeriodic [seçenekler]\n" "Seçenekler:\n" " -h bu yardım ekranını göster.\n" " -c fazlarına göre elementleri renklendir\n" " sıcaklık Kelvinde.\n" " -D periyodik tablodan boşalt.\n" " -v gereksiz olanları\n" "\n" #: gperiodic.c:301 msgid "/_File" msgstr "/_Dosya" #: gperiodic.c:302 msgid "/File/_Quit" msgstr "/Dosya/_Çıkış" #: gperiodic.c:303 msgid "/_Help" msgstr "/_Yardım" #: gperiodic.c:304 msgid "/Help/_About ..." msgstr "/Yardım/_Hakkında ..." #: gperiodic.c:309 #, fuzzy msgid "GPeriodic" msgstr "GPeriodic" #: gperiodic.c:337 msgid "No symbol for index" msgstr "İndeks için hiç sembol" #: gperiodic.c:344 msgid "Error button was null?" msgstr "Hata düğmesi geçersiz mi?" #: gperiodic.c:355 #, c-format msgid "%s(%d) Setting color: %d %d %d" msgstr "%s(%d) Renk ayarları: %d %d %d" #: gperiodic.c:392 #, c-format msgid "%s n:%s w:%s" msgstr "%s n:%s w:%s" #: gperiodic.c:430 #, c-format msgid " Option -c error : %s is not a number.\n" msgstr " Opsiyon -c hata : %s bir sayı olmama.\n" #: gperiodic.c:434 #, c-format msgid " Option -c error : %s is not a valid number (must be > 0).\n" msgstr " Opsiyon -c hata : %s geçersiz bir sayı olma (büyük olmalı > 0).\n" #: gperiodic.c:462 #, c-format msgid "" "\n" " Unknown element : %s. Exiting.\n" "\n" msgstr "" "\n" " Bilinmeyen element : %s. Çıkış.\n" "\n" #: gperiodic.c:467 msgid "" "\n" " Element number exceeds existing elements. Exiting.\n" "\n" msgstr "" "\n" " Element sayısı şu andaki elementleri geçiyor. Çıkış.\n" "\n" #: table_data.h:36 msgid "Name: " msgstr "Adı: " #: table_data.h:37 msgid "Symbol: " msgstr "Sembolü: " #: table_data.h:38 msgid "Atomic Number: " msgstr "Atom Numarası: " #: table_data.h:39 msgid "Atomic Weight (u.m): " msgstr "Atom Ağırlığı (u.m): " #: table_data.h:40 msgid "Density (g/cm3) : " msgstr "Yoğunluğu (g/cm3) : " #: table_data.h:41 msgid "Melting Point (K): " msgstr "Erime Noktası (K): " #: table_data.h:42 msgid "Boiling Point (K): " msgstr "Kaynama Noktası (K): " #: table_data.h:43 msgid "Atomic Radius (pm): " msgstr "Atom Yarıçapı (pm): " #: table_data.h:44 msgid "Covalent Radius (pm): " msgstr "Kovalent Yarıçapı (pm): " #: table_data.h:45 msgid "Ionic Radius (pm): " msgstr "İyonik Yarıçapı (pm): " #: table_data.h:46 msgid "Atomic Volume (cm3/mol): " msgstr "Atom Hacmi (cm3/mol): " #: table_data.h:47 #, fuzzy msgid "Specific Heat (@20" msgstr "Özgül Sıcaklık (@20" #: table_data.h:47 msgid "C J/g mol): " msgstr "C J/g mol): " #: table_data.h:48 msgid "Fusion Heat (kJ/mol): " msgstr "Füzyon Isısı (kJ/mol): " #: table_data.h:49 msgid "Evaporation Heat (kJ/mol): " msgstr "Buharlaşma Isısı (kJ/mol): " #: table_data.h:50 #, fuzzy msgid "Termal Conductivity (@25" msgstr "Isı İletkenliği (@25" #: table_data.h:50 msgid "C W/m K): " msgstr "C W/m K): " #: table_data.h:51 msgid "Debye temperature (K): " msgstr "Debye sıcaklığı (K): " #: table_data.h:52 msgid "Pauling Negativity Number: " msgstr "Paul Negatiflik Numarası: " #: table_data.h:53 msgid "First Ionizing Energy (kJ/mol): " msgstr "Birinci İyonlaşma Enerjisi (kJ/mol): " #: table_data.h:54 msgid "Oxidation states: " msgstr "Oksitlenme hali: " #: table_data.h:55 msgid "Electronic Configuration: " msgstr "Elektron Konfigürasyonu: " #: table_data.h:56 msgid "Lattice structure: " msgstr "Bağ yapısı: " #: table_data.h:57 #, fuzzy msgid "Lattice constant (" msgstr "Bağ sabiti (" #: table_data.h:57 msgid "): " msgstr "): " #: table_data.h:58 msgid "Lattice c/a ratio: " msgstr "Bağ c/a oranı: " #: table_data.h:59 msgid "Appearance: " msgstr "Görünümü: " #: table_data.h:60 msgid "Discovery date: " msgstr "Bulunuş tarihi: " #: table_data.h:61 msgid "Discovered by: " msgstr "Bulan kişi: " #: table_data.h:62 msgid "Named after: " msgstr "Sonradan adlandıran: " #: table_data.h:87 table_data.h:103 table_data.h:153 table_data.h:155 #: table_data.h:158 table_data.h:159 table_data.h:160 table_data.h:161 #: table_data.h:162 table_data.h:164 table_data.h:166 table_data.h:167 #: table_data.h:168 table_data.h:169 table_data.h:170 table_data.h:171 #: table_data.h:173 table_data.h:174 table_data.h:175 table_data.h:176 #: table_data.h:177 table_data.h:178 table_data.h:179 table_data.h:180 #: table_data.h:181 table_data.h:182 table_data.h:183 table_data.h:184 #: table_data.h:185 table_data.h:186 table_data.h:187 table_data.h:188 #: table_data.h:189 table_data.h:190 table_data.h:192 table_data.h:193 #: table_data.h:194 table_data.h:196 table_data.h:197 table_data.h:198 #: table_data.h:199 table_data.h:200 table_data.h:201 table_data.h:202 #: table_data.h:204 table_data.h:205 table_data.h:206 table_data.h:207 #: table_data.h:208 table_data.h:209 table_data.h:211 table_data.h:212 #: table_data.h:215 table_data.h:216 table_data.h:217 table_data.h:218 #: table_data.h:219 table_data.h:220 table_data.h:221 table_data.h:222 #: table_data.h:223 table_data.h:224 table_data.h:225 table_data.h:226 #: table_data.h:227 table_data.h:229 table_data.h:230 table_data.h:231 #: table_data.h:232 table_data.h:234 table_data.h:235 table_data.h:236 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 #: table_data.h:242 table_data.h:243 table_data.h:244 table_data.h:246 #: table_data.h:247 table_data.h:249 table_data.h:250 table_data.h:251 #: table_data.h:252 table_data.h:253 table_data.h:254 table_data.h:255 #: table_data.h:256 table_data.h:257 table_data.h:258 table_data.h:259 #: table_data.h:260 table_data.h:261 table_data.h:262 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 #: table_data.h:269 table_data.h:270 table_data.h:271 table_data.h:272 #: table_data.h:273 table_data.h:274 table_data.h:275 table_data.h:276 #: table_data.h:277 table_data.h:278 table_data.h:279 msgid "n/a" msgstr "n/a" #: table_data.h:152 msgid "Hydrogen" msgstr "Hidrojen" #: table_data.h:152 table_data.h:162 msgid "Colorless, odorless, tasteless gas" msgstr "Renksiz, kokusuz, tatsız gaz" #: table_data.h:152 msgid "1766 (England)" msgstr "1766 (İngiltere)" #: table_data.h:152 msgid "Henry Cavendish" msgstr "Henry Cavendish" #: table_data.h:152 msgid "Greek: hydro (water) and genes (generate)" msgstr "Yunanlı: hydro (su) ve genes (nesil)" #: table_data.h:153 msgid "Helium" msgstr "Helyum" #: table_data.h:153 msgid "Inert, colorless, odorless, tasteless gas" msgstr "Eylemsiz, renksiz, kokusuz, tatsız gaz" #: table_data.h:153 msgid "1895 (Scotland/Sweden)" msgstr "1895 (İskoçya/İsveç)" #: table_data.h:153 msgid "Sir William Ramsey, Nils Langet, P.T.Cleve" msgstr "Sir William Ramsey, Nils Langet, P.T.Cleve" #: table_data.h:153 msgid "Greek: helios (sun)." msgstr "Yunanlı: helios (güneş)" #: table_data.h:155 msgid "Lithium" msgstr "Lityum" #: table_data.h:155 table_data.h:164 table_data.h:220 msgid "Soft, silvery-white metal" msgstr "Yumuşak, gümüş gibi-beyaz metal" #: table_data.h:155 msgid "1817 (Sweden)" msgstr "1817 (İsveç)" #: table_data.h:155 msgid "Johann Arfwedson" msgstr "Johann Arfwedson" #: table_data.h:155 msgid "Greek: lithos (stone)." msgstr "Yunanlı: lithos (taş)" #: table_data.h:156 msgid "Beryllium" msgstr "Berilyum" #: table_data.h:156 msgid "Hard, brittle, steel-gray metal" msgstr "Katı, kırılgan, çelik-gri metal" #: table_data.h:156 msgid "1798 (France)" msgstr "1798 (Fransa)" #: table_data.h:156 msgid "Louis-Nicholas Vauquelin" msgstr "Louis-Nicholas Vauquelin" #: table_data.h:156 msgid "Greek: beryllos, 'beryl' (a mineral)." msgstr "Yunanlı: beryllos, 'beryl' (bir mineral)" #: table_data.h:157 msgid "Boron" msgstr "Bor" #: table_data.h:157 msgid "Hard, brittle, lustrous black semimetal" msgstr "Katı, kırılgan, parlak siyah yarımetal" #: table_data.h:157 msgid "1808 (England/France)" msgstr "1808 (İngiltere/Fransa)" #: table_data.h:157 msgid "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" msgstr "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" #: table_data.h:157 msgid "The Arabic and Persian words for borax." msgstr "Arapça ve Farsça boraks için sözcüklerle anlatırlar." #: table_data.h:158 msgid "Carbon" msgstr "Karbon" #: table_data.h:158 msgid "Dense, Black" msgstr "Koyu, Siyah" #: table_data.h:158 table_data.h:169 table_data.h:180 table_data.h:183 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "n/a (Unknown)" msgstr "n/a (Bilinmiyor)" #: table_data.h:158 msgid "Known to the ancients" msgstr "Eski zamandan beri biliniyor" #: table_data.h:158 msgid "Latin: carbo, (charcoal)." msgstr "Latin: carbo, (odun kömürü)." #: table_data.h:159 msgid "Nitrogen" msgstr "Azot" #: table_data.h:159 msgid "Colorless, odorless, tasteless, and generally inert gas" msgstr "Renksiz, kokusuz, tatsız ve genellikle eylemsiz gaz" #: table_data.h:159 msgid "1772 (Scotland)" msgstr "1772 (İskoçya)" #: table_data.h:159 msgid "Daniel Rutherford" msgstr "Daniel Rutherford" #: table_data.h:159 msgid "Greek: nitron and genes, (soda forming)." msgstr "Yunanlı: nitron ve genes" #: table_data.h:160 msgid "Oxygen" msgstr "Oksijen" #: table_data.h:160 msgid "Colorless, odorless, tasteless gas; pale blue liquid" msgstr "Renksiz, kokusuz, tatsız gaz; solgun mavi sıvı" #: table_data.h:160 msgid "1774 (England/Sweden)" msgstr "1774 (İngiltere/İsveç)" #: table_data.h:160 msgid "Joseph Priestly, Carl Wilhelm Scheele" msgstr "Joseph Priestly, Carl Wilhelm Scheele" #: table_data.h:160 msgid "Greek: oxys and genes, (acid former)." msgstr "Yunanlı: oxys ve genes" #: table_data.h:161 msgid "Fluorine" msgstr "Flor" #: table_data.h:161 msgid "Greenish-yellow, pungent, corrosive gas" msgstr "Yeşilimsi-sarı, keskin kokulu, aşındırıcı gaz" #: table_data.h:161 table_data.h:223 msgid "1886 (France)" msgstr "1886 (Fransa)" #: table_data.h:161 msgid "Henri Moissan" msgstr "Henri Moissan" #: table_data.h:161 msgid "Latin: fluere (flow)." msgstr "Latin: fluere (akış)" #: table_data.h:162 msgid "Neon" msgstr "Neon" #: table_data.h:162 table_data.h:209 msgid "1898 (England)" msgstr "1898 (İngiltere)" #: table_data.h:162 table_data.h:190 msgid "Sir William Ramsey, M.W. Travers" msgstr "Sir William Ramsey, M.W. Travers" #: table_data.h:162 msgid "Greek: neos (new)." msgstr "Yunanlı: neos (yeni)" #: table_data.h:164 msgid "Sodium" msgstr "Sodyum" #: table_data.h:164 table_data.h:173 msgid "1807 (England)" msgstr "1807 (İngiltere)" #: table_data.h:164 table_data.h:165 table_data.h:173 table_data.h:174 #: table_data.h:212 msgid "Sir Humphrey Davy" msgstr "Sir Humphrey Davy" #: table_data.h:164 msgid "" "Medieval Latin: sodanum, (headache remedy); symbol from Latin natrium, " "(sodium carbonate)." msgstr "Ortaçağa ait Latin: sodanum (baş ağrısı tedavi eder); Latin natriumdan sembol, " "(sodyum karbonat)." #: table_data.h:165 msgid "Magnesium" msgstr "Magnezyum" #: table_data.h:165 msgid "Lightweight, malleable, silvery-white metal" msgstr "Hafif, dövülebilir, gümüş gibi-beyaz metal" #: table_data.h:165 table_data.h:174 table_data.h:212 msgid "1808 (England)" msgstr "1808 (İngiltere)" #: table_data.h:165 msgid "Magnesia, ancient city in district of Thessaly, Greece." msgstr "Magnezyum oksit, Thessaly bölgesinde eski zamandan kalma şehir, Yunanistan" #: table_data.h:166 msgid "Aluminum" msgstr "Alüminyum" #: table_data.h:166 msgid "Soft, lightweight, silvery-white metal" msgstr "Yumuşak, hafif, gümüş gibi-beyaz metal" #: table_data.h:166 msgid "1825 (Denmark)" msgstr "1825 (Danimarka)" #: table_data.h:166 msgid "Hans Christian Oersted" msgstr "Hans Christian Oersted" #: table_data.h:166 msgid "Latin: alumen, aluminis, (alum)." msgstr "Latin: alumen, aluminis, (şap)." #: table_data.h:167 msgid "Silicon" msgstr "Silisyum" #: table_data.h:167 msgid "Amorphous form is brown powder; crystalline form has a gray" msgstr "Şekilsiz form, pudra kahverengileşir, kristalize biçim, griye sahip olur" #: table_data.h:167 msgid "1824 (Sweden)" msgstr "1824 (İsveç)" #: table_data.h:167 table_data.h:188 table_data.h:250 msgid "Jons Jacob Berzelius" msgstr "Jons Jacob Berzelius" #: table_data.h:167 msgid "Latin: silex, silicus, (flint)." msgstr "Latin: silex, silicus" #: table_data.h:168 msgid "Phosphorus" msgstr "Fosfor" #: table_data.h:168 msgid "1.82 (white phosphorus)" msgstr "1.82 (beyaz fosfor)" #: table_data.h:168 msgid "The most common white form is a waxy, phosphorescent solid" msgstr "Çok yaygın beyaz form, cilalı, fosfor gibi parıldayan katıdır" #: table_data.h:168 msgid "1669 (Germany)" msgstr "1669 (Almanya)" #: table_data.h:168 msgid "Hennig Brand" msgstr "Hennig Brand" #: table_data.h:168 msgid "Greek: phosphoros, (bringer of light)." msgstr "Yunanlı: phosphoros, (ışığın getirisi)." #: table_data.h:169 msgid "Sulfur" msgstr "Kükürt" #: table_data.h:169 msgid "Tasteless, odorless, light-yellow, brittle solid" msgstr "Tatsız, kokusuz, sarı-ışık, kırılgan katı" #: table_data.h:169 table_data.h:180 table_data.h:183 table_data.h:184 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "Known to the ancients." msgstr "Eski zamandan beri biliniyor." #: table_data.h:169 msgid "Latin: sulphur (brimstone)." msgstr "Latin: sulphur" #: table_data.h:170 msgid "Chlorine" msgstr "Klor" #: table_data.h:170 msgid "Greenish-yellow, disagreeable gas" msgstr "Yeşilimsi-sarı, hoşa gitmeyen gaz" #: table_data.h:170 table_data.h:179 msgid "1774 (Sweden)" msgstr "1774 (İsveç)" #: table_data.h:170 table_data.h:197 msgid "Carl Wilhelm Scheele" msgstr "Carl Wilhelm Scheele" #: table_data.h:170 msgid "Greek: chloros (greenish yellow)." msgstr "Yunanlı: chloros (yeşilimsi-sarı)." #: table_data.h:171 msgid "Argon" msgstr "Argon" #: table_data.h:171 msgid "Colorless, tasteless, odorless noble gas" msgstr "Renksiz, , tatsız, kokusuz asal gaz" #: table_data.h:171 msgid "1894 (Scotland)" msgstr "1894 (İskoçya)" #: table_data.h:171 msgid "Sir William Ramsey, Baron Rayleigh" msgstr "Sir William Ramsey, Baron Rayleigh" #: table_data.h:171 msgid "Greek: argos (inactive)." msgstr "Yunanlı: argos (aktif olmayan)." #: table_data.h:173 msgid "Potassium" msgstr "Potasyum" #: table_data.h:173 msgid "Soft, waxy, silvery-white metal" msgstr "Yumuşak, balmumu, gümüş gibi-beyaz metal" #: table_data.h:173 msgid "English: pot ash; symbol from Latin: kalium, (alkali)." msgstr "İngiliz: potash; latinden sembol: kalium, (alkali)." #: table_data.h:174 msgid "Calcium" msgstr "Kalsiyum" #: table_data.h:174 msgid "Fairly hard, silvery-white metal" msgstr "Hayli sert, gümüş gibi-beyaz metal" #: table_data.h:174 msgid "Latin: calx, calcis (lime)." msgstr "Latin: calx, calcis (kireç)." #: table_data.h:175 msgid "Scandium" msgstr "Skandiyum" #: table_data.h:175 msgid "Fairly soft, silvery-white metal" msgstr "Hayli yumuşak, gümüş gibi-beyaz metal" #: table_data.h:175 table_data.h:226 msgid "1879 (Sweden)" msgstr "1879 (İsveç)" #: table_data.h:175 msgid "Lars Nilson" msgstr "Lars Nilson" #: table_data.h:175 msgid "Latin: Scandia, Scandinavia." msgstr "Latin: Skandia, İskandinavya." #: table_data.h:176 msgid "Titanium" msgstr "Titanyum" #: table_data.h:176 msgid "Shiny, dark-gray metal" msgstr "Işıldayan, yoğun-gri metal" #: table_data.h:176 msgid "1791 (England)" msgstr "1791 (İngiltere)" #: table_data.h:176 msgid "William Gregor" msgstr "William Gregor" #: table_data.h:176 msgid "Greek: titanos (Titans)." msgstr "Yunanlı: titanos (Titanlar)." #: table_data.h:177 msgid "Vanadium" msgstr "Vanadyum" #: table_data.h:177 table_data.h:221 msgid "Soft, ductile, silvery-white metal" msgstr "Yumuşak, sünek, gümüş gibi-beyaz metal" #: table_data.h:177 msgid "1830 (Sweden)" msgstr "1830 (İsveç)" #: table_data.h:177 msgid "Nils Gabriel Sefstrom" msgstr "Nils Gabriel Sefstrom" #: table_data.h:177 msgid "The scandinavian goddess, Vanadis." msgstr "İskandinavyalı tanrıça, Vanadis." #: table_data.h:178 msgid "Chromium" msgstr "Krom" #: table_data.h:178 msgid "Very hard, crystalline, steel-gray metal" msgstr "Çok sert, kristalli, çelik-gri metal" #: table_data.h:178 msgid "1797 (France)" msgstr "1797 (Fransa)" #: table_data.h:178 msgid "Louis Vauquelin" msgstr "Louis Vauquelin" #: table_data.h:178 msgid "Greek: chroma (color)." msgstr "Yunanlı: chroma (renk)." #: table_data.h:179 msgid "Manganese" msgstr "Manganez" #: table_data.h:179 msgid "Hard, brittle, gray-white metal" msgstr "Sert, kırılgan, gri-beyaz metal" #: table_data.h:179 msgid "Johann Gahn" msgstr "Johann Gahn" #: table_data.h:179 msgid "Latin: magnes (magnet); Italian: manganese." msgstr "Latin: magnes (magnet); İtalyan: manganese." #: table_data.h:180 msgid "Iron" msgstr "Demir" #: table_data.h:180 msgid "Malleable, ductile, silvery-white metal" msgstr "Dövülebilir, sünek, gümüş gibi-beyaz metal" #: table_data.h:180 msgid "Anglo-Saxon: iron; symbol from Latin: ferrum (iron)." msgstr "Anglo-Saxon: demir; latinden sembol: Ferrum (demir)." #: table_data.h:181 msgid "Cobalt" msgstr "Kobalt" #: table_data.h:181 msgid "Hard, ductile, lustrous bluish-gray metal" msgstr "Sert, sünek, parlak mavimsi-gri metal" #: table_data.h:181 msgid "1739 (Sweden)" msgstr "1739 (İsveç)" #: table_data.h:181 msgid "George Brandt" msgstr "George Brandt" #: table_data.h:181 msgid "German: kobold (goblin)." msgstr "Alman: kobold" #: table_data.h:182 msgid "Nickel" msgstr "Nikel" #: table_data.h:182 msgid "Hard, malleable, silvery-white metal" msgstr "Sert, dövülebilir, gümüş gibi-beyaz metal" #: table_data.h:182 msgid "1751 (Sweden)" msgstr "1751 (İsveç)" #: table_data.h:182 msgid "Axel Cronstedt" msgstr "Axel Cronstedt" #: table_data.h:182 msgid "German: kupfernickel (false copper)." msgstr "Alman: kupfernickel (yanlış bakır)." #: table_data.h:183 msgid "Copper" msgstr "Bakır" #: table_data.h:183 msgid "Malleable, ductile, reddish-brown metal" msgstr "Dövülebilir, sünek, kırmızımsı-kahverengi metal" #: table_data.h:183 msgid "" "Symbol from Latin: cuprum (island of Cyprus famed for its copper mines)." msgstr "Latinden Sembol: cuprum (Bakır madenleri için Kıbrısın ünlü adası)." #: table_data.h:184 msgid "Zinc" msgstr "Çinko" #: table_data.h:184 msgid "Bluish-silver, ductile metal" msgstr "Mavimsi-gümüş, sünek metal" #: table_data.h:184 msgid "n/a (Germany)" msgstr "n/a (Almanya)" #: table_data.h:184 msgid "German: zink (German for tin)." msgstr "Alman: zink (Kalay için Almanya)." #: table_data.h:185 msgid "Gallium" msgstr "Galyum" #: table_data.h:185 msgid "Soft, blue-white metal" msgstr "Yumuşak, mavi-beyaz metal" #: table_data.h:185 msgid "1875 (France)" msgstr "1875 (Fransa)" #: table_data.h:185 table_data.h:223 msgid "Paul-Emile Lecoq de Boisbaudran" msgstr "Paul-Emile Lecoq de Boisbaudran" #: table_data.h:185 msgid "Latin: Gallia (France)." msgstr "Latin: Gallia (Fransa)." #: table_data.h:186 msgid "Germanium" msgstr "Germanyum" #: table_data.h:186 msgid "Grayish-white metal" msgstr "Gri-beyaz metal" #: table_data.h:186 msgid "1886 (Germany)" msgstr "1886 (Almanya)" #: table_data.h:186 msgid "Clemens Winkler" msgstr "Clemens Winkler" #: table_data.h:186 msgid "Latin: Germania (Germany)." msgstr "Latin: Germania (Almanya)." #: table_data.h:187 msgid "Arsenic" msgstr "Arsenik" #: table_data.h:187 msgid "5.73 (grey arsenic)" msgstr "5.73 (gri arsenik)" #: table_data.h:187 msgid "Steel gray, brittle semimetal" msgstr "Çelik gri, kırılgan yarımetal" #: table_data.h:187 msgid "Greek: arsenikon; Latin: arsenicum, (both names for yellow pigment)." msgstr "Yunanlı: arsenikon; Latin: arsenicum (sarı pigment için her iki isim)." #: table_data.h:188 msgid "Selenium" msgstr "Selenyum" #: table_data.h:188 msgid "A soft metalloid similar to sulfur" msgstr "Kükürte benzer yumuşak metalloid" #: table_data.h:188 msgid "1818 (Sweden)" msgstr "1818 (İsveç)" #: table_data.h:188 msgid "Greek: selene (moon)." msgstr "Yunanlı: selene (ay)." #: table_data.h:189 msgid "Bromine" msgstr "Brom" #: table_data.h:189 msgid "Reddish-brown liquid" msgstr "Kırmızımsı-kahverengi sıvı" #: table_data.h:189 msgid "1826 (France)" msgstr "1826 (Fransa)" #: table_data.h:189 msgid "Antoine J. Balard" msgstr "Antoine J. Balard" #: table_data.h:189 msgid "Greek: bromos (stench)." msgstr "Yunanlı: bromos (kötü koku)." #: table_data.h:190 msgid "Krypton" msgstr "Kripton" #: table_data.h:190 msgid "Dense, colorless, odorless, and tasteless gas" msgstr "Yoğun, renksiz, kokusuz, ve tatsız gaz" #: table_data.h:190 msgid "1898 (Great Britain)" msgstr "1898 (Büyük Britanya)" #: table_data.h:190 msgid "Greek: kryptos (hidden)." msgstr "Yunanlı: kryptos (gizli)." #: table_data.h:192 msgid "Rubidium" msgstr "Rubidyum" #: table_data.h:192 msgid "1861 (Germany)" msgstr "1861 (Almanya)" #: table_data.h:192 msgid "R. Bunsen, G. Kirchoff" msgstr "R. Bunsen, G. Kirchoff" #: table_data.h:192 msgid "Latin: rubidus (deep red); the color its salts impart to flames." msgstr "Latin: rubidus (derin kırmızı); bu renk tuzların alevlendiği bildirir." #: table_data.h:193 msgid "Strontium" msgstr "Stronsiyum" #: table_data.h:193 msgid "Silvery, malleable metal" msgstr "Gümüş gibi, dövülebilir metal" #: table_data.h:193 msgid "1790 (Scotland)" msgstr "1790 (İskoçya)" #: table_data.h:193 msgid "A. Crawford" msgstr "A. Crawford" #: table_data.h:193 msgid "The Scottish town, Strontian." msgstr "Scottish kasabası, Strontian." #: table_data.h:194 msgid "Yttrium" msgstr "İtriyum" #: table_data.h:194 msgid "Silvery, ductile, fairly reactive metal" msgstr "Gümüş gibi, sünek, hayli tepkili metal" #: table_data.h:194 msgid "1789 (Finland)" msgstr "1789 (Finlandiya)" #: table_data.h:194 msgid "Johann Gadolin" msgstr "Johann Gadolin" #: table_data.h:194 msgid "" "The Swedish village, Ytterby, where one of its minerals was first found." msgstr "" "İsveçde bir köyde, İtriyum, mineralinin ilk bulunduğu yerdir." #: table_data.h:195 msgid "Zirconium" msgstr "Zirkonyum" #: table_data.h:195 msgid "Gray-white, lustrous, corrosion-resistant metal" msgstr "Gri-beyaz, parlak, aşınmaya-dayanıklı metal" #: table_data.h:195 table_data.h:252 msgid "1789 (Germany)" msgstr "1789 (Almanya)" #: table_data.h:195 table_data.h:252 msgid "Martin Klaproth" msgstr "Martin Klaproth" #: table_data.h:195 msgid "The mineral, zircon." msgstr "Mineral, zirkon." #: table_data.h:196 msgid "Niobium" msgstr "Niyobyum" #: table_data.h:196 msgid "Shiny white, soft, ductile metal" msgstr "Işıldayan beyaz, sünek, katı olmayan metal" #: table_data.h:196 msgid "1801 (England)" msgstr "1801 (İngiltere)" #: table_data.h:196 msgid "Charles Hatchet" msgstr "Charles Hatchet" #: table_data.h:196 msgid "Niobe; daughter of the mythical Greek king Tantalus." msgstr "Niobe; efsanevi yunanlı kral Tantalusun kız evlatı." #: table_data.h:197 msgid "Molybdenum" msgstr "Molibden" #: table_data.h:197 table_data.h:200 msgid "Silvery white, hard metal" msgstr "Gümüş gibi-beyaz, katı metal" #: table_data.h:197 msgid "1778 (Sweden)" msgstr "1778 (İsveç)" #: table_data.h:197 msgid "Greek: molybdos (lead)." msgstr "Yunanlı: molybdos (kurşun)." #: table_data.h:198 msgid "Technetium" msgstr "Teknesyum" #: table_data.h:198 table_data.h:242 msgid "Silvery-gray metal" msgstr "Gümüş gibi-gri metal" #: table_data.h:198 msgid "1937 (Italy)" msgstr "1937 (İtalya)" #: table_data.h:198 msgid "Carlo Perrier, Emilio Segre" msgstr "Carlo Perrier, Emilio Segre" #: table_data.h:198 msgid "Greek: technetos (artificial)." msgstr "Yunanlı: technetos (yapay)." #: table_data.h:199 msgid "Ruthenium" msgstr "Rutenyum" #: table_data.h:199 msgid "Rare, silver-gray, extremely brittle metal" msgstr "Seyrek, gümüş-gri, aşırı derecede kırılgan metal" #: table_data.h:199 msgid "1844 (Russia)" msgstr "1844 (Rusya)" #: table_data.h:199 msgid "Karl Klaus" msgstr "Karl Klaus" #: table_data.h:199 msgid "Latin: Ruthenia (Russia)." msgstr "Latin: Ruthenia (Rusya)." #: table_data.h:200 msgid "Rhodium" msgstr "Rodyum" #: table_data.h:200 table_data.h:201 msgid "1803 (England)" msgstr "1803 (İngiltere)" #: table_data.h:200 table_data.h:201 msgid "William Wollaston" msgstr "William Wollaston" #: table_data.h:200 msgid "Greek: rhodon (rose). Its salts give a rosy solution." msgstr "Yunanlı: rhodon (gül)" #: table_data.h:201 msgid "Palladium" msgstr "Palladyum" #: table_data.h:201 table_data.h:205 msgid "Silvery-white, soft, malleable and ductile metal" msgstr "Gümüş gibi-beyaz, yumuşak, dövülebilir ve sünek metal" #: table_data.h:201 msgid "Named after the asteroid, Pallas, discovered in 1803." msgstr "Pallas, 1803 buldu." #: table_data.h:202 msgid "Silver" msgstr "Gümüş" #: table_data.h:202 msgid "Silvery-ductile, and malleable metal" msgstr "Gümüş-sünek, ve dövülebilir metal" #: table_data.h:202 msgid "Anglo-Saxon: siolful, (silver); symbol from Latin: argentium." msgstr "Anglo-Sakson: siolful (gümüş); Latinden sembol: argentium." #: table_data.h:203 msgid "Cadmium" msgstr "Kadmiyum" #: table_data.h:203 msgid "Soft, malleable, blue-white metal" msgstr "Yumuşak, dövülebilir, mavi-beyaz metal" #: table_data.h:203 msgid "1817 (Germany)" msgstr "1817 (Almanya)" #: table_data.h:203 msgid "Fredrich Stromeyer" msgstr "Fredrich Stromeyer" #: table_data.h:203 msgid "Greek: kadmeia (ancient name for calamine (zinc oxide))." msgstr "Yunanlı: kadmeia (eski zamandan kalma tutya taşı (çinko oksiti))." #: table_data.h:204 msgid "Indium" msgstr "İndiyum" #: table_data.h:204 msgid "Very soft, silvery-white metal" msgstr "Çok yumuşak, gümüş gibi-beyaz metal" #: table_data.h:204 msgid "1863 (Germany)" msgstr "1863 (Almanya)" #: table_data.h:204 msgid "Ferdinand Reich, T. Richter" msgstr "Ferdinand Reich, T. Richter" #: table_data.h:204 msgid "Latin: indicum (color indigo), the color it shows in a spectroscope." msgstr "Latin: indicum (renkli çivit), spektroskopda gösterdiği renk." #: table_data.h:205 msgid "Tin" msgstr "Kalay" #: table_data.h:205 msgid "Named after Etruscan god, Tinia; symbol from Latin: stannum (tin)." msgstr "Etruscan tanrısı, Tinia; Latinden sembol: stannum (kalay)." #: table_data.h:206 msgid "Antimony" msgstr "Antimon" #: table_data.h:206 msgid "Hard, silvery-white, brittle semimetal" msgstr "Sert, gümüş gibi-beyaz, kırılgan yarımetal" #: table_data.h:206 msgid "Greek: anti and monos (not alone); symbol from mineral stibnite." msgstr "Yunanlı: anti ve monos (tek başına değil); mineral stibnitden sembol." #: table_data.h:207 msgid "Tellurium" msgstr "Tellür" #: table_data.h:207 msgid "Silvery-white, brittle semimetal" msgstr "Gümüş gibi-beyaz, kırılgan yarımetal" #: table_data.h:207 msgid "1782 (Romania)" msgstr "1782 (Romanya)" #: table_data.h:207 msgid "Franz Joseph Meller von Reichenstein" msgstr "Franz Joseph Meller von Reichenstein" #: table_data.h:207 msgid "Latin: tellus (earth)." msgstr "Latin: tellus (dünya)" #: table_data.h:208 msgid "Iodine" msgstr "İyot" #: table_data.h:208 msgid "Shiny, black nonmetallic solid" msgstr "Işıldayan, siyah metalik olmayan katı" #: table_data.h:208 msgid "1811 (France)" msgstr "1811 (Fransa)" #: table_data.h:208 msgid "Bernard Courtois" msgstr "Bernard Courtois" #: table_data.h:209 msgid "Xenon" msgstr "Ksenon" #: table_data.h:209 msgid "Heavy, colorless, and odorless noble gas" msgstr "Ağır, renksiz, ve kokusuz asal gaz" #: table_data.h:209 msgid "Sir William Ramsay; M. W. Travers" msgstr "Sir William Ramsay; M. W. Travers" #: table_data.h:209 msgid "Greek: xenos (strange)." msgstr "Yunanlı: xenos (yabancı)." #: table_data.h:211 msgid "Cesium" msgstr "Sezyum" #: table_data.h:211 msgid "Very soft, ductile, light gray metal" msgstr "Çok yumuşak, sünek, aydınlık gri metal" #: table_data.h:211 msgid "1860 (Germany)" msgstr "1860 (Almanya)" #: table_data.h:211 msgid "Gustov Kirchoff, Robert Bunsen" msgstr "Gustov Kirchoff, Robert Bunsen" #: table_data.h:211 msgid "Latin: coesius (sky blue); for the blue lines of its spectrum." msgstr "Latin: coesius (gök mavisi)" #: table_data.h:212 msgid "Barium" msgstr "Baryum" #: table_data.h:212 msgid "Soft, slightly malleable, silver-white metal" msgstr "Yumuşak, hafifçe dövülebilir, gümüş-beyaz metal" #: table_data.h:212 msgid "Greek: barys (heavy or dense)." msgstr "Yunanlı: barys (ağır veya yoğun)." #: table_data.h:214 msgid "Lanthanum" msgstr "Lantan" #: table_data.h:214 msgid "Silvery-white, soft, malleable, and ductile metal" msgstr "Gümüş gibi-beyaz, yumuşak, dövülebilir, ve sünek metal" #: table_data.h:214 msgid "1839 (Sweden)" msgstr "1839 (İsveç)" #: table_data.h:214 table_data.h:222 table_data.h:225 msgid "Carl Mosander" msgstr "Carl Mosander" #: table_data.h:214 msgid "Greek: lanthanein (to be hidden)." msgstr "Yunanlı: lanthanein (gizleniyor)." #: table_data.h:215 msgid "Cerium" msgstr "Seryum" #: table_data.h:215 msgid "Malleable, ductile, iron-gray metal" msgstr "Dövülebilir, sünek, demir-gri metal" #: table_data.h:215 msgid "1803 (Sweden/Germany)" msgstr "1803 (İsveç/Almanya)" #: table_data.h:215 msgid "W. von Hisinger, J. Berzelius, M. Klaproth" msgstr "W. von Hisinger, J. Berzelius, M. Klaproth" #: table_data.h:215 msgid "" "Named after the asteroid, Ceres, discovered two years before the element." msgstr "" "Ceres, elementi bulduktan 2 yıl önce adlandırdı." #: table_data.h:216 msgid "Praseodymium" msgstr "Praseodimyum" #: table_data.h:216 msgid "Silvery white, moderately soft, malleable, and ductile metal" msgstr "Gümüş gibi-beyaz, ılımlı bir şekilde yumuşak, dövülebilir, ve sünek metal" #: table_data.h:216 msgid "1885 (Austria)" msgstr "1885 (Avusturya)" #: table_data.h:216 table_data.h:217 msgid "C.F. Aver von Welsbach" msgstr "C.F. Aver von Welsbach" #: table_data.h:216 msgid "Greek: prasios and didymos (green twin); from its green salts." msgstr "Yunanlı: prasios ve didymos (yeşil ikiz)" #: table_data.h:217 msgid "Neodymium" msgstr "Neodinyum" #: table_data.h:217 msgid "Silvery-white, rare-earth metal that oxidizes easily in air" msgstr "Gümüş gibi-beyaz, seyrek-yeryüzü metal havada kolayca oksitlenir" #: table_data.h:217 msgid "1925 (Austria)" msgstr "1925 (Avusturya)" #: table_data.h:217 msgid "Greek: neos and didymos (new twin)." msgstr "Yunanlı: neos ve didymos (yeni ikiz)." #: table_data.h:218 msgid "Promethium" msgstr "Prometyum" #: table_data.h:218 table_data.h:255 msgid "1945 (United States)" msgstr "1945 (Birleşmiş Devletler)" #: table_data.h:218 msgid "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" msgstr "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" #: table_data.h:218 msgid "Named for the Greek god, Prometheus." msgstr "Yunanlı tanrı, Prometheus." #: table_data.h:219 msgid "Samarium" msgstr "Samaryum" #: table_data.h:219 msgid "Silvery rare-earth metal" msgstr "Gümüş gibi seyrek-yeryüzü metal" #: table_data.h:219 msgid "1853 (France)" msgstr "1853 (Fransa)" #: table_data.h:219 msgid "Jean Charles Galissard de Marignac" msgstr "Jean Charles Galissard de Marignac" #: table_data.h:219 msgid "Named after the mineral samarskite." msgstr "Minerali samarskite adlandırdı." #: table_data.h:220 msgid "Europium" msgstr "Europiyum" #: table_data.h:220 msgid "1901 (France)" msgstr "1901 (Fransa)" #: table_data.h:220 msgid "Eugene-Antole Demarcay" msgstr "Eugene-Antole Demarcay" #: table_data.h:220 msgid "Named for the continent of Europe." msgstr "Avrupa kıtası için adlandırıldı." #: table_data.h:221 msgid "Gadolinium" msgstr "Gadolinyum" #: table_data.h:221 msgid "1880 (Switzerland)" msgstr "1880 (İsviçre)" #: table_data.h:221 table_data.h:227 msgid "Jean de Marignac" msgstr "Jean de Marignac" #: table_data.h:221 msgid "Named after the mineral gadolinite." msgstr "Minerali gadolinite adlandırdı." #: table_data.h:222 msgid "Terbium" msgstr "Terbiyum" #: table_data.h:222 msgid "Soft, ductile, silvery-gray, rare-earth metal" msgstr "Yumuşak, sünek, gümüş gibi-gri, seyrek-yeryüzü metal" #: table_data.h:222 table_data.h:225 msgid "1843 (Sweden)" msgstr "1843 (İsveç)" #: table_data.h:222 msgid "Named after Ytterby, a village in Sweden." msgstr "Ytterby, İsveçde bir köyde." #: table_data.h:223 msgid "Dysprosium" msgstr "Disprosyum" #: table_data.h:223 msgid "Soft. lustrous, silvery metal" msgstr "Yumuşak, parlak, gümüş gibi metal" #: table_data.h:223 msgid "Greek: dysprositos (hard to get at)." msgstr "Yunanlı: dysprositos" #: table_data.h:224 msgid "Holmium" msgstr "Holmiyum" #: table_data.h:224 msgid "Fairly soft, malleable, lustrous, silvery metal" msgstr "Hayli yumuşak, dövüleblir, parlak, gümüş gibi metal" #: table_data.h:224 table_data.h:227 msgid "1878 (Switzerland)" msgstr "1878 (İsviçre)" #: table_data.h:224 msgid "J.L. Soret" msgstr "J.L. Soret" #: table_data.h:224 msgid "Holmia, the Latinized name for Stockholm, Sweden." msgstr "Holmia, Latinceleştiren adı Stockholm, İsveç." #: table_data.h:225 msgid "Erbium" msgstr "Erbiyum" #: table_data.h:225 msgid "Soft, malleable, silvery metal" msgstr "Yumuşak, dövülebilir, gümüş gibi metal" #: table_data.h:225 msgid "Named after the Swedish town, Ytterby." msgstr "Ytterby, İsveçde bir kasabada." #: table_data.h:226 msgid "Thulium" msgstr "Tulyum" #: table_data.h:226 msgid "Soft, malleable, ductile, silvery metal" msgstr "Yumuşak, dövülebilir, sünek, gümüş gibi metal" #: table_data.h:226 msgid "Per Theodor Cleve" msgstr "Per Theodor Cleve" #: table_data.h:226 msgid "Thule, ancient name of Scandinavia." msgstr "Thule, İskandinavyanın eski zamandan kalma adı." #: table_data.h:227 msgid "Ytterbium" msgstr "İtterbiyum" #: table_data.h:227 msgid "Silvery, lustrous, malleable, and ductile metal" msgstr "Gümüş gibi, parlak, dövülebilir, ve sünek metal" #: table_data.h:227 msgid "Named for the Swedish village of Ytterby." msgstr "Ytterby, İsveçde bir köyde." #: table_data.h:229 msgid "Lutetium" msgstr "Lutesyum" #: table_data.h:229 msgid "Silvery-white, hard, dense, rare-earth metal" msgstr "Gümüş gibi-beyaz, sert, yoğun, seyrek-yeryüzü metal" #: table_data.h:229 msgid "1907 (France)" msgstr "1907 (Fransa)" #: table_data.h:229 msgid "Georges Urbain" msgstr "Georges Urbain" #: table_data.h:229 msgid "Named for the ancient name of Paris, Lutecia." msgstr "Parisin eski zamanlardan kalma ismi için adlandırıldı, Lutecia." #: table_data.h:230 msgid "Hafnium" msgstr "Hafniyum" #: table_data.h:230 msgid "Silvery, ductile metal" msgstr "Gümüş gibi, sünek metal" #: table_data.h:230 msgid "1923 (Denmark)" msgstr "1923 (Danimarka)" #: table_data.h:230 msgid "Dirk Coster, Georg von Hevesy" msgstr "Dirk Coster, Georg von Hevesy" #: table_data.h:230 msgid "Hafnia, the Latin name of Copenhagen." msgstr "Hafnia, Kopenhagın Latin adı." #: table_data.h:231 msgid "Tantalum" msgstr "Tantal" #: table_data.h:231 msgid "Gray, heavy, hard metal" msgstr "Gri, ağır, katı metal" #: table_data.h:231 msgid "1802 (Sweden)" msgstr "1802 (İsveç)" #: table_data.h:231 msgid "Anders Ekeberg" msgstr "Anders Ekeberg" #: table_data.h:231 msgid "King Tantalus of Greek mythology, father of Niobe." msgstr "Yunanlı mitolojinin Kral Tantalusu, Niobenin babası. " #: table_data.h:232 msgid "Tungsten" msgstr "Tungesten" #: table_data.h:232 msgid "Tough, steel-gray to white metal" msgstr "Sert, çelik-gri beyaz metal" #: table_data.h:232 msgid "1783 (Spain)" msgstr "1783 (İspanya)" #: table_data.h:232 msgid "Juan Jose, Fausto Elhuyar" msgstr "Juan Jose, Fausto Elhuyar" #: table_data.h:232 msgid "Swedish: tung sten (heavy stone): symbol from its German name wolfram." msgstr "İsveçli: tung sten (ağır taş)" #: table_data.h:233 msgid "Rhenium" msgstr "Renyum" #: table_data.h:233 msgid "Dense, silvery-white metal" msgstr "Yoğun, gümüş gibi-beyaz metal" #: table_data.h:233 msgid "1925 (Germany)" msgstr "1925 (Almanya)" #: table_data.h:233 msgid "Walter Noddack, Ida Tacke, Otto Berg" msgstr "Walter Noddack, Ida Tacke, Otto Berg" #: table_data.h:233 msgid "Latin: Rhenus, the Rhine River." msgstr "Latin: Rhenus, Ren Nehri." #: table_data.h:234 msgid "Osmium" msgstr "Osmiyum" #: table_data.h:234 msgid "Blue-white, lustrous, hard metal" msgstr "Mavi-beyaz, parlak, katı metal" #: table_data.h:234 msgid "1804 (England)" msgstr "1804 (İngiltere)" #: table_data.h:234 msgid "Smithson Tenant" msgstr "Smithson Tenant" #: table_data.h:234 msgid "Greek: osme (odor)." msgstr "Yunanlı: osme (koku)." #: table_data.h:235 msgid "Iridium" msgstr "İridyum" #: table_data.h:235 msgid "White, brittle metal" msgstr "Beyaz, kırılgan metal" #: table_data.h:235 msgid "1804 (England/France)" msgstr "1804 (İngiltere/Fransa)" #: table_data.h:235 msgid "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" msgstr "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" #: table_data.h:235 msgid "Latin: iris (rainbow)." msgstr "Latin: iris (gökkuşağı)." #: table_data.h:236 msgid "Platinum" msgstr "Platin" #: table_data.h:236 msgid "Very heavy, soft, silvery-white metal" msgstr "Çok ağır, yumuşak, gümüş gibi-beyaz metal" #: table_data.h:236 msgid "1735 (Italy)" msgstr "1735 (İtalya)" #: table_data.h:236 msgid "Julius Scaliger" msgstr "Julius Scaliger" #: table_data.h:236 msgid "Spanish: platina (little silver)." msgstr "İspanyol: platine (az gümüş)." #: table_data.h:237 msgid "Gold" msgstr "Altın" #: table_data.h:237 msgid "Soft, malleable, yellow metal" msgstr "Yumuşak, dövülebilir, sarı metal" #: table_data.h:237 msgid "Anglo-Saxon: geolo (yellow); symbol from Latin: aurum (shining dawn)." msgstr "Anglo-Sakson: geolo (sarı); Latinden sembol: aurum (parlak gün ağırır)." #: table_data.h:238 msgid "Mercury" msgstr "Civa" #: table_data.h:238 msgid "Heavy, silver-white metal that is in its liquid state at" msgstr "Ağır, gümüş-beyaz metal" #: table_data.h:238 msgid "The Roman god Mercury; symbol from Latin: hydrargyrus (liquid silver)." msgstr "Romalı tanrı Mercury; Latinden sembol: hydrargyrus (sıvı gümüş)." #: table_data.h:239 msgid "Thallium" msgstr "Talyum" #: table_data.h:239 msgid "Soft, gray metal" msgstr "Yumuşak, gri metal" #: table_data.h:239 msgid "1861 (England)" msgstr "1861 (İngiltere)" #: table_data.h:239 msgid "Sir William Crookes" msgstr "Sir William Crookes" #: table_data.h:239 msgid "Greek: thallos (green twig), for a bright green line in its spectrum." msgstr "Yunanlı: thallos (yeşil ince dal), spektrumda parlak yeşil çizgi için." #: table_data.h:240 msgid "Lead" msgstr "Kurşun" #: table_data.h:240 msgid "Very soft, highly malleable and ductile, blue-white shiny metal" msgstr "Çok yumuşak, yüksek derecede dövülebilir and sünek, mavi-beyaz ışıldayan metal" #: table_data.h:240 msgid "Anglo-Saxon: lead; symbol from Latin: plumbum." msgstr "Anglo-Sakson: kurşun; Latinden sembol: plumbum." #: table_data.h:241 msgid "Bismuth" msgstr "Bizmut" #: table_data.h:241 msgid "Hard, brittle, steel-gray metal with a pinkish tinge" msgstr "Sert, kırılgan, çelik-gri metal" #: table_data.h:241 msgid "German: bisemutum, (white mass), Now spelled wismut." msgstr "Alman: bisemutum (beyaz kütle)" #: table_data.h:242 msgid "Polonium" msgstr "Polonyum" #: table_data.h:242 table_data.h:247 msgid "1898 (France/Poland)" msgstr "1898 (Fransa/Polonya)" #: table_data.h:242 table_data.h:247 msgid "Pierre and Marie Curie-Sklodowska" msgstr "Pierre and Marie Curie-Sklodowska" #: table_data.h:242 msgid "Named for Poland, native country of Marie Curie." msgstr "Polanyanın yerli ülkesi için adlandırdı Marie Curie." #: table_data.h:243 msgid "Astatine" msgstr "Astatin" #: table_data.h:243 msgid "Unstable, radioactive halogen" msgstr "Kararsız, radyoaktif halojen" #: table_data.h:243 table_data.h:254 msgid "1940 (United States)" msgstr "1940 (Birleşmiş Devletler)" #: table_data.h:243 msgid "D.R.Corson, K.R.MacKenzie, E. Segre" msgstr "D.R.Corson, K.R.MacKenzie, E. Segre" #: table_data.h:243 msgid "Greek: astatos (unstable)." msgstr "Yunanlı: astatos (kararsız)." #: table_data.h:244 msgid "Radon" msgstr "Radon" #: table_data.h:244 msgid "Heavy radioactive gas" msgstr "Ağır radyoaktif gaz" #: table_data.h:244 msgid "1898 (Germany)" msgstr "1898 (Almanya)" #: table_data.h:244 msgid "Fredrich Ernst Dorn" msgstr "Fredrich Ernst Dorn" #: table_data.h:244 msgid "Variation of the name of another element, radium." msgstr "Başka elementin adının değişimi, radyum." #: table_data.h:246 msgid "Francium" msgstr "Fransiyum" #: table_data.h:246 msgid "1939 (France)" msgstr "1939 (Fransa)" #: table_data.h:246 msgid "Marguerite Derey" msgstr "Marguerite Derey" #: table_data.h:246 msgid "Named for France, the nation of its discovery." msgstr "Fransa ülkesinin bulunuşu için adlandırıldı." #: table_data.h:247 msgid "Radium" msgstr "Radyum" #: table_data.h:247 msgid "Silvery white, radioactive element" msgstr "Gümüş gibi-beyaz, radyoaktif element" #: table_data.h:247 msgid "Latin: radius (ray)." msgstr "Latin: radius (ışın)." #: table_data.h:249 msgid "Actinium" msgstr "Aktinyum" #: table_data.h:249 msgid "Heavy, Silvery-white metal that is very radioactive" msgstr "Ağır, Gümüş gibi-beyaz metal çok radyoaktif" #: table_data.h:249 msgid "1899 (France)" msgstr "1899 (Fransa)" #: table_data.h:249 msgid "Andre-Louis Debierne" msgstr "Andre-Louis Debierne" #: table_data.h:249 msgid "Greek: akis, aktinos (ray)." msgstr "Yunanlı: akis, aktinos (ışın)." #: table_data.h:250 msgid "Thorium" msgstr "Toryum" #: table_data.h:250 msgid "Gray, soft, malleable, ductile, radioactive metal" msgstr "Gri, yumuşak, dövülebilir, sünek, radyoaktif metal" #: table_data.h:250 msgid "1828 (Sweden)" msgstr "1828 (İsveç)" #: table_data.h:250 msgid "Named for Thor, Norse god of thunder." msgstr "Norveç gökgürültüsü tanrısı Thor için adlandırıldı." #: table_data.h:251 msgid "Protactinium" msgstr "Protaktinyum" #: table_data.h:251 table_data.h:254 table_data.h:255 msgid "Silvery-white, radioactive metal" msgstr "Gümüş gibi-beyaz, radyoaktif metal" #: table_data.h:251 msgid "1917 (England/France)" msgstr "1917 (İngiltere/Fransa)" #: table_data.h:251 msgid "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" msgstr "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" #: table_data.h:251 msgid "" "Greek: proto and actinium (parent of actinium); it forms actinium when it " "radioactively decays." msgstr "Yunanlı: proto ve actinium (aktinyumun ebeveyni)" #: table_data.h:252 msgid "Uranium" msgstr "Uranyum" #: table_data.h:252 msgid "Silvery-white, dense, ductile and malleable, radioactive metal." msgstr "Gümüş gibi-beyaz, yoğun, sünek ve dövülebilir, radyoaktif metal." #: table_data.h:252 msgid "Named for the planet Uranus." msgstr "Gezegen Uranüs için adlandırıldı." #: table_data.h:253 msgid "Neptunium" msgstr "Neptünyum" #: table_data.h:253 msgid "Silvery metal" msgstr "Gümüş gibi metal" #: table_data.h:253 msgid "E.M. McMillan, P.H. Abelson" msgstr "E.M. McMillan, P.H. Abelson" #: table_data.h:253 msgid "Named for the planet Neptune." msgstr "Gezegen Neptün için adlandırıldı." #: table_data.h:254 msgid "Plutonium" msgstr "Plutonyum" #: table_data.h:254 msgid "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" msgstr "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" #: table_data.h:254 msgid "Named for the planet Pluto." msgstr "Gezegen Plüton için adlandırıldı." #: table_data.h:255 msgid "Americium" msgstr "Amerikyum" #: table_data.h:255 msgid "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" msgstr "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" #: table_data.h:255 msgid "Named for the American continent, by analogy with europium." msgstr "Europiyum ile benzerliği nedeniyle Amerikan kıtası için adlandırıldı. " #: table_data.h:256 msgid "Curium" msgstr "Küriyum" #: table_data.h:256 msgid "Silvery, malleable, synthetic radioactive metal" msgstr "Gümüş gibi, dövülebilir, sentetik radyoaktif metal" #: table_data.h:256 msgid "1944 (United States)" msgstr "1944 (Birleşmiş Devletler)" #: table_data.h:256 msgid "G.T.Seaborg, R.A.James, A.Ghiorso" msgstr "G.T.Seaborg, R.A.James, A.Ghiorso" #: table_data.h:256 msgid "Named in honor of Pierre and Marie Curie." msgstr "Pierre and Marie Curie şerefine adlandırıldı." #: table_data.h:257 msgid "Berkelium" msgstr "Berkelyum" #: table_data.h:257 msgid "Radionactive synthetic metal" msgstr "Radyoaktif sentetik metal" #: table_data.h:257 msgid "1949 (United States)" msgstr "1949 (Birleşmiş Devletler)" #: table_data.h:257 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso" msgstr "G.T.Seaborg, S.G.Tompson, A.Ghiorso" #: table_data.h:257 msgid "Named after Berkeley, California the city of its discovery." msgstr "Berkeley, Kaliforniyanın keşfinden sonra adlandırdı." #: table_data.h:258 msgid "Californium" msgstr "Kaliforniyum" #: table_data.h:258 msgid "Powerful neutron emitter" msgstr "Güçlü nöron emitörü" #: table_data.h:258 msgid "1950 (United States)" msgstr "1950 (Birleşmiş Devletler)" #: table_data.h:258 table_data.h:261 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." msgstr "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." #: table_data.h:258 msgid "Named after the state and University of California." msgstr "Devlet ve Kaliforniya Üniversitesi." #: table_data.h:259 msgid "Einsteinium" msgstr "Einsteinyum" #: table_data.h:259 table_data.h:260 table_data.h:261 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 msgid "Radioactive, synthetic metal" msgstr "Radyoaktif, sentetik metal" #: table_data.h:259 msgid "1952 (United States)" msgstr "1952 (Birleşmiş Devletler)" #: table_data.h:259 table_data.h:260 msgid "Argonne, Los Alamos, U of Calif" msgstr "Argonne, Los Alamos, Kaliforniya Üniversitesi" #: table_data.h:259 msgid "Named in honor of the scientist Albert Einstein." msgstr "Bilim adamı Albert Einstein şerefine adlandırıldı." #: table_data.h:260 msgid "Fermium" msgstr "Fermiyum" #: table_data.h:260 msgid "1953 (United States)" msgstr "1953 (Birleşmiş Devletler)" #: table_data.h:260 msgid "Named in honor of the scientist Enrico Fermi." msgstr "Bilim adamı Enrico Fermi şerefine adlandırıldı." #: table_data.h:261 msgid "Mendelevium" msgstr "Mendelevyum" #: table_data.h:261 msgid "1955 (United States)" msgstr "1955 (Birleşmiş Devletler)" #: table_data.h:261 msgid "" "Named in honor of the scientist Dmitri Ivanovitch Mendeleyev, who devised " "the periodic table." msgstr "Periyodik tabloyu tasarlayan bilim adamı Dmitri Ivanovitch Mendeleyev şerefine adlandırıldı." #: table_data.h:262 msgid "Nobelium" msgstr "Nobelyum" #: table_data.h:262 msgid "Radioactive, synthetic metal." msgstr "Radyoaktif, sentetik metal" #: table_data.h:262 msgid "1957 (Sweden)" msgstr "1957 (İsveç)" #: table_data.h:262 msgid "Nobel Institute for Physics" msgstr "Fizik için Nobel Enstitü" #: table_data.h:262 msgid "" "Named in honor of Alfred Nobel, who invented dynamite and founded Nobel " "prize." msgstr "Dinamiti icat eden ve Nobel ödülü kazanan Alfred Nobel şerefine adlandırıldı." #: table_data.h:264 msgid "Lawrencium" msgstr "Lavrensiyum" #: table_data.h:264 msgid "1961 (United States)" msgstr "1961 (Birleşmiş Devletler)" #: table_data.h:264 msgid "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" msgstr "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" #: table_data.h:264 msgid "Named in honor of Ernest O. Lawrence, inventor of the cyclotron." msgstr "Siklotronun bulucusu Ernest O. Lawrence, şerefine adlandırıldı." #: table_data.h:265 msgid "Rutherfordium" msgstr "Rutherfordyum" #: table_data.h:265 msgid "1969 (United States)" msgstr "1969 (Birleşmiş Devletler)" #: table_data.h:265 table_data.h:266 msgid "A. Ghiorso, et al" msgstr "A. Ghiorso, et al" #: table_data.h:265 msgid "Named in honor of Ernest Rutherford" msgstr "Ernest Rutherford şerefine adlandırıldı" #: table_data.h:266 msgid "Dubnium" msgstr "Dubniyum" #: table_data.h:266 msgid "1970 (United States)" msgstr "1970 (Birleşmiş Devletler)" #: table_data.h:266 msgid "Named in honor of Otto Hahn" msgstr "Otto Hahn şerefine adlandırıldı" #: table_data.h:267 msgid "Seaborgium" msgstr "Seaborgiyum" #: table_data.h:267 msgid "1974 (USSR/United States)" msgstr "1974 (USSR/Birleşmiş Devletler)" #: table_data.h:267 msgid "Soviet Nuclear Research/ U. of Cal at Berkeley" msgstr "Soviet Nuclear Research/ U. of Cal. at Berkeley" #: table_data.h:267 msgid "" "Named in honor of Glenn Seaborg, American physical chemist known for " "research on transuranium elements." msgstr "Amerikalı fizik kimyageri olan Glenn Seaborgin, elementler üzerine araştırması için onun şerefine adlandırıldı." #: table_data.h:268 msgid "Bohrium" msgstr "Bohriyum" #: table_data.h:268 msgid "1976 (Germany)" msgstr "1976 (Almanya)" #: table_data.h:268 table_data.h:269 table_data.h:270 table_data.h:271 #: table_data.h:272 msgid "Heavy Ion Research Laboratory (HIRL)" msgstr "Ağır İyon Araştırma Laboratuvarı (HIRL)" #: table_data.h:268 msgid "Named in honor of Niels Bohr" msgstr "Niels Bohr şerefine adlandırıldı" #: table_data.h:269 msgid "Hassium" msgstr "Hassiyum" #: table_data.h:269 msgid "1984 (Germany)" msgstr "1984 (Almanya)" #: table_data.h:269 msgid "" "Named in honor of Henri Hess, Swiss born Russian chemist known for work in " "thermodydamics." msgstr "Henri Hess şerefine adlandırıldı.İsviçrede doğmuş Rus kimyager işi termo dinamikdi." #: table_data.h:270 msgid "Meitnerium" msgstr "Meiterniyum" #: table_data.h:270 msgid "1982 (Germany)" msgstr "1982 (Almanya)" #: table_data.h:270 msgid "Named in honor of Lise Mietner" msgstr "Lise Mietner şerefine adlandırıldı" #: table_data.h:271 msgid "Ununnilium" msgstr "Ununnilyum" #: table_data.h:271 table_data.h:272 msgid "1994 (Germany)" msgstr "1994 (Almanya)" #: table_data.h:271 msgid "Un (one) nun (one) nilium (zero)" msgstr "Un (bir) nun (bir) nilium (sıfır)" #: table_data.h:272 msgid "Unununium" msgstr "Unununiyum" #: table_data.h:272 msgid "Un (one) nun (one) unium (one)" msgstr "Un (bir) nun (bir) unium (bir)" #: table_data.h:273 msgid "Ununbium" msgstr "Ununbiyum" #: table_data.h:273 msgid "1996 (n/a)" msgstr "1996 (n/a)" #: table_data.h:274 msgid "Ununtrium" msgstr "Ununtriyum" #: table_data.h:274 table_data.h:276 table_data.h:278 msgid "n/a (n/a)" msgstr "n/a (n/a)" #: table_data.h:275 msgid "Ununquadium" msgstr "Ununkuadyum" #: table_data.h:275 table_data.h:277 table_data.h:279 msgid "1999 (n/a)" msgstr "1999 (n/a)" #: table_data.h:276 msgid "Ununpentium" msgstr "Ununpentiyum" #: table_data.h:277 msgid "Ununhexium" msgstr "Ununhexiyum" #: table_data.h:278 msgid "Ununseptium" msgstr "Ununseptiyum" #: table_data.h:279 msgid "Ununoctium" msgstr "Ununoktiyum" gperiodic-2.0.10/po/README0000644000076400007640000000421710645151735014776 0ustar jfrantzjfrantz Adding a translation to gperiodic --------------------------------- 1) Extract the strings from the source -------------------------------------- In the gperiodic top level directory, create the .po template (.pot): xgettext -k_ -kN_ *.c *.h -o po/gperiodic.pot 2) Update or create .po files ----------------------------- If there are any existing translations, XX.po files, then merge them: cd po msgmerge XX.po gperiodic.pot > XX.po.new mv XX.po.new XX.po Or, if this is a new translation, copy the template: cd po cp gperiodic.pot XX.po 3) Add translations ------------------- Edit XX.po to add translations for new strings, fix broken translations, and touch up fuzzy translations. 4) Make and install gperiodic with i18n enabled --------------------------------------------- If make is run from this directory instead of the top level dir, you must explicitely enable i18n in all the below examples by adding enable_nls=1 to the make command: make enable_nls=1 And for the install step: make install enable_nls=1 i18n will be automatically enabled when make is run from the top level dir. In either case, a make install will for each XX.po file create a XX.mo file and copy it to: $LOCALEDIR/XX/LC_MESSAGES/gperiodic.mo If there is no LOCALEDIR environment variable, then the default install will be to: /usr/share/locale/XX/LC_MESSAGES/gperiodic.mo But, if you want a different explicit install directory, do for example: make install LOCALEDIR=/usr/local/share/locale or (for bash) export LOCALEDIR=/usr/local/share/locale make install Other export lines: sh: export LOCALEDIR; LOCALEDIR=/usr/local/share/locale csh: setenv LOCALEDIR /usr/local/share/locale ============================================================================ Using a translation ------------------- A user must have localizations enabled for a translation to be used. To enable a localization, the LANG environment variable should be set via the command line or the shell login startup files. For example, to see the Swedish translation, a user should be able to: From bash: export LANG=sv_SE or from csh setenv LANG sv_SE gperiodic-2.0.10/po/gperiodic.pot0000644000076400007640000011337110645151735016611 0ustar jfrantzjfrantz# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-12-12 16:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: gperiodic.c:190 #, c-format msgid "" "%sAuthors:\n" "%s\n" "\n" "This program shows the periodic table of elements\n" "and information about these elements.\n" "\n" "Released under the GPL license." msgstr "" #: gperiodic.c:200 msgid "GPeriodic - About" msgstr "" #: gperiodic.c:225 msgid "" "GPeriodic [opts]\n" "Options are:\n" " -h show this help screen.\n" " -c color the elements according to their phase at\n" " temperature in Kelvins.\n" " -D dump the periodic table.\n" " -v be verbose\n" "\n" msgstr "" #: gperiodic.c:304 msgid "_File" msgstr "" #: gperiodic.c:305 msgid "_Help" msgstr "" #: gperiodic.c:306 msgid "E_xit" msgstr "" #: gperiodic.c:306 msgid "Exit the program" msgstr "" #: gperiodic.c:307 msgid "_About" msgstr "" #: gperiodic.c:307 msgid "About gperiodic" msgstr "" #: gperiodic.c:325 msgid "GPeriodic" msgstr "" #: gperiodic.c:368 msgid "No symbol for index" msgstr "" #: gperiodic.c:375 msgid "Error button was null?" msgstr "" #: gperiodic.c:386 #, c-format msgid "%s(%d) Setting color: %d %d %d" msgstr "" #: gperiodic.c:423 #, c-format msgid "%s n:%s w:%s" msgstr "" #: gperiodic.c:461 #, c-format msgid " Option -c error : %s is not a number.\n" msgstr "" #: gperiodic.c:465 #, c-format msgid " Option -c error : %s is not a valid number (must be > 0).\n" msgstr "" #: gperiodic.c:493 #, c-format msgid "" "\n" " Unknown element : %s. Exiting.\n" "\n" msgstr "" #: gperiodic.c:498 msgid "" "\n" " Element number exceeds existing elements. Exiting.\n" "\n" msgstr "" #: table_data.h:36 msgid "Name: " msgstr "" #: table_data.h:37 msgid "Symbol: " msgstr "" #: table_data.h:38 msgid "Atomic Number: " msgstr "" #: table_data.h:39 msgid "Atomic Weight (u.m): " msgstr "" #: table_data.h:40 msgid "Density (g/cm3) : " msgstr "" #: table_data.h:41 msgid "Melting Point (K): " msgstr "" #: table_data.h:42 msgid "Boiling Point (K): " msgstr "" #: table_data.h:43 msgid "Atomic Radius (pm): " msgstr "" #: table_data.h:44 msgid "Covalent Radius (pm): " msgstr "" #: table_data.h:45 msgid "Ionic Radius (pm): " msgstr "" #: table_data.h:46 msgid "Atomic Volume (cm3/mol): " msgstr "" #: table_data.h:47 msgid "Specific Heat (@20" msgstr "" #: table_data.h:47 msgid "C J/g mol): " msgstr "" #: table_data.h:48 msgid "Fusion Heat (kJ/mol): " msgstr "" #: table_data.h:49 msgid "Evaporation Heat (kJ/mol): " msgstr "" #: table_data.h:50 msgid "Termal Conductivity (@25" msgstr "" #: table_data.h:50 msgid "C W/m K): " msgstr "" #: table_data.h:51 msgid "Debye temperature (K): " msgstr "" #: table_data.h:52 msgid "Pauling Negativity Number: " msgstr "" #: table_data.h:53 msgid "First Ionizing Energy (kJ/mol): " msgstr "" #: table_data.h:54 msgid "Oxidation states: " msgstr "" #: table_data.h:55 msgid "Electronic Configuration: " msgstr "" #: table_data.h:56 msgid "Lattice structure: " msgstr "" #: table_data.h:57 msgid "Lattice constant (" msgstr "" #: table_data.h:57 msgid "): " msgstr "" #: table_data.h:58 msgid "Lattice c/a ratio: " msgstr "" #: table_data.h:59 msgid "Appearance: " msgstr "" #: table_data.h:60 msgid "Discovery date: " msgstr "" #: table_data.h:61 msgid "Discovered by: " msgstr "" #: table_data.h:62 msgid "Named after: " msgstr "" #: table_data.h:87 table_data.h:103 table_data.h:153 table_data.h:155 #: table_data.h:158 table_data.h:159 table_data.h:160 table_data.h:161 #: table_data.h:162 table_data.h:164 table_data.h:166 table_data.h:167 #: table_data.h:168 table_data.h:169 table_data.h:170 table_data.h:171 #: table_data.h:173 table_data.h:174 table_data.h:175 table_data.h:176 #: table_data.h:177 table_data.h:178 table_data.h:179 table_data.h:180 #: table_data.h:181 table_data.h:182 table_data.h:183 table_data.h:184 #: table_data.h:185 table_data.h:186 table_data.h:187 table_data.h:188 #: table_data.h:189 table_data.h:190 table_data.h:192 table_data.h:193 #: table_data.h:194 table_data.h:196 table_data.h:197 table_data.h:198 #: table_data.h:199 table_data.h:200 table_data.h:201 table_data.h:202 #: table_data.h:204 table_data.h:205 table_data.h:206 table_data.h:207 #: table_data.h:208 table_data.h:209 table_data.h:211 table_data.h:212 #: table_data.h:215 table_data.h:216 table_data.h:217 table_data.h:218 #: table_data.h:219 table_data.h:220 table_data.h:221 table_data.h:222 #: table_data.h:223 table_data.h:224 table_data.h:225 table_data.h:226 #: table_data.h:227 table_data.h:229 table_data.h:230 table_data.h:231 #: table_data.h:232 table_data.h:234 table_data.h:235 table_data.h:236 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 #: table_data.h:242 table_data.h:243 table_data.h:244 table_data.h:246 #: table_data.h:247 table_data.h:249 table_data.h:250 table_data.h:251 #: table_data.h:252 table_data.h:253 table_data.h:254 table_data.h:255 #: table_data.h:256 table_data.h:257 table_data.h:258 table_data.h:259 #: table_data.h:260 table_data.h:261 table_data.h:262 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 #: table_data.h:269 table_data.h:270 table_data.h:271 table_data.h:272 #: table_data.h:273 table_data.h:274 table_data.h:275 table_data.h:276 #: table_data.h:277 table_data.h:278 table_data.h:279 msgid "n/a" msgstr "" #: table_data.h:152 msgid "Hydrogen" msgstr "" #: table_data.h:152 table_data.h:162 msgid "Colorless, odorless, tasteless gas" msgstr "" #: table_data.h:152 msgid "1766 (England)" msgstr "" #: table_data.h:152 msgid "Henry Cavendish" msgstr "" #: table_data.h:152 msgid "Greek: hydro (water) and genes (generate)" msgstr "" #: table_data.h:153 msgid "Helium" msgstr "" #: table_data.h:153 msgid "Inert, colorless, odorless, tasteless gas" msgstr "" #: table_data.h:153 msgid "1895 (Scotland/Sweden)" msgstr "" #: table_data.h:153 msgid "Sir William Ramsey, Nils Langet, P.T.Cleve" msgstr "" #: table_data.h:153 msgid "Greek: helios (sun)." msgstr "" #: table_data.h:155 msgid "Lithium" msgstr "" #: table_data.h:155 table_data.h:164 table_data.h:220 msgid "Soft, silvery-white metal" msgstr "" #: table_data.h:155 msgid "1817 (Sweden)" msgstr "" #: table_data.h:155 msgid "Johann Arfwedson" msgstr "" #: table_data.h:155 msgid "Greek: lithos (stone)." msgstr "" #: table_data.h:156 msgid "Beryllium" msgstr "" #: table_data.h:156 msgid "Hard, brittle, steel-gray metal" msgstr "" #: table_data.h:156 msgid "1798 (France)" msgstr "" #: table_data.h:156 msgid "Louis-Nicholas Vauquelin" msgstr "" #: table_data.h:156 msgid "Greek: beryllos, 'beryl' (a mineral)." msgstr "" #: table_data.h:157 msgid "Boron" msgstr "" #: table_data.h:157 msgid "Hard, brittle, lustrous black semimetal" msgstr "" #: table_data.h:157 msgid "1808 (England/France)" msgstr "" #: table_data.h:157 msgid "Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard" msgstr "" #: table_data.h:157 msgid "The Arabic and Persian words for borax." msgstr "" #: table_data.h:158 msgid "Carbon" msgstr "" #: table_data.h:158 msgid "Dense, Black" msgstr "" #: table_data.h:158 table_data.h:169 table_data.h:180 table_data.h:183 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "n/a (Unknown)" msgstr "" #: table_data.h:158 msgid "Known to the ancients" msgstr "" #: table_data.h:158 msgid "Latin: carbo, (charcoal)." msgstr "" #: table_data.h:159 msgid "Nitrogen" msgstr "" #: table_data.h:159 msgid "Colorless, odorless, tasteless, and generally inert gas" msgstr "" #: table_data.h:159 msgid "1772 (Scotland)" msgstr "" #: table_data.h:159 msgid "Daniel Rutherford" msgstr "" #: table_data.h:159 msgid "Greek: nitron and genes, (soda forming)." msgstr "" #: table_data.h:160 msgid "Oxygen" msgstr "" #: table_data.h:160 msgid "Colorless, odorless, tasteless gas; pale blue liquid" msgstr "" #: table_data.h:160 msgid "1774 (England/Sweden)" msgstr "" #: table_data.h:160 msgid "Joseph Priestly, Carl Wilhelm Scheele" msgstr "" #: table_data.h:160 msgid "Greek: oxys and genes, (acid former)." msgstr "" #: table_data.h:161 msgid "Fluorine" msgstr "" #: table_data.h:161 msgid "Greenish-yellow, pungent, corrosive gas" msgstr "" #: table_data.h:161 table_data.h:223 msgid "1886 (France)" msgstr "" #: table_data.h:161 msgid "Henri Moissan" msgstr "" #: table_data.h:161 msgid "Latin: fluere (flow)." msgstr "" #: table_data.h:162 msgid "Neon" msgstr "" #: table_data.h:162 table_data.h:209 msgid "1898 (England)" msgstr "" #: table_data.h:162 table_data.h:190 msgid "Sir William Ramsey, M.W. Travers" msgstr "" #: table_data.h:162 msgid "Greek: neos (new)." msgstr "" #: table_data.h:164 msgid "Sodium" msgstr "" #: table_data.h:164 table_data.h:173 msgid "1807 (England)" msgstr "" #: table_data.h:164 table_data.h:165 table_data.h:173 table_data.h:174 #: table_data.h:212 msgid "Sir Humphrey Davy" msgstr "" #: table_data.h:164 msgid "" "Medieval Latin: sodanum, (headache remedy); symbol from Latin natrium, " "(sodium carbonate)." msgstr "" #: table_data.h:165 msgid "Magnesium" msgstr "" #: table_data.h:165 msgid "Lightweight, malleable, silvery-white metal" msgstr "" #: table_data.h:165 table_data.h:174 table_data.h:212 msgid "1808 (England)" msgstr "" #: table_data.h:165 msgid "Magnesia, ancient city in district of Thessaly, Greece." msgstr "" #: table_data.h:166 msgid "Aluminum" msgstr "" #: table_data.h:166 msgid "Soft, lightweight, silvery-white metal" msgstr "" #: table_data.h:166 msgid "1825 (Denmark)" msgstr "" #: table_data.h:166 msgid "Hans Christian Oersted" msgstr "" #: table_data.h:166 msgid "Latin: alumen, aluminis, (alum)." msgstr "" #: table_data.h:167 msgid "Silicon" msgstr "" #: table_data.h:167 msgid "Amorphous form is brown powder; crystalline form has a gray" msgstr "" #: table_data.h:167 msgid "1824 (Sweden)" msgstr "" #: table_data.h:167 table_data.h:188 table_data.h:250 msgid "Jons Jacob Berzelius" msgstr "" #: table_data.h:167 msgid "Latin: silex, silicus, (flint)." msgstr "" #: table_data.h:168 msgid "Phosphorus" msgstr "" #: table_data.h:168 msgid "1.82 (white phosphorus)" msgstr "" #: table_data.h:168 msgid "The most common white form is a waxy, phosphorescent solid" msgstr "" #: table_data.h:168 msgid "1669 (Germany)" msgstr "" #: table_data.h:168 msgid "Hennig Brand" msgstr "" #: table_data.h:168 msgid "Greek: phosphoros, (bringer of light)." msgstr "" #: table_data.h:169 msgid "Sulfur" msgstr "" #: table_data.h:169 msgid "Tasteless, odorless, light-yellow, brittle solid" msgstr "" #: table_data.h:169 table_data.h:180 table_data.h:183 table_data.h:184 #: table_data.h:187 table_data.h:202 table_data.h:205 table_data.h:206 #: table_data.h:237 table_data.h:238 table_data.h:240 table_data.h:241 msgid "Known to the ancients." msgstr "" #: table_data.h:169 msgid "Latin: sulphur (brimstone)." msgstr "" #: table_data.h:170 msgid "Chlorine" msgstr "" #: table_data.h:170 msgid "Greenish-yellow, disagreeable gas" msgstr "" #: table_data.h:170 table_data.h:179 msgid "1774 (Sweden)" msgstr "" #: table_data.h:170 table_data.h:197 msgid "Carl Wilhelm Scheele" msgstr "" #: table_data.h:170 msgid "Greek: chloros (greenish yellow)." msgstr "" #: table_data.h:171 msgid "Argon" msgstr "" #: table_data.h:171 msgid "Colorless, tasteless, odorless noble gas" msgstr "" #: table_data.h:171 msgid "1894 (Scotland)" msgstr "" #: table_data.h:171 msgid "Sir William Ramsey, Baron Rayleigh" msgstr "" #: table_data.h:171 msgid "Greek: argos (inactive)." msgstr "" #: table_data.h:173 msgid "Potassium" msgstr "" #: table_data.h:173 msgid "Soft, waxy, silvery-white metal" msgstr "" #: table_data.h:173 msgid "English: pot ash; symbol from Latin: kalium, (alkali)." msgstr "" #: table_data.h:174 msgid "Calcium" msgstr "" #: table_data.h:174 msgid "Fairly hard, silvery-white metal" msgstr "" #: table_data.h:174 msgid "Latin: calx, calcis (lime)." msgstr "" #: table_data.h:175 msgid "Scandium" msgstr "" #: table_data.h:175 msgid "Fairly soft, silvery-white metal" msgstr "" #: table_data.h:175 table_data.h:226 msgid "1879 (Sweden)" msgstr "" #: table_data.h:175 msgid "Lars Nilson" msgstr "" #: table_data.h:175 msgid "Latin: Scandia, Scandinavia." msgstr "" #: table_data.h:176 msgid "Titanium" msgstr "" #: table_data.h:176 msgid "Shiny, dark-gray metal" msgstr "" #: table_data.h:176 msgid "1791 (England)" msgstr "" #: table_data.h:176 msgid "William Gregor" msgstr "" #: table_data.h:176 msgid "Greek: titanos (Titans)." msgstr "" #: table_data.h:177 msgid "Vanadium" msgstr "" #: table_data.h:177 table_data.h:221 msgid "Soft, ductile, silvery-white metal" msgstr "" #: table_data.h:177 msgid "1830 (Sweden)" msgstr "" #: table_data.h:177 msgid "Nils Gabriel Sefstrom" msgstr "" #: table_data.h:177 msgid "The scandinavian goddess, Vanadis." msgstr "" #: table_data.h:178 msgid "Chromium" msgstr "" #: table_data.h:178 msgid "Very hard, crystalline, steel-gray metal" msgstr "" #: table_data.h:178 msgid "1797 (France)" msgstr "" #: table_data.h:178 msgid "Louis Vauquelin" msgstr "" #: table_data.h:178 msgid "Greek: chroma (color)." msgstr "" #: table_data.h:179 msgid "Manganese" msgstr "" #: table_data.h:179 msgid "Hard, brittle, gray-white metal" msgstr "" #: table_data.h:179 msgid "Johann Gahn" msgstr "" #: table_data.h:179 msgid "Latin: magnes (magnet); Italian: manganese." msgstr "" #: table_data.h:180 msgid "Iron" msgstr "" #: table_data.h:180 msgid "Malleable, ductile, silvery-white metal" msgstr "" #: table_data.h:180 msgid "Anglo-Saxon: iron; symbol from Latin: ferrum (iron)." msgstr "" #: table_data.h:181 msgid "Cobalt" msgstr "" #: table_data.h:181 msgid "Hard, ductile, lustrous bluish-gray metal" msgstr "" #: table_data.h:181 msgid "1739 (Sweden)" msgstr "" #: table_data.h:181 msgid "George Brandt" msgstr "" #: table_data.h:181 msgid "German: kobold (goblin)." msgstr "" #: table_data.h:182 msgid "Nickel" msgstr "" #: table_data.h:182 msgid "Hard, malleable, silvery-white metal" msgstr "" #: table_data.h:182 msgid "1751 (Sweden)" msgstr "" #: table_data.h:182 msgid "Axel Cronstedt" msgstr "" #: table_data.h:182 msgid "German: kupfernickel (false copper)." msgstr "" #: table_data.h:183 msgid "Copper" msgstr "" #: table_data.h:183 msgid "Malleable, ductile, reddish-brown metal" msgstr "" #: table_data.h:183 msgid "" "Symbol from Latin: cuprum (island of Cyprus famed for its copper mines)." msgstr "" #: table_data.h:184 msgid "Zinc" msgstr "" #: table_data.h:184 msgid "Bluish-silver, ductile metal" msgstr "" #: table_data.h:184 msgid "n/a (Germany)" msgstr "" #: table_data.h:184 msgid "German: zink (German for tin)." msgstr "" #: table_data.h:185 msgid "Gallium" msgstr "" #: table_data.h:185 msgid "Soft, blue-white metal" msgstr "" #: table_data.h:185 msgid "1875 (France)" msgstr "" #: table_data.h:185 table_data.h:223 msgid "Paul-Emile Lecoq de Boisbaudran" msgstr "" #: table_data.h:185 msgid "Latin: Gallia (France)." msgstr "" #: table_data.h:186 msgid "Germanium" msgstr "" #: table_data.h:186 msgid "Grayish-white metal" msgstr "" #: table_data.h:186 msgid "1886 (Germany)" msgstr "" #: table_data.h:186 msgid "Clemens Winkler" msgstr "" #: table_data.h:186 msgid "Latin: Germania (Germany)." msgstr "" #: table_data.h:187 msgid "Arsenic" msgstr "" #: table_data.h:187 msgid "5.73 (grey arsenic)" msgstr "" #: table_data.h:187 msgid "Steel gray, brittle semimetal" msgstr "" #: table_data.h:187 msgid "Greek: arsenikon; Latin: arsenicum, (both names for yellow pigment)." msgstr "" #: table_data.h:188 msgid "Selenium" msgstr "" #: table_data.h:188 msgid "A soft metalloid similar to sulfur" msgstr "" #: table_data.h:188 msgid "1818 (Sweden)" msgstr "" #: table_data.h:188 msgid "Greek: selene (moon)." msgstr "" #: table_data.h:189 msgid "Bromine" msgstr "" #: table_data.h:189 msgid "Reddish-brown liquid" msgstr "" #: table_data.h:189 msgid "1826 (France)" msgstr "" #: table_data.h:189 msgid "Antoine J. Balard" msgstr "" #: table_data.h:189 msgid "Greek: bromos (stench)." msgstr "" #: table_data.h:190 msgid "Krypton" msgstr "" #: table_data.h:190 msgid "Dense, colorless, odorless, and tasteless gas" msgstr "" #: table_data.h:190 msgid "1898 (Great Britain)" msgstr "" #: table_data.h:190 msgid "Greek: kryptos (hidden)." msgstr "" #: table_data.h:192 msgid "Rubidium" msgstr "" #: table_data.h:192 msgid "1861 (Germany)" msgstr "" #: table_data.h:192 msgid "R. Bunsen, G. Kirchoff" msgstr "" #: table_data.h:192 msgid "Latin: rubidus (deep red); the color its salts impart to flames." msgstr "" #: table_data.h:193 msgid "Strontium" msgstr "" #: table_data.h:193 msgid "Silvery, malleable metal" msgstr "" #: table_data.h:193 msgid "1790 (Scotland)" msgstr "" #: table_data.h:193 msgid "A. Crawford" msgstr "" #: table_data.h:193 msgid "The Scottish town, Strontian." msgstr "" #: table_data.h:194 msgid "Yttrium" msgstr "" #: table_data.h:194 msgid "Silvery, ductile, fairly reactive metal" msgstr "" #: table_data.h:194 msgid "1789 (Finland)" msgstr "" #: table_data.h:194 msgid "Johann Gadolin" msgstr "" #: table_data.h:194 msgid "" "The Swedish village, Ytterby, where one of its minerals was first found." msgstr "" #: table_data.h:195 msgid "Zirconium" msgstr "" #: table_data.h:195 msgid "Gray-white, lustrous, corrosion-resistant metal" msgstr "" #: table_data.h:195 table_data.h:252 msgid "1789 (Germany)" msgstr "" #: table_data.h:195 table_data.h:252 msgid "Martin Klaproth" msgstr "" #: table_data.h:195 msgid "The mineral, zircon." msgstr "" #: table_data.h:196 msgid "Niobium" msgstr "" #: table_data.h:196 msgid "Shiny white, soft, ductile metal" msgstr "" #: table_data.h:196 msgid "1801 (England)" msgstr "" #: table_data.h:196 msgid "Charles Hatchet" msgstr "" #: table_data.h:196 msgid "Niobe; daughter of the mythical Greek king Tantalus." msgstr "" #: table_data.h:197 msgid "Molybdenum" msgstr "" #: table_data.h:197 table_data.h:200 msgid "Silvery white, hard metal" msgstr "" #: table_data.h:197 msgid "1778 (Sweden)" msgstr "" #: table_data.h:197 msgid "Greek: molybdos (lead)." msgstr "" #: table_data.h:198 msgid "Technetium" msgstr "" #: table_data.h:198 table_data.h:242 msgid "Silvery-gray metal" msgstr "" #: table_data.h:198 msgid "1937 (Italy)" msgstr "" #: table_data.h:198 msgid "Carlo Perrier, Emilio Segre" msgstr "" #: table_data.h:198 msgid "Greek: technetos (artificial)." msgstr "" #: table_data.h:199 msgid "Ruthenium" msgstr "" #: table_data.h:199 msgid "Rare, silver-gray, extremely brittle metal" msgstr "" #: table_data.h:199 msgid "1844 (Russia)" msgstr "" #: table_data.h:199 msgid "Karl Klaus" msgstr "" #: table_data.h:199 msgid "Latin: Ruthenia (Russia)." msgstr "" #: table_data.h:200 msgid "Rhodium" msgstr "" #: table_data.h:200 table_data.h:201 msgid "1803 (England)" msgstr "" #: table_data.h:200 table_data.h:201 msgid "William Wollaston" msgstr "" #: table_data.h:200 msgid "Greek: rhodon (rose). Its salts give a rosy solution." msgstr "" #: table_data.h:201 msgid "Palladium" msgstr "" #: table_data.h:201 table_data.h:205 msgid "Silvery-white, soft, malleable and ductile metal" msgstr "" #: table_data.h:201 msgid "Named after the asteroid, Pallas, discovered in 1803." msgstr "" #: table_data.h:202 msgid "Silver" msgstr "" #: table_data.h:202 msgid "Silvery-ductile, and malleable metal" msgstr "" #: table_data.h:202 msgid "Anglo-Saxon: siolful, (silver); symbol from Latin: argentium." msgstr "" #: table_data.h:203 msgid "Cadmium" msgstr "" #: table_data.h:203 msgid "Soft, malleable, blue-white metal" msgstr "" #: table_data.h:203 msgid "1817 (Germany)" msgstr "" #: table_data.h:203 msgid "Fredrich Stromeyer" msgstr "" #: table_data.h:203 msgid "Greek: kadmeia (ancient name for calamine (zinc oxide))." msgstr "" #: table_data.h:204 msgid "Indium" msgstr "" #: table_data.h:204 msgid "Very soft, silvery-white metal" msgstr "" #: table_data.h:204 msgid "1863 (Germany)" msgstr "" #: table_data.h:204 msgid "Ferdinand Reich, T. Richter" msgstr "" #: table_data.h:204 msgid "Latin: indicum (color indigo), the color it shows in a spectroscope." msgstr "" #: table_data.h:205 msgid "Tin" msgstr "" #: table_data.h:205 msgid "Named after Etruscan god, Tinia; symbol from Latin: stannum (tin)." msgstr "" #: table_data.h:206 msgid "Antimony" msgstr "" #: table_data.h:206 msgid "Hard, silvery-white, brittle semimetal" msgstr "" #: table_data.h:206 msgid "Greek: anti and monos (not alone); symbol from mineral stibnite." msgstr "" #: table_data.h:207 msgid "Tellurium" msgstr "" #: table_data.h:207 msgid "Silvery-white, brittle semimetal" msgstr "" #: table_data.h:207 msgid "1782 (Romania)" msgstr "" #: table_data.h:207 msgid "Franz Joseph Meller von Reichenstein" msgstr "" #: table_data.h:207 msgid "Latin: tellus (earth)." msgstr "" #: table_data.h:208 msgid "Iodine" msgstr "" #: table_data.h:208 msgid "Shiny, black nonmetallic solid" msgstr "" #: table_data.h:208 msgid "1811 (France)" msgstr "" #: table_data.h:208 msgid "Bernard Courtois" msgstr "" #: table_data.h:209 msgid "Xenon" msgstr "" #: table_data.h:209 msgid "Heavy, colorless, and odorless noble gas" msgstr "" #: table_data.h:209 msgid "Sir William Ramsay; M. W. Travers" msgstr "" #: table_data.h:209 msgid "Greek: xenos (strange)." msgstr "" #: table_data.h:211 msgid "Cesium" msgstr "" #: table_data.h:211 msgid "Very soft, ductile, light gray metal" msgstr "" #: table_data.h:211 msgid "1860 (Germany)" msgstr "" #: table_data.h:211 msgid "Gustov Kirchoff, Robert Bunsen" msgstr "" #: table_data.h:211 msgid "Latin: coesius (sky blue); for the blue lines of its spectrum." msgstr "" #: table_data.h:212 msgid "Barium" msgstr "" #: table_data.h:212 msgid "Soft, slightly malleable, silver-white metal" msgstr "" #: table_data.h:212 msgid "Greek: barys (heavy or dense)." msgstr "" #: table_data.h:214 msgid "Lanthanum" msgstr "" #: table_data.h:214 msgid "Silvery-white, soft, malleable, and ductile metal" msgstr "" #: table_data.h:214 msgid "1839 (Sweden)" msgstr "" #: table_data.h:214 table_data.h:222 table_data.h:225 msgid "Carl Mosander" msgstr "" #: table_data.h:214 msgid "Greek: lanthanein (to be hidden)." msgstr "" #: table_data.h:215 msgid "Cerium" msgstr "" #: table_data.h:215 msgid "Malleable, ductile, iron-gray metal" msgstr "" #: table_data.h:215 msgid "1803 (Sweden/Germany)" msgstr "" #: table_data.h:215 msgid "W. von Hisinger, J. Berzelius, M. Klaproth" msgstr "" #: table_data.h:215 msgid "" "Named after the asteroid, Ceres, discovered two years before the element." msgstr "" #: table_data.h:216 msgid "Praseodymium" msgstr "" #: table_data.h:216 msgid "Silvery white, moderately soft, malleable, and ductile metal" msgstr "" #: table_data.h:216 msgid "1885 (Austria)" msgstr "" #: table_data.h:216 table_data.h:217 msgid "C.F. Aver von Welsbach" msgstr "" #: table_data.h:216 msgid "Greek: prasios and didymos (green twin); from its green salts." msgstr "" #: table_data.h:217 msgid "Neodymium" msgstr "" #: table_data.h:217 msgid "Silvery-white, rare-earth metal that oxidizes easily in air" msgstr "" #: table_data.h:217 msgid "1925 (Austria)" msgstr "" #: table_data.h:217 msgid "Greek: neos and didymos (new twin)." msgstr "" #: table_data.h:218 msgid "Promethium" msgstr "" #: table_data.h:218 table_data.h:255 msgid "1945 (United States)" msgstr "" #: table_data.h:218 msgid "J.A. Marinsky, L.E. Glendenin, C.D. Coryell" msgstr "" #: table_data.h:218 msgid "Named for the Greek god, Prometheus." msgstr "" #: table_data.h:219 msgid "Samarium" msgstr "" #: table_data.h:219 msgid "Silvery rare-earth metal" msgstr "" #: table_data.h:219 msgid "1853 (France)" msgstr "" #: table_data.h:219 msgid "Jean Charles Galissard de Marignac" msgstr "" #: table_data.h:219 msgid "Named after the mineral samarskite." msgstr "" #: table_data.h:220 msgid "Europium" msgstr "" #: table_data.h:220 msgid "1901 (France)" msgstr "" #: table_data.h:220 msgid "Eugene-Antole Demarcay" msgstr "" #: table_data.h:220 msgid "Named for the continent of Europe." msgstr "" #: table_data.h:221 msgid "Gadolinium" msgstr "" #: table_data.h:221 msgid "1880 (Switzerland)" msgstr "" #: table_data.h:221 table_data.h:227 msgid "Jean de Marignac" msgstr "" #: table_data.h:221 msgid "Named after the mineral gadolinite." msgstr "" #: table_data.h:222 msgid "Terbium" msgstr "" #: table_data.h:222 msgid "Soft, ductile, silvery-gray, rare-earth metal" msgstr "" #: table_data.h:222 table_data.h:225 msgid "1843 (Sweden)" msgstr "" #: table_data.h:222 msgid "Named after Ytterby, a village in Sweden." msgstr "" #: table_data.h:223 msgid "Dysprosium" msgstr "" #: table_data.h:223 msgid "Soft. lustrous, silvery metal" msgstr "" #: table_data.h:223 msgid "Greek: dysprositos (hard to get at)." msgstr "" #: table_data.h:224 msgid "Holmium" msgstr "" #: table_data.h:224 msgid "Fairly soft, malleable, lustrous, silvery metal" msgstr "" #: table_data.h:224 table_data.h:227 msgid "1878 (Switzerland)" msgstr "" #: table_data.h:224 msgid "J.L. Soret" msgstr "" #: table_data.h:224 msgid "Holmia, the Latinized name for Stockholm, Sweden." msgstr "" #: table_data.h:225 msgid "Erbium" msgstr "" #: table_data.h:225 msgid "Soft, malleable, silvery metal" msgstr "" #: table_data.h:225 msgid "Named after the Swedish town, Ytterby." msgstr "" #: table_data.h:226 msgid "Thulium" msgstr "" #: table_data.h:226 msgid "Soft, malleable, ductile, silvery metal" msgstr "" #: table_data.h:226 msgid "Per Theodor Cleve" msgstr "" #: table_data.h:226 msgid "Thule, ancient name of Scandinavia." msgstr "" #: table_data.h:227 msgid "Ytterbium" msgstr "" #: table_data.h:227 msgid "Silvery, lustrous, malleable, and ductile metal" msgstr "" #: table_data.h:227 msgid "Named for the Swedish village of Ytterby." msgstr "" #: table_data.h:229 msgid "Lutetium" msgstr "" #: table_data.h:229 msgid "Silvery-white, hard, dense, rare-earth metal" msgstr "" #: table_data.h:229 msgid "1907 (France)" msgstr "" #: table_data.h:229 msgid "Georges Urbain" msgstr "" #: table_data.h:229 msgid "Named for the ancient name of Paris, Lutecia." msgstr "" #: table_data.h:230 msgid "Hafnium" msgstr "" #: table_data.h:230 msgid "Silvery, ductile metal" msgstr "" #: table_data.h:230 msgid "1923 (Denmark)" msgstr "" #: table_data.h:230 msgid "Dirk Coster, Georg von Hevesy" msgstr "" #: table_data.h:230 msgid "Hafnia, the Latin name of Copenhagen." msgstr "" #: table_data.h:231 msgid "Tantalum" msgstr "" #: table_data.h:231 msgid "Gray, heavy, hard metal" msgstr "" #: table_data.h:231 msgid "1802 (Sweden)" msgstr "" #: table_data.h:231 msgid "Anders Ekeberg" msgstr "" #: table_data.h:231 msgid "King Tantalus of Greek mythology, father of Niobe." msgstr "" #: table_data.h:232 msgid "Tungsten" msgstr "" #: table_data.h:232 msgid "Tough, steel-gray to white metal" msgstr "" #: table_data.h:232 msgid "1783 (Spain)" msgstr "" #: table_data.h:232 msgid "Juan Jose, Fausto Elhuyar" msgstr "" #: table_data.h:232 msgid "Swedish: tung sten (heavy stone): symbol from its German name wolfram." msgstr "" #: table_data.h:233 msgid "Rhenium" msgstr "" #: table_data.h:233 msgid "Dense, silvery-white metal" msgstr "" #: table_data.h:233 msgid "1925 (Germany)" msgstr "" #: table_data.h:233 msgid "Walter Noddack, Ida Tacke, Otto Berg" msgstr "" #: table_data.h:233 msgid "Latin: Rhenus, the Rhine River." msgstr "" #: table_data.h:234 msgid "Osmium" msgstr "" #: table_data.h:234 msgid "Blue-white, lustrous, hard metal" msgstr "" #: table_data.h:234 msgid "1804 (England)" msgstr "" #: table_data.h:234 msgid "Smithson Tenant" msgstr "" #: table_data.h:234 msgid "Greek: osme (odor)." msgstr "" #: table_data.h:235 msgid "Iridium" msgstr "" #: table_data.h:235 msgid "White, brittle metal" msgstr "" #: table_data.h:235 msgid "1804 (England/France)" msgstr "" #: table_data.h:235 msgid "S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils" msgstr "" #: table_data.h:235 msgid "Latin: iris (rainbow)." msgstr "" #: table_data.h:236 msgid "Platinum" msgstr "" #: table_data.h:236 msgid "Very heavy, soft, silvery-white metal" msgstr "" #: table_data.h:236 msgid "1735 (Italy)" msgstr "" #: table_data.h:236 msgid "Julius Scaliger" msgstr "" #: table_data.h:236 msgid "Spanish: platina (little silver)." msgstr "" #: table_data.h:237 msgid "Gold" msgstr "" #: table_data.h:237 msgid "Soft, malleable, yellow metal" msgstr "" #: table_data.h:237 msgid "Anglo-Saxon: geolo (yellow); symbol from Latin: aurum (shining dawn)." msgstr "" #: table_data.h:238 msgid "Mercury" msgstr "" #: table_data.h:238 msgid "Heavy, silver-white metal that is in its liquid state at" msgstr "" #: table_data.h:238 msgid "The Roman god Mercury; symbol from Latin: hydrargyrus (liquid silver)." msgstr "" #: table_data.h:239 msgid "Thallium" msgstr "" #: table_data.h:239 msgid "Soft, gray metal" msgstr "" #: table_data.h:239 msgid "1861 (England)" msgstr "" #: table_data.h:239 msgid "Sir William Crookes" msgstr "" #: table_data.h:239 msgid "Greek: thallos (green twig), for a bright green line in its spectrum." msgstr "" #: table_data.h:240 msgid "Lead" msgstr "" #: table_data.h:240 msgid "Very soft, highly malleable and ductile, blue-white shiny metal" msgstr "" #: table_data.h:240 msgid "Anglo-Saxon: lead; symbol from Latin: plumbum." msgstr "" #: table_data.h:241 msgid "Bismuth" msgstr "" #: table_data.h:241 msgid "Hard, brittle, steel-gray metal with a pinkish tinge" msgstr "" #: table_data.h:241 msgid "German: bisemutum, (white mass), Now spelled wismut." msgstr "" #: table_data.h:242 msgid "Polonium" msgstr "" #: table_data.h:242 table_data.h:247 msgid "1898 (France/Poland)" msgstr "" #: table_data.h:242 table_data.h:247 msgid "Pierre and Marie Curie-Sklodowska" msgstr "" #: table_data.h:242 msgid "Named for Poland, native country of Marie Curie." msgstr "" #: table_data.h:243 msgid "Astatine" msgstr "" #: table_data.h:243 msgid "Unstable, radioactive halogen" msgstr "" #: table_data.h:243 table_data.h:254 msgid "1940 (United States)" msgstr "" #: table_data.h:243 msgid "D.R.Corson, K.R.MacKenzie, E. Segre" msgstr "" #: table_data.h:243 msgid "Greek: astatos (unstable)." msgstr "" #: table_data.h:244 msgid "Radon" msgstr "" #: table_data.h:244 msgid "Heavy radioactive gas" msgstr "" #: table_data.h:244 msgid "1898 (Germany)" msgstr "" #: table_data.h:244 msgid "Fredrich Ernst Dorn" msgstr "" #: table_data.h:244 msgid "Variation of the name of another element, radium." msgstr "" #: table_data.h:246 msgid "Francium" msgstr "" #: table_data.h:246 msgid "1939 (France)" msgstr "" #: table_data.h:246 msgid "Marguerite Derey" msgstr "" #: table_data.h:246 msgid "Named for France, the nation of its discovery." msgstr "" #: table_data.h:247 msgid "Radium" msgstr "" #: table_data.h:247 msgid "Silvery white, radioactive element" msgstr "" #: table_data.h:247 msgid "Latin: radius (ray)." msgstr "" #: table_data.h:249 msgid "Actinium" msgstr "" #: table_data.h:249 msgid "Heavy, Silvery-white metal that is very radioactive" msgstr "" #: table_data.h:249 msgid "1899 (France)" msgstr "" #: table_data.h:249 msgid "Andre-Louis Debierne" msgstr "" #: table_data.h:249 msgid "Greek: akis, aktinos (ray)." msgstr "" #: table_data.h:250 msgid "Thorium" msgstr "" #: table_data.h:250 msgid "Gray, soft, malleable, ductile, radioactive metal" msgstr "" #: table_data.h:250 msgid "1828 (Sweden)" msgstr "" #: table_data.h:250 msgid "Named for Thor, Norse god of thunder." msgstr "" #: table_data.h:251 msgid "Protactinium" msgstr "" #: table_data.h:251 table_data.h:254 table_data.h:255 msgid "Silvery-white, radioactive metal" msgstr "" #: table_data.h:251 msgid "1917 (England/France)" msgstr "" #: table_data.h:251 msgid "Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner" msgstr "" #: table_data.h:251 msgid "" "Greek: proto and actinium (parent of actinium); it forms actinium when it " "radioactively decays." msgstr "" #: table_data.h:252 msgid "Uranium" msgstr "" #: table_data.h:252 msgid "Silvery-white, dense, ductile and malleable, radioactive metal." msgstr "" #: table_data.h:252 msgid "Named for the planet Uranus." msgstr "" #: table_data.h:253 msgid "Neptunium" msgstr "" #: table_data.h:253 msgid "Silvery metal" msgstr "" #: table_data.h:253 msgid "E.M. McMillan, P.H. Abelson" msgstr "" #: table_data.h:253 msgid "Named for the planet Neptune." msgstr "" #: table_data.h:254 msgid "Plutonium" msgstr "" #: table_data.h:254 msgid "G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl" msgstr "" #: table_data.h:254 msgid "Named for the planet Pluto." msgstr "" #: table_data.h:255 msgid "Americium" msgstr "" #: table_data.h:255 msgid "G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso" msgstr "" #: table_data.h:255 msgid "Named for the American continent, by analogy with europium." msgstr "" #: table_data.h:256 msgid "Curium" msgstr "" #: table_data.h:256 msgid "Silvery, malleable, synthetic radioactive metal" msgstr "" #: table_data.h:256 msgid "1944 (United States)" msgstr "" #: table_data.h:256 msgid "G.T.Seaborg, R.A.James, A.Ghiorso" msgstr "" #: table_data.h:256 msgid "Named in honor of Pierre and Marie Curie." msgstr "" #: table_data.h:257 msgid "Berkelium" msgstr "" #: table_data.h:257 msgid "Radionactive synthetic metal" msgstr "" #: table_data.h:257 msgid "1949 (United States)" msgstr "" #: table_data.h:257 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso" msgstr "" #: table_data.h:257 msgid "Named after Berkeley, California the city of its discovery." msgstr "" #: table_data.h:258 msgid "Californium" msgstr "" #: table_data.h:258 msgid "Powerful neutron emitter" msgstr "" #: table_data.h:258 msgid "1950 (United States)" msgstr "" #: table_data.h:258 table_data.h:261 msgid "G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr." msgstr "" #: table_data.h:258 msgid "Named after the state and University of California." msgstr "" #: table_data.h:259 msgid "Einsteinium" msgstr "" #: table_data.h:259 table_data.h:260 table_data.h:261 table_data.h:264 #: table_data.h:265 table_data.h:266 table_data.h:267 table_data.h:268 msgid "Radioactive, synthetic metal" msgstr "" #: table_data.h:259 msgid "1952 (United States)" msgstr "" #: table_data.h:259 table_data.h:260 msgid "Argonne, Los Alamos, U of Calif" msgstr "" #: table_data.h:259 msgid "Named in honor of the scientist Albert Einstein." msgstr "" #: table_data.h:260 msgid "Fermium" msgstr "" #: table_data.h:260 msgid "1953 (United States)" msgstr "" #: table_data.h:260 msgid "Named in honor of the scientist Enrico Fermi." msgstr "" #: table_data.h:261 msgid "Mendelevium" msgstr "" #: table_data.h:261 msgid "1955 (United States)" msgstr "" #: table_data.h:261 msgid "" "Named in honor of the scientist Dmitri Ivanovitch Mendeleyev, who devised " "the periodic table." msgstr "" #: table_data.h:262 msgid "Nobelium" msgstr "" #: table_data.h:262 msgid "Radioactive, synthetic metal." msgstr "" #: table_data.h:262 msgid "1957 (Sweden)" msgstr "" #: table_data.h:262 msgid "Nobel Institute for Physics" msgstr "" #: table_data.h:262 msgid "" "Named in honor of Alfred Nobel, who invented dynamite and founded Nobel " "prize." msgstr "" #: table_data.h:264 msgid "Lawrencium" msgstr "" #: table_data.h:264 msgid "1961 (United States)" msgstr "" #: table_data.h:264 msgid "A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer" msgstr "" #: table_data.h:264 msgid "Named in honor of Ernest O. Lawrence, inventor of the cyclotron." msgstr "" #: table_data.h:265 msgid "Rutherfordium" msgstr "" #: table_data.h:265 msgid "1969 (United States)" msgstr "" #: table_data.h:265 table_data.h:266 msgid "A. Ghiorso, et al" msgstr "" #: table_data.h:265 msgid "Named in honor of Ernest Rutherford" msgstr "" #: table_data.h:266 msgid "Dubnium" msgstr "" #: table_data.h:266 msgid "1970 (United States)" msgstr "" #: table_data.h:266 msgid "Named in honor of Otto Hahn" msgstr "" #: table_data.h:267 msgid "Seaborgium" msgstr "" #: table_data.h:267 msgid "1974 (USSR/United States)" msgstr "" #: table_data.h:267 msgid "Soviet Nuclear Research/ U. of Cal at Berkeley" msgstr "" #: table_data.h:267 msgid "" "Named in honor of Glenn Seaborg, American physical chemist known for " "research on transuranium elements." msgstr "" #: table_data.h:268 msgid "Bohrium" msgstr "" #: table_data.h:268 msgid "1976 (Germany)" msgstr "" #: table_data.h:268 table_data.h:269 table_data.h:270 table_data.h:271 #: table_data.h:272 msgid "Heavy Ion Research Laboratory (HIRL)" msgstr "" #: table_data.h:268 msgid "Named in honor of Niels Bohr" msgstr "" #: table_data.h:269 msgid "Hassium" msgstr "" #: table_data.h:269 msgid "1984 (Germany)" msgstr "" #: table_data.h:269 msgid "" "Named in honor of Henri Hess, Swiss born Russian chemist known for work in " "thermodydamics." msgstr "" #: table_data.h:270 msgid "Meitnerium" msgstr "" #: table_data.h:270 msgid "1982 (Germany)" msgstr "" #: table_data.h:270 msgid "Named in honor of Lise Mietner" msgstr "" #: table_data.h:271 msgid "Ununnilium" msgstr "" #: table_data.h:271 table_data.h:272 msgid "1994 (Germany)" msgstr "" #: table_data.h:271 msgid "Un (one) nun (one) nilium (zero)" msgstr "" #: table_data.h:272 msgid "Unununium" msgstr "" #: table_data.h:272 msgid "Un (one) nun (one) unium (one)" msgstr "" #: table_data.h:273 msgid "Ununbium" msgstr "" #: table_data.h:273 msgid "1996 (n/a)" msgstr "" #: table_data.h:274 msgid "Ununtrium" msgstr "" #: table_data.h:274 table_data.h:276 table_data.h:278 msgid "n/a (n/a)" msgstr "" #: table_data.h:275 msgid "Ununquadium" msgstr "" #: table_data.h:275 table_data.h:277 table_data.h:279 msgid "1999 (n/a)" msgstr "" #: table_data.h:276 msgid "Ununpentium" msgstr "" #: table_data.h:277 msgid "Ununhexium" msgstr "" #: table_data.h:278 msgid "Ununseptium" msgstr "" #: table_data.h:279 msgid "Ununoctium" msgstr "" gperiodic-2.0.10/NEWS0000644000076400007640000000000010645151735014161 0ustar jfrantzjfrantzgperiodic-2.0.10/Makefile0000644000076400007640000000251010645151735015132 0ustar jfrantzjfrantzCC := gcc CFLAGS := `pkg-config --cflags gtk+-2.0` -I. -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED LIBS :=`pkg-config --libs gtk+-2.0` bindir ?= /usr/bin datadir ?= /usr/share enable_nls ?= 1 .c.o: $(CC) -c $(CFLAGS) $(CPPFLAGS) $< all: make gperiodic make -C po/ all enable_nls=$(enable_nls) gperiodic: gperiodic.o $(CC) $(CFLAGS) -o gperiodic gperiodic.o $(LIBS) ifeq ($(strip),1) strip gperiodic endif gpdata.o: gpdata.c gperiodic.h gperiodic.o: gperiodic.c gperiodic.h table_data.h install: mkdir -p $(DESTDIR)$(bindir) install -m 755 gperiodic $(DESTDIR)$(bindir) mkdir -p $(DESTDIR)$(datadir)/applications install -m 644 gperiodic.desktop $(DESTDIR)$(datadir)/applications mkdir -p $(DESTDIR)$(datadir)/pixmaps install -m 644 gperiodic.png $(DESTDIR)$(datadir)/pixmaps install -m 644 gperiodic-crystal.png $(DESTDIR)$(datadir)/pixmaps make -C po/ install enable_nls=$(enable_nls) datadir=$(datadir) DESTDIR=$(DESTDIR) uninstall: rm -f $(bindir)/gperiodic \ $(datadir)/applications/gperiodic.desktop $(datadir)/pixmaps/gperiodic.png \ $(datadir)/pixmaps/gperiodic-crystal.png make -C po/ uninstall enable_nls=$(enable_nls) datadir=$(datadir) DESTDIR=$(DESTDIR) clean: rm -f *.o gperiodic make -C po/ clean .PHONY: install uninstall clean gperiodic-2.0.10/README0000644000076400007640000000134210645152643014353 0ustar jfrantzjfrantzGPeriodic a gtk+ [and command line] application. Copyright © 2003 Jonas Frantz frantz@acclab.helsinki.fi, All Rights Reserved. http://www.acclab.helsinki.fi/~frantz This program is copyrighted under the GNU GPL. Please see the file gpl.txt, Or, to obtain a copy of the GNU GPL, please visit: http://www.gnu.org/ See the file AUTHORS for a list of who has contributed to the application. Introduction -------------------------------------------------------------------------------- The original purpose of this projct was to help me learn gtk+. The latest version of the software can be found at: http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php See the file Changes for more information about this software. gperiodic-2.0.10/gperiodic.c0000644000076400007640000003073610645152256015615 0ustar jfrantzjfrantz/* gperiodic - a program for browsing the periodic table and looking up information on elements. Copyright (C) 2000 Jonas Frantz This file is part of gperiodic. gdpc is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. gdpc is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Authors email : jonas.frantz@helsinki.fi */ #include #include #include #include #include #include gsize bytes_read, bytes_written; #include "gperiodic.h" #include "table_data.h" #define VERSION "2.0.10" #define PACKAGE "gperiodic" #define GPERIODIC_LOCALE_DIR "/usr/share/locale" #define HEADERTEXTLEN 40 char *optstr = "c:hDv"; /* cmdline option string... */ int enable_colorscale = 0; int debug = 0; GtkWidget *window; int gpdata_get_atomic_number_for_symbol(const char*sym) { int i; for(i = 0; i < ELEMENTNUM; ++i) { if(!strcasecmp(table[i].info[SYMBOL],sym)) { return (i+1); } } return -1; } void gpparse_print_element_data_for_num(int num) { int row, n, i; char fillout[HEADERTEXTLEN]; printf("\n"); for (row = 0; row < MAX_INFO_NR; row++) { n = strlen(header.info[row]); n = HEADERTEXTLEN - n; for (i=0;iinfo[NAME])); gtk_container_set_border_width( GTK_CONTAINER(dialog), 5 ); gtk_window_set_resizable(GTK_WINDOW(dialog),0); vbox = gtk_vbox_new(FALSE,0); gtk_box_pack_start(GTK_BOX( GTK_DIALOG(dialog)->action_area), vbox, TRUE, TRUE, 0 ); tbl = gtk_table_new(MAX_INFO_NR, 2,FALSE); gtk_box_pack_start(GTK_BOX(vbox), tbl, FALSE, FALSE, 0 ); /* add the labels to the dialog box verticaly... */ for (col = 0; col < 2; col++) { int row; for (row = 0; row < MAX_INFO_NR; row++) { GtkWidget *label; label = gtk_label_new(NULL); if (col == 0) gtk_label_set_markup (GTK_LABEL (label), _(header.info[row])); else gtk_label_set_markup (GTK_LABEL (label), _(entry->info[row])); gtk_misc_set_alignment(GTK_MISC(label), 0, 0); gtk_table_attach_defaults(GTK_TABLE(tbl), label, col, col + 1, row, row + 1); } } ok_button = gtk_button_new_from_stock (GTK_STOCK_OK); g_signal_connect( GTK_OBJECT(ok_button), "clicked", G_CALLBACK(dialog_close), dialog ); hbox_space = gtk_hbox_new(FALSE, 0); gtk_container_set_border_width(GTK_CONTAINER(hbox_space),5); gtk_box_pack_start( GTK_BOX(vbox), hbox_space, TRUE, TRUE, 0 ); hbox_ok = gtk_hbox_new(FALSE, 0); gtk_box_pack_start(GTK_BOX(hbox_ok), ok_button, TRUE, TRUE, 0 ); gtk_box_pack_end(GTK_BOX(vbox), hbox_ok, TRUE, TRUE, 0 ); gtk_grab_add(dialog); gtk_widget_show_all(dialog); } GCallback menu_file_exit(void) { main_window_exit(NULL,NULL); } GCallback menu_help_about(void) { gchar *authors[] = AUTHORS; gtk_show_about_dialog((GtkWindow *) window, "authors", authors, "comments", COMMENTS, "copyright", COPYRIGHT, "license", LICENSE, "name", PROGNAME, "version", VERSION, "website", HOMEPAGEURL, "website-label", HOMEPAGELABEL, NULL); return NULL; } void show_usage( void ) { printf(N_("GPeriodic [opts]\n" "Options are:\n" " -h show this help screen.\n" " -c color the elements according to their phase at\n" " temperature in Kelvins.\n" " -D dump the periodic table.\n" " -v be verbose\n\n")); } int criterion2scale(double r, int maxcolor) { int result; if (r < 0) return 0; result = 1 + (maxcolor-1) * r; if (result >= maxcolor) result = maxcolor - 1; return result; } void colorize_element( int i, struct colorscale * cs1, criterion c1, struct colorscale * cs2, criterion c2, struct colorscale * cs3, criterion c3) { int n, c; double r; GdkColor col, col_; c = cs1->maxcolor; r = c1(table+i); n = criterion2scale(r,c); col = cs1->scale[n]; if(cs2) { c = cs2->maxcolor; r = c2(table+i); n = criterion2scale(r,c); col_ = cs2->scale[n]; col.red += col_.red; col.green += col_.green; col.blue += col_.blue; if(cs3) { c = cs3->maxcolor; r = c3(table+i); n = criterion2scale(r,c); col_ = cs3->scale[n]; col.red += col_.red; col.green += col_.green; col.blue += col_.blue; } } table[i].style->bg[0].red = col.red; table[i].style->bg[0].green = col.green; table[i].style->bg[0].blue = col.blue; gtk_widget_set_style( table[i].button, table[i].style ); } void main_prog(void) { GtkWidget *vbox; GtkWidget *periodic_table; int menu_num_items; GdkColor tooltip_color_bg, tooltip_color_fg; int red, gree, blue; char *buff; int i; GtkWidget *menubar; GtkActionGroup *action_group; GtkUIManager *ui_manager; GtkAccelGroup *accel_group; GError *error; GtkActionEntry entries[] = { { "FileMenu", NULL, _("_File") }, { "HelpMenu", NULL, _("_Help") }, { "Exit", GTK_STOCK_OPEN, _("E_xit"), "Q", _("Exit the program"), (GCallback) menu_file_exit }, { "About", GTK_STOCK_HELP, _("_About"), "H", _("About gperiodic"), (GCallback) menu_help_about }, }; char *ui_description = "" " " " " " " " " " " " " " " " " ""; /* create the main window */ window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_title(GTK_WINDOW(window),_("GPeriodic")); gtk_container_set_border_width(GTK_CONTAINER(window),0); gtk_window_set_resizable(GTK_WINDOW(window),0); /* connect the close event... */ g_signal_connect(GTK_OBJECT(window), "delete-event", G_CALLBACK(main_window_exit), &window ); g_signal_connect(GTK_OBJECT(window), "destroy", G_CALLBACK(main_window_exit), &window ); /* use a vbox for the menubar and the table of elements... */ vbox = gtk_vbox_new(FALSE,0); gtk_container_set_border_width(GTK_CONTAINER(vbox),2); gtk_container_add( GTK_CONTAINER(window), vbox ); /* Create menues */ action_group = gtk_action_group_new ("MenuActions"); gtk_action_group_add_actions (action_group, entries, G_N_ELEMENTS (entries), window); ui_manager = gtk_ui_manager_new (); gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); accel_group = gtk_ui_manager_get_accel_group (ui_manager); gtk_window_add_accel_group (GTK_WINDOW (window), accel_group); error = NULL; if (!gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, &error)) { g_message ("building menus failed: %s", error->message); g_error_free (error); exit (EXIT_FAILURE); } menubar = gtk_ui_manager_get_widget (ui_manager, "/MainMenu"); gtk_box_pack_start (GTK_BOX (vbox), menubar, FALSE, FALSE, 0); /* create the table widget to hold the periodic table */ periodic_table = gtk_table_new(1,1,TRUE); gtk_box_pack_end( GTK_BOX(vbox), periodic_table, FALSE, FALSE, 0 ); /* now for each element in the table of elements, create a display */ /* item for it, and add it to the table... */ for(i = 0; i < sizeof(table); ++i ) { if( !table[i].info[NAME] ) { /* stop if no data... */ _DBG(g_message("%s(%d) %s : %d",__FILE__,__LINE__, _("No symbol for index"), i)); break; } /* create the button */ table[i].button = gtk_button_new_with_label(_(table[i].info[SYMBOL])); if( !table[i].button ) { g_warning("%s(%d) %s", __FILE__, __LINE__, _("Error button was null?")); break; } /******************************************************************************/ { int j; GtkStyle *button_style = gtk_widget_get_style(window); table[i].style = gtk_style_copy(button_style); _DBG( g_message(N_("%s(%d) Setting color: %d %d %d"),__FILE__,__LINE__, table[i].color.red, table[i].color.green, table[i].color.blue ) ); if( enable_colorscale ) { colorize_element(i, &solid_fluid_cs, solid_fluid_crid, &condensed_gas_cs, condensed_gas_crit, 0, 0 ); } else { /* set for 0, 1, and 2 */ table[i].style->bg[0].red = table[i].color.red; table[i].style->bg[0].green = table[i].color.green; table[i].style->bg[0].blue = table[i].color.blue; } table[i].style->bg[1].red = table[i].color.red; table[i].style->bg[1].green = table[i].color.green; table[i].style->bg[1].blue = table[i].color.blue; table[i].style->bg[2].red = table[i].color.red; table[i].style->bg[2].green = table[i].color.green; table[i].style->bg[2].blue = table[i].color.blue; gtk_widget_set_style( table[i].button, table[i].style ); } /******************************************************************************/ /* connect the destroy method to it */ g_signal_connect(GTK_OBJECT(table[i].button), "clicked", G_CALLBACK(display_element_dialog), &table[i] ); /* set up a string for the tooltips */ buff = g_strdup_printf(N_("%s n:%s w:%s"), _(table[i].info[NAME]), table[i].info[NUMBER], table[i].info[WEIGHT]); /* create a new tooltips object... */ table[i].tooltip = gtk_tooltips_new(); gtk_tooltips_set_delay(table[i].tooltip,100); gtk_tooltips_set_tip(table[i].tooltip,table[i].button,buff,NULL); /* attach the button to the table */ gtk_table_attach(GTK_TABLE(periodic_table), table[i].button, table[i].x - 1, table[i].x, table[i].y - 1, table[i].y, GTK_FILL, GTK_FILL, 2, 2); } /* show all the widgets */ gtk_widget_show_all(window); /* give up controll till they exit the application */ gtk_main(); free(buff); } int main(int argc, char** argv) { signed char ch; textdomain (PACKAGE); bindtextdomain(PACKAGE, GPERIODIC_LOCALE_DIR); gtk_init(&argc,&argv); /* parse the command line with getopt(3) */ while( -1 != (ch=getopt(argc,argv,optstr)) ) { switch(ch) { case 'c': if (sscanf(optarg, "%lf", &ambientTemperature) != 1) { printf(N_(" Option -c error : %s is not a number.\n"), optarg); return -1; } if (ambientTemperature < 0) { printf(N_(" Option -c error : %s is not a valid number (must be > 0).\n"), optarg); return -1; } enable_colorscale = 1; break; case 'h': show_usage(); exit(0); break; case 'D': dump_table(); exit(0); break; case 'v': debug = 1; break; default: break; } } if(optind < argc) { while(optind < argc) { int atomicNumber = atoi(argv[optind]); if(!atomicNumber) { atomicNumber = gpdata_get_atomic_number_for_symbol(argv[optind]); } if (atomicNumber == -1) { printf(N_("\n Unknown element : %s. Exiting.\n\n"),argv[optind]); return -1; } else { if (atomicNumber > ELEMENTNUM) { printf(N_("\n Element number exceeds existing elements. Exiting.\n\n")); return -1; } gpparse_print_element_data_for_num(atomicNumber); ++optind; } } return 0; } main_prog(); return 0; } gperiodic-2.0.10/gperiodic.h0000644000076400007640000001053210645152062015605 0ustar jfrantzjfrantz/* gperiodic - a program for browsing the periodic table and looking up information on elements. Copyright (C) 2000 Jonas Frantz This file is part of gperiodic. gdpc is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. gdpc is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Authors email : jonas.frantz@helsinki.fi */ #include #define _(String) g_locale_to_utf8(gettext(String), -1, &bytes_read, &bytes_written, NULL) #define N_(String) (String) /* structure to hold element data, as initialized from the static * table_data.c. */ enum info_types { NAME = 0, SYMBOL, NUMBER, WEIGHT, DENSITY, MELTING, BOILING, ATOMIC_RADIUS, COVALENT_RADIUS, IONIC_RADIUS, ATOMIC_VOLUME, SPECIFIC_HEAT, FUSION_HEAT, EVAPORATION_HEAT, TERMAL_CONDUCTIVITY, DEBYE_TEMP, PAULING, ENERGY, OXIDATION, CONFIGURATION, LATTICE, LATTICE_CONSTANT, LATTICE_CA_RATIO, APPEARANCE, DISCOVERY_DATE, DISCOVERED_BY, NAMED_AFTER, MAX_INFO_NR /* Has to be the last element */ }; struct table_entry { char *info[MAX_INFO_NR]; int x; /* x position in the table */ int y; /* y position in the table */ GdkColor color; GtkStyle *style; GtkWidget *button; /* associated gtk button */ GtkTooltips *tooltip; /* associated gtk tooltip */ }; struct colorscale { /* table of maxcolor GkdColors */ int maxcolor; GdkColor *scale; }; typedef double criterion( struct table_entry *entry ); void dump_table(void); int parse_table(void); int interactive_shell(void); /* debugging macro, does nothing unless _DEBUG is defined... */ #if defined(_DEBUG) # define _DBG(a) (a) #else # define _DBG(a) #endif /************************************************************************************************/ /* ABOUT INFO */ /************************************************************************************************/ #define PROGNAME "gperiodic" #define COPYRIGHT N_("Copyright (C) 2000 Jonas Frantz") #define COMMENTS N_("This program shows the periodic table of elements and information about these elements") #define LICENSE N_("gperiodic is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\ngperiodic is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n") #define HOMEPAGEURL "http://www.frantz.fi/software/gperiodic.php" #define HOMEPAGELABEL "gperiodic homepage" #define AUTHORS {"Jonas Frantz", "Kyle R. Burton", "Arno W. Peters", "Costantino Ceoldo", NULL} gperiodic-2.0.10/gperiodic.desktop0000644000076400007640000000076410645151735017043 0ustar jfrantzjfrantz[Desktop Entry] Encoding=UTF-8 Categories=Education;Science;Chemistry;Physics; Comment=A program for looking up data of elements from the periodic table. Comment[da]=Et program til at vise data om grundstofferne i det priodiske system. Comment[pl]=Program do wyszukiwania danych pierwiastków z tablicy okresowej. Comment[sv]=En lathund för information om grundämnena i den periodiska tabellen. Exec=gperiodic Icon=gperiodic Name=GPeriodic Terminal=false Type=Application X-KDE-SubstituteUID=false gperiodic-2.0.10/gperiodic-crystal.png0000644000076400007640000001176010645151735017633 0ustar jfrantzjfrantzPNG  IHDR00WbKGD pHYs  ~tIME {}IDATxŚKeיZk?sU[]Uvψ$;a@H !2!!#C 5f@Z $cw]}{ Q$bKK{o}_'Βt邤 ^E-7`n.ks`A." ?,@ꮢpS߸ W+Ϯs__낹 șT(A窺 f |Улs|rRO.|H A^l. Ϯa/=[DUbc'vf?w6V.<wx'9M"ֲ3:F,O,fc5||ɪfy#`ΐ.Ťb>.%q_е;iYrz[k|>>:_zuWRu,LK+O",NQ8k""g˰}qU\ ۓn7ٺxie_kϝz[y\[t]/\yJ s8R A)j NA*(vIbVb Ai/}ޝ}*~ ]n߽%d=տ&.F,<i LpO@=#E qI1t D8ٟSVD~͐tTxFiWu'r1֊Zo^#`)#fi~c0bY\$/(P5XPEARמJ LF3ZKͯϪQ[WiCPH9ӁEU; 7TUCh#c1,ij8ȯ^q,4DbQDԃIڣ V;$yBY7+٠y{| jLgm}믋FTA M٠Rv)]2|Ĝ #4UU(mm M bxWYSo=Ey`(_SY{ʁp1RUUQ.T TEcֆ%3FS}]6pf#uqP-&gQ."reWמ=q?R&o*16h(ʂb^%)%i1bq.bMĺ}^YQ0b@7Uw&MMQ\4uK UK+Fb^6[(ǵX߱wQzQQ#hd<1/$)V4⛆NX~KCX Ip.ꦥ-?[E8bnjӍ dp.M(]r2SdYFQʲ!AhjOMIxAL$4 %Zi i "[ZeXcPUTUUɬM|T go bHhUU!lbʀ6}melhʆ2ֈBE==#M11ei! Z4'2<%k e bIM\O6)I4`MB'˻NڃxU>m,ubkU}6k%/xkˆ P;4:IG`k-.wIJ#.XV\b97&ڑ, 9>-nI Xq$*Hxṋ[Z1`1Ƹ9&w?ʫ*o|cMOzфu BE5MOLTtBz5RIMD ƨ__y9kΑCC$82.-+f"M.UlI`7.: m f UՠFMl<"`I0Ҩ "$*4a46XDH I0%2uH<(8POh=#n! ߿Ǣ(ږj>n1&t]%"i$ΪA`Ϻ(E1{HIRG2\ ,pŸ80!bbC\#.<րJtGӚ y?; njsJs(A "g349+kQpyN,IM 8I,&M0.ť<'M34 \jq#dI!ãt20 btᤷmEaA#!4S#Q$եNg3$iuNjM\#ڔ,O;ݼC8gqY18P5OvIz7T5:J}\wi~3cВ[9\U3+ D/j&46dykRlb]LB'ON7nlk2-jRtdzJ.,G FXc1b8x|J1ֲri]f9Ye)NvHlt,sD{wBQ>P=ng:zQ-f'Ϟ~3fB4B gX[sw1|0".jR,;fGYO 6WDEߚw:E$UC:LsG= ję+k z> |x}$oB$6͆GG#T.Wne]Kd`йsIQm^Zw>/˽K.>j8+~ӥ" 1XD,br"I}].^n0Pzfo]ƒY ن-8=B6^;~Oa(ͽyS^}_1_R_1s& K }ҝ1N71.=Fׂ[1ώU`ɇ% daj;җUe~y·{hMo9)QB󇻏Bw":F Tl` Gs:!o(_oј$8r"YdN~W10?Vޤ`Rw4+MSwvӣUTK U@LQ] ,I4/P; M-!5AЊr|{t5Ot|/io}/e4vqw~zrRs~ǾB@0S[rL^Gb:5v2Ŗִ~F]MiS:w K)?3b\Qc>o[lAq89>g2ɘ3w7P$MwDiAܼHm[ h8!''H173fJ&Z"mc. 6U{Ws[DnΚtg19zԌf(>:Ffa_ |/Z_;bUʚPIJ!J|N'ℲӄSj?j&4MImJ ƃ*;\ŵb;ݞ]Od@E&/O{ǘ6ߩ_|nZuֈxŴfzƊ5>\.IU=ϼ[1=݋R,l1z8=fS_ߟ'ד߳+׍h`'F]+82T֖ƚ8;=7PM5+|~8==:|>Z_'/]ܖ DR'NҞ=vQլOgl6;M<-zoT5C~eWVza|jbMru9u9J>xۢIY,Nb\ͬO2o@\d%KK\'IYcضo}ٶm}[Cm1??Ti2cb,IENDB`gperiodic-2.0.10/gperiodic.png0000644000076400007640000000572510645151735016160 0ustar jfrantzjfrantzPNG  IHDRE@L@bKGD pHYs  ~tIME 1t ֍ bIDATxkpU3L [R"QjaEc"[Ve~dwB-Y$nA|ndS"DHd̫~d2a]~U}ϙ}o>w$.#Z `id -p =@;?{Bx˥[AUUw7P u@5P~ǣvq v  < 4ۀr`?x0<⠨FB+#iv y| T71wfK0<1#3(*L*"=*}4ѱ9nEbj([&Z#Iҹh DQ"2Gl܂Ds38ƾt|>bzZ֝D9X*"J s*}sxUz1U'WQ_=˗/kOOOQC #s8 T* <Z*+$4%iX^L:rQva\.&Nfܩ)ӿelcTyA%‚4J^^4Q\aq{QK}_Sns+ AgK'H s_([*".V <GL#3&˖j@Ez‚b!ꏪpsCrF2_=cO랏1|c=w)Ax<ܑvV1 8f0t7bQ,Ȋ#Ł+Ӆ `[xlt٩QL95xs!'p24sMP c3c1.,^)bPth5:u+WI'<1tFTHDRrzH'V3DǎDrZ&ۖMaZ!ozu=zwj7=o}Lf??%]^KSvbII(r r)-+Qp_V'&͜DĬHmy] tZ`?n{ ŦMljUgI$|6&%\BGڼʑdI-,•s*ŰG+dM䯉e#eT ^Ǽl#`,.!х^t\20&&O}|j v\M:C+-jB3ofh%L7x=YBGbBoKbCOZ-xId'=}wż"\r1cƀ@ @.䃓7Q<^㊌Yq~ RrYwb 08O;v$.Q56PCB@f~' =P_ Ig?*ə+ j;c ࡁSw@mb? śb$}((2ULO`F]Lyp tv^i5W$\KnC"օ= *[wE}sm!E` 60:t MhB! Vfn4C26a:u]ҀPbwO Brs&)NC/r 9V\ɣۊ!i| Q `ƽV:k&a ))͸L] C8/>vl؊~μ"~;hUGK ' d#ߙ]wCk kֲm(S{ IE;@GD5?V)P ]")HAeUU9BwO@}5*A)߁4A znȁJhk2o ĝfMkYZV_#pzHuL*ۋk06ep;¼J|^2?O^ńD5%YKX^DS-[ܼ=d!LG@T!u^|0\i`=0󙾿Bji%{F0q?= ~&:c@F&מ  CB짘6cN !Wn †Ys|qlr\|h›년wԜv+1gȡJ`w@oXvoc֐ R4d5(1轉1+ӁMB"掆WZ,P)ϜeT j!s!ï.T*g6Y "淋_א㱾`gEWd`=m]VJV9(U g`te@c1T_Sgּ@zyo 郖E9֜-ٔ_;n1O?좢%F*X,1UDnrrr,=y֮aurΝ*̷Fۂ{!7kmCp "pBT]nI:[t&,rd (w;;}?z8lzd~q }IK.Ol05> IENDB`gperiodic-2.0.10/gpl.txt0000644000076400007640000004313110645151735015021 0ustar jfrantzjfrantz GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. gperiodic-2.0.10/AUTHORS0000644000076400007640000000110710645151735014543 0ustar jfrantzjfrantzJonas Frantz Kyle R. Burton Piotr Najman Arno W. Peters Georges Khaznadar Mauricio Rivera Lalo Martins Sven Neumann Christian Klein Koen Kooi Ambrogio Oliva Felix Natter Michael Shigorin Costantino Ceoldo Arkadiusz Lipiec gperiodic-2.0.10/INSTALL0000644000076400007640000000003210645152675014524 0ustar jfrantzjfrantz make make install gperiodic-2.0.10/gperiodic.spec0000644000076400007640000000352010645152543016313 0ustar jfrantzjfrantz%define base_version 2.0.10 %define rel 1 Summary: Program for browsing the periodic table. Name: gperiodic Version: %{base_version} Release: %{rel} License: GPL Group: Applications/Engineering URL: http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php Source0: http://www.acclab.helsinki.fi/~frantz/software/gperiodic-%{version}.tar.gz BuildRoot: %{_tmppath}/gperiodic-%{version}-root %description Gperiodic displays a periodic table of the elements, allowing you to browse through the elements, and view detailed information about each element. %prep %setup -q -n gperiodic-%{version} %build make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin mkdir -p $RPM_BUILD_ROOT/usr/share/applications mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) /usr/bin/gperiodic /usr/share/applications/gperiodic.desktop /usr/share/pixmaps/gperiodic.png /usr/share/pixmaps/gperiodic-crystal.png /usr/share/locale/sv/LC_MESSAGES/gperiodic.mo /usr/share/locale/pl/LC_MESSAGES/gperiodic.mo /usr/share/locale/da/LC_MESSAGES/gperiodic.mo /usr/share/locale/fr/LC_MESSAGES/gperiodic.mo /usr/share/locale/tr/LC_MESSAGES/gperiodic.mo /usr/share/locale/gl/LC_MESSAGES/gperiodic.mo /usr/share/locale/it/LC_MESSAGES/gperiodic.mo /usr/share/locale/ru/LC_MESSAGES/gperiodic.mo %doc INSTALL README NEWS AUTHORS ChangeLog gpl.txt po/gperiodic.pot %changelog * Wed Jul 11 2007 Jonas Frantz 2.0.10 - Use the standard gtk+ about window - Include russian translation contributed by Michael Shigorin * Wed Jun 27 2007 Jonas Frantz 2.0.9 - Merged fixes from the debian project, submitted by Daniel Leidert - Included galician translation submitted by Gonzalo and Leandro Regueiro * Sat Aug 9 2003 Jonas Frantz - Initial build gperiodic-2.0.10/ChangeLog0000644000076400007640000002222010645151735015244 0ustar jfrantzjfrantz2.0.7 Fri Oct 10 00:15:00 CET 2003 Arkadiusz Lipiec provided polish translation and patched program to be gettextized correctly (more than 500 entries translatable) Fixed some errors, and make symbol definition file deprecated 2.0.6 Fri Jul 25 21:30:00 CET 2003 Sebastien Bacher provided french translation and patched some translation bugs. Fixed some minor bugs in the translations. 2.0.5 Sun May 04 15:15:00 CET 2003 Piotr Najman has provided a path that fixed bug in internationalisation. Translation for polish added. 2.0.4 Internationalisation support through gettext added. Translation for swedish added. 2.0.3 Wed Mar 29 14:24:00 CET 2003 Piotr Najman has provided a path that added "Appearance" and location to element data. The patch also modify dump table function (print all data). Made some non-intrusive changes to the code to allow for translations with gettext. Fixed some segmentations faults when inputting nonexisting elements at the command line. 2.0.2 Corrected some misspellings and inconsistencies. Added "Lattice c/a ratio" and "Debye temperature" to element data. Changed outlay of element popup window to conform to new data. Minor cleanup of sourcecode, removed unnecessary gtk+ calls. Minor cleanup of about window. 2.0.1 Wed Mar 05 11:26:39 CET 2003 Piotr Najman has provided a patch that added the following data points to the table: . Discovery date . Discovered by . Named after and added the code necessary to access the data. 2.0.0 Port to gtk2, major rewrite and reconfiguring of the code. Removed some parts which seem to be unnecessary. 1.3.3 Fri Jan 18 10:34:38 EST 2002 Applied a patch from Jonas Frantz that added lattice structure and lattice constants. The patch also added some atom radiuses which were not present in previous versions. 1.3.2 Mon Aug 27 22:58:25 EDT 2001 Fixed bug in cmdline_interface.c(90), it was causing coredump when printing an element. 1.3.0 Thu Apr 5 00:04:13 EDT 2001 Michael Shigorin has provided a ru.po to translate the application into Russian. I've started on a new data access/storage scheme. I want to abstract the data away from the interface as much as possible. My first steps towards this end was to allow the internal table to be dumped and make it possible to load the table from an external file. That lead me into building a command line interface. So far, the dump functionality is working, as well as an interactive shell like environment (complete with readline support - even history). I also extended the command line interface to support the dumping of specific element information, as well as being able to run interactive commands solely from the command line. That basicly makes this our first development release. I'm going to start from here with the convention that an odd minor version number indicates a development version, while an even minor version indicates a stable version. major.minor.revision Revision numbers will increment as releases are made for bug fixes or minor changes in the application. Minor numbers will increment as new features are added. Major will increment as large portions change internally [like when the new data access scheme is complete]. So the 1.3 series should result in a 2.0 application. 1.2.6a Wed Apr 4 13:50:46 EDT 2001 Felix Natter pointed out the fact that po/Makefile.in was specified in the configure script was incorrect, and should have been po/Makefile. This release corrects that build issue. Newer versions of gettext seem to make use of the environment variable LANGUAGE instead of LANG. I've added some documentation to the README for using gperiodic in these environments. 1.2.6 Wed Sep 8 09:11:26 EDT 1999 Ambrogio Oliva has provided an it.po file, giving us a new translation - Italian. I made some changes to the build process, adding in tests for each of the languages into Makefile.am (though you need to have to have installed before the tests work -- I don't know how to get gettext to look in the po directory instead of the installed lang directory), and a 'make distrib' to build a source distribution. 1.2.5 Thu Jul 29 11:02:48 EDT 1999 Thanks to Koen Kooi we now have support for Dutch. 1.2.4 Fri Jul 16 09:10:13 EDT 1999 New German changes from Christian Klein . Christian -- Every time I try to reply to your email, it bounces back. Do I have a valid address for you? Frederic Gobry suggested changing asprintf() to g_strdup_printf() to increace portability. Martin Willemoes Hansen wrote in to say that GPeriodic 1.2.0 will now be part of the Stampede distribution. http://www.stampede.org Added version to Makefile.am, and to the about dialog box... 1.2.3 Thu Jul 15 13:54:39 EDT 1999 Sven Neumann has provided a full translation for German. This effects only the de.po file. 1.2.1 Tue Jul 13 12:04:36 EDT 1999 Added color values to the table_entry structure, and the related code to set the colors of the buttons -- also added the rbg data to the table_data.c file. 1.2.0 Mon Jul 12 11:53:32 EDT 1999 Integrated changes from Arno Peters - includes use of automake. Changed sources to remove all the c++ constructs, making gperiodic pure c. Integragted gettext to add (proper) support for internationalization. Removed the command line switches...which are no longer needed as gettext should detect the locale and display the proper language based on it. 1.1.1 Fri Jul 2 13:40:08 EDT 1999 Created initial manpage. Added checks to the configure script for perl, and gtk+ version 1.2.1 1.2.1 may not be necessary, but it's the version I used for development, so that's all I have to go on. Cleaned up the src/Makefile -- it now uses a pattern rule to produce the static table data. This included updating the create_table.pl script to detect the language string (en/fr/etc) from the file name. Updated the top level makefile so it can do an install -- it only installs to /usr/local/bin and /usr/local/man for now. 1.1.0 Wed Jun 30 16:45:30 EDT 1999 Wow! This thing is getting translated fast. Lalo Martins - just sent me a portuguese translation for the strings table. This give the menus and messages a translation, but not the element table data -- that is supposed to be comming. This brings the software to this state concerning translation: Language Strings Table English Yes Yes French Yes Yes Spanish Yes Yes German No Yes Portuguese Yes No 1.0.7 Wed Jun 30 09:57:42 EDT 1999 Changes from Georges Khaznadar , that include a translation of the format sting for the tooltips (abbriviations were in english, now they can be translated), and French language corrections. German is now on the list of supported languages -- this translation is so far only for the table data, I'm trying to contact the person who sent me the translation, but the mail keeps bouncing back. If anyone knows this person, or can give me more information, I'd appriciate it: Christian Klein 1.0.6 Tue Jun 29 13:43:05 EDT 1999 Mauricio Rivera -- provided a translation to Spanish. Use -l es to have GPeriodic appear in Spansih. 1.0.5 Thu Jun 24 13:09:52 EDT 1999 Georges Khaznadar -- provided translation for a French adaptation! and the code has been added in... 1.0.4 Thu Jun 24 10:09:42 EDT 1999 Migrated the element datastructure to a C++ object, this should fix some of the crashes some people have been experiencing. Jean Meloche -- pointed out some bugfixes, should be fixed by the move to the C++ object. Jon Abbott -- table data fixe(s). Andrew Dalke -- provided new data (Pauling negativity numbers) 1.0.3 Added more information to the table, as provided by: jon abbott 1.0.2 Sat Jun 5 14:02:07 EDT 1999 Changed the tooltips around a little bit, and enabled the -t command line option to read directly from the text file instead of the internal table...so you can choose either at runtime. 1.0.1 Fri Jun 4 10:19:26 EDT 1999 I was contacted by Andrew Dalke shortly after posting GPeriodic to the internet, and he graciously pointed out an extensive list of inconsistiencies in the data I was using for the table. I've made these changes to the table, so it should be quite a bit more up to date. I also made the attempt at using autoconf, though I don't think I'm using it as well as I could be... gperiodic-2.0.10/table_data.h0000644000076400007640000016401410645151735015733 0ustar jfrantzjfrantz/* gperiodic - a program for browsing the periodic table and looking up information on elements. Copyright (C) 2000 Jonas Frantz This file is part of gperiodic. gdpc is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. gdpc is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Authors email : jonas.frantz@helsinki.fi */ #include #define ELEMENTNUM 118 #define ANGSTROM "Å" // Unicode for angstrom sign #define DEGREE "°" // Unicode for degree sign struct table_entry header = { N_("Name: "), N_("Symbol: "), N_("Atomic Number: "), N_("Atomic Weight (u.m): "), N_("Density (g/cm3) : "), N_("Melting Point (K): "), N_("Boiling Point (K): "), N_("Atomic Radius (pm): "), N_("Covalent Radius (pm): "), N_("Ionic Radius (pm): "), N_("Atomic Volume (cm3/mol): "), N_("Specific Heat (@20"DEGREE"C J/g mol): "), N_("Fusion Heat (kJ/mol): "), N_("Evaporation Heat (kJ/mol): "), N_("Termal Conductivity (@25"DEGREE"C W/m K): "), N_("Debye temperature (K): "), N_("Pauling Negativity Number: "), N_("First Ionizing Energy (kJ/mol): "), N_("Oxidation states: "), N_("Electronic Configuration: "), N_("Lattice structure: "), N_("Lattice constant ("ANGSTROM"): "), N_("Lattice c/a ratio: "), N_("Appearance: "), N_("Discovery date: "), N_("Discovered by: "), N_("Named after: ") }; double temperature = 298.15; GdkColor red_yellow2[3] = { {0x7FFFFFFF, 0x0000, 0x3000, 0x0000}, {0x7FFFFFFF, 0x0000, 0xC000, 0x0000}, {0x7FFFFFFF, 0x0000, 0x3000, 0xC000} }; GdkColor yellow_white2[3]= { {0x7FFFFFFF, 0x0000, 0x3000, 0x0000}, {0x7FFFFFFF, 0xC000, 0xC000, 0x0000}, {0x7FFFFFFF, 0xC000, 0xC000, 0xC000} }; struct colorscale solid_fluid_cs = { 3, red_yellow2 }; double ambientTemperature = 273.0; static double solid_fluid_crid( struct table_entry *entry ) { double tm; char buffer[20]; if( entry && entry->info[MELTING] && strcmp(entry->info[MELTING], _("n/a")) ) { strcpy(buffer, entry->info[MELTING]); tm = strtod(buffer,0); if(errno) tm = 0; if( ambientTemperature < tm ) return 0.0; else return 1.0; } return - 1.0; } struct colorscale condensed_gas_cs = { 3, yellow_white2 }; static double condensed_gas_crit(struct table_entry *entry) { double tb; if(entry && entry->info[BOILING] && strcmp(entry->info[BOILING],_("n/a"))) { tb = strtod(entry->info[BOILING],0); if (errno) tb = 0; if (ambientTemperature < tb) return 0.0; else return 1.0; } else return -1.0; } /* struct colorscale solid_fluid_cs = { 3, red_yellow2 }; double solid_fluid_crid( struct table_entry *entry ) { double tm; if( entry && entry->info[MELTING] && strcmp(entry->info[MELTING], _("n/a")) ) { tm = strtod(entry->info[MELTING],0); if(!errno) tm = 0; if( temperature < tm ) return 0.0; else return 1.0; } return - 1.0; } struct colorscale condensed_gas_cs = { 3, yellow_white2 }; double condensed_gas_crit(struct table_entry *entry) { double tb; if(entry && entry->info[BOILING] && strcmp(entry->info[BOILING],_("n/a"))) { tb = strtod(entry->info[BOILING],0); if (!errno) tb = 0; if (temperature < tb) return 0.0; else return 1.0; } else return -1.0; } */ /* * NAME SYMBOL NUMBER WEIGHT DENSITY MELTING BOILING ATOMIC_RADIUS COVALENT_RADIUS * IONIC_RADIUS ATOMIC_VOLUME SPECIFIC_HEAT FUSION_HEAT EVAPORATION_HEAT TERMAL_CONDUCTIVITY DEBYE_TEMP * PAULING ENERGY OXIDATION CONFIGURATION LATTICE LATTICE_CONSTANT LATTICE_CA_RATIO APPEARANCE DISCOVERY_DATE * DISCOVERED_BY NAMED_AFTER MAX_INFO_NR X_POS Y_POS PIXEL_DEPTH RED GREEN BLUE * */ struct table_entry table [ELEMENTNUM+1] = { {N_("Hydrogen"), "H", "1", "1.00794", "0.0708 (@ -253°C)", "14.01", "20.28", "79", "32", "154 (-1e)", "14.1", "14.267 (H-H)", "0.117 (H-H)", "0.904 (H-H)", "0.1815", "110.00", "2.20", "1311.3", "1, -1", "1s1", "HEX", "3.750", "1.731", N_("Colorless, odorless, tasteless gas"), N_("1766 (England)"), N_("Henry Cavendish"), N_("Greek: hydro (water) and genes (generate)"), 1, 1, 0x7FFFFFFF, 0xAAAA, 0xFFFF, 0xAAAA}, {N_("Helium"), "He", "2", "4.002602", "0.147 (@ -270°C)", "0.95", "4.216", "0.0", N_("n/a"), "93", "31.8", "5.188", N_("n/a"), "0.08", "0.152", N_("n/a"), N_("n/a"), "2361.3", N_("n/a"), "1s2", "HEX", "3.570", "1.633", N_("Inert, colorless, odorless, tasteless gas"), N_("1895 (Scotland/Sweden)"), N_("Sir William Ramsey, Nils Langet, P.T.Cleve"), N_("Greek: helios (sun)."), 18, 1, 0x7FFFFFFF, 0xC000, 0x7000, 0x0}, {N_("Lithium"), "Li", "3", "6.941", "0.534", "553.69", "1118.15", "155", "163", "68 (+1e)", "13.1", "3.489", "2.89", "148", "84.8", "400.00", "0.98", "519.9", "1", "[He] 2s1", "BCC", "3.490", N_("n/a"), N_("Soft, silvery-white metal"), N_("1817 (Sweden)"), N_("Johann Arfwedson"), N_("Greek: lithos (stone)."), 1, 2, 0x7FFFFFFF, 0x4444, 0x4444, 0xFFFF}, {N_("Beryllium"), "Be", "4", "9.01218", "1.848", "1551", "3243", "112", "90", "35 (+2e)", "5.0", "1.824", "12.21", "309", "201", "1000.00", "1.57", "898.8", "2", "[He] 2s2", "HEX", "2.290", "1.567", N_("Hard, brittle, steel-gray metal"), N_("1798 (France)"), N_("Louis-Nicholas Vauquelin"), N_("Greek: beryllos, 'beryl' (a mineral)."), 2, 2, 0x7FFFFFFF, 0xFFFF, 0x4444, 0x4444}, {N_("Boron"), "B", "5", "10.811", "2.34", "2573", "3931", "98", "82", "23 (+3e)", "4.6", "1.025", "23.60", "504.5", "27.4", "1250.00", "2.04", "800.2", "3", "[He] 2s2 2p1", "TET", "8.730", "0.576", N_("Hard, brittle, lustrous black semimetal"), N_("1808 (England/France)"), N_("Sir H. Davy, J.L. Gay-Lussac, L.J. Thenard"), N_("The Arabic and Persian words for borax."), 13, 2, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Carbon"), "C", "6", "12.011", "2.25 (graphite)", "3820", "5100", "91", "77", "16 (+4e) 260 (-4e)", "5.3", "0.711", N_("n/a"), N_("n/a"), "1.59", "1860.00", "2.55", "1085.7", "4, 2, -4", "[He] 2s2 2p2", "DIA", "3.570", N_("n/a"), N_("Dense, Black"), N_("n/a (Unknown)"), N_("Known to the ancients"), N_("Latin: carbo, (charcoal)."), 14, 2, 0x7FFFFFFF, 0xAAAA, 0xFFFF, 0xAAAA}, {N_("Nitrogen"), "N", "7", "14.00674", "0.808 (@ -195.8°C)", "63.29", "77.4", "92", "75", "13 (+5e) 171 (-3e)", "17.3", "1.042 (N-N)", N_("n/a"), N_("n/a"), "0.026", N_("n/a"), "3.04", "1401.5", "5, 4, 3, 2, -3", "[He] 2s2 2p3", "HEX", "4.039", "1.651", N_("Colorless, odorless, tasteless, and generally inert gas"), N_("1772 (Scotland)"), N_("Daniel Rutherford"), N_("Greek: nitron and genes, (soda forming)."), 15, 2, 0x7FFFFFFF, 0xAAAA, 0xFFFF, 0xAAAA}, {N_("Oxygen"), "O", "8", "15.9994", "1.149 (@ -183°C)", "54.8", "90.19", N_("n/a"), "73", "132 (-2e)", "14.0", "0.916 (O-O)" , N_("n/a"), N_("n/a"), "0.027", N_("n/a"), "3.44", "1313.1", "-2, -1", "[He] 2s2 2p4", "CUB", "6.830", N_("n/a"), N_("Colorless, odorless, tasteless gas; pale blue liquid"), N_("1774 (England/Sweden)"), N_("Joseph Priestly, Carl Wilhelm Scheele"), N_("Greek: oxys and genes, (acid former)."), 16, 2, 0x7FFFFFFF, 0xAAAA, 0xFFFF, 0xAAAA}, {N_("Fluorine"), "F", "9", "18.998403", "1.108 (@ -189°C)", "53.53", "85.01", N_("n/a"), "72", "133 (-1e)", "17.1", "0.824 (F-F)", "0.51 (F-F)", "6.54 (F-F)", "0.028", N_("n/a"), "3.98", "1680.0", "-1", "[He] 2s2 2p5", "MCL", N_("n/a"), N_("n/a"), N_("Greenish-yellow, pungent, corrosive gas"), N_("1886 (France)"), N_("Henri Moissan"), N_("Latin: fluere (flow)."), 17, 2, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Neon"), "Ne", "10", "20.1797", "1.204 (@ -246°C)", "48", "27.1", N_("n/a"), "71", N_("n/a"), "16.8", "1.029", N_("n/a"), "1.74", "(0.0493)", "63.00", "0.0", "2079.4", N_("n/a"), "[He] 2s2 2p6", "FCC", "4.430", N_("n/a"), N_("Colorless, odorless, tasteless gas"), N_("1898 (England)"), N_("Sir William Ramsey, M.W. Travers"), N_("Greek: neos (new)."), 18, 2, 0x7FFFFFFF, 0xC000, 0x7000, 0x0}, {N_("Sodium"), "Na", "11", "22.989768", "0.971", "370.96", "1156.1", "190", "154", "97 (+1e)", "23.7", "1.222", "2.64", "97.9", "142.0", "150.00", "0.93", "495.6", "1", "[Ne] 3s1", "BCC", "4.230", N_("n/a"), N_("Soft, silvery-white metal"), N_("1807 (England)"), N_("Sir Humphrey Davy"), N_("Medieval Latin: sodanum, (headache remedy); symbol from Latin natrium, (sodium carbonate)."), 1, 3, 0x7FFFFFFF, 0x4444, 0x4444, 0xFFFF}, {N_("Magnesium"), "Mg", "12", "24.305", "1.738", "922", "1363", "160", "136", "66 (+2e)", "14.0", "1.025", "9.20", "131.8", "156", "318.00", "1.31", "737.3", "2", "[Ne] 3s2", "HEX", "3.210", "1.624", N_("Lightweight, malleable, silvery-white metal"), N_("1808 (England)"), N_("Sir Humphrey Davy"), N_("Magnesia, ancient city in district of Thessaly, Greece."), 2, 3, 0x7FFFFFFF, 0xFFFF, 0x4444, 0x4444}, {N_("Aluminum"), "Al", "13", "26.981539", "2.6989", "933.5", "2740", "143", "118", "51 (+3e)", "10.0", "0.900", "10.75", "284.1", "237", "394.00", "1.61", "577.2", "3", "[Ne] 3s2 3p1", "FCC", "4.050", N_("n/a"), N_("Soft, lightweight, silvery-white metal"), N_("1825 (Denmark)"), N_("Hans Christian Oersted"), N_("Latin: alumen, aluminis, (alum)."), 13, 3, 0x7FFFFFFF, 0x0, 0xC000, 0xFFFF}, {N_("Silicon"), "Si", "14", "28.0855", "2.33", "1683", "2628", "132", "111", "42 (+4e) 271 (-4e)", "12.1", "0.703", "50.6", "383", "149", "625.00", "1.90", "786.0", "4, -4", "[Ne] 3s2 3p2", "DIA", "5.430", N_("n/a"), N_("Amorphous form is brown powder; crystalline form has a gray"), N_("1824 (Sweden)"), N_("Jons Jacob Berzelius"), N_("Latin: silex, silicus, (flint)."), 14, 3, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Phosphorus"), "P", "15", "30.973762", N_("1.82 (white phosphorus)"), "317.3", "553", "128", "106", "35 (+5e) 212 (-3e)", "17.0", "0.757", "2.51", "49.8", "(0.236)", N_("n/a"), "2.19", "1011.2", "5, 3, -3", "[Ne] 3s2 3p3", "CUB", "7.170", N_("n/a"), N_("The most common white form is a waxy, phosphorescent solid"), N_("1669 (Germany)"), N_("Hennig Brand"), N_("Greek: phosphoros, (bringer of light)."), 15, 3, 0x7FFFFFFF, 0xAAAA, 0xFFFF, 0xAAAA}, {N_("Sulfur"), "S", "16", "32.066", "2.070", "386", "717.824", "127", "102", "30 (+6e) 184 (-2e)", "15.5", "0.732", "1.23", "10.5", "0.27", N_("n/a"), "2.58", "999.0", "6, 4, 2, -2", "[Ne] 3s2 3p4", "ORC", "10.470", N_("n/a"), N_("Tasteless, odorless, light-yellow, brittle solid"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("Latin: sulphur (brimstone)."), 16, 3, 0x7FFFFFFF, 0xAAAA, 0xFFFF, 0xAAAA}, {N_("Chlorine"), "Cl", "17", "35.4527", "1.56 (@ -33.6°C)", "172.2", "238.6", N_("n/a"), "99", "27 (+7e) 181 (-1e)", "18.7", "0.477 (Cl-Cl)", "6.41 (Cl-Cl)", "20.41 (Cl-Cl)", "0.009", N_("n/a"), "3.16", "1254.9", "7, 5, 3, 1, -1", "[Ne] 3s2 3p5", "ORC", "6.240", N_("n/a"), N_("Greenish-yellow, disagreeable gas"), N_("1774 (Sweden)"), N_("Carl Wilhelm Scheele"), N_("Greek: chloros (greenish yellow)."), 17, 3, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Argon"), "Ar", "18", "39.948", "1.40 (@ -186°C)", "83.8", "87.3", "2-", "98", N_("n/a"), "24.2", "0.138", N_("n/a"), "6.52", "0.0177", "85.00", "0.0", "1519.6", N_("n/a"), "[Ne] 3s2 3p6", "FCC", "5.260", N_("n/a"), N_("Colorless, tasteless, odorless noble gas"), N_("1894 (Scotland)"), N_("Sir William Ramsey, Baron Rayleigh"), N_("Greek: argos (inactive)."), 18, 3, 0x7FFFFFFF, 0xC000, 0x7000, 0x0}, {N_("Potassium"), "K", "19", "39.0983", "0.856", "336.8", "1047", "235", "203", "133 (+1e)", "45.3", "0.753", "102.5", "2.33", "79.0", "100.00", "0.82", "418.5", "1", "[Ar] 4s1", "BCC", "5.230", N_("n/a"), N_("Soft, waxy, silvery-white metal"), N_("1807 (England)"), N_("Sir Humphrey Davy"), N_("English: pot ash; symbol from Latin: kalium, (alkali)."), 1, 4, 0x7FFFFFFF, 0x4444, 0x4444, 0xFFFF}, {N_("Calcium"), "Ca", "20", "40.078", "1.55", "1112", "1757", "197", "174", "99 (+2e)", "29.9", "0.653", "9.20", "153.6", "(201)", "230.00", "1.00", "589.4", "2", "[Ar] 4s2", "FCC", "5.580", N_("n/a"), N_("Fairly hard, silvery-white metal"), N_("1808 (England)"), N_("Sir Humphrey Davy"), N_("Latin: calx, calcis (lime)."), 2, 4, 0x7FFFFFFF, 0xFFFF, 0x4444, 0x4444}, {N_("Scandium"), "Sc", "21", "44.95591", "2.99", "1814", "3104", "162", "144", "72.3 (+3e)", "15.0", "0.556", "15.8", "332.7", "15.8", N_("n/a"), "1.36", "630.8", "3", "[Ar] 3d1 4s2", "HEX", "3.310", "1.594", N_("Fairly soft, silvery-white metal"), N_("1879 (Sweden)"), N_("Lars Nilson"), N_("Latin: Scandia, Scandinavia."), 3, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Titanium"), "Ti", "22", "47.88", "4.54", "1933", "3560", "147", "132", "68 (+4e) 94 (+2e)", "10.6", "0.523", "18.8", "422.6", "21.9", "380.00", "1.54", "657.8", "4, 3", "[Ar] 3d2 4s2", "1.588", "2.950", N_("n/a"), N_("Shiny, dark-gray metal"), N_("1791 (England)"), N_("William Gregor"), N_("Greek: titanos (Titans)."), 4, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Vanadium"), "V", "23", "50.9415", "6.11", "2160", "3650", "134", "122", "59 (+5e) 74 (+3e)", "8.35", "0.485", "17.5", "460", "30.7", "390.00", "1.63", "650.1", "5, 4, 3, 2, 0", "[Ar] 3d3 4s2", "BCC", "3.020", N_("n/a"), N_("Soft, ductile, silvery-white metal"), N_("1830 (Sweden)"), N_("Nils Gabriel Sefstrom"), N_("The scandinavian goddess, Vanadis."), 5, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Chromium"), "Cr", "24", "51.9961", "7.18", "2130", "2945", "130", "118", "52 (+6e) 63 (+3e)", "7.23", "0.488", "21", "342", "93.9", "460.00", "1.66", "652.4", "6, 3, 2, 0", "[Ar] 3d5 4s1", "BCC", "2.880", N_("n/a"), N_("Very hard, crystalline, steel-gray metal"), N_("1797 (France)"), N_("Louis Vauquelin"), N_("Greek: chroma (color)."), 6, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Manganese"), "Mn", "25", "54.93805", "7.21", "1517", "2235", "135", "117", "46 (+7e) 80 (+2e)", "7.39", "0.477", "(13.4)", "221", "(7.8)", "400.00", "1.55", "716.8", "7, 6, 4, 3, 2, 0, -1", "[Ar] 3d5 4s2", "CUB", "8.890", N_("n/a"), N_("Hard, brittle, gray-white metal"), N_("1774 (Sweden)"), N_("Johann Gahn"), N_("Latin: magnes (magnet); Italian: manganese."), 7, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Iron"), "Fe", "26", "55.847", "7.874", "1808", "3023", "126", "117", "64 (+3e) 74 (+2e)", "7.1", "0.443", "13.8", "~340", "80.4", "460.00", "1.83", "759.1", "6, 3, 2, 0, -2", "[Ar] 3d6 4s2", "BCC", "2.870", N_("n/a"), N_("Malleable, ductile, silvery-white metal"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("Anglo-Saxon: iron; symbol from Latin: ferrum (iron)."), 8, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Cobalt"), "Co", "27", "58.9332", "8.9", "1768", "3143", "125", "116", "63 (+3e) 72 (+2e)", "6.7", "0.456", "15.48", "389.1", "100", "385.00", "1.88", "758.1", "3, 2, 0, -1", "[Ar] 3d7 4s2", "HEX", "2.510", N_("n/a"), N_("Hard, ductile, lustrous bluish-gray metal"), N_("1739 (Sweden)"), N_("George Brandt"), N_("German: kobold (goblin)."), 9, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Nickel"), "Ni", "28", "58.6934", "8.902", "1726", "3005", "124", "115", "69 (+2e)", "6.6", "0.443", "17.61", "378.6", "90.9", "375.00", "1.91", "736.2", "3, 2, 0", "[Ar] 3d8 4s2", "FCC", "3.520", N_("n/a"), N_("Hard, malleable, silvery-white metal"), N_("1751 (Sweden)"), N_("Axel Cronstedt"), N_("German: kupfernickel (false copper)."), 10, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Copper"), "Cu", "29", "63.546", "8.96", "1356.6", "2840", "128", "117", "72 (+2e) 96 (+1e)", "7.1", "0.385", "13.01", "304.6", "401", "315.00", "1.90", "745.0", "2, 1", "[Ar] 3d10 4s1", "FCC", "3.610", N_("n/a"), N_("Malleable, ductile, reddish-brown metal"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("Symbol from Latin: cuprum (island of Cyprus famed for its copper mines)."), 11, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Zinc"), "Zn", "30", "65.39", "7.133", "692.73", "1180", "138", "125", "74 (+2e)", "9.2", "0.388", "7.28", "114.8", "116", "234.00", "1.65", "905.8", "2", "[Ar] 3d10 4s2", "HEX", "2.660", N_("n/a"), N_("Bluish-silver, ductile metal"), N_("n/a (Germany)"), N_("Known to the ancients."), N_("German: zink (German for tin)."), 12, 4, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Gallium"), "Ga", "31", "69.723", "5.91", "302.93", "2676", "141", "126", "62 (+3e) 81 (+1e)", "11.8", "0.372", "5.59", "270.3", "28.1", "240.00", "1.81", "578.7", "3", "[Ar] 3d10 4s2 4p1", "ORC", "4.510", N_("n/a"), N_("Soft, blue-white metal"), N_("1875 (France)"), N_("Paul-Emile Lecoq de Boisbaudran"), N_("Latin: Gallia (France)."), 13, 4, 0x7FFFFFFF, 0x0, 0xC000, 0xFFFF}, {N_("Germanium"), "Ge", "32", "72.61", "5.323", "1210.6", "3103", "137", "122", "53 (+4e) 73 (+2e)", "13.6", "0.322", "36.8", "328", "60.2", "360.00", "2.01", "760.0", "4", "[Ar] 3d10 4s2 4p2", "DIA", "5.660", N_("n/a"), N_("Grayish-white metal"), N_("1886 (Germany)"), N_("Clemens Winkler"), N_("Latin: Germania (Germany)."), 14, 4, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Arsenic"), "As", "33", "74.92159", N_("5.73 (grey arsenic)"), "1090", "876", "139", "120", "46 (+5e) 222 (-3e)", "13.1", "0.328", N_("n/a"), "32.4", "(50.2)", "285.00", "2.18", "946.2", "5, 3, -2", "[Ar] 3d10 4s2 4p3", "RHL", "4.130", N_("n/a"), N_("Steel gray, brittle semimetal"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("Greek: arsenikon; Latin: arsenicum, (both names for yellow pigment)."), 15, 4, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Selenium"), "Se", "34", "78.96", "4.79", "490", "958.1", "140", "116", "42 (+6e) 191 (-2e)", "16.5", "0.321 (Se-Se)", "5.23", "59.7", "0.52", N_("n/a"), "2.55", "940.4", "6, 4, -2", "[Ar] 3d10 4s2 4p4", "HEX", "4.360", N_("n/a"), N_("A soft metalloid similar to sulfur"), N_("1818 (Sweden)"), N_("Jons Jacob Berzelius"), N_("Greek: selene (moon)."), 16, 4, 0x7FFFFFFF, 0xAAAA, 0xFFFF, 0xAAAA}, {N_("Bromine"), "Br", "35", "79.904", "3.12", "265.9", "331.9", N_("n/a"), "114", "47 (+5e) 196 (-1e)", "23.5", "0.473 (Br-Br)", "10.57 (Br-Br)", "29.56 (Br-Br)", "0.005", N_("n/a"), "2.96", "1142.0", "7, 5, 3, 1, -1", "[Ar] 3d10 4s2 4p5", "ORC", "6.670", N_("n/a"), N_("Reddish-brown liquid"), N_("1826 (France)"), N_("Antoine J. Balard"), N_("Greek: bromos (stench)."), 17, 4, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Krypton"), "Kr", "36", "83.8", "2.155 (@ -153°C)", "116.6", "120.85", N_("n/a"), "112", N_("n/a"), "32.2", "0.247", N_("n/a"), "9.05", "0.0095", N_("n/a"), "0.0", "1350.0", "2", "[Ar] 3d10 4s2 4p6", "FCC", "5.720", N_("n/a"), N_("Dense, colorless, odorless, and tasteless gas"), N_("1898 (Great Britain)"), N_("Sir William Ramsey, M.W. Travers"), N_("Greek: kryptos (hidden)."), 18, 4, 0x7FFFFFFF, 0xC000, 0x7000, 0x0}, {N_("Rubidium"), "Rb", "37", "85.4678", "1.532", "312.2", "961", "248", "216", "147 (+1e)", "55.9", "0.360", "2.20", "75.8", "58.2", N_("n/a"), "0.82", "402.8", "1", "[Kr] 5s1", "BCC", "5.590", N_("n/a"), "Soft, silvery-white, highly reactive metal", N_("1861 (Germany)"), N_("R. Bunsen, G. Kirchoff"), N_("Latin: rubidus (deep red); the color its salts impart to flames."), 1, 5, 0x7FFFFFFF, 0x4444, 0x4444, 0xFFFF}, {N_("Strontium"), "Sr", "38", "87.62", "2.54", "1042", "1657", "215", "191", "112 (+2e)", "33.7", "0.301", "9.20", "144", "(35.4)", N_("n/a"), "0.95", "549.0", "2", "[Kr] 5s2", "FCC", "6.080", N_("n/a"), N_("Silvery, malleable metal"), N_("1790 (Scotland)"), N_("A. Crawford"), N_("The Scottish town, Strontian."), 2, 5, 0x7FFFFFFF, 0xFFFF, 0x4444, 0x4444}, {N_("Yttrium"), "Y", "39", "88.90585", "4.47", "1795", "3611", "178", "162", "89.3 (+3e)", "19.8", "0.284", "11.5", "367", "(17.2)", N_("n/a"), "1.22", "615.4", "3", "[Kr] 4d1 5s2", "HEX", "3.650", "1.571", N_("Silvery, ductile, fairly reactive metal"), N_("1789 (Finland)"), N_("Johann Gadolin"), N_("The Swedish village, Ytterby, where one of its minerals was first found."), 3, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Zirconium"), "Zr", "40", "91.224", "6.506", "2125", "4650", "160", "145", "79 (+4e)", "14.1", "0.281", "19.2", "567", "22.7", "250.00", "1.33", "659.7", "4", "[Kr] 4d2 5s2", "HEX", "3.230", "1.593", N_("Gray-white, lustrous, corrosion-resistant metal"), N_("1789 (Germany)"), N_("Martin Klaproth"), N_("The mineral, zircon."), 4, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Niobium"), "Nb", "41", "92.90638", "8.57", "2741", "5015", "146", "134", "69 (+5e)", "10.8", "0.268", "26.8", "680", "53.7", "275.00", "1.6", "663.6", "5, 3", "[Kr] 4d4 5s1", "BCC", "3.300", N_("n/a"), N_("Shiny white, soft, ductile metal"), N_("1801 (England)"), N_("Charles Hatchet"), N_("Niobe; daughter of the mythical Greek king Tantalus."), 5, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Molybdenum"), "Mo", "42", "95.94", "10.22", "2890", "4885", "139", "130", "62 (+6e) 70 (+4e)", "9.4", "0.251", "28", "~590", "(138)", "380.00", "2.16", "684.8", "6, 5, 4, 3, 2, 0", "[Kr] 4d5 5s1", "BCC", "3.150", N_("n/a"), N_("Silvery white, hard metal"), N_("1778 (Sweden)"), N_("Carl Wilhelm Scheele"), N_("Greek: molybdos (lead)."), 6, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Technetium"), "Tc", "43", "97.9072", "11.5", "2445", "5150", "136", "127", "56 (+7e)", "8.5", "0.243", "23.8", "585", "50.6", N_("n/a"), "1.9", "702.2", "7", "[Kr] 4d6 5s1", "HEX", "2.740", "1.604", N_("Silvery-gray metal"), N_("1937 (Italy)"), N_("Carlo Perrier, Emilio Segre"), N_("Greek: technetos (artificial)."), 7, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Ruthenium"), "Ru", "44", "101.07", "12.41", "2583", "4173", "134", "125", "67 (+4e)", "8.3", "0.238", "(25.5)", N_("n/a"), "117.0", N_("n/a"), "2.2", "710.3", "8, 6, 4, 3, 2, 0, -2", "[Kr] 4d7 5s1", "HEX", "2.700", "1.584", N_("Rare, silver-gray, extremely brittle metal"), N_("1844 (Russia)"), N_("Karl Klaus"), N_("Latin: Ruthenia (Russia)."), 8, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Rhodium"), "Rh", "45", "102.9055", "12.41", "2239", "4000", "134", "125", "68 (+3e)", "8.3", "0.244", "21.8", "494", "150", N_("n/a"), "2.28", "719.5", "5, 4, 3, 2, 1, 0", "[Kr] 4d8 5s1", "FCC", "3.800", N_("n/a"), N_("Silvery white, hard metal"), N_("1803 (England)"), N_("William Wollaston"), N_("Greek: rhodon (rose). Its salts give a rosy solution."), 9, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Palladium"), "Pd", "46", "106.42", "12.02", "1825", "3413", "137", "128", "65 (+4e) 80 (+2e)", "8.9", "0.244", "17.24", "372.4", "71.8", "275.00", "2.20", "803.5", "4, 2, 0", "[Kr] 4d10", "FCC", "3.890", N_("n/a"), N_("Silvery-white, soft, malleable and ductile metal"), N_("1803 (England)"), N_("William Wollaston"), N_("Named after the asteroid, Pallas, discovered in 1803."), 10, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Silver"), "Ag", "47", "107.8682", "10.5", "1235.1", "2485", "144", "134", "89 (+2e) 126 (+1e)", "10.3", " 0.237", "11.95", "254.1", "429", "215.00", "1.93", "730.5", "2, 1", "[Kr] 4d10 5s1", "FCC", "4.090", N_("n/a"), N_("Silvery-ductile, and malleable metal"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("Anglo-Saxon: siolful, (silver); symbol from Latin: argentium."), 11, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Cadmium"), "Cd", "48", "112.411", "8.65", "594.1", "1038", "154", "148", "97 (+2e)", "13.1", "0.232", "6.11", "59.1", "96.9", "120.00", "1.69", "867.2", "2", "[Kr] 4d10 5s2", "HEX", "2.980", "1.886", N_("Soft, malleable, blue-white metal"), N_("1817 (Germany)"), N_("Fredrich Stromeyer"), N_("Greek: kadmeia (ancient name for calamine (zinc oxide))."), 12, 5, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Indium"), "In", "49", "114.818", "7.31", "429.32", "2353", "166", "144", "81 (+3e)", "15.7", "0.234", "3.24", "225.1", "81.8", "129.00", "1.78", "558.0", "3", "[Kr] 4d10 5s2 5p1", "TET", "4.590", N_("n/a"), N_("Very soft, silvery-white metal"), N_("1863 (Germany)"), N_("Ferdinand Reich, T. Richter"), N_("Latin: indicum (color indigo), the color it shows in a spectroscope."), 13, 5, 0x7FFFFFFF, 0x0, 0xC000, 0xFFFF}, {N_("Tin"), "Sn", "50", "118.71", "7.31", "505.1", "2543", "162", "141", "71 (+4e) 93 (+2)", "16.3", "0.222", "7.07", "296", "66.8", "170.00", "1.96", "708.2", "4, 2", "[Kr] 4d10 5s2 5p2", "TET", "5.820", N_("n/a"), N_("Silvery-white, soft, malleable and ductile metal"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("Named after Etruscan god, Tinia; symbol from Latin: stannum (tin)."), 14, 5, 0x7FFFFFFF, 0x0, 0xC000, 0xFFFF}, {N_("Antimony"), "Sb", "51", "121.760", "6.691", "903.9", "1908", "159", "140", "62 (+6e) 245 (-3)", "18.4", "0.205", "20.08", "195.2", "24.43", "200.00", "2.05", "833.3", "5, 3, -2", "[Kr] 4d10 5s2 5p3", "RHL", "4.510", N_("n/a"), N_("Hard, silvery-white, brittle semimetal"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("Greek: anti and monos (not alone); symbol from mineral stibnite."), 15, 5, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Tellurium"), "Te", "52", "127.6", "6.24", "722.7", "1263", "160", "136", "56 (+6e) 211 (-2e)", "20.5", "0.201", "17.91", "49.8", "14.3", N_("n/a"), "2.1", "869.0", "6, 4, 2", "[Kr] 4d10 5s2 5p4", "HEX", "4.450", "1.330", N_("Silvery-white, brittle semimetal"), N_("1782 (Romania)"), N_("Franz Joseph Meller von Reichenstein"), N_("Latin: tellus (earth)."), 16, 5, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Iodine"), "I", "53", "126.90447", "4.93", "386.7", "457.5", N_("n/a"), "133", "50 (+7e) 220 (-1e)", "25.7", "0.427 (I-I)", "15.52 (I-I)", "41.95 (I-I)", "(0.45)", N_("n/a"), "2.66", "1008.3", "7, 5, 1, -1", "[Kr] 4d10 5s2 5p5", "ORC", "7.720", N_("n/a"), N_("Shiny, black nonmetallic solid"), N_("1811 (France)"), N_("Bernard Courtois"), "Greek: iodes (violet colored).", 17, 5, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Xenon"), "Xe", "54", "131.29", "3.52 (@ -109°C)", "161.3", "166.1", N_("n/a"), "131", N_("n/a"), "42.9", "0.158", N_("n/a"), "12.65", "0.0057", N_("n/a"), "0.0", "1170.0", "7", "[Kr] 4d10 5s2 5p6", "FCC", "6.200", N_("n/a"), N_("Heavy, colorless, and odorless noble gas"), N_("1898 (England)"), N_("Sir William Ramsay; M. W. Travers"), N_("Greek: xenos (strange)."), 18, 5, 0x7FFFFFFF, 0xC000, 0x7000, 0x0}, {N_("Cesium"), "Cs", "55", "132.90543", "1.873", "301.6", "951.6", "267", "235", "167 (+1e)", "70.0", "0.241", "2.09", "68.3", "35.9", N_("n/a"), "0.79", "375.5", "1", "[Xe] 6s1", "BCC", "6.050", N_("n/a"), N_("Very soft, ductile, light gray metal"), N_("1860 (Germany)"), N_("Gustov Kirchoff, Robert Bunsen"), N_("Latin: coesius (sky blue); for the blue lines of its spectrum."), 1, 6, 0x7FFFFFFF, 0x4444, 0x4444, 0xFFFF}, {N_("Barium"), "Ba", "56", "137.327", "3.5", "1002", "1910", "222", "198", "134 (+2e)", "39.0", "0.192", "7.66", "142.0", "(18.4)", N_("n/a"), "0.89", "502.5", "2", "[Xe] 6s2", "BCC", "5.020", N_("n/a"), N_("Soft, slightly malleable, silver-white metal"), N_("1808 (England)"), N_("Sir Humphrey Davy"), N_("Greek: barys (heavy or dense)."), 2, 6, 0x7FFFFFFF, 0xFFFF, 0x4444, 0x4444}, {N_("Lanthanum"), "La", "57", "138.9055", "6.15", "1194", "3730", "187", "169", "101.6 (+3e)", "22.5", "0.197", "8.5", "402", "13.4", "132.00", "1.10", "541.1", "3", "[Xe] 5d1 6s2", "HEX", "3.750", "1.619", N_("Silvery-white, soft, malleable, and ductile metal"), N_("1839 (Sweden)"), N_("Carl Mosander"), N_("Greek: lanthanein (to be hidden)."), 3, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Cerium"), "Ce", "58", "140.115", "6.757", "1072", "3699", "181", "165", "92 (+4e) 103.4 (+3e)", "21.0", "0.205", "5.2", "398", "11.3", N_("n/a"), "1.12", "540.1", "4, 3", "[Xe] 4f1 5d1 6s2", "FCC", "5.160", N_("n/a"), N_("Malleable, ductile, iron-gray metal"), N_("1803 (Sweden/Germany)"), N_("W. von Hisinger, J. Berzelius, M. Klaproth"), N_("Named after the asteroid, Ceres, discovered two years before the element."), 4, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Praseodymium"), "Pr", "59", "140.90765", "6.773", "1204", "3785", "182", "165", "90 (+4e) 101.3 (+3e)", "20.8", "0.192", "11.3", "331", "12.5", N_("n/a"), "1.13", "526.6", "4, 3", "[Xe] 4f3 6s2", "HEX", "3.670", "1.614", N_("Silvery white, moderately soft, malleable, and ductile metal"), N_("1885 (Austria)"), N_("C.F. Aver von Welsbach"), N_("Greek: prasios and didymos (green twin); from its green salts."), 5, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Neodymium"), "Nd", "60", "144.24", "7.007", "1294", "3341", "182", "184", "99.5 (+3e)", "20.6", "0.205", "7.1", "289", "(16.5)", N_("n/a"), "1.14", "531.5", "3", "[Xe] 4f4 6s2", "HEX", "3.660", "1.614", N_("Silvery-white, rare-earth metal that oxidizes easily in air"), N_("1925 (Austria)"), N_("C.F. Aver von Welsbach"), N_("Greek: neos and didymos (new twin)."), 6, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Promethium"), "Pm", "61", "144.9127", "7.2", "1441", "3000", N_("n/a"), "163", "97.9 (+3e)", N_("n/a"), "0.185", N_("n/a"), N_("n/a"), "17.9", N_("n/a"), "0.0", "536", "3", "[Xe] 4f5 6s2", N_("n/a"), N_("n/a"), N_("n/a"), "", N_("1945 (United States)"), N_("J.A. Marinsky, L.E. Glendenin, C.D. Coryell"), N_("Named for the Greek god, Prometheus."), 7, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Samarium"), "Sm", "62", "150.36", "7.520", "1350", "2064", "181", "162", "96.4 (+3e)", "19.9", "0.180", "8.9", "165", "(13.3)", "166.00", "1.17", "540.1", "3, 2", "[Xe] 4f6 6s2", "RHL", "9.000", N_("n/a"), N_("Silvery rare-earth metal"), N_("1853 (France)"), N_("Jean Charles Galissard de Marignac"), N_("Named after the mineral samarskite."), 8, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Europium"), "Eu", "63", "151.965", "5.243", "1095", "1870", "199", "185", "95 (+3e) 109 (+2e)", "28.9", "0.176", N_("n/a"), "176", "13.9", N_("n/a"), "0.0", "546.9", "3, 2", "[Xe] 4f7 6s2", "BCC", "4.610", N_("n/a"), N_("Soft, silvery-white metal"), N_("1901 (France)"), N_("Eugene-Antole Demarcay"), N_("Named for the continent of Europe."), 9, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Gadolinium"), "Gd", "64", "157.25", "7.900", "1586", "3539", "179", "161", "93.8 (+3e)", "19.9", "0.230", N_("n/a"), "398", "(10.5)", N_("n/a"), "1.20", "594.2", "3", "[Xe] 4f7 5d1 6s2", "HEX", "3.640", "1.588", N_("Soft, ductile, silvery-white metal"), N_("1880 (Switzerland)"), N_("Jean de Marignac"), N_("Named after the mineral gadolinite."), 10, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Terbium"), "Tb", "65", "158.92534", "8.229", "1629", "3296", "180", "159", "84 (+4e) 92.3 (+3e)", "19.2", "0.183", N_("n/a"), "389", "11.1", N_("n/a"), "1.2", "569", "4, 3", "[Xe] 4f9 6s2", "HEX", "3.600", "1.581", N_("Soft, ductile, silvery-gray, rare-earth metal"), N_("1843 (Sweden)"), N_("Carl Mosander"), N_("Named after Ytterby, a village in Sweden."), 11, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Dysprosium"), "Dy", "66", "162.50", "8.55", "1685", "2835", "180", "159", "90.8 (+3e)", "19.0", "0.173", N_("n/a"), "291", "10.7", N_("n/a"), N_("n/a"), "567", "3", "[Xe] 4f10 6s2", "HEX", "3.590", "1.573", N_("Soft. lustrous, silvery metal"), N_("1886 (France)"), N_("Paul-Emile Lecoq de Boisbaudran"), N_("Greek: dysprositos (hard to get at)."), 12, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Holmium"), "Ho", "67", "164.93032", "8.795", "1747", "2968", "179", "158", "89.4 (+3e)", "18.7", "0.164", N_("n/a"), "301", "(16.2)", N_("n/a"), "1.23", "574", "3", "[Xe] 4f11 6s2", "HEX", "3.580", "1.570", N_("Fairly soft, malleable, lustrous, silvery metal"), N_("1878 (Switzerland)"), N_("J.L. Soret"), N_("Holmia, the Latinized name for Stockholm, Sweden."), 13, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Erbium"), "Er", "68", "167.26", "9.06", "1802", "3136", "178", "157", "88.1 (+3e)", "18.4", "0.168", N_("n/a"), "317", "(14.5)", N_("n/a"), "1.24", "581", "3", "[Xe] 4f12 6s2", "HEX", "3.560", "1.570", N_("Soft, malleable, silvery metal"), N_("1843 (Sweden)"), N_("Carl Mosander"), N_("Named after the Swedish town, Ytterby."), 14, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Thulium"), "Tm", "69", "168.93421", "9.321", "1818", "2220", "177", "156", "87 (+3e)", "18.1", "0.160", N_("n/a"), "232", "(16.9)", N_("n/a"), "1.25", "589", "3, 2", "[Xe] 4f13 6s2", "HEX", "3.540", "1.570", N_("Soft, malleable, ductile, silvery metal"), N_("1879 (Sweden)"), N_("Per Theodor Cleve"), N_("Thule, ancient name of Scandinavia."), 15, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Ytterbium"), "Yb", "70", "173.04", "6.9654", "1097", "1466", "194", N_("n/a"), "85.8 (+3e) 93 (+2e)", "24.8", "0.145", "3.35", "159", "(34.9)", N_("n/a"), "1.1", "603", "3, 2", "[Xe] 4f14 6s2", "FCC", "5.490", N_("n/a"), N_("Silvery, lustrous, malleable, and ductile metal"), N_("1878 (Switzerland)"), N_("Jean de Marignac"), N_("Named for the Swedish village of Ytterby."), 16, 9, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Lutetium"), "Lu", "71", "174.967", "9.8404", "1936", "3668", "175", "156", "85 (+3e)", "17.8", "0.155", N_("n/a"), "414", "(16.4)", N_("n/a"), "1.27", "513", "3", "[Xe] 4f14 5d1 6s2", "HEX", "3.510", "1.585", N_("Silvery-white, hard, dense, rare-earth metal"), N_("1907 (France)"), N_("Georges Urbain"), N_("Named for the ancient name of Paris, Lutecia."), 3, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Hafnium"), "Hf", "72", "178.49", "13.31", "2503", "5470", "167", "144", "78 (+4e)", "13.6", "0.146", "(25.1)", "575", "23.0", N_("n/a"), "1.3", "575.2", "4", "[Xe] 4f14 5d2 6s2", "HEX", "3.200", "1.582", N_("Silvery, ductile metal"), N_("1923 (Denmark)"), N_("Dirk Coster, Georg von Hevesy"), N_("Hafnia, the Latin name of Copenhagen."), 4, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Tantalum"), "Ta", "73", "180.9479", "16.654", "3269", "5698", "149", "134", "68 (+5e)", "10.9", "0.140", "24.7", "758", "57.5", "225.00", "1.5", "760.1", "5", "[Xe] 4f14 5d3 6s2", "BCC", "3.310", N_("n/a"), N_("Gray, heavy, hard metal"), N_("1802 (Sweden)"), N_("Anders Ekeberg"), N_("King Tantalus of Greek mythology, father of Niobe."), 5, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Tungsten"), "W", "74", "183.84", "19.3", "3680", "5930", "141", "130", "62 (+6e) 70 (+4e)", "9.53", "0.133", "(35)", "824", "173", "310.00", "1.7", "769.7", "6, 5, 4, 3, 2, 0", "[Xe] 4f14 5d4 6s2", "BCC", "3.160", N_("n/a"), N_("Tough, steel-gray to white metal"), N_("1783 (Spain)"), N_("Juan Jose, Fausto Elhuyar"), N_("Swedish: tung sten (heavy stone): symbol from its German name wolfram."), 6, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Rhenium"), "Re", "75", "186.207", "21.02", "3453", "5900", "137", "128", "53 (+7e) 72 (+4e)", "8.85", "0.138", "34", "704", "48.0", "416.00", "1.9", "759.1", "5, 4, 3, 2, -1", "[Xe] 4f14 5d5 6s2", "HEX", "2.760", "1.615", N_("Dense, silvery-white metal"), N_("1925 (Germany)"), N_("Walter Noddack, Ida Tacke, Otto Berg"), N_("Latin: Rhenus, the Rhine River."), 7, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Osmium"), "Os", "76", "190.23", "22.57", "3327", "5300", "135", "126", "69 (+6e) 88 (+4e)", "8.43", "0.131", "31.7", "738", "(87.6)", N_("n/a"), "2.2", "819.8", "8, 6, 4, 3, 2, 0, -2", "[Xe] 4f14 5d6 6s2", "HEX", "2.740", "1.579", N_("Blue-white, lustrous, hard metal"), N_("1804 (England)"), N_("Smithson Tenant"), N_("Greek: osme (odor)."), 8, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Iridium"), "Ir", "77", "192.22", "22.42", "2683", "4403", "136", "127", "68 (+4e)", "8.54", "0.133", "27.61", "604", "147", "430.00", "2.20", "868.1", "6, 4, 3, 2, 1, 0, -1", "[Xe] 4f14 5d7 6s2", "FCC", "3.840", N_("n/a"), N_("White, brittle metal"), N_("1804 (England/France)"), N_("S.Tenant, A.F.Fourcory, L.N.Vauquelin, H.V.Collet-Descoltils"), N_("Latin: iris (rainbow)."), 9, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Platinum"), "Pt", "78", "195.08", "21.45", "2045", "4100", "139", "130", "65 (+4e) 80 (+2e)", "9.10", "0.133", "21.76", "~470", "71.6", "230.00", "2.28", "868.1", "4, 2, 0", "[Xe] 4f14 5d9 6s1", "FCC", "3.920", N_("n/a"), N_("Very heavy, soft, silvery-white metal"), N_("1735 (Italy)"), N_("Julius Scaliger"), N_("Spanish: platina (little silver)."), 10, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Gold"), "Au", "79", "196.96654", "19.3", "1337.58", "3080", "146", "134", "85 (+3e) 137 (+1e)", "10.2", "0.129", "12.68", "~340", "318", "170.00", "2.54", "889.3", "3, 1", "[Xe] 4f14 5d10 6s1", "FCC", "4.080", N_("n/a"), N_("Soft, malleable, yellow metal"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("Anglo-Saxon: geolo (yellow); symbol from Latin: aurum (shining dawn)."), 11, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Mercury"), "Hg", "80", "200.59", "13.546 (@ +20°C)", "234.28", "629.73", "157", "149", "110 (+2e) 127 (+1e)", "14.8", "0.138", "2.295", "58.5", "8.3", "100.00", "2.00", "1006.0", "2, 1", "[Xe] 4f14 5d10 6s2", "RHL", "2.990", N_("n/a"), N_("Heavy, silver-white metal that is in its liquid state at"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("The Roman god Mercury; symbol from Latin: hydrargyrus (liquid silver)."), 12, 6, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Thallium"), "Tl", "81", "204.3833", "11.85", "576.6", "1730", "171", "148", "95 (+3e) 147 (+1e)", "17.2", "0.128", "4.31", "162.4", "46.1", "96.00", "1.62", "588.9", "3, 1", "[Xe] 4f14 5d10 6s2 6p1", "HEX", "3.460", "1.599", N_("Soft, gray metal"), N_("1861 (England)"), N_("Sir William Crookes"), N_("Greek: thallos (green twig), for a bright green line in its spectrum."), 13, 6, 0x7FFFFFFF, 0x0, 0xC000, 0xFFFF}, {N_("Lead"), "Pb", "82", "207.2", "11.35", "600.65", "2013", "175", "147", "84 (+4e) 120 (+2e)", "18.3", "0.159", "4.77", "177.8", "35.3", "88.00", "1.8", "715.2", "4, 2", "[Xe] 4f14 5d10 6s2 6p2", "FCC", "4.950", N_("n/a"), N_("Very soft, highly malleable and ductile, blue-white shiny metal"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("Anglo-Saxon: lead; symbol from Latin: plumbum."), 14, 6, 0x7FFFFFFF, 0x0, 0xC000, 0xFFFF}, {N_("Bismuth"), "Bi", "83", "208.98037", "9.747", "544.5", "1883", "170", "146", "74 (+5e) 96 (+3e)", "21.3", "0.124", "11.00", "172.0", "7.9", "120.00", "2.02", "702.9", "5, 3", "[Xe] 4f14 5d10 6s2 6p3", "RHL", "4.750", N_("n/a"), N_("Hard, brittle, steel-gray metal with a pinkish tinge"), N_("n/a (Unknown)"), N_("Known to the ancients."), N_("German: bisemutum, (white mass), Now spelled wismut."), 15, 6, 0x7FFFFFFF, 0x0, 0xC000, 0xFFFF}, {N_("Polonium"), "Po", "84", "208.9824", "9.32", "527", "1235", "176", "146", "67 (+6e)", "22.7", "0.125", "(10)", "(102.9)", N_("n/a"), N_("n/a"), "2.0", "813.1", "6, 4, 2", "[Xe] 4f14 5d10 6s2 6p4", "SC", "3.350", N_("n/a"), N_("Silvery-gray metal"), N_("1898 (France/Poland)"), N_("Pierre and Marie Curie-Sklodowska"), N_("Named for Poland, native country of Marie Curie."), 16, 6, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Astatine"), "At", "85", "209.9871", N_("n/a"), "575", "610", N_("n/a"), "(145)", "62 (+7e)", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "2.2", "916.3", "7, 5, 3, 1, -1", "[Xe] 4f14 5d10 6s2 6p5", N_("n/a"), N_("n/a"), N_("n/a"), N_("Unstable, radioactive halogen"), N_("1940 (United States)"), N_("D.R.Corson, K.R.MacKenzie, E. Segre"), N_("Greek: astatos (unstable)."), 17, 6, 0x7FFFFFFF, 0xFFFF, 0x4444, 0xFFFF}, {N_("Radon"), "Rn", "86", "222.0176", "4.4 (@ -62°C)", "202", "211.4", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "0.094", N_("n/a"), "18.1", "0.0036", N_("n/a"), N_("n/a"), "1036.5", N_("n/a"), "[Xe] 4f14 5d10 6s2 6p6", "FCC", N_("n/a"), N_("n/a"), N_("Heavy radioactive gas"), N_("1898 (Germany)"), N_("Fredrich Ernst Dorn"), N_("Variation of the name of another element, radium."), 18, 6, 0x7FFFFFFF, 0xC000, 0x7000, 0x0}, {N_("Francium"), "Fr", "87", "223.0197", N_("n/a"), "300", "950", N_("n/a"), N_("n/a"), "180 (+1e)", N_("n/a"), N_("n/a"), "15", N_("n/a"), N_("n/a"), N_("n/a"), "0.7", "~375", "2", "[Rn] 7s1", "BCC", N_("n/a"), N_("n/a"), N_("n/a"), N_("1939 (France)"), N_("Marguerite Derey"), N_("Named for France, the nation of its discovery."), 1, 7, 0x7FFFFFFF, 0x4444, 0x4444, 0xFFFF}, {N_("Radium"), "Ra", "88", "226.0254", "(5.5)", "973", "1413", N_("n/a"), N_("n/a"), "143 (+2e)", "45.0", "0.120", "(9.6)", "(113)", "(18.6)", N_("n/a"), "0.9", "509.0", "2", "[Rn] 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Silvery white, radioactive element"), N_("1898 (France/Poland)"), N_("Pierre and Marie Curie-Sklodowska"), N_("Latin: radius (ray)."), 2, 7, 0x7FFFFFFF, 0xFFFF, 0x4444, 0x4444}, {N_("Actinium"), "Ac", "89", "227.0278", N_("n/a"), "1320", "3470", "188", N_("n/a"), "118 (+3e)", "22.54", N_("n/a"), "(10.5)", "(292.9)", N_("n/a"), N_("n/a"), "1.1", "665.5", "3", "[Rn] 6d1 7s2", "FCC", "5.310", N_("n/a"), N_("Heavy, Silvery-white metal that is very radioactive"), N_("1899 (France)"), N_("Andre-Louis Debierne"), N_("Greek: akis, aktinos (ray)."), 3, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Thorium"), "Th", "90", "232.0381", "11.78", "2028", "5060", "180", "165", "102 (+4e)", "19.8", "0.113", "16.11", "513.7", "(54.0)", "100.00", "1.3", "670.4", "4", "[Rn] 6d2 7s2", "FCC", "5.080", N_("n/a"), N_("Gray, soft, malleable, ductile, radioactive metal"), N_("1828 (Sweden)"), N_("Jons Jacob Berzelius"), N_("Named for Thor, Norse god of thunder."), 4, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Protactinium"), "Pa", "91", "231.03588", "15.37", "2113", "4300", "161", N_("n/a"), "89 (+5e) 113 (+3e)", "15.0", "0.121", "16.7", "481.2", N_("n/a"), N_("n/a"), "1.5", N_("n/a"), "5, 4", "[Rn] 5f2 6d1 7s2", "TET", "3.920", N_("n/a"), N_("Silvery-white, radioactive metal"), N_("1917 (England/France)"), N_("Fredrich Soddy, John Cranston, Otto Hahn, Lise Meitner"), N_("Greek: proto and actinium (parent of actinium); it forms actinium when it radioactively decays."), 5, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Uranium"), "U", "92", "238.0289", "19.05", "1405.5", "4018", "138", "142", "80 (+6e) 97 (+4e)", "12.5", "0.115", "12.6", "417", "27.5", N_("n/a"), "1.38", "686.4", "6, 5, 4, 3", "[Rn] 5f3 6d1 7s2", "ORC", "2.850", N_("n/a"), N_("Silvery-white, dense, ductile and malleable, radioactive metal."), N_("1789 (Germany)"), N_("Martin Klaproth"), N_("Named for the planet Uranus."), 6, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Neptunium"), "Np", "93", "237.048", "20.25", "913", "4175", "130", N_("n/a"), "95 (+4e) 110 (+3e)", "21.1", N_("n/a"), "(9.6)", "336", "(6.3)", N_("n/a"), "1.36", N_("n/a"), "6, 5, 4, 3", "[Rn] 5f4 6d1 7s2", "ORC", "4.720", N_("n/a"), N_("Silvery metal"), "1940 (United States)", N_("E.M. McMillan, P.H. Abelson"), N_("Named for the planet Neptune."), 7, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Plutonium"), "Pu", "94", "244.0642", "19.84", "914", "3505", "151", N_("n/a"), "93 (+4e) 108 (+3e)", N_("n/a"), N_("n/a"), "2.8", "343.5", "(6.7)", N_("n/a"), "1.28", "491.9", "6, 5, 4, 3", "[Rn] 5f6 7s2", "MCL", N_("n/a"), N_("n/a"), N_("Silvery-white, radioactive metal"), N_("1940 (United States)"), N_("G.T.Seaborg, J.W.Kennedy, E.M.McMillan, A.C.Wohl"), N_("Named for the planet Pluto."), 8, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Americium"), "Am", "95", "243.0614", "13.67", "1267", "2880", "173", N_("n/a"), "92 (+4e) 107 (+3e)", "20.8", N_("n/a"), "(10.0)", "238.5", N_("n/a"), N_("n/a"), "1.3", N_("n/a"), "6, 5, 4, 3", "[Rn] 5f7 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Silvery-white, radioactive metal"), N_("1945 (United States)"), N_("G.T.Seaborg, R.A.James, L.O.Morgan, A.Ghiorso"), N_("Named for the American continent, by analogy with europium."), 9, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Curium"), "Cm", "96", "247.0703", "13.51", "1340", N_("n/a"), "299", N_("n/a"), N_("n/a"), "18.28", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "1.3", "(580)", "4, 3", "[Rn] 5f7 6d1 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Silvery, malleable, synthetic radioactive metal"), N_("1944 (United States)"), N_("G.T.Seaborg, R.A.James, A.Ghiorso"), N_("Named in honor of Pierre and Marie Curie."), 10, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Berkelium"), "Bk", "97", "247.0703", "13.25", N_("n/a"), N_("n/a"), "297", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "1.3", "(600)", "4, 3", "[Rn] 5f9 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Radionactive synthetic metal"), N_("1949 (United States)"), N_("G.T.Seaborg, S.G.Tompson, A.Ghiorso"), N_("Named after Berkeley, California the city of its discovery."), 11, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Californium"), "Cf", "98", "251.0796", "15.1", "900", N_("n/a"), "295", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "1.3", "(610)", "4, 3", "[Rn] 5f10 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Powerful neutron emitter"), N_("1950 (United States)"), N_("G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr."), N_("Named after the state and University of California."), 12, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Einsteinium"), "Es", "99", "252.083", N_("n/a"), N_("n/a"), "1130", "292", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "1.3", "(620)", "3", "[Rn] 5f11 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Radioactive, synthetic metal"), N_("1952 (United States)"), N_("Argonne, Los Alamos, U of Calif"), N_("Named in honor of the scientist Albert Einstein."), 13, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Fermium"), "Fm", "100", "257.0951", N_("n/a"), "1800", N_("n/a"), "290", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "1.3", "(630)", "3", "[Rn] 5f12 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Radioactive, synthetic metal"), N_("1953 (United States)"), N_("Argonne, Los Alamos, U of Calif"), N_("Named in honor of the scientist Enrico Fermi."), 14, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Mendelevium"), "Md", "101", "258.1", N_("n/a"), "1100", N_("n/a"), "287", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "1.3", "(635)", "3", "[Rn] 5f13 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Radioactive, synthetic metal"), N_("1955 (United States)"), N_("G.T.Seaborg, S.G.Tompson, A.Ghiorso, K.Street Jr."), N_("Named in honor of the scientist Dmitri Ivanovitch Mendeleyev, who devised the periodic table."), 15, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Nobelium"), "No", "102", "259.1009", N_("n/a"), "1100", N_("n/a"), "285", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "1.3", "(640)", "3, 2", "[Rn] 5f14 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Radioactive, synthetic metal."), N_("1957 (Sweden)"), N_("Nobel Institute for Physics"), N_("Named in honor of Alfred Nobel, who invented dynamite and founded Nobel prize."), 16, 10, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Lawrencium"), "Lr", "103", "262.11", N_("n/a"), N_("n/a"), N_("n/a"), "282", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "3", "[Rn] 5f14 6d1 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Radioactive, synthetic metal"), N_("1961 (United States)"), N_("A.Ghiorso, T.Sikkeland, A.E.Larsh, R.M.Latimer"), N_("Named in honor of Ernest O. Lawrence, inventor of the cyclotron."), 3, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Rutherfordium"), "Rf", "104", "[261]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d2 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Radioactive, synthetic metal"), N_("1969 (United States)"), N_("A. Ghiorso, et al"), N_("Named in honor of Ernest Rutherford"), 4, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Dubnium"), "Db", "105", "[262]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d3 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Radioactive, synthetic metal"), N_("1970 (United States)"), N_("A. Ghiorso, et al"), N_("Named in honor of Otto Hahn"), 5, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Seaborgium"), "Sg", "106", "[266]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d4 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("Radioactive, synthetic metal"), N_("1974 (USSR/United States)"), N_("Soviet Nuclear Research/ U. of Cal at Berkeley"), N_("Named in honor of Glenn Seaborg, American physical chemist known for research on transuranium elements."), 6, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Bohrium"), "Bh", "107", "[264]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d5 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("Radioactive, synthetic metal"), N_("1976 (Germany)"), N_("Heavy Ion Research Laboratory (HIRL)"), N_("Named in honor of Niels Bohr"), 7, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Hassium"), "Hs", "108", "[269]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d6 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("1984 (Germany)"), N_("Heavy Ion Research Laboratory (HIRL)"), N_("Named in honor of Henri Hess, Swiss born Russian chemist known for work in thermodydamics."), 8, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Meitnerium"), "Mt", "109", "[268]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d7 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("1982 (Germany)"), N_("Heavy Ion Research Laboratory (HIRL)"), N_("Named in honor of Lise Mietner"), 9, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Ununnilium"), "Uun", "110", "[269]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d9 7s1", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("1994 (Germany)"), N_("Heavy Ion Research Laboratory (HIRL)"), N_("Un (one) nun (one) nilium (zero)"), 10, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Unununium"), "Uuu", "111", "[272]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d10 7s1", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("1994 (Germany)"), N_("Heavy Ion Research Laboratory (HIRL)"), N_("Un (one) nun (one) unium (one)"), 11, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Ununbium"), "Uub", "112", "[277]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d10 7s2", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("1996 (n/a)"), N_("n/a"), N_("n/a"), 12, 7, 0x7FFFFFFF, 0xFFFF, 0xFFFF, 0xAAAA}, {N_("Ununtrium"), "Uut", "113", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d10 7s2 7p1", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a (n/a)"), N_("n/a"), N_("n/a"), 13, 7, 0x7FFFFFFF, 0xC000, 0xC000, 0xC000}, {N_("Ununquadium"), "Uuq", "114", "[289]", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d10 7s2 7p2", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("1999 (n/a)"), N_("n/a"), N_("n/a"), 14, 7, 0x7FFFFFFF, 0xC000, 0xC000, 0xC000}, {N_("Ununpentium"), "Uup", "115", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d10 7s2 7p3", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a (n/a)"), N_("n/a"), N_("n/a"), 15, 7, 0x7FFFFFFF, 0xC000, 0xC000, 0xC000}, {N_("Ununhexium"), "Uuh", "116", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d10 7s2 7p4", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("1999 (n/a)"), N_("n/a"), N_("n/a"), 16, 7, 0x7FFFFFFF, 0xC000, 0xC000, 0xC000}, {N_("Ununseptium"), "Uus", "117", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d10 7s2 7p5", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a (n/a)"), N_("n/a"), N_("n/a"), 17, 7, 0x7FFFFFFF, 0xC000, 0xC000, 0xC000}, {N_("Ununoctium"), "Uuo", "118", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), "[Rn] 5f14 6d10 7s2 7p6", N_("n/a"), N_("n/a"), N_("n/a"), N_("n/a"), N_("1999 (n/a)"), N_("n/a"), N_("n/a"), 18, 7, 0x7FFFFFFF, 0xC000, 0xC000, 0xC000}, {NULL} }; void dump_table(void) { struct table_entry *p = table; int i; while(p->info[NAME]) { /* 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 */ printf("%s,%s,%s,%s,%s,%s,%s,%d,%d,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,0x%08X,0x%08X,0x%08X,0x%08X\n ", p->info[NAME], /* 1 */ p->info[SYMBOL], /* 2 */ p->info[NUMBER], /* 3 */ p->info[WEIGHT], /* 4 */ p->info[DENSITY], /* 5 */ p->info[MELTING], /* 6 */ p->info[BOILING], /* 7 */ p->info[ATOMIC_RADIUS], /* 8 */ p->info[COVALENT_RADIUS], /* 9 */ p->info[IONIC_RADIUS], /* 10 */ p->info[ATOMIC_VOLUME], /* 11 */ p->info[SPECIFIC_HEAT], /* 12 */ p->info[FUSION_HEAT], /* 13 */ p->info[EVAPORATION_HEAT], /* 14 */ p->info[TERMAL_CONDUCTIVITY], /* 15 */ p->info[PAULING], /* 16 */ p->info[ENERGY], /* 17 */ p->info[OXIDATION], /* 18 */ p->info[CONFIGURATION], /* 19 */ p->info[LATTICE], /* 20 */ p->info[LATTICE_CONSTANT], /* 21 */ p->info[LATTICE_CA_RATIO], /* 22 */ p->info[APPEARANCE], /* 23 */ p->info[DISCOVERY_DATE], /* 24 */ p->info[DISCOVERED_BY], /* 25 */ p->info[NAMED_AFTER], /* 26 */ p->x, /* 27 */ p->y, /* 28 */ p->color.pixel, /* 29 */ p->color.red, /* 30 */ p->color.green, /* 31 */ p->color.blue /* 32 */ ); ++p; } }