Pulling in my skeleton
authorEd Page <eopage@byu.net>
Mon, 31 May 2010 15:00:14 +0000 (10:00 -0500)
committerEd Page <eopage@byu.net>
Mon, 31 May 2010 15:00:14 +0000 (10:00 -0500)
31 files changed:
Makefile
data/gonvert.glade [new file with mode: 0644]
data/messages.pot [new file with mode: 0644]
data/pixmaps/gonvert-icon_alternative.png [new file with mode: 0644]
data/pixmaps/gonvert.png [new file with mode: 0644]
src/REPLACEME.py [deleted file]
src/REPLACEME_gtk.py [deleted file]
src/constants.py
src/converters.py [new file with mode: 0644]
src/gonvert.py [new file with mode: 0755]
src/gonvert_glade.py [new file with mode: 0755]
src/gonvert_qt.py [new file with mode: 0755]
src/gtk_toolbox.py
src/hildonize.py [changed mode: 0644->0755]
src/unit_data.py [new file with mode: 0644]
support/builddeb.py
support/doc/CHANGELOG [new file with mode: 0644]
support/doc/COPYING [new file with mode: 0644]
support/doc/FAQ [new file with mode: 0644]
support/doc/INSTALL [new file with mode: 0644]
support/doc/README [new file with mode: 0644]
support/doc/THANKS [new file with mode: 0644]
support/doc/TODO [new file with mode: 0644]
support/gonvert.desktop [new file with mode: 0644]
support/gonvert.spec [new file with mode: 0644]
support/i18n/pl_messages.gmo [new file with mode: 0644]
support/i18n/pl_messages.po [new file with mode: 0644]
www/download.html
www/gonvert.deb [new file with mode: 0644]
www/images/gonvert-n900.jpg [new file with mode: 0644]
www/index.html

index 389b948..a4c08c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
-PROJECT_NAME=REPLACEME
+PROJECT_NAME=gonvert
 SOURCE_PATH=src
 SOURCE=$(shell find $(SOURCE_PATH) -iname "*.py")
 PROGRAM=$(SOURCE_PATH)/$(PROJECT_NAME).py
+DATA_PATH=data
 DATA_TYPES=*.ini *.map *.glade *.png
-DATA=$(foreach type, $(DATA_TYPES), $(shell find $(SOURCE_PATH) -iname "$(type)"))
+DATA=$(foreach type, $(DATA_TYPES), $(shell find $(DATA_PATH) -iname "$(type)"))
 OBJ=$(SOURCE:.py=.pyc)
 BUILD_PATH=./build
 TAG_FILE=~/.ctags/$(PROJECT_NAME).tags
@@ -25,7 +26,7 @@ CTAGS=ctags-exuberant
 all: test
 
 run: $(OBJ)
-       $(SOURCE_PATH)/$(PROJECT_NAME).py
+       $(SOURCE_PATH)/$(PROJECT_NAME)_glade.py
 
 profile: $(OBJ)
        $(PROFILE_GEN) $(PROGRAM)
@@ -45,11 +46,7 @@ package: $(OBJ)
        cp $(SOURCE_PATH)/$(PROJECT_NAME).py  $(BUILD_PATH)/generic
        $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; )
        $(foreach file, $(SOURCE), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; )
-       #$(foreach file, $(OBJ), cp $(file) $(BUILD_PATH)/generic/$(subst /,-,$(file)) ; )
        cp support/$(PROJECT_NAME).desktop $(BUILD_PATH)/generic
-       cp support/icons/hicolor/26x26/hildon/$(PROJECT_NAME).png $(BUILD_PATH)/generic/26x26-$(PROJECT_NAME).png
-       cp support/icons/hicolor/64x64/hildon/$(PROJECT_NAME).png $(BUILD_PATH)/generic/64x64-$(PROJECT_NAME).png
-       cp support/icons/hicolor/scalable/hildon/$(PROJECT_NAME).png $(BUILD_PATH)/generic/scale-$(PROJECT_NAME).png
        cp support/builddeb.py $(BUILD_PATH)/generic
        cp support/py2deb.py $(BUILD_PATH)/generic
        cp support/fake_py2deb.py $(BUILD_PATH)/generic
diff --git a/data/gonvert.glade b/data/gonvert.glade
new file mode 100644 (file)
index 0000000..d3c809b
--- /dev/null
@@ -0,0 +1,349 @@
+<?xml version="1.0"?>
+<glade-interface>
+  <!-- interface-requires gtk+ 2.16 -->
+  <!-- interface-naming-policy toplevel-contextual -->
+  <widget class="GtkWindow" id="mainWindow">
+    <property name="title" translatable="yes">Gonvert</property>
+    <child>
+      <widget class="GtkVBox" id="mainLayout">
+        <property name="visible">True</property>
+        <child>
+          <widget class="GtkMenuBar" id="mainMenuBar">
+            <property name="visible">True</property>
+            <child>
+              <widget class="GtkMenuItem" id="fileMenuItem">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_File</property>
+                <property name="use_underline">True</property>
+                <child>
+                  <widget class="GtkMenu" id="fileMenu">
+                    <child>
+                      <widget class="GtkMenuItem" id="exitMenuItem">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">_Exit</property>
+                        <property name="use_underline">True</property>
+                        <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
+                      </widget>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkMenuItem" id="editMenuItem">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Edit</property>
+                <property name="use_underline">True</property>
+                <child>
+                  <widget class="GtkMenu" id="menu1">
+                    <property name="visible">True</property>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="searchMenuItem">
+                        <property name="label">gtk-find</property>
+                        <property name="visible">True</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                      </widget>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkMenuItem" id="helpMenuItem">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Help</property>
+                <property name="use_underline">True</property>
+                <child>
+                  <widget class="GtkMenu" id="helpMenu">
+                    <child>
+                      <widget class="GtkMenuItem" id="aboutMenuItem">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">_About</property>
+                        <property name="use_underline">True</property>
+                      </widget>
+                    </child>
+                  </widget>
+                </child>
+              </widget>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">False</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkHBox" id="actionAreaLayout">
+            <property name="visible">True</property>
+            <child>
+              <widget class="GtkScrolledWindow" id="categoryScrolledWindow">
+                <property name="width_request">260</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <property name="shadow_type">in</property>
+                <child>
+                  <widget class="GtkTreeView" id="categoryView">
+                    <property name="width_request">250</property>
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="headers_visible">False</property>
+                  </widget>
+                </child>
+              </widget>
+              <packing>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkVBox" id="unitConversionLayout">
+                <property name="visible">True</property>
+                <property name="orientation">vertical</property>
+                <child>
+                  <widget class="GtkButton" id="categorySelectionButton">
+                    <property name="label" translatable="yes">ERROR</property>
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="receives_default">True</property>
+                    <property name="focus_on_click">False</property>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="position">0</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkHBox" id="selectedUnitLayout">
+                    <property name="visible">True</property>
+                    <child>
+                      <widget class="GtkEntry" id="unitName">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="editable">False</property>
+                        <property name="invisible_char">&#x25CF;</property>
+                      </widget>
+                      <packing>
+                        <property name="position">0</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkEntry" id="unitValue">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="invisible_char">&#x25CF;</property>
+                      </widget>
+                      <packing>
+                        <property name="position">1</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="unitSymbol">
+                        <property name="width_request">60</property>
+                        <property name="visible">True</property>
+                        <property name="xalign">0.10000000149011612</property>
+                      </widget>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="fill">False</property>
+                        <property name="position">2</property>
+                      </packing>
+                    </child>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkHBox" id="previousSelectedUnitLayout">
+                    <property name="visible">True</property>
+                    <child>
+                      <widget class="GtkEntry" id="previousUnitName">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="editable">False</property>
+                        <property name="invisible_char">&#x25CF;</property>
+                      </widget>
+                      <packing>
+                        <property name="position">0</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkEntry" id="previousUnitValue">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="invisible_char">&#x25CF;</property>
+                      </widget>
+                      <packing>
+                        <property name="position">1</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="previousUnitSymbol">
+                        <property name="width_request">60</property>
+                        <property name="visible">True</property>
+                        <property name="xalign">0.10000000149011612</property>
+                      </widget>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="fill">False</property>
+                        <property name="position">2</property>
+                      </packing>
+                    </child>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="position">2</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkVBox" id="unitsAndDescriptionLayout">
+                    <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
+                    <child>
+                      <widget class="GtkScrolledWindow" id="unitsViewScrolledWindow">
+                        <property name="height_request">300</property>
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="hscrollbar_policy">never</property>
+                        <property name="vscrollbar_policy">automatic</property>
+                        <child>
+                          <widget class="GtkViewport" id="maemo5HackViewport">
+                            <property name="visible">True</property>
+                            <property name="resize_mode">queue</property>
+                            <child>
+                              <widget class="GtkVBox" id="maemo5HackVBox">
+                                <property name="visible">True</property>
+                                <property name="orientation">vertical</property>
+                                <child>
+                                  <widget class="GtkTreeView" id="unitsView">
+                                    <property name="visible">True</property>
+                                    <property name="can_focus">True</property>
+                                  </widget>
+                                  <packing>
+                                    <property name="position">0</property>
+                                  </packing>
+                                </child>
+                              </widget>
+                            </child>
+                          </widget>
+                        </child>
+                      </widget>
+                      <packing>
+                        <property name="position">0</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkScrolledWindow" id="unitDescriptionScrolledWindow">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="hscrollbar_policy">automatic</property>
+                        <property name="vscrollbar_policy">automatic</property>
+                        <property name="shadow_type">in</property>
+                        <child>
+                          <widget class="GtkViewport" id="viewport1">
+                            <property name="visible">True</property>
+                            <property name="resize_mode">queue</property>
+                            <child>
+                              <widget class="GtkTextView" id="unitDescription">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="editable">False</property>
+                                <property name="wrap_mode">word</property>
+                              </widget>
+                            </child>
+                          </widget>
+                        </child>
+                      </widget>
+                      <packing>
+                        <property name="position">1</property>
+                      </packing>
+                    </child>
+                  </widget>
+                  <packing>
+                    <property name="position">3</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkHBox" id="searchLayout">
+                    <property name="visible">True</property>
+                    <child>
+                      <widget class="GtkButton" id="findButton">
+                        <property name="label" translatable="yes">gtk-find</property>
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="receives_default">True</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <accelerator key="F6" signal="clicked"/>
+                      </widget>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="fill">False</property>
+                        <property name="position">0</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkEntry" id="findEntry">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="tooltip" translatable="yes">Enter unit to find here</property>
+                        <property name="invisible_char">&#x25CF;</property>
+                      </widget>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="position">1</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkLabel" id="findLabel">
+                        <property name="visible">True</property>
+                        <property name="label" translatable="yes">Press to find text.</property>
+                        <property name="justify">center</property>
+                      </widget>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="fill">False</property>
+                        <property name="position">2</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkButton" id="closeSearchButton">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="receives_default">True</property>
+                        <child>
+                          <widget class="GtkImage" id="image1">
+                            <property name="visible">True</property>
+                            <property name="stock">gtk-close</property>
+                            <property name="icon-size">1</property>
+                          </widget>
+                        </child>
+                      </widget>
+                      <packing>
+                        <property name="position">3</property>
+                      </packing>
+                    </child>
+                  </widget>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="position">4</property>
+                  </packing>
+                </child>
+              </widget>
+              <packing>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="position">1</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
+</glade-interface>
diff --git a/data/messages.pot b/data/messages.pot
new file mode 100644 (file)
index 0000000..e487e1e
--- /dev/null
@@ -0,0 +1,5986 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR ORGANIZATION
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: Thu Aug 26 19:45:31 2004\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"Generated-By: pygettext.py 1.5\n"
+
+
+#: gonvert:341 gonvert:3011
+msgid "Unit Name"
+msgstr ""
+
+#: gonvert:347 gonvert:3018
+msgid "Value"
+msgstr ""
+
+#: gonvert:593
+msgid ""
+"The units are being written to stdout. You can capture this printout by starting gonvert from the command line as follows:\n"
+"$ gonvert > file.txt"
+msgstr ""
+
+#: gonvert:601
+msgid " - Unit Conversion Utility  - Convertible units listing:"
+msgstr ""
+
+#: gonvert:616
+msgid ""
+"The units list has been written to stdout. You can capture this printout by starting gonvert from the command line as follows:\n"
+"$ gonvert > file.txt"
+msgstr ""
+
+#: gonvert:963
+msgid "File"
+msgstr ""
+
+#: gonvert:964
+msgid "Exit"
+msgstr ""
+
+#: gonvert:965
+msgid "Tools"
+msgstr ""
+
+#: gonvert:966
+msgid "Clear selections"
+msgstr ""
+
+#: gonvert:967
+msgid "Edit books"
+msgstr ""
+
+#: gonvert:968
+msgid "Write Units"
+msgstr ""
+
+#: gonvert:969
+msgid "Help"
+msgstr ""
+
+#: gonvert:970
+msgid "About"
+msgstr ""
+
+#: gonvert:972 gonvert:973
+msgid "Book"
+msgstr ""
+
+#: gonvert:975
+msgid "Finder"
+msgstr ""
+
+#: gonvert:976
+msgid "Expand All"
+msgstr ""
+
+#: gonvert:977
+msgid "Collapse All"
+msgstr ""
+
+#: gonvert:978
+msgid "Select All"
+msgstr ""
+
+#: gonvert:979
+msgid "Select None"
+msgstr ""
+
+#: gonvert:980
+msgid "Show Selected"
+msgstr ""
+
+#: gonvert:981
+msgid "Show All"
+msgstr ""
+
+#: gonvert:982
+msgid "Close"
+msgstr ""
+
+#: gonvert:1020
+msgid "Acceleration"
+msgstr ""
+
+#: gonvert:1020 gonvert:1023
+msgid "meter per second squared"
+msgstr ""
+
+#: gonvert:1021
+msgid "free fall"
+msgstr ""
+
+#: gonvert:1022
+msgid "The ideal falling motion of a body that is subject only to the earth's gravitational field."
+msgstr ""
+
+#: gonvert:1022
+msgid "gn"
+msgstr ""
+
+#: gonvert:1025
+msgid "foot per second squared"
+msgstr ""
+
+#: gonvert:1027
+msgid "centimeter per second squared"
+msgstr ""
+
+#: gonvert:1029
+msgid "gal"
+msgstr ""
+
+#: gonvert:1030
+msgid "A unit of gravitational acceleration equal to one centimeter per second per second (named after Galileo)"
+msgstr ""
+
+#: gonvert:1030
+msgid "Gal"
+msgstr ""
+
+#: gonvert:1031
+msgid "millimeter per second squared"
+msgstr ""
+
+#: gonvert:1035
+msgid "Angle"
+msgstr ""
+
+#: gonvert:1035 gonvert:1040
+msgid "radian"
+msgstr ""
+
+#: gonvert:1036
+msgid "revolution / circle / perigon / turn"
+msgstr ""
+
+#: gonvert:1037
+msgid "The act of revolving, or turning round on an axis or a center; the motion of a body round a fixed point or line; rotation; as, the revolution of a wheel, of a top, of the earth on its axis, etc."
+msgstr ""
+
+#: gonvert:1038
+msgid "right angle"
+msgstr ""
+
+#: gonvert:1039
+msgid "The angle formed by one line meeting another perpendicularly"
+msgstr ""
+
+#: gonvert:1041
+msgid "An arc of a circle which is equal in length to the radius, or the angle measured by such an arc."
+msgstr ""
+
+#: gonvert:1041
+msgid "rad"
+msgstr ""
+
+#: gonvert:1042
+msgid "degree"
+msgstr ""
+
+#: gonvert:1043
+msgid "1/360 of a complete revolution."
+msgstr ""
+
+#: gonvert:1044
+msgid "grad | grade | gon"
+msgstr ""
+
+#: gonvert:1045
+msgid "One-hundredth of a right angle."
+msgstr ""
+
+#: gonvert:1045
+msgid "g"
+msgstr ""
+
+#: gonvert:1046
+msgid "milliradian"
+msgstr ""
+
+#: gonvert:1047
+msgid "A unit of angular distance equal to one thousandth of a radian."
+msgstr ""
+
+#: gonvert:1047
+msgid "mrad"
+msgstr ""
+
+#: gonvert:1048 gonvert:2634
+msgid "minute"
+msgstr ""
+
+#: gonvert:1049
+msgid "The sixtieth part of a degree; sixty seconds (Marked thus ('); as, 10deg 20')."
+msgstr ""
+
+#: gonvert:1050 gonvert:2636
+msgid "second"
+msgstr ""
+
+#: gonvert:1051
+msgid "One sixtieth of a minute.(Marked thus (\"); as, 10deg 20' 30\"). ''"
+msgstr ""
+
+#: gonvert:1052 gonvert:1844 gonvert:2787
+msgid "mil"
+msgstr ""
+
+#: gonvert:1053
+msgid "Used in artillery; 1/6400 of a complete revolution."
+msgstr ""
+
+#: gonvert:1054
+msgid "centesimal minute"
+msgstr ""
+
+#: gonvert:1055
+msgid "One hundredth of a grade, 0.01 grade"
+msgstr ""
+
+#: gonvert:1056
+msgid "centesimal second"
+msgstr ""
+
+#: gonvert:1057
+msgid "One ten-thousandth of a grade, 0.0001 grade"
+msgstr ""
+
+#: gonvert:1058
+msgid "octant"
+msgstr ""
+
+#: gonvert:1059
+msgid "The eighth part of a circle (an arc of 45 degrees)."
+msgstr ""
+
+#: gonvert:1060
+msgid "quadrant"
+msgstr ""
+
+#: gonvert:1061
+msgid "The fourth part of a circle (an arc of 90 degrees)."
+msgstr ""
+
+#: gonvert:1062
+msgid "sextant"
+msgstr ""
+
+#: gonvert:1063
+msgid "The sixth part of a circle (an arc of 60 degrees)."
+msgstr ""
+
+#: gonvert:1064
+msgid "point"
+msgstr ""
+
+#: gonvert:1065
+msgid "1/32 of a circle. Points are used on the face of a compass (32 points). Each point is labelled clockwise starting from North as follows: North, North by East, North Northeast, Northeast by North, and Northeast, etc."
+msgstr ""
+
+#: gonvert:1066
+msgid "sign"
+msgstr ""
+
+#: gonvert:1067
+msgid "The twelfth part of a circle as in twelve signs of the zodiac (an arc of 30 degrees)."
+msgstr ""
+
+#: gonvert:1069
+msgid "Angular Velocity / Frequency"
+msgstr ""
+
+#: gonvert:1069 gonvert:1076 gonvert:1216 gonvert:1249
+msgid "radian per second"
+msgstr ""
+
+#: gonvert:1070
+msgid "kiloradian per second"
+msgstr ""
+
+#: gonvert:1072
+msgid "revolution per second"
+msgstr ""
+
+#: gonvert:1074 gonvert:1247 gonvert:1519 gonvert:1520
+msgid "hertz"
+msgstr ""
+
+#: gonvert:1075 gonvert:1521
+msgid "Named after the German physicist Heinrich Hertz (1857-1894) who was the first to produce electromagnetic waves artificially. Having a periodic interval of one second."
+msgstr ""
+
+#: gonvert:1078
+msgid "milliradian per second"
+msgstr ""
+
+#: gonvert:1080
+msgid "revolution per minute"
+msgstr ""
+
+#: gonvert:1082
+msgid "revolution per hour"
+msgstr ""
+
+#: gonvert:1084
+msgid "revolution per day"
+msgstr ""
+
+#: gonvert:1086 gonvert:1538
+msgid "gigahertz"
+msgstr ""
+
+#: gonvert:1087
+msgid "One billion hertz."
+msgstr ""
+
+#: gonvert:1088 gonvert:1540
+msgid "terahertz"
+msgstr ""
+
+#: gonvert:1090 gonvert:1542
+msgid "petahertz"
+msgstr ""
+
+#: gonvert:1092 gonvert:1544
+msgid "exahertz"
+msgstr ""
+
+#: gonvert:1094 gonvert:1536
+msgid "megahertz"
+msgstr ""
+
+#: gonvert:1095
+msgid "One million hertz."
+msgstr ""
+
+#: gonvert:1096 gonvert:1534
+msgid "kilohertz"
+msgstr ""
+
+#: gonvert:1097
+msgid "One thousand hertz."
+msgstr ""
+
+#: gonvert:1099
+msgid "Area"
+msgstr ""
+
+#: gonvert:1099 gonvert:1164
+msgid "square meter"
+msgstr ""
+
+#: gonvert:1100
+msgid "meter diameter circle"
+msgstr ""
+
+#: gonvert:1101
+msgid "Type the diameter of the circle in meters to find its area displayed in other fields."
+msgstr ""
+
+#: gonvert:1102
+msgid "centimeter diameter circle"
+msgstr ""
+
+#: gonvert:1103
+msgid "Type the diameter of the circle in centimeters to find its area displayed in other fields."
+msgstr ""
+
+#: gonvert:1104
+msgid "inch diameter circle"
+msgstr ""
+
+#: gonvert:1105
+msgid "Type the diameter of the circle in inches to find its area displayed in other fields."
+msgstr ""
+
+#: gonvert:1106
+msgid "foot diameter circle"
+msgstr ""
+
+#: gonvert:1107
+msgid "Type the diameter of the circle in feet to find its area displayed in other fields."
+msgstr ""
+
+#: gonvert:1108
+msgid "are"
+msgstr ""
+
+#: gonvert:1109
+msgid "The unit of superficial measure, being a square of which each side is ten meters in length; 100 square meters, or about 119.6 square yards."
+msgstr ""
+
+#: gonvert:1110
+msgid "acre"
+msgstr ""
+
+#: gonvert:1111
+msgid "A piece of land, containing 160 square rods, or 4,840 square yards, or 43,560 square feet. This is the English statute acre. That of the United States is the same. The Scotch acre was about 1.26 of the English, and the Irish 1.62 of the English. Note: The acre was limited to its present definite quantity by statutes of Edward I., Edward III., and Henry VIII."
+msgstr ""
+
+#: gonvert:1112
+msgid "acre (Cheshire)"
+msgstr ""
+
+#: gonvert:1114
+msgid "acre (Irish)"
+msgstr ""
+
+#: gonvert:1116
+msgid "acre (Scottish)"
+msgstr ""
+
+#: gonvert:1118
+msgid "arpent (French)"
+msgstr ""
+
+#: gonvert:1119
+msgid " 4,088 sq. yards, or nearly five sixths of an English acre."
+msgstr ""
+
+#: gonvert:1120
+msgid "arpent (woodland)"
+msgstr ""
+
+#: gonvert:1121
+msgid "1 acre, 1 rood, 1 perch"
+msgstr ""
+
+#: gonvert:1122
+msgid "barn"
+msgstr ""
+
+#: gonvert:1123
+msgid "Used in Nuclear physics to describe the apparent cross-sectional size of atomic sized objects that are bombarded with smaller objects (like electrons). 10^-28 square meters. 100 square femtometers. Originated from the semi-humorous idiom big as a barn and used by physicists to describe the size of the scattering object (Ex: That was as big as 5 barns!)."
+msgstr ""
+
+#: gonvert:1124
+msgid "cho"
+msgstr ""
+
+#: gonvert:1125
+msgid "Japanese. 2.45 acre"
+msgstr ""
+
+#: gonvert:1126
+msgid "circular inch"
+msgstr ""
+
+#: gonvert:1128 gonvert:2946
+msgid "circular mil"
+msgstr ""
+
+#: gonvert:1130
+msgid "desyatina | dessiatina"
+msgstr ""
+
+#: gonvert:1131
+msgid "Russian. 2.6996 acre. 2400 square sadzhens"
+msgstr ""
+
+#: gonvert:1132
+msgid "flag"
+msgstr ""
+
+#: gonvert:1133
+msgid "square pace (a pace is 5 feet)."
+msgstr ""
+
+#: gonvert:1134
+msgid "hide | carucate"
+msgstr ""
+
+#: gonvert:1135
+msgid "An ancient English measure of the amount of land required to support family"
+msgstr ""
+
+#: gonvert:1136
+msgid "hectare"
+msgstr ""
+
+#: gonvert:1137
+msgid "A measure of area, or superficies, containing a hundred ares, or 10,000 square meters, and equivalent to 2.471 acres."
+msgstr ""
+
+#: gonvert:1138
+msgid "homestead | quarter section"
+msgstr ""
+
+#: gonvert:1139
+msgid "160 acres,1/4 square mile, or 1/4 section. Use by the governments of North America early settlers in the western states and provinces were allowed to take title to a homestead of 160 acres of land by registering a claim, settling on the land, and cultivating it."
+msgstr ""
+
+#: gonvert:1140
+msgid "perch"
+msgstr ""
+
+#: gonvert:1141
+msgid "Used to measure land. A square rod; the 160th part of an acre."
+msgstr ""
+
+#: gonvert:1142
+msgid "sabin"
+msgstr ""
+
+#: gonvert:1143
+msgid "A unit of acoustic absorption equivalent to the absorption by a square foot of a surface that absorbs all incident sound. 1ft\262."
+msgstr ""
+
+#: gonvert:1144
+msgid "square"
+msgstr ""
+
+#: gonvert:1145
+msgid "Used in the construction for measuring roofing material, finished lumber, and other building materials. One square is equals 100 square feet."
+msgstr ""
+
+#: gonvert:1146
+msgid "section"
+msgstr ""
+
+#: gonvert:1147
+msgid "Used in land measuring. One square mile. An area of about 640 acres"
+msgstr ""
+
+#: gonvert:1148
+msgid "square league (land)"
+msgstr ""
+
+#: gonvert:1150
+msgid "square mile"
+msgstr ""
+
+#: gonvert:1152
+msgid "square kilometer"
+msgstr ""
+
+#: gonvert:1154
+msgid "rood"
+msgstr ""
+
+#: gonvert:1155
+msgid "The fourth part of an acre, or forty square rods."
+msgstr ""
+
+#: gonvert:1156 gonvert:1882 gonvert:2767
+msgid "shaku"
+msgstr ""
+
+#: gonvert:1157
+msgid "A Japanese unit of area, the shaku equals 330.6 square centimeters (51.24 square inches). Note: shaku also means length and volume."
+msgstr ""
+
+#: gonvert:1158
+msgid "square chain (surveyor)"
+msgstr ""
+
+#: gonvert:1159
+msgid "A unit for land measure equal to four rods square, or one tenth of an acre."
+msgstr ""
+
+#: gonvert:1160
+msgid "link"
+msgstr ""
+
+#: gonvert:1161
+msgid "4 rods square"
+msgstr ""
+
+#: gonvert:1162
+msgid "square rod"
+msgstr ""
+
+#: gonvert:1165
+msgid "Also know as a centare is (1/100th of an are)."
+msgstr ""
+
+#: gonvert:1166
+msgid "square yard"
+msgstr ""
+
+#: gonvert:1167
+msgid "A unit of area equal to one yard by one yard square syn: sq yd"
+msgstr ""
+
+#: gonvert:1168
+msgid "square foot"
+msgstr ""
+
+#: gonvert:1169
+msgid "An area equal to that of a square the sides of which are twelve inches; 144 square inches."
+msgstr ""
+
+#: gonvert:1170
+msgid "square inch"
+msgstr ""
+
+#: gonvert:1171
+msgid "A unit of area equal to one inch by one inch square syn: sq in"
+msgstr ""
+
+#: gonvert:1172
+msgid "square centimeter"
+msgstr ""
+
+#: gonvert:1174
+msgid "square micrometer"
+msgstr ""
+
+#: gonvert:1176
+msgid "square millimeter"
+msgstr ""
+
+#: gonvert:1178 gonvert:2948
+msgid "square mil"
+msgstr ""
+
+#: gonvert:1180
+msgid "township"
+msgstr ""
+
+#: gonvert:1181
+msgid "A division of territory six miles square (36miles\262), containing 36 sections."
+msgstr ""
+
+#: gonvert:1182
+msgid "roll (wallpaper)"
+msgstr ""
+
+#: gonvert:1184
+msgid "square Scottish ell"
+msgstr ""
+
+#: gonvert:1186
+msgid "fall (Scottish)"
+msgstr ""
+
+#: gonvert:1188
+msgid "joch (German) | yoke"
+msgstr ""
+
+#: gonvert:1189
+msgid "joch (German) is 40 square klafters"
+msgstr ""
+
+#: gonvert:1190
+msgid "labor (Texas)"
+msgstr ""
+
+#: gonvert:1191
+msgid "An area of land that could be cultivated by one farmer"
+msgstr ""
+
+#: gonvert:1192
+msgid "barony"
+msgstr ""
+
+#: gonvert:1194
+msgid "square pes (Roman)"
+msgstr ""
+
+#: gonvert:1196
+msgid "square alen (Denmark)"
+msgstr ""
+
+#: gonvert:1198
+msgid "ferfet (Iceland)"
+msgstr ""
+
+#: gonvert:1200
+msgid "square vara (Spanish)"
+msgstr ""
+
+#: gonvert:1202
+msgid "donum (Yugoslavia)"
+msgstr ""
+
+#: gonvert:1204
+msgid "sahme (Egyptian)"
+msgstr ""
+
+#: gonvert:1206
+msgid "tavola (Italian)"
+msgstr ""
+
+#: gonvert:1208
+msgid "cuadra (Paraguay)"
+msgstr ""
+
+#: gonvert:1210
+msgid "acaena (Greek)"
+msgstr ""
+
+#: gonvert:1212
+msgid "plethron (Greek)"
+msgstr ""
+
+#: gonvert:1216
+msgid "Atomic Physics"
+msgstr ""
+
+#: gonvert:1217 gonvert:2056
+msgid "kilogram"
+msgstr ""
+
+#: gonvert:1219
+msgid "joule"
+msgstr ""
+
+#: gonvert:1220
+msgid "Named after the English physicist James Prescott Joule (1818-1889). A unit of work which is equal to 10^7 units of work in the C. G. S. system of units (ergs), and is practically equivalent to the energy expended in one second by an electric current of one ampere in a resistance of one ohm. One joule is approximately equal to 0.738 foot pounds."
+msgstr ""
+
+#: gonvert:1221
+msgid "erg"
+msgstr ""
+
+#: gonvert:1222 gonvert:1589
+msgid "The unit of work or energy in the C. G. S. system, being the amount of work done by a dyne working through a distance of one centimeter; the amount of energy expended in moving a body one centimeter against a force of one dyne. One foot pound is equal to 13,560,000 ergs."
+msgstr ""
+
+#: gonvert:1223
+msgid "GeV Giga electronvolt"
+msgstr ""
+
+#: gonvert:1225
+msgid "neutron mass unit"
+msgstr ""
+
+#: gonvert:1227
+msgid "proton mass unit"
+msgstr ""
+
+#: gonvert:1229
+msgid "atomic mass unit"
+msgstr ""
+
+#: gonvert:1231
+msgid "MeV Mega electronvolt"
+msgstr ""
+
+#: gonvert:1233 gonvert:2120
+msgid "electron rest mass"
+msgstr ""
+
+#: gonvert:1235
+msgid "Rydberg constant"
+msgstr ""
+
+#: gonvert:1236
+msgid "Named after the Swedish physicist Johannes Robert Rydberg (1854-1919). A wave number characteristic of the wave spectrum of each element"
+msgstr ""
+
+#: gonvert:1237
+msgid "electronvolt"
+msgstr ""
+
+#: gonvert:1238
+msgid "A unit of energy equal to the work done by an electron accelerated through a potential difference of 1 volt."
+msgstr ""
+
+#: gonvert:1239
+msgid "kayser or cm^-1"
+msgstr ""
+
+#: gonvert:1240
+msgid "Named after the German physicist Heinrich Gustav Johannes Kayser (1853-1940). Used to measure light and other electromagnetic waves. The \"wave number\" in kaysers equals the number of wavelengths per centimeter."
+msgstr ""
+
+#: gonvert:1241 gonvert:2567 gonvert:2568
+msgid "kelvin"
+msgstr ""
+
+#: gonvert:1242
+msgid "The basic unit of thermodynamic temperature adopted under the System International d'Unites"
+msgstr ""
+
+#: gonvert:1245
+msgid "millikayser"
+msgstr ""
+
+#: gonvert:1252
+msgid "Computer Data"
+msgstr ""
+
+#: gonvert:1252 gonvert:1253
+msgid "bit"
+msgstr ""
+
+#: gonvert:1254
+msgid "One bit of data. Binary representation On/Off."
+msgstr ""
+
+#: gonvert:1255
+msgid "nibble | hexit | quadbit"
+msgstr ""
+
+#: gonvert:1256
+msgid "One half a byte"
+msgstr ""
+
+#: gonvert:1257
+msgid "byte"
+msgstr ""
+
+#: gonvert:1258
+msgid "Eight bits"
+msgstr ""
+
+#: gonvert:1259
+msgid "character"
+msgstr ""
+
+#: gonvert:1260
+msgid "Usually described by one byte (256 possible characters can be defined by one byte)."
+msgstr ""
+
+#: gonvert:1261
+msgid "kilobit"
+msgstr ""
+
+#: gonvert:1262
+msgid "2^10 bits"
+msgstr ""
+
+#: gonvert:1263
+msgid "megabit"
+msgstr ""
+
+#: gonvert:1264
+msgid "2^20 bits"
+msgstr ""
+
+#: gonvert:1265
+msgid "kilobyte | kibi"
+msgstr ""
+
+#: gonvert:1266
+msgid "2^10, 1024 bytes. 1024 comes from 2^10 which is close enough to 1000. kibi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1267
+msgid "megabyte | mebi"
+msgstr ""
+
+#: gonvert:1268
+msgid "2^20, 1024^2 bytes. 1024 kilobytes. 1024 comes from 2^10 which is close enough to 1000. mebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1269
+msgid "gigabyte | gibi"
+msgstr ""
+
+#: gonvert:1270
+msgid "2^30, 1024^3. 1024 megabytes. 1024 comes from 2^10 which is close enough to 1000. gibi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1271
+msgid "terabyte | tebi"
+msgstr ""
+
+#: gonvert:1272
+msgid "2^40, 1024^4. 1024 gigabytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1273
+msgid "petabyte | pebi"
+msgstr ""
+
+#: gonvert:1274
+msgid "2^50, 1024^5. 1024 terabytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1275
+msgid "exabyte | exbi"
+msgstr ""
+
+#: gonvert:1276
+msgid "2^60, 1024^6, 1024 petabytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1277
+msgid "zebi | zettabyte"
+msgstr ""
+
+#: gonvert:1278
+msgid "1024^7. 1024 exbibytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1279
+msgid "yobi | yottabyte"
+msgstr ""
+
+#: gonvert:1280
+msgid "1024^8. 1024 yobibytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1282
+msgid "Computer Data flow rate"
+msgstr ""
+
+#: gonvert:1282 gonvert:1283
+msgid "baud"
+msgstr ""
+
+#: gonvert:1284
+msgid "Named after the French telegraph engineer Jean-Maurice-\311mile Baudot (1845 - 1903). Data transmission measured in bits per second"
+msgstr ""
+
+#: gonvert:1285
+msgid "bits per second"
+msgstr ""
+
+#: gonvert:1286
+msgid "same as baud rate"
+msgstr ""
+
+#: gonvert:1287
+msgid "characters per second"
+msgstr ""
+
+#: gonvert:1288
+msgid "Rate to transmit one character. The character is usually described as one byte with one stop bit and one start bit (10 bits in total)."
+msgstr ""
+
+#: gonvert:1290
+msgid "Computer Numbers"
+msgstr ""
+
+#: gonvert:1290 gonvert:1307
+msgid "base 10 decimal"
+msgstr ""
+
+#: gonvert:1291
+msgid "base  2 binary"
+msgstr ""
+
+#: gonvert:1292
+msgid "Base two numbering system using the digits 0-1"
+msgstr ""
+
+#: gonvert:1293
+msgid "base  3 ternary | trinary"
+msgstr ""
+
+#: gonvert:1294
+msgid "Base three numbering system using the digits 0-2. Russian Nikolay Brusentsov built a trinary based computer system."
+msgstr ""
+
+#: gonvert:1295
+msgid "base  4 quaternary | quadrary"
+msgstr ""
+
+#: gonvert:1296
+msgid "Base four numbering system using the digits 0-3."
+msgstr ""
+
+#: gonvert:1297
+msgid "base  5 quinary"
+msgstr ""
+
+#: gonvert:1298
+msgid "Base five numbering system using the digits 0-4."
+msgstr ""
+
+#: gonvert:1299
+msgid "base  6 senary | hexary"
+msgstr ""
+
+#: gonvert:1300
+msgid "Base six numbering system using the digits 0-5."
+msgstr ""
+
+#: gonvert:1301
+msgid "base  7 septenary | septary"
+msgstr ""
+
+#: gonvert:1302
+msgid "Base seven numbering system using the digits 0-6."
+msgstr ""
+
+#: gonvert:1303
+msgid "base  8 octonary | octal | octonal | octimal"
+msgstr ""
+
+#: gonvert:1304
+msgid "Base eight numbering system using the digits 0-7. Commonly used in older computer systems."
+msgstr ""
+
+#: gonvert:1305
+msgid "base  9 nonary"
+msgstr ""
+
+#: gonvert:1306
+msgid "Base nine numbering system using the digits 0-8."
+msgstr ""
+
+#: gonvert:1308
+msgid "Base ten numbering system using the digits 0-9."
+msgstr ""
+
+#: gonvert:1309
+msgid "base 11 undenary"
+msgstr ""
+
+#: gonvert:1310
+msgid "Base eleven numbering system using the digits 0-9,a."
+msgstr ""
+
+#: gonvert:1311
+msgid "base 12 duodecimal"
+msgstr ""
+
+#: gonvert:1312
+msgid "Base twelve numbering system using the digits 0-9,a-b."
+msgstr ""
+
+#: gonvert:1313
+msgid "base 13 tridecimal"
+msgstr ""
+
+#: gonvert:1314
+msgid "Base Thirteen numbering system using the digits 0-9,a-c."
+msgstr ""
+
+#: gonvert:1315
+msgid "base 14 quattuordecimal"
+msgstr ""
+
+#: gonvert:1316
+msgid "Base Fourteen numbering system using the digits 0-9,a-d."
+msgstr ""
+
+#: gonvert:1317
+msgid "base 15 quindecimal"
+msgstr ""
+
+#: gonvert:1318
+msgid "Base Fifteen numbering system using the digits 0-9,a-e."
+msgstr ""
+
+#: gonvert:1319
+msgid "base 16 sexadecimal | hexadecimal | hex"
+msgstr ""
+
+#: gonvert:1320
+msgid "Base Sixteen numbering system using the digits 0-1,a-f. Commonly used in computer systems."
+msgstr ""
+
+#: gonvert:1321
+msgid "base 17 septendecimal"
+msgstr ""
+
+#: gonvert:1322
+msgid "Base Sixteen numbering system using the digits 0-1,a-g."
+msgstr ""
+
+#: gonvert:1323
+msgid "base 18 octodecimal"
+msgstr ""
+
+#: gonvert:1324
+msgid "Base Sixteen numbering system using the digits 0-1,a-h."
+msgstr ""
+
+#: gonvert:1325
+msgid "base 19 nonadecimal"
+msgstr ""
+
+#: gonvert:1326
+msgid "Base Sixteen numbering system using the digits 0-1,a-i."
+msgstr ""
+
+#: gonvert:1327
+msgid "base 20 vigesimal"
+msgstr ""
+
+#: gonvert:1328
+msgid "Base Twenty numbering system using the digits 0-1,a-j."
+msgstr ""
+
+#: gonvert:1329
+msgid "base 30 trigesimal"
+msgstr ""
+
+#: gonvert:1330
+msgid "Base Thirty numbering system using the digits 0-1,a-r."
+msgstr ""
+
+#: gonvert:1331
+msgid "base 36"
+msgstr ""
+
+#: gonvert:1332
+msgid "Base Thirty-six numbering system using the digits 0-9,a-z."
+msgstr ""
+
+#: gonvert:1333
+msgid "base 40 quadragesimal"
+msgstr ""
+
+#: gonvert:1334
+msgid "Base Forty digits numbering system using the digits 0-1,a-f,A-C."
+msgstr ""
+
+#: gonvert:1335
+msgid "base 50 quinquagesimal"
+msgstr ""
+
+#: gonvert:1336
+msgid "Base Fifty digits numbering system using the digits 0-1,a-f,A-M."
+msgstr ""
+
+#: gonvert:1337
+msgid "base 60 sexagesimal"
+msgstr ""
+
+#: gonvert:1338
+msgid "Base Sixty numbering system using the digits 0-9,a-z,A-V."
+msgstr ""
+
+#: gonvert:1339
+msgid "base 62"
+msgstr ""
+
+#: gonvert:1340
+msgid "Base Sixty-three numbering system using the digits 0-9,a-z,A-Z. This is the highest numbering system that can be represented with all decimal numbers and lower and upper case English alphabet characters. Other number systems include septagesimal (base 70), octagesimal (base 80), nonagesimal (base 90), centimal (base 100), bicentimal (base 200), tercentimal (base 300), quattrocentimal (base 400), quincentimal (base 500)."
+msgstr ""
+
+#: gonvert:1341
+msgid "roman numerals"
+msgstr ""
+
+#: gonvert:1342
+msgid "A symbol set in the old Roman notation; I,V,X,L,C,D,M. Range 1 to 3999 (higher values cannot be represented with standard ASCII characters)."
+msgstr ""
+
+#: gonvert:1344
+msgid "Density"
+msgstr ""
+
+#: gonvert:1344
+msgid "kilogram/cubic meter"
+msgstr ""
+
+#: gonvert:1345
+msgid "kilogram per cubic meter"
+msgstr ""
+
+#: gonvert:1347
+msgid "kg per cubic cm"
+msgstr ""
+
+#: gonvert:1348
+msgid "kilograms per cubic centimeter."
+msgstr ""
+
+#: gonvert:1349
+msgid "pound mass per gallon (UK)"
+msgstr ""
+
+#: gonvert:1350 gonvert:1352
+msgid "Pounds mass per US liquid gallon."
+msgstr ""
+
+#: gonvert:1351
+msgid "pound mass per gallon (US)"
+msgstr ""
+
+#: gonvert:1353
+msgid "slug per cubic ft"
+msgstr ""
+
+#: gonvert:1355
+msgid "gram per cubic cm "
+msgstr ""
+
+#: gonvert:1357
+msgid "gram per cubic meter "
+msgstr ""
+
+#: gonvert:1359
+msgid "milligram/cubic meter "
+msgstr ""
+
+#: gonvert:1361
+msgid "kilogram per liter"
+msgstr ""
+
+#: gonvert:1363
+msgid "metric ton per cubic meter"
+msgstr ""
+
+#: gonvert:1365
+msgid "pound per cubic foot"
+msgstr ""
+
+#: gonvert:1366
+msgid "Pounds mass per cubic foot."
+msgstr ""
+
+#: gonvert:1367
+msgid "pound per cubic inch"
+msgstr ""
+
+#: gonvert:1368
+msgid "Pounds mass per cubic inch."
+msgstr ""
+
+#: gonvert:1369
+msgid "aluminum"
+msgstr ""
+
+#: gonvert:1370
+msgid "Enter 1 here to find the density of aluminum."
+msgstr ""
+
+#: gonvert:1371
+msgid "iron"
+msgstr ""
+
+#: gonvert:1372
+msgid "Enter 1 here to find the density of iron."
+msgstr ""
+
+#: gonvert:1373
+msgid "copper"
+msgstr ""
+
+#: gonvert:1374
+msgid "Enter 1 here to find the density of copper."
+msgstr ""
+
+#: gonvert:1375
+msgid "lead"
+msgstr ""
+
+#: gonvert:1376
+msgid "Enter 1 here to find the density of lead."
+msgstr ""
+
+#: gonvert:1377
+msgid "gold"
+msgstr ""
+
+#: gonvert:1378
+msgid "Enter 1 here to find the density of gold."
+msgstr ""
+
+#: gonvert:1379
+msgid "silver"
+msgstr ""
+
+#: gonvert:1380
+msgid "Enter 1 here to find the density of silver."
+msgstr ""
+
+#: gonvert:1381
+msgid "water at 4degC"
+msgstr ""
+
+#: gonvert:1382
+msgid "Enter 1 here to find the density of water at 4\260C. Water weighs 1 gram per cm\263."
+msgstr ""
+
+#: gonvert:1383
+msgid "ounces per gallon (UK)"
+msgstr ""
+
+#: gonvert:1384 gonvert:1386
+msgid "oz/gal"
+msgstr ""
+
+#: gonvert:1385
+msgid "ounces per gallon (US)"
+msgstr ""
+
+#: gonvert:1387
+msgid "ton (UK | long) per cubic yard"
+msgstr ""
+
+#: gonvert:1389
+msgid "ton (UK | long) per cubic foot"
+msgstr ""
+
+#: gonvert:1391
+msgid "ton (US | short) per cubic yard"
+msgstr ""
+
+#: gonvert:1393
+msgid "ton (US | short) per cubic foot"
+msgstr ""
+
+#: gonvert:1397
+msgid "Electrical Current"
+msgstr ""
+
+#: gonvert:1397 gonvert:1398 gonvert:1974
+msgid "ampere"
+msgstr ""
+
+#: gonvert:1400 gonvert:1980
+msgid "kiloampere"
+msgstr ""
+
+#: gonvert:1402
+msgid "milliampere"
+msgstr ""
+
+#: gonvert:1404
+msgid "microampere"
+msgstr ""
+
+#: gonvert:1406
+msgid "nanoampere"
+msgstr ""
+
+#: gonvert:1408
+msgid "picoampere"
+msgstr ""
+
+#: gonvert:1410
+msgid "abampere"
+msgstr ""
+
+#: gonvert:1411
+msgid "The CGS electromagnetic unit of current."
+msgstr ""
+
+#: gonvert:1412
+msgid "coulomb per second"
+msgstr ""
+
+#: gonvert:1414
+msgid "statampere"
+msgstr ""
+
+#: gonvert:1415
+msgid "The CGS electrostatic unit of current."
+msgstr ""
+
+#: gonvert:1417
+msgid "Electrical Charge"
+msgstr ""
+
+#: gonvert:1417
+msgid "coulomb"
+msgstr ""
+
+#: gonvert:1418
+msgid "faraday"
+msgstr ""
+
+#: gonvert:1419
+msgid "Named after Michael Faraday the The English physicist and chemist who discovered electromagnetic induction (1791-1867). The amount of electric charge that liberates one gram equivalent of any ion from an electrolytic solution. "
+msgstr ""
+
+#: gonvert:1420
+msgid "kilocoulomb"
+msgstr ""
+
+#: gonvert:1422
+msgid "ampere-hour"
+msgstr ""
+
+#: gonvert:1423
+msgid "Commonly used to describe the capacity of a battery."
+msgstr ""
+
+#: gonvert:1424
+msgid "abcoulomb"
+msgstr ""
+
+#: gonvert:1425
+msgid "The CGS electromagnetic unit of charge."
+msgstr ""
+
+#: gonvert:1426
+msgid "coulomb (weber)"
+msgstr ""
+
+#: gonvert:1427
+msgid "Named after the French physicist and electrican Coulomb. (Physics) The standard unit of quantity in electrical measurements. It is the quantity of electricity conveyed in one second by the current produced by an electro-motive force of one volt acting in a circuit having a resistance of one ohm, or the quantity transferred by one amp`ere in one second. Formerly called weber."
+msgstr ""
+
+#: gonvert:1428
+msgid "microcoulomb"
+msgstr ""
+
+#: gonvert:1430
+msgid "nanocoulomb"
+msgstr ""
+
+#: gonvert:1432
+msgid "statcoulomb"
+msgstr ""
+
+#: gonvert:1433
+msgid "The CGS electrostatic unit of charge."
+msgstr ""
+
+#: gonvert:1434
+msgid "electron charge"
+msgstr ""
+
+#: gonvert:1437
+msgid "Electrical Voltage"
+msgstr ""
+
+#: gonvert:1437 gonvert:1440
+msgid "volt"
+msgstr ""
+
+#: gonvert:1438
+msgid "abvolt"
+msgstr ""
+
+#: gonvert:1439
+msgid "A unit of potential equal to one-hundred-millionth of a volt."
+msgstr ""
+
+#: gonvert:1441
+msgid "Named after the Italian electrician Alessandro Volta. The unit of electro-motive force; -- defined by the International Electrical Congress in 1893 and by United States Statute as, that electro-motive force which steadily applied to a conductor whose resistance is one ohm will produce a current of one ampere. It is practically equivalent to 1000/1434 the electro-motive force of a standard Clark's cell at a temperature of 15deg C."
+msgstr ""
+
+#: gonvert:1442
+msgid "gigavolt"
+msgstr ""
+
+#: gonvert:1443
+msgid "One billion volts."
+msgstr ""
+
+#: gonvert:1444
+msgid "megavolt"
+msgstr ""
+
+#: gonvert:1445
+msgid "One million volts."
+msgstr ""
+
+#: gonvert:1446
+msgid "kilovolt"
+msgstr ""
+
+#: gonvert:1447
+msgid "One thousand volts."
+msgstr ""
+
+#: gonvert:1448
+msgid "millivolt"
+msgstr ""
+
+#: gonvert:1449
+msgid "One thousandth of an volt."
+msgstr ""
+
+#: gonvert:1450
+msgid "microvolt"
+msgstr ""
+
+#: gonvert:1451
+msgid "One millionth of an volt."
+msgstr ""
+
+#: gonvert:1452
+msgid "nanovolt"
+msgstr ""
+
+#: gonvert:1453
+msgid "One billionth of an volt."
+msgstr ""
+
+#: gonvert:1454
+msgid "statvolt"
+msgstr ""
+
+#: gonvert:1455
+msgid "300 volts."
+msgstr ""
+
+#: gonvert:1457
+msgid "Electrical Resistance & Conductance"
+msgstr ""
+
+#: gonvert:1457 gonvert:1458
+msgid "ohm"
+msgstr ""
+
+#: gonvert:1459
+msgid "Named after the German physicist Georg Simon Ohm (1787-1854). The standard unit in the measure of electrical resistance, being the resistance of a circuit in which a potential difference of one volt produces a current of one ampere. As defined by the International Electrical Congress in 1893, and by United States Statute, it is a resistance substantially equal to 10^9 units of resistance of the C.G.S. system of electro-magnetic units, and is represented by the resistance offered to an unvarying electric current by a column of mercury at the temperature of melting ice 14.4521 grams in mass, of a constant cross-sectional area, and of the length of 106.3 centimeters. As thus defined it is called the international ohm"
+msgstr ""
+
+#: gonvert:1460
+msgid "siemens | mho"
+msgstr ""
+
+#: gonvert:1461
+msgid "Named after Ernst Werner von Siemens (1816-1892). A unit describing how well materials conduct equal to the reciprocal of an ohm syn: mho, S"
+msgstr ""
+
+#: gonvert:1462
+msgid "abmho"
+msgstr ""
+
+#: gonvert:1464
+msgid "millisiemens | millimho"
+msgstr ""
+
+#: gonvert:1466
+msgid "microsiemens | micromho"
+msgstr ""
+
+#: gonvert:1468
+msgid "statmho"
+msgstr ""
+
+#: gonvert:1470
+msgid "gigaohm"
+msgstr ""
+
+#: gonvert:1471
+msgid "G ohm"
+msgstr ""
+
+#: gonvert:1471
+msgid "One billion ohms."
+msgstr ""
+
+#: gonvert:1472
+msgid "megaohm"
+msgstr ""
+
+#: gonvert:1473
+msgid "M ohm"
+msgstr ""
+
+#: gonvert:1473
+msgid "One million ohms."
+msgstr ""
+
+#: gonvert:1474
+msgid "kilohm"
+msgstr ""
+
+#: gonvert:1475
+msgid "One thousand ohms."
+msgstr ""
+
+#: gonvert:1475
+msgid "k ohm"
+msgstr ""
+
+#: gonvert:1476
+msgid "milliohm"
+msgstr ""
+
+#: gonvert:1477
+msgid "One thousandth of an ohm."
+msgstr ""
+
+#: gonvert:1477
+msgid "m ohm"
+msgstr ""
+
+#: gonvert:1478
+msgid "microhm"
+msgstr ""
+
+#: gonvert:1479
+msgid "One millionth of an ohm."
+msgstr ""
+
+#: gonvert:1480
+msgid "nanohm"
+msgstr ""
+
+#: gonvert:1481
+msgid "One billionth of an ohm."
+msgstr ""
+
+#: gonvert:1482
+msgid "abohm"
+msgstr ""
+
+#: gonvert:1484
+msgid "statohm"
+msgstr ""
+
+#: gonvert:1487
+msgid "Electrical Inductance"
+msgstr ""
+
+#: gonvert:1487 gonvert:1488
+msgid "henry"
+msgstr ""
+
+#: gonvert:1489
+msgid "Named after the American physicist Joseph Henry (1797-1878). The unit of electric induction; the induction in a circuit when the electro-motive force induced in this circuit is one volt, while the inducing current varies at the rate of one ampere a second."
+msgstr ""
+
+#: gonvert:1490
+msgid "stathenry"
+msgstr ""
+
+#: gonvert:1492
+msgid "ohm-second"
+msgstr ""
+
+#: gonvert:1494
+msgid "millihenry"
+msgstr ""
+
+#: gonvert:1496
+msgid "microhenry"
+msgstr ""
+
+#: gonvert:1498
+msgid "nanohenry"
+msgstr ""
+
+#: gonvert:1500
+msgid "abhenry"
+msgstr ""
+
+#: gonvert:1503
+msgid "Electrical Capacitance"
+msgstr ""
+
+#: gonvert:1503 gonvert:1504
+msgid "farad"
+msgstr ""
+
+#: gonvert:1505
+msgid "Named after the English electrician Michael Faraday. The standard unit of electrical capacity; the capacity of a condenser whose charge, having an electro-motive force of one volt, is equal to the amount of electricity which, with the same electromotive force, passes through one ohm in one second; the capacity, which, charged with one coulomb, gives an electro-motive force of one volt."
+msgstr ""
+
+#: gonvert:1506
+msgid "abfarad"
+msgstr ""
+
+#: gonvert:1507
+msgid "A capacitance unit equal to one billion farads"
+msgstr ""
+
+#: gonvert:1508
+msgid "second/ohm"
+msgstr ""
+
+#: gonvert:1510
+msgid "microfarad"
+msgstr ""
+
+#: gonvert:1512
+msgid "statfarad"
+msgstr ""
+
+#: gonvert:1514
+msgid "nanofarad"
+msgstr ""
+
+#: gonvert:1516
+msgid "picofarad"
+msgstr ""
+
+#: gonvert:1519
+msgid "Electromagnetic Radiation"
+msgstr ""
+
+#: gonvert:1522 gonvert:1829
+msgid "meter"
+msgstr ""
+
+#: gonvert:1523 gonvert:1830
+msgid "Equal to 39.37 English inches, the standard of linear measure in the metric system of weights and measures. It was intended to be, and is very nearly, the ten millionth part of the distance from the equator to the north pole, as ascertained by actual measurement of an arc of a meridian."
+msgstr ""
+
+#: gonvert:1524 gonvert:1831 gonvert:2518
+msgid "centimeter"
+msgstr ""
+
+#: gonvert:1526 gonvert:1833
+msgid "millimeter"
+msgstr ""
+
+#: gonvert:1528 gonvert:1835
+msgid "micrometer | micron"
+msgstr ""
+
+#: gonvert:1529 gonvert:1836
+msgid "A metric unit of length equal to one millionth of a meter. The thousandth part of one millimeter."
+msgstr ""
+
+#: gonvert:1530 gonvert:1837
+msgid "nanometer"
+msgstr ""
+
+#: gonvert:1531 gonvert:1838
+msgid "A metric unit of length equal to one billionth of a meter."
+msgstr ""
+
+#: gonvert:1532 gonvert:1666
+msgid "angstrom"
+msgstr ""
+
+#: gonvert:1533 gonvert:1667
+msgid "Equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation"
+msgstr ""
+
+#: gonvert:1546
+msgid "electron Volt"
+msgstr ""
+
+#: gonvert:1547
+msgid "Energy. e=h\366f where h = Planks constant (4.13566 x 10^-15 electron volts/second). f = frequency in Hertz."
+msgstr ""
+
+#: gonvert:1549
+msgid "Energy | Work"
+msgstr ""
+
+#: gonvert:1549 gonvert:1572
+msgid "joule | wattsecond | newton-meter"
+msgstr ""
+
+#: gonvert:1550
+msgid "kiloton"
+msgstr ""
+
+#: gonvert:1551
+msgid "A measure of explosive power (of an atomic weapon) equal to that of 1000 tons of TNT"
+msgstr ""
+
+#: gonvert:1552
+msgid "gigawatt-hour"
+msgstr ""
+
+#: gonvert:1554
+msgid "megawatt-hour"
+msgstr ""
+
+#: gonvert:1556
+msgid "kilowatt-hour"
+msgstr ""
+
+#: gonvert:1558
+msgid "horsepower-hour"
+msgstr ""
+
+#: gonvert:1560
+msgid "gigajoule"
+msgstr ""
+
+#: gonvert:1562
+msgid "megajoule"
+msgstr ""
+
+#: gonvert:1564
+msgid "kg force meters"
+msgstr ""
+
+#: gonvert:1565
+msgid "Work done by one kilogram of force acting through a distance of one meter."
+msgstr ""
+
+#: gonvert:1566
+msgid "kilojoule"
+msgstr ""
+
+#: gonvert:1568
+msgid "watt-hour"
+msgstr ""
+
+#: gonvert:1570
+msgid "British thermal unit"
+msgstr ""
+
+#: gonvert:1573
+msgid "Named after the English physicist James Prescott Joule(1818-1889). A unit of work which is equal to 10^7 units of work in the C. G. S. system of units (ergs), and is practically equivalent to the energy expended in one second by an electric current of one ampere in a resistance of one ohm. One joule is approximately equal to 0.738 foot pounds."
+msgstr ""
+
+#: gonvert:1574
+msgid "kilocalorie"
+msgstr ""
+
+#: gonvert:1576
+msgid "calorie"
+msgstr ""
+
+#: gonvert:1577
+msgid "The unit of heat according to the French standard; the amount of heat required to raise the temperature of one kilogram (sometimes, one gram) of water one degree centigrade, or from 0deg to 1deg."
+msgstr ""
+
+#: gonvert:1578
+msgid "foot-poundals"
+msgstr ""
+
+#: gonvert:1580
+msgid "foot-pound force"
+msgstr ""
+
+#: gonvert:1581
+msgid "A unit of work equal to a force of one pound moving through a distance of one foot"
+msgstr ""
+
+#: gonvert:1582
+msgid "millijoule"
+msgstr ""
+
+#: gonvert:1584
+msgid "microjoule"
+msgstr ""
+
+#: gonvert:1586
+msgid "attojoule"
+msgstr ""
+
+#: gonvert:1588
+msgid "erg | dyne-centimeter"
+msgstr ""
+
+#: gonvert:1590
+msgid "GeV"
+msgstr ""
+
+#: gonvert:1591
+msgid "A billion electronvolts"
+msgstr ""
+
+#: gonvert:1592
+msgid "MeV"
+msgstr ""
+
+#: gonvert:1593
+msgid "a million electronvolts"
+msgstr ""
+
+#: gonvert:1594
+msgid "electron volt"
+msgstr ""
+
+#: gonvert:1595
+msgid "A unit of energy equal to the work done by an electron accelerated through a potential difference of 1 volt"
+msgstr ""
+
+#: gonvert:1597
+msgid "Flow (dry)"
+msgstr ""
+
+#: gonvert:1598 gonvert:1612
+msgid "litres per second"
+msgstr ""
+
+#: gonvert:1599
+msgid "A cubic decimeter of material moving past a point every second."
+msgstr ""
+
+#: gonvert:1600 gonvert:1614
+msgid "litres per minute"
+msgstr ""
+
+#: gonvert:1601
+msgid "A cubic decimeter of material moving past a point every minute."
+msgstr ""
+
+#: gonvert:1602
+msgid "cubic feet per minute"
+msgstr ""
+
+#: gonvert:1603
+msgid "Commonly used to describe the flow rate produced by a large fan or blower."
+msgstr ""
+
+#: gonvert:1604
+msgid "cubic feet per second"
+msgstr ""
+
+#: gonvert:1606
+msgid "cubic inches per minute"
+msgstr ""
+
+#: gonvert:1608
+msgid "cubic inches per second"
+msgstr ""
+
+#: gonvert:1611
+msgid "Flow (liquid)"
+msgstr ""
+
+#: gonvert:1613
+msgid "A cubic decimeter of material moving past a point every second"
+msgstr ""
+
+#: gonvert:1616
+msgid "US gallons per minute"
+msgstr ""
+
+#: gonvert:1618
+msgid "US gallons per second"
+msgstr ""
+
+#: gonvert:1620
+msgid "UK gallons per minute"
+msgstr ""
+
+#: gonvert:1622
+msgid "UK gallons per second"
+msgstr ""
+
+#: gonvert:1625
+msgid "Force"
+msgstr ""
+
+#: gonvert:1626
+msgid "tonne of force"
+msgstr ""
+
+#: gonvert:1627
+msgid "Metric ton of force, 1000 kilonewtons."
+msgstr ""
+
+#: gonvert:1628
+msgid "ton of force"
+msgstr ""
+
+#: gonvert:1629
+msgid "2000 pounds of force."
+msgstr ""
+
+#: gonvert:1630
+msgid "sthene"
+msgstr ""
+
+#: gonvert:1631
+msgid "Named from the Greek word sthenos, strength. One sthene is the force required to accelerate a mass of one tonne at a rate of 1 m/s2. "
+msgstr ""
+
+#: gonvert:1632
+msgid "atomic weight"
+msgstr ""
+
+#: gonvert:1633
+msgid "Generally understood as the weight of the hydrogen atom."
+msgstr ""
+
+#: gonvert:1634 gonvert:2911
+msgid "kip"
+msgstr ""
+
+#: gonvert:1635
+msgid "Kilopounds of force."
+msgstr ""
+
+#: gonvert:1636
+msgid "kilonewton"
+msgstr ""
+
+#: gonvert:1638
+msgid "kilogram force | kilopond"
+msgstr ""
+
+#: gonvert:1640
+msgid "pound force"
+msgstr ""
+
+#: gonvert:1642
+msgid "newton"
+msgstr ""
+
+#: gonvert:1643
+msgid "Named after the English mathematician and physicist Sir Isaac Newton (1642-1727). A unit of force equal to the force that imparts an acceleration of 1 m/sec/sec to a mass of 1 kilogram; equal to 100,000 dynes"
+msgstr ""
+
+#: gonvert:1644
+msgid "ounce force"
+msgstr ""
+
+#: gonvert:1646
+msgid "poundal"
+msgstr ""
+
+#: gonvert:1647
+msgid "A unit of force based upon the pound, foot, and second, being the force which, acting on a pound avoirdupois for one second, causes it to acquire by the of that time a velocity of one foot per second. It is about equal to the weight of half an ounce, and is 13,825 dynes."
+msgstr ""
+
+#: gonvert:1648
+msgid "gram force"
+msgstr ""
+
+#: gonvert:1650
+msgid "millinewton"
+msgstr ""
+
+#: gonvert:1652
+msgid "dyne"
+msgstr ""
+
+#: gonvert:1653
+msgid "The unit of force, in the C. G. S. (Centimeter Gram Second) system of physical units; that is, the force which, acting on a gram for a second, generates a velocity of a centimeter per second."
+msgstr ""
+
+#: gonvert:1654
+msgid "micronewton"
+msgstr ""
+
+#: gonvert:1657
+msgid "Length"
+msgstr ""
+
+#: gonvert:1658
+msgid "klafter | faden (German)"
+msgstr ""
+
+#: gonvert:1659 gonvert:1661
+msgid "Similar to the fathom."
+msgstr ""
+
+#: gonvert:1660
+msgid "klafter | faden (Switzerland)"
+msgstr ""
+
+#: gonvert:1662
+msgid "earth diamater"
+msgstr ""
+
+#: gonvert:1663
+msgid "Diameter for the Earth."
+msgstr ""
+
+#: gonvert:1664
+msgid "actus (roman actus)"
+msgstr ""
+
+#: gonvert:1665
+msgid "Land measurement, 120 Roman feet (pedes monetales). This was equivalent to 35.47872 meters."
+msgstr ""
+
+#: gonvert:1668
+msgid "arshin | arshine | archin"
+msgstr ""
+
+#: gonvert:1669
+msgid "Russian.  28 inches"
+msgstr ""
+
+#: gonvert:1670
+msgid "arpentcan"
+msgstr ""
+
+#: gonvert:1671
+msgid "arpentcan = 27.52 mile"
+msgstr ""
+
+#: gonvert:1672
+msgid "arpent (Canadian)"
+msgstr ""
+
+#: gonvert:1673
+msgid "Canadian unit of land measurement. 191.835 ft"
+msgstr ""
+
+#: gonvert:1674
+msgid "arpentlin | French arpent"
+msgstr ""
+
+#: gonvert:1675
+msgid "French unit of land measurement. 30 toises"
+msgstr ""
+
+#: gonvert:1676
+msgid "assbaa"
+msgstr ""
+
+#: gonvert:1677
+msgid "Arabian measure."
+msgstr ""
+
+#: gonvert:1678
+msgid "astronomical unit"
+msgstr ""
+
+#: gonvert:1679
+msgid "Used for distances within the solar system; equal to the mean distance between the Earth and the Sun (approximately 93 million miles or 150 million kilometers)."
+msgstr ""
+
+#: gonvert:1680
+msgid "barleycorn"
+msgstr ""
+
+#: gonvert:1681
+msgid "Formerly, a measure of length, equal to the average length of a grain of barley; the third part of an inch."
+msgstr ""
+
+#: gonvert:1682
+msgid "bohr radius"
+msgstr ""
+
+#: gonvert:1683
+msgid "Named after the Danish physicist Niels Bohr (1885-1962), who explained the structure of atoms in 1913. The bohr radius represents the mean distance between the proton and the electron in an unexcited hydrogen atom. 52.9177 picometers. "
+msgstr ""
+
+#: gonvert:1684
+msgid "bolt"
+msgstr ""
+
+#: gonvert:1685
+msgid "A compact package or roll of cloth, as of canvas or silk, often containing about forty yards."
+msgstr ""
+
+#: gonvert:1686
+msgid "bottom measure"
+msgstr ""
+
+#: gonvert:1687
+msgid "One fortieth of an inch."
+msgstr ""
+
+#: gonvert:1688
+msgid "cable length"
+msgstr ""
+
+#: gonvert:1689
+msgid "A nautical unit of depth. 720 feet."
+msgstr ""
+
+#: gonvert:1690
+msgid "caliber (gun barrel caliber)"
+msgstr ""
+
+#: gonvert:1691
+msgid "The diameter of round or cylindrical body, as of a bullet or column."
+msgstr ""
+
+#: gonvert:1692
+msgid "cane"
+msgstr ""
+
+#: gonvert:1693 gonvert:1699 gonvert:1701
+msgid "Persian"
+msgstr ""
+
+#: gonvert:1694
+msgid "chain (surveyors | Gunters)"
+msgstr ""
+
+#: gonvert:1695
+msgid "A surveyors instrument which consists of links and is used in measuring land.One commonly in use is Gunter's chain, which consists of one hundred links, each link being seven inches and ninety-two one hundredths in length; making up the total length of rods, or sixty-six, feet; hence, a measure of that length; hence, also, a unit for land measure equal to four rods."
+msgstr ""
+
+#: gonvert:1696
+msgid "chain (engineers)"
+msgstr ""
+
+#: gonvert:1697
+msgid "100 ft."
+msgstr ""
+
+#: gonvert:1698
+msgid "charac"
+msgstr ""
+
+#: gonvert:1700
+msgid "chebel"
+msgstr ""
+
+#: gonvert:1702
+msgid "city block"
+msgstr ""
+
+#: gonvert:1703
+msgid "An informal measurement, about 100 yards"
+msgstr ""
+
+#: gonvert:1704
+msgid "cubit (Biblical | Hebrew | English)"
+msgstr ""
+
+#: gonvert:1705
+msgid "A measure of length, being the distance from the elbow to the extremity of the middle finger. Note: The cubit varies in length in different countries, the English,Hebrew and Biblical cubits are 18 inches."
+msgstr ""
+
+#: gonvert:1706
+msgid "cubit (Indian) | hasta"
+msgstr ""
+
+#: gonvert:1708
+msgid "cubit (Roman)"
+msgstr ""
+
+#: gonvert:1709
+msgid "A measure of length, being the distance from the elbow to the extremity of the middle finger. Note: The cubit varies in length in different countries, the Roman cubit is 17.47 inches."
+msgstr ""
+
+#: gonvert:1710
+msgid "cubit (Greek) | pechya"
+msgstr ""
+
+#: gonvert:1711
+msgid "A measure of length, being the distance from the elbow to the extremity of the middle finger. Note: The cubit varies in length in different countries, the Greek cubit is 18.20 inches."
+msgstr ""
+
+#: gonvert:1712
+msgid "cubit (Israeli)"
+msgstr ""
+
+#: gonvert:1713
+msgid "A measure of length, being the distance from the elbow to the extremity of the middle finger. Note: The cubit varies in length in different countries, the Israeli cubit is 21.8 inches."
+msgstr ""
+
+#: gonvert:1714
+msgid "cloth finger"
+msgstr ""
+
+#: gonvert:1715 gonvert:1717
+msgid "Used in sewing"
+msgstr ""
+
+#: gonvert:1716
+msgid "cloth quarter"
+msgstr ""
+
+#: gonvert:1718
+msgid "compton wavelength of the electron"
+msgstr ""
+
+#: gonvert:1719 gonvert:1721 gonvert:1723
+msgid "Named after Arthur Holly Compton (1892-1962)"
+msgstr ""
+
+#: gonvert:1720
+msgid "compton wavelength of the proton"
+msgstr ""
+
+#: gonvert:1722
+msgid "compton wavelength of the neutron"
+msgstr ""
+
+#: gonvert:1724
+msgid "classical electron radius"
+msgstr ""
+
+#: gonvert:1726
+msgid "digit | digitus"
+msgstr ""
+
+#: gonvert:1727
+msgid "A finger's breadth, commonly estimated to be three fourths of an inch."
+msgstr ""
+
+#: gonvert:1729
+msgid "diamond (Typographical)"
+msgstr ""
+
+#: gonvert:1730
+msgid "4 1/2 pt in height."
+msgstr ""
+
+#: gonvert:1731
+msgid "pearl (Typographical)"
+msgstr ""
+
+#: gonvert:1732
+msgid "5 pt in height."
+msgstr ""
+
+#: gonvert:1733
+msgid "agate | ruby (Typographical)"
+msgstr ""
+
+#: gonvert:1734
+msgid "Used in typing. A kind of type, larger than pearl and smaller than nonpareil; in England called ruby. 5 1/2 pt in height."
+msgstr ""
+
+#: gonvert:1735
+msgid "nonpareil (Typographical)"
+msgstr ""
+
+#: gonvert:1736
+msgid "6 pt in height."
+msgstr ""
+
+#: gonvert:1737
+msgid "minion (Typographical)"
+msgstr ""
+
+#: gonvert:1738
+msgid "7 pt in height."
+msgstr ""
+
+#: gonvert:1739
+msgid "brevier (Typographical)"
+msgstr ""
+
+#: gonvert:1740
+msgid "8 pt in height."
+msgstr ""
+
+#: gonvert:1741
+msgid "bourgeois (Typographical)"
+msgstr ""
+
+#: gonvert:1742
+msgid "9 pt in height."
+msgstr ""
+
+#: gonvert:1743
+msgid "elite | long primer (Typographical)"
+msgstr ""
+
+#: gonvert:1744
+msgid "10 pt in height."
+msgstr ""
+
+#: gonvert:1745
+msgid "small pica (Typographical)"
+msgstr ""
+
+#: gonvert:1746
+msgid "11 pt in height."
+msgstr ""
+
+#: gonvert:1747
+msgid "pica (Typographical)"
+msgstr ""
+
+#: gonvert:1748
+msgid "A size of type next larger than small pica, and smaller than English.12 pt in height"
+msgstr ""
+
+#: gonvert:1749
+msgid "english (Typographical)"
+msgstr ""
+
+#: gonvert:1750
+msgid "14 pt in height."
+msgstr ""
+
+#: gonvert:1751
+msgid "columbian (Typographical)"
+msgstr ""
+
+#: gonvert:1752
+msgid "16 pt in height."
+msgstr ""
+
+#: gonvert:1753
+msgid "great primer (Typographical)"
+msgstr ""
+
+#: gonvert:1754
+msgid "18 pt in height."
+msgstr ""
+
+#: gonvert:1755
+msgid "point (pica) (Typographical)"
+msgstr ""
+
+#: gonvert:1756
+msgid "Typographical measurement. This system was developed in England and is used in Great-Britain and the US. 1 pica equals 12 pica points."
+msgstr ""
+
+#: gonvert:1757
+msgid "point (didot) (Typographical)"
+msgstr ""
+
+#: gonvert:1758
+msgid "Typographical measurement. The didot system originated in France but was used in most of Europe"
+msgstr ""
+
+#: gonvert:1759
+msgid "cicero (Typographical)"
+msgstr ""
+
+#: gonvert:1760
+msgid "Typographical measurement. 1 cicero equals 12 didot points."
+msgstr ""
+
+#: gonvert:1761
+msgid "point (PostScript) (Typographical)"
+msgstr ""
+
+#: gonvert:1762
+msgid "Typographical measurement. Created by Adobe. There are exactly 72 PostScript points in 1 inch."
+msgstr ""
+
+#: gonvert:1764
+msgid "ell (English)"
+msgstr ""
+
+#: gonvert:1765 gonvert:1767 gonvert:1769
+msgid "A measure for cloth; -- now rarely used. It is of different lengths in different countries; the English ell being 45 inches, the Dutch or Flemish ell 27, the Scotch about 37."
+msgstr ""
+
+#: gonvert:1766
+msgid "ell (Dutch | Flemish)"
+msgstr ""
+
+#: gonvert:1768
+msgid "ell (Scotch)"
+msgstr ""
+
+#: gonvert:1770
+msgid "em"
+msgstr ""
+
+#: gonvert:1771
+msgid "Used in typography. A quadrat, the face or top of which is a perfect square; also, the size of such a square in any given size of type, used as the unit of measurement for that type: 500 m's of pica would be a piece of matter whose length and breadth in pica m's multiplied together produce that number."
+msgstr ""
+
+#: gonvert:1772
+msgid "en"
+msgstr ""
+
+#: gonvert:1773
+msgid "Used in typography. Half an em, that is, half of the unit of space in measuring printed matter."
+msgstr ""
+
+#: gonvert:1774
+msgid "fathom"
+msgstr ""
+
+#: gonvert:1775
+msgid "6 feet. Approximately the space to which a man can extend his arms."
+msgstr ""
+
+#: gonvert:1776
+msgid "fathom (Greek)"
+msgstr ""
+
+#: gonvert:1777
+msgid "4 Greek cubits."
+msgstr ""
+
+#: gonvert:1778
+msgid "fermi"
+msgstr ""
+
+#: gonvert:1779
+msgid "a metric unit of length equal to one quadrillionth of a meter "
+msgstr ""
+
+#: gonvert:1780
+msgid "finger breadth"
+msgstr ""
+
+#: gonvert:1781
+msgid "The breadth of a finger, or the fourth part of the hand; a measure of nearly an inch."
+msgstr ""
+
+#: gonvert:1782
+msgid "finger length"
+msgstr ""
+
+#: gonvert:1783
+msgid "The length of finger, a measure in domestic use in the United States, of about four and a half inches or one eighth of a yard."
+msgstr ""
+
+#: gonvert:1784
+msgid "foot"
+msgstr ""
+
+#: gonvert:1785
+msgid "Equivalent to twelve inches; one third of a yard. This measure is supposed to be taken from the length of a man's foot."
+msgstr ""
+
+#: gonvert:1786
+msgid "foot (Assyrian)"
+msgstr ""
+
+#: gonvert:1788
+msgid "foot (Arabian)"
+msgstr ""
+
+#: gonvert:1790
+msgid "foot (Roman) | pes"
+msgstr ""
+
+#: gonvert:1792
+msgid "foot (geodetic | survey)"
+msgstr ""
+
+#: gonvert:1793
+msgid "A former U.S. definition of the foot as exactly 1200/3937 meter or about 30.48006096 centimeters. This was the official U.S. definition of the foot from 1866 to 1959; it makes the meter equal exactly 39.37 inches. In 1959 the survey foot was replaced by the international foot, equal to exactly 30.48 centimeters. However, the survey foot remains the basis for precise geodetic surveying in the U.S."
+msgstr ""
+
+#: gonvert:1794
+msgid "furlong"
+msgstr ""
+
+#: gonvert:1796
+msgid "ghalva"
+msgstr ""
+
+#: gonvert:1797
+msgid "Arabian measure"
+msgstr ""
+
+#: gonvert:1798
+msgid "gradus (Roman)"
+msgstr ""
+
+#: gonvert:1800
+msgid "hand"
+msgstr ""
+
+#: gonvert:1801
+msgid "A measure equal to a hand's breadth, -- four inches; a palm. Chiefly used in measuring the height of horses."
+msgstr ""
+
+#: gonvert:1802 gonvert:2520
+msgid "inch"
+msgstr ""
+
+#: gonvert:1803 gonvert:2521
+msgid "The twelfth part of a foot, commonly subdivided into halves, quarters, eights, sixteenths, etc., as among mechanics. It was also formerly divided into twelve parts, called lines, and originally into three parts, called barleycorns, its length supposed to have been determined from three grains of barley placed end to end lengthwise."
+msgstr ""
+
+#: gonvert:1804
+msgid "ken"
+msgstr ""
+
+#: gonvert:1805
+msgid "Japanese fathom. The ken is the length of a traditional tatami mat."
+msgstr ""
+
+#: gonvert:1806
+msgid "league (land | statute)"
+msgstr ""
+
+#: gonvert:1807
+msgid " Used as a land measure. 3 statute miles."
+msgstr ""
+
+#: gonvert:1808
+msgid "league (nautical)"
+msgstr ""
+
+#: gonvert:1809
+msgid " Used as a marine measure. 3 nautical miles."
+msgstr ""
+
+#: gonvert:1810
+msgid "li"
+msgstr ""
+
+#: gonvert:1811
+msgid "A Chinese measure of distance, being a little more than one third of a mile."
+msgstr ""
+
+#: gonvert:1812
+msgid "light second"
+msgstr ""
+
+#: gonvert:1813
+msgid "The distance over which light can travel in one second; -- used as a unit in expressing stellar distances."
+msgstr ""
+
+#: gonvert:1814
+msgid "light year"
+msgstr ""
+
+#: gonvert:1815
+msgid "The distance over which light can travel in a year's time; -- used as a unit in expressing stellar distances. It is more than 63,000 times as great as the distance from the earth to the sun."
+msgstr ""
+
+#: gonvert:1816
+msgid "line"
+msgstr ""
+
+#: gonvert:1817
+msgid "A measure of length; one twelfth of an inch."
+msgstr ""
+
+#: gonvert:1818
+msgid "link (Gunters | surveyors)"
+msgstr ""
+
+#: gonvert:1819
+msgid "Part of a surveyors instrument (chain) which consists of links and is used in measuring land. One commonly in use is Gunter's chain, which consists of one hundred links, each link being 7.92\" in length."
+msgstr ""
+
+#: gonvert:1820
+msgid "link (US | engineers)"
+msgstr ""
+
+#: gonvert:1821
+msgid "Used by surveyors. In the U.S., where 100-foot chains are more common, the link is the same as the foot. "
+msgstr ""
+
+#: gonvert:1822
+msgid "marathon"
+msgstr ""
+
+#: gonvert:1823
+msgid "a footrace of 26 miles 385 yards"
+msgstr ""
+
+#: gonvert:1825
+msgid "megameter"
+msgstr ""
+
+#: gonvert:1826
+msgid "In the metric system, one million meters, or one thousand kilometers."
+msgstr ""
+
+#: gonvert:1827
+msgid "kilometer"
+msgstr ""
+
+#: gonvert:1828
+msgid "Being a thousand meters. It is equal to 3,280.8 feet, or 62137 of a mile."
+msgstr ""
+
+#: gonvert:1832 gonvert:2519
+msgid "The hundredth part of a meter; a measure of length equal to rather more than thirty-nine hundredths (0.3937) of an inch."
+msgstr ""
+
+#: gonvert:1834
+msgid "A lineal measure in the metric system, containing the thousandth part of a meter; equal to .03937 of an inch."
+msgstr ""
+
+#: gonvert:1839
+msgid "picometer"
+msgstr ""
+
+#: gonvert:1840
+msgid "A metric unit of length equal to one trillionth of a meter."
+msgstr ""
+
+#: gonvert:1841
+msgid "femtometer"
+msgstr ""
+
+#: gonvert:1842
+msgid "A metric unit of length equal to one quadrillionth of a meter."
+msgstr ""
+
+#: gonvert:1845
+msgid "Equal to one thousandth of an inch; used to specify thickness (e.g., of sheets or wire)"
+msgstr ""
+
+#: gonvert:1846
+msgid "mile (Roman)"
+msgstr ""
+
+#: gonvert:1847
+msgid "5000 Roman feet."
+msgstr ""
+
+#: gonvert:1848
+msgid "mile (statute)"
+msgstr ""
+
+#: gonvert:1849
+msgid "Mile is from the Latin word for 1000 (mille). A mile conforming to statute, that is, in England and the United States, a mile of 5,280 feet, as distinguished from any other mile."
+msgstr ""
+
+#: gonvert:1850
+msgid "mile (nautical | geographical)"
+msgstr ""
+
+#: gonvert:1851
+msgid "Geographical, or Nautical mile, one sixtieth of a degree of a great circle of the earth, or about 6080.27 feet."
+msgstr ""
+
+#: gonvert:1852
+msgid "nail (cloth)"
+msgstr ""
+
+#: gonvert:1853
+msgid "Used for measuring cloth. 1/20 ell. The length of the last two joints (including the fingernail) of the middle finger. The nail is equivalent to 1/16 yard, 1/4 span."
+msgstr ""
+
+#: gonvert:1854
+msgid "naval shot"
+msgstr ""
+
+#: gonvert:1855
+msgid "Equal to 15 fathoms"
+msgstr ""
+
+#: gonvert:1856
+msgid "pace"
+msgstr ""
+
+#: gonvert:1857
+msgid "The length of a step in walking or marching, reckoned from the heel of one foot to the heel of the other. Note: Ordinarily the pace is estimated at two and one half linear feet."
+msgstr ""
+
+#: gonvert:1858
+msgid "pace (Roman) | passus"
+msgstr ""
+
+#: gonvert:1859
+msgid " The Roman pace (passus) was from the heel of one foot to the heel of the same foot when it next touched the ground, five Roman feet."
+msgstr ""
+
+#: gonvert:1860
+msgid "pace (quick-time marching)"
+msgstr ""
+
+#: gonvert:1861
+msgid "The regulation marching pace in the English and United States armies is thirty inches for quick time."
+msgstr ""
+
+#: gonvert:1862
+msgid "pace (double-time marching)"
+msgstr ""
+
+#: gonvert:1863
+msgid "The regulation marching pace in the English and United States armies is thirty-six inches for double time. "
+msgstr ""
+
+#: gonvert:1864
+msgid "palm (Greek)"
+msgstr ""
+
+#: gonvert:1865
+msgid "A lineal measure equal either to the breadth of the hand or to its length from the wrist to the ends of the fingers; a hand; -- used in measuring a horse's height. In Greece, the palm was reckoned at three inches. At the present day, this measure varies in the most arbitrary manner, being different in each country, and occasionally varying in the same. One third of a Greek span,"
+msgstr ""
+
+#: gonvert:1866
+msgid "palm (Roman lesser)"
+msgstr ""
+
+#: gonvert:1867
+msgid "A lineal measure equal either to the breadth of the hand or to its length from the wrist to the ends of the fingers; a hand; -- used in measuring a horse's height. One of two Roman measures of the palm, the lesser palm is 2.91 inches. At the present day, this measure varies in the most arbitrary manner, being different in each country, and occasionally varying in the same."
+msgstr ""
+
+#: gonvert:1868
+msgid "palm (Roman greater)"
+msgstr ""
+
+#: gonvert:1869
+msgid "A lineal measure equal either to the breadth of the hand or to its length from the wrist to the ends of the fingers; a hand; -- used in measuring a horse's height. One of two Roman measures of the palm, the greater palm is 8.73 inches. At the present day, this measure varies in the most arbitrary manner, being different in each country, and occasionally varying in the same."
+msgstr ""
+
+#: gonvert:1870
+msgid "parasang"
+msgstr ""
+
+#: gonvert:1871
+msgid "A Persian measure of length, which, according to Herodotus and Xenophon, was thirty stadia, or somewhat more than three and a half miles. The measure varied in different times and places, and, as now used, is estimated at three and a half English miles."
+msgstr ""
+
+#: gonvert:1872
+msgid "parsec"
+msgstr ""
+
+#: gonvert:1873
+msgid "A unit of astronomical length based on the distance from  Earth at which stellar parallax is 1 second of arc; equivalent to 3.262 light years"
+msgstr ""
+
+#: gonvert:1874
+msgid "rod | pole | perch"
+msgstr ""
+
+#: gonvert:1875
+msgid "Containing sixteen and a half feet; -- called also perch, and pole."
+msgstr ""
+
+#: gonvert:1876
+msgid "ri"
+msgstr ""
+
+#: gonvert:1877
+msgid "Japanese league."
+msgstr ""
+
+#: gonvert:1878
+msgid "rope"
+msgstr ""
+
+#: gonvert:1879
+msgid "20 feet"
+msgstr ""
+
+#: gonvert:1880
+msgid "sadzhens | sagene | sazhen"
+msgstr ""
+
+#: gonvert:1881
+msgid "Russian. Equal to about 6.5 English feet."
+msgstr ""
+
+#: gonvert:1883
+msgid " A Japanese foot. Note: shaku also means area and volume."
+msgstr ""
+
+#: gonvert:1884
+msgid "skein"
+msgstr ""
+
+#: gonvert:1885
+msgid "120 yards. A skein of cotton yarn is formed by eighty turns of the thread round a fifty-four inch reel."
+msgstr ""
+
+#: gonvert:1886
+msgid "soccer field"
+msgstr ""
+
+#: gonvert:1887
+msgid "100 yards"
+msgstr ""
+
+#: gonvert:1888
+msgid "solar diameter"
+msgstr ""
+
+#: gonvert:1889
+msgid "Diameter of our sun."
+msgstr ""
+
+#: gonvert:1890
+msgid "span (Greek)"
+msgstr ""
+
+#: gonvert:1891
+msgid "To measure by the span of the hand with the fingers extended, or with the fingers encompassing the object; as, to span a space or distance; to span a cylinder. One half of a Greek cubit."
+msgstr ""
+
+#: gonvert:1892
+msgid "span (cloth)"
+msgstr ""
+
+#: gonvert:1893
+msgid "9 inches"
+msgstr ""
+
+#: gonvert:1894
+msgid "spindle (cotten yarn)"
+msgstr ""
+
+#: gonvert:1895
+msgid "A cotten yarn measure containing 15,120 yards."
+msgstr ""
+
+#: gonvert:1896
+msgid "spindle (linen yarn)"
+msgstr ""
+
+#: gonvert:1897
+msgid "A linen yarn measure containing 14,400 yards."
+msgstr ""
+
+#: gonvert:1898
+msgid "stadia (Greek) | stadion"
+msgstr ""
+
+#: gonvert:1899 gonvert:1903
+msgid "A Greek measure of length, being the chief one used for itinerary distances, also adopted by the Romans for nautical and astronomical measurements. It was equal to 600 Greek or 625 Roman feet, or 125 Roman paces, or to 606 feet 9 inches English. This was also called the Olympic stadium, as being the exact length of the foot-race course at Olympia."
+msgstr ""
+
+#: gonvert:1900
+msgid "stadium (Persian)"
+msgstr ""
+
+#: gonvert:1902
+msgid "stadium (Roman)"
+msgstr ""
+
+#: gonvert:1904
+msgid "sun (Japanese)"
+msgstr ""
+
+#: gonvert:1905
+msgid "Japanese measurement."
+msgstr ""
+
+#: gonvert:1906
+msgid "toise (French)"
+msgstr ""
+
+#: gonvert:1907
+msgid "French fathom."
+msgstr ""
+
+#: gonvert:1908
+msgid "vara (Spanish)"
+msgstr ""
+
+#: gonvert:1909
+msgid "A Spanish measure of length equal to about one yard. 33.385 inches. "
+msgstr ""
+
+#: gonvert:1910
+msgid "vara (Mexican)"
+msgstr ""
+
+#: gonvert:1911
+msgid "A Mexican measure of length equal to about one yard. 32.99 inches. "
+msgstr ""
+
+#: gonvert:1912
+msgid "verst | werst"
+msgstr ""
+
+#: gonvert:1913
+msgid "A Russian measure of length containing 3,500 English feet."
+msgstr ""
+
+#: gonvert:1914
+msgid "yard"
+msgstr ""
+
+#: gonvert:1915
+msgid "Equaling three feet, or thirty-six inches, being the standard of English and American measure."
+msgstr ""
+
+#: gonvert:1917
+msgid "Luminance"
+msgstr ""
+
+#: gonvert:1918
+msgid "candela per square centimeter"
+msgstr ""
+
+#: gonvert:1920
+msgid "kilocandela per square meter"
+msgstr ""
+
+#: gonvert:1922
+msgid "stilb"
+msgstr ""
+
+#: gonvert:1924
+msgid "lambert"
+msgstr ""
+
+#: gonvert:1925
+msgid "Named after the German physicist Johann Heinrich Lambert (1728-1777).Equal to the brightness of a perfectly diffusing surface that emits or reflects one lumen per square centimeter"
+msgstr ""
+
+#: gonvert:1926
+msgid "candela per square inch"
+msgstr ""
+
+#: gonvert:1928
+msgid "candela per square foot"
+msgstr ""
+
+#: gonvert:1930
+msgid "foot lambert"
+msgstr ""
+
+#: gonvert:1932
+msgid "millilambert"
+msgstr ""
+
+#: gonvert:1934
+msgid "candela per square meter"
+msgstr ""
+
+#: gonvert:1936
+msgid "lumen per steradian square meter"
+msgstr ""
+
+#: gonvert:1938
+msgid "nit"
+msgstr ""
+
+#: gonvert:1939
+msgid "Named from the Latin niteo, to shine."
+msgstr ""
+
+#: gonvert:1940
+msgid "apostilb"
+msgstr ""
+
+#: gonvert:1943
+msgid "Illumination"
+msgstr ""
+
+#: gonvert:1944
+msgid "phot"
+msgstr ""
+
+#: gonvert:1945
+msgid "a unit of illumination equal to 1 lumen per square centimeter; 10,000 phots equal 1 lux"
+msgstr ""
+
+#: gonvert:1946
+msgid "lumen per square centimeter"
+msgstr ""
+
+#: gonvert:1948
+msgid "foot candle"
+msgstr ""
+
+#: gonvert:1950
+msgid "lumen per square foot"
+msgstr ""
+
+#: gonvert:1952
+msgid "lux"
+msgstr ""
+
+#: gonvert:1953
+msgid "Equal to the illumination produced by luminous flux of one lumen falling perpendicularly on a surface one meter square. Also called meter-candle."
+msgstr ""
+
+#: gonvert:1954
+msgid "lumen per square meter"
+msgstr ""
+
+#: gonvert:1956
+msgid "candela steradian per square meter"
+msgstr ""
+
+#: gonvert:1959
+msgid "Luminous Intensity (point sources)"
+msgstr ""
+
+#: gonvert:1960
+msgid "candela"
+msgstr ""
+
+#: gonvert:1961
+msgid "The basic unit of luminous intensity adopted under the System International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a blackbody radiating at the temperature of 2,046 degrees Kelvin syn: candle, cd, standard candle."
+msgstr ""
+
+#: gonvert:1962
+msgid "lumen per steradian"
+msgstr ""
+
+#: gonvert:1964
+msgid "hefner candle"
+msgstr ""
+
+#: gonvert:1965
+msgid "Named after F. von Hefner-Altenack (1845-1904)"
+msgstr ""
+
+#: gonvert:1967
+msgid "Luminous Flux"
+msgstr ""
+
+#: gonvert:1968
+msgid "lumen"
+msgstr ""
+
+#: gonvert:1969
+msgid "Equal to the luminous flux emitted in a unit solid angle by a point source of one candle intensity"
+msgstr ""
+
+#: gonvert:1970
+msgid "candela steradian"
+msgstr ""
+
+#: gonvert:1973
+msgid "Magnetomotive force"
+msgstr ""
+
+#: gonvert:1976
+msgid "ampere-turn"
+msgstr ""
+
+#: gonvert:1977
+msgid "A unit of magnetomotive force equal to the magnetomotive force produced by the passage of 1 ampere through 1 complete turn of a coil."
+msgstr ""
+
+#: gonvert:1978
+msgid "gilbert"
+msgstr ""
+
+#: gonvert:1979
+msgid "Named after the English scientist William Gilbert (1544-1603)"
+msgstr ""
+
+#: gonvert:1982
+msgid "oersted-centimeter"
+msgstr ""
+
+#: gonvert:1983
+msgid "The same value as the gilbert."
+msgstr ""
+
+#: gonvert:1985
+msgid "Magnetic Flux"
+msgstr ""
+
+#: gonvert:1986
+msgid "weber"
+msgstr ""
+
+#: gonvert:1987
+msgid "From the name of Professor Weber, a German electrician. One volt second."
+msgstr ""
+
+#: gonvert:1988
+msgid "milliweber"
+msgstr ""
+
+#: gonvert:1990
+msgid "microweber"
+msgstr ""
+
+#: gonvert:1992
+msgid "unit pole (electro magnetic unit)"
+msgstr ""
+
+#: gonvert:1994
+msgid "maxwell"
+msgstr ""
+
+#: gonvert:1995
+msgid "Named after the Scottish physicist James Clerk Maxwell (1831-1879). A cgs unit of magnetic flux equal to the flux perpendicular to an area of 1 square centimeter in a magnetic field of 1 gauss."
+msgstr ""
+
+#: gonvert:1996
+msgid "line of force"
+msgstr ""
+
+#: gonvert:1997
+msgid "Same as Maxwell"
+msgstr ""
+
+#: gonvert:1999
+msgid "Magnetic Field strength"
+msgstr ""
+
+#: gonvert:2000
+msgid "oersted"
+msgstr ""
+
+#: gonvert:2001
+msgid "Named after the Danish physicist and chemist Hans Christian Oersted (1777-1851). The C.G.S. unit of magnetic reluctance or resistance, equal to the reluctance of a centimeter cube of air (or vacuum) between parallel faces. Also, a reluctance in which unit magnetomotive force sets up unit flux."
+msgstr ""
+
+#: gonvert:2002
+msgid "ampere per meter"
+msgstr ""
+
+#: gonvert:2004
+msgid "ampere-turn per meter"
+msgstr ""
+
+#: gonvert:2006
+msgid "kiloampere per meter"
+msgstr ""
+
+#: gonvert:2008
+msgid "ampere-turn per inch"
+msgstr ""
+
+#: gonvert:2010
+msgid "newton per weber"
+msgstr ""
+
+#: gonvert:2011
+msgid "Same as ampere per meter"
+msgstr ""
+
+#: gonvert:2013
+msgid "Magnetic Flux Density"
+msgstr ""
+
+#: gonvert:2014
+msgid "tesla"
+msgstr ""
+
+#: gonvert:2015
+msgid "Named after the Croatian born inventer Nikola Tesla (1856-1943). A unit of magnetic flux density equal to one weber per square meter."
+msgstr ""
+
+#: gonvert:2016
+msgid "millitesla"
+msgstr ""
+
+#: gonvert:2018
+msgid "microtesla"
+msgstr ""
+
+#: gonvert:2020
+msgid "nanotesla"
+msgstr ""
+
+#: gonvert:2022
+msgid "weber per square meter"
+msgstr ""
+
+#: gonvert:2024
+msgid "kilogauss"
+msgstr ""
+
+#: gonvert:2026
+msgid "gauss"
+msgstr ""
+
+#: gonvert:2027
+msgid "Named after German mathematician and astronomer Karl Friedrich Gauss (1777-1855). The C.G.S. unit of density of magnetic field, equal to a field of one line of force per square centimeter, being thus adopted as an international unit at Paris in 1900; sometimes used as a unit of intensity of magnetic field. It was previously suggested as a unit of magnetomotive force."
+msgstr ""
+
+#: gonvert:2028
+msgid "maxwell per square centimeter"
+msgstr ""
+
+#: gonvert:2030
+msgid "maxwell per square inch"
+msgstr ""
+
+#: gonvert:2032
+msgid "line per square inch"
+msgstr ""
+
+#: gonvert:2033
+msgid "Same as Maxwell per square inch."
+msgstr ""
+
+#: gonvert:2034
+msgid "gamma"
+msgstr ""
+
+#: gonvert:2035
+msgid "one nanotesla."
+msgstr ""
+
+#: gonvert:2037
+msgid "Mass"
+msgstr ""
+
+#: gonvert:2038
+msgid "talanton"
+msgstr ""
+
+#: gonvert:2039
+msgid "Greek measure."
+msgstr ""
+
+#: gonvert:2040
+msgid "oka (Egyptian)"
+msgstr ""
+
+#: gonvert:2042
+msgid "oka (Greek)"
+msgstr ""
+
+#: gonvert:2044
+msgid "okia"
+msgstr ""
+
+#: gonvert:2045 gonvert:2047 gonvert:2049
+msgid "Egyptian measure."
+msgstr ""
+
+#: gonvert:2046
+msgid "kat"
+msgstr ""
+
+#: gonvert:2048
+msgid "kerat"
+msgstr ""
+
+#: gonvert:2050
+msgid "pala"
+msgstr ""
+
+#: gonvert:2051 gonvert:2053
+msgid "Indian measure."
+msgstr ""
+
+#: gonvert:2052
+msgid "kona"
+msgstr ""
+
+#: gonvert:2054
+msgid "mast"
+msgstr ""
+
+#: gonvert:2055
+msgid "British"
+msgstr ""
+
+#: gonvert:2057
+msgid "A measure of weight, being a thousand grams, equal to 2.2046 pounds avoirdupois (15,432.34 grains). It is equal to the weight of a cubic decimeter of distilled water at the temperature of maximum density, or 39deg Fahrenheit."
+msgstr ""
+
+#: gonvert:2058
+msgid "megagram"
+msgstr ""
+
+#: gonvert:2060
+msgid "gram"
+msgstr ""
+
+#: gonvert:2061
+msgid "The unit of weight in the metric system. It was intended to be exactly, and is very nearly, equivalent to the weight in a vacuum of one cubic centimeter of pure water at its maximum density. It is equal to 15.432 grains."
+msgstr ""
+
+#: gonvert:2062
+msgid "milligram"
+msgstr ""
+
+#: gonvert:2063
+msgid "A measure of weight, in the metric system, being the thousandth part of a gram, equal to the weight of a cubic millimeter of water, or .01543 of a grain avoirdupois."
+msgstr ""
+
+#: gonvert:2064
+msgid "microgram"
+msgstr ""
+
+#: gonvert:2065
+msgid "A measure of weight, in the metric system, being the millionth part of a gram."
+msgstr ""
+
+#: gonvert:2066
+msgid "ton (UK | long | gross | deadweight)"
+msgstr ""
+
+#: gonvert:2067
+msgid "A British unit of weight equivalent to 2240 pounds"
+msgstr ""
+
+#: gonvert:2068
+msgid "ton (US | short)"
+msgstr ""
+
+#: gonvert:2069
+msgid "A US unit of weight equivalent to 2000 pounds"
+msgstr ""
+
+#: gonvert:2070
+msgid "tonne | metric ton"
+msgstr ""
+
+#: gonvert:2071
+msgid "A metric ton, One Megagram. 1000 kg"
+msgstr ""
+
+#: gonvert:2072
+msgid "pound (avoirdupois)"
+msgstr ""
+
+#: gonvert:2073
+msgid "The pound in general use in the United States and in England is the pound avoirdupois, which is divided into sixteen ounces, and contains 7,000 grains. The pound troy is divided into twelve ounces, and contains 5,760 grains. 144 pounds avoirdupois are equal to 175 pounds troy weight"
+msgstr ""
+
+#: gonvert:2074
+msgid "pound (troy)"
+msgstr ""
+
+#: gonvert:2076
+msgid "hundredweight (short | net | US)"
+msgstr ""
+
+#: gonvert:2077
+msgid "A denomination of weight of 100 pounds. In most of the United States, both in practice and by law, it is 100 pounds avoirdupois."
+msgstr ""
+
+#: gonvert:2078
+msgid "hundredweight (long | English)"
+msgstr ""
+
+#: gonvert:2079
+msgid "A denomination of weight of 112 pounds"
+msgstr ""
+
+#: gonvert:2080
+msgid "slug"
+msgstr ""
+
+#: gonvert:2081
+msgid "One slug is the mass accelerated at 1 foot per second per second by a force of 1 pound."
+msgstr ""
+
+#: gonvert:2082
+msgid "ounce (troy)"
+msgstr ""
+
+#: gonvert:2083
+msgid "A unit of apothecary weight equal to 480 grains."
+msgstr ""
+
+#: gonvert:2084
+msgid "ounce (avoirdupois)"
+msgstr ""
+
+#: gonvert:2085
+msgid "A weight, the sixteenth part of a pound avoirdupois"
+msgstr ""
+
+#: gonvert:2086
+msgid "dram (avoirdupois)"
+msgstr ""
+
+#: gonvert:2087
+msgid "A weight; in Avoirdupois weight, one sixteenth part of an ounce."
+msgstr ""
+
+#: gonvert:2088
+msgid "dram (troy | apothecary)"
+msgstr ""
+
+#: gonvert:2089
+msgid "A weight; in Apothecaries' weight, one eighth part of an ounce, or sixty grains."
+msgstr ""
+
+#: gonvert:2090
+msgid "scruple (troy)"
+msgstr ""
+
+#: gonvert:2091
+msgid "A weight of twenty grains; the third part of a troy dram."
+msgstr ""
+
+#: gonvert:2092
+msgid "carat"
+msgstr ""
+
+#: gonvert:2093
+msgid "The weight by which precious stones and pearls are weighed."
+msgstr ""
+
+#: gonvert:2094
+msgid "grain"
+msgstr ""
+
+#: gonvert:2095
+msgid "The unit of the English system of weights; -- so called because considered equal to the average of grains taken from the middle of the ears of wheat. 7,000 grains constitute the pound avoirdupois and 5,760 grains constitute the pound troy."
+msgstr ""
+
+#: gonvert:2096
+msgid "amu (atomic mass unit) | dalton"
+msgstr ""
+
+#: gonvert:2097
+msgid "Unit of mass for expressing masses of atoms or molecules."
+msgstr ""
+
+#: gonvert:2098
+msgid "catty | caddy | chin"
+msgstr ""
+
+#: gonvert:2099
+msgid "An Chinese or East Indian Weight of 1 1/3 pounds."
+msgstr ""
+
+#: gonvert:2100
+msgid "cental"
+msgstr ""
+
+#: gonvert:2101
+msgid "British for 100 pounds. Also called hundredweight in the US."
+msgstr ""
+
+#: gonvert:2102
+msgid "cotton bale (US)"
+msgstr ""
+
+#: gonvert:2103
+msgid "US measurement. 500 pounds"
+msgstr ""
+
+#: gonvert:2104
+msgid "cotton bale (Egypt)"
+msgstr ""
+
+#: gonvert:2105
+msgid "Egyptian measurement. 750 pounds"
+msgstr ""
+
+#: gonvert:2106
+msgid "crith"
+msgstr ""
+
+#: gonvert:2107
+msgid "From the Greek word for barleycorn. The weight of a liter of hydrogen at 0.01\260 centigrade and with a and pressure of 1 atmosphere."
+msgstr ""
+
+#: gonvert:2108
+msgid "denarius"
+msgstr ""
+
+#: gonvert:2109
+msgid "Roman weight measuring 60 troy grains"
+msgstr ""
+
+#: gonvert:2110
+msgid "dinar"
+msgstr ""
+
+#: gonvert:2111
+msgid "Arabian weight measuring 4.2 gram"
+msgstr ""
+
+#: gonvert:2112
+msgid "doppelzentner"
+msgstr ""
+
+#: gonvert:2113
+msgid "Metric hundredweight = 100 kg"
+msgstr ""
+
+#: gonvert:2114
+msgid "drachma (Greek)"
+msgstr ""
+
+#: gonvert:2115
+msgid "The weight of an old Greek drachma coin"
+msgstr ""
+
+#: gonvert:2116
+msgid "drachma (Dutch)"
+msgstr ""
+
+#: gonvert:2117
+msgid "The weight of an old Dutch drachma coin"
+msgstr ""
+
+#: gonvert:2118
+msgid "earth mass"
+msgstr ""
+
+#: gonvert:2119
+msgid "Mass of the Earth."
+msgstr ""
+
+#: gonvert:2121
+msgid "The mass of an electron as measured when the it is at rest relative to an observer, an inherent property of the body."
+msgstr ""
+
+#: gonvert:2122
+msgid "funt"
+msgstr ""
+
+#: gonvert:2123
+msgid "Russian, 0.9 pounds"
+msgstr ""
+
+#: gonvert:2124
+msgid "obolos (Ancient Greece)"
+msgstr ""
+
+#: gonvert:2125
+msgid "Ancient Greek weight of an obol coin, 1/6 drachma"
+msgstr ""
+
+#: gonvert:2126
+msgid "obolos (Modern Greece)"
+msgstr ""
+
+#: gonvert:2127
+msgid "Modern Greek name for decigram."
+msgstr ""
+
+#: gonvert:2128
+msgid "hyl"
+msgstr ""
+
+#: gonvert:2129
+msgid "From an ancient Greek word for matter. One hyl is the mass that is accelerated at one meter per second per second by one kilogram of force. 0.00980665 kg."
+msgstr ""
+
+#: gonvert:2131
+msgid "pennyweight (troy)"
+msgstr ""
+
+#: gonvert:2132
+msgid "A troy weight containing twenty-four grains, or the twentieth part of a troy ounce; as, a pennyweight of gold or of arsenic. It was anciently the weight of a silver penny."
+msgstr ""
+
+#: gonvert:2133
+msgid "bekah (Biblical)"
+msgstr ""
+
+#: gonvert:2134
+msgid "1/2 shekel, 5 pennyweight."
+msgstr ""
+
+#: gonvert:2135
+msgid "shekel (Israeli)"
+msgstr ""
+
+#: gonvert:2136
+msgid "The sixtieth part of a mina. Ten pennyweight. An ancient weight and coin used by the Jews and by other nations of the same stock."
+msgstr ""
+
+#: gonvert:2137
+msgid "mina (Greek) | minah (Biblical)"
+msgstr ""
+
+#: gonvert:2138
+msgid "The weight of the ancient Greek mina coin. 60 shekels"
+msgstr ""
+
+#: gonvert:2139
+msgid "talent (Roman)"
+msgstr ""
+
+#: gonvert:2140
+msgid "125 Roman libra."
+msgstr ""
+
+#: gonvert:2141
+msgid "talent (silver)"
+msgstr ""
+
+#: gonvert:2142
+msgid "3,000 shekels or 125 lbs."
+msgstr ""
+
+#: gonvert:2143
+msgid "talent (gold)"
+msgstr ""
+
+#: gonvert:2144
+msgid "2 silver talents, 250 lbs."
+msgstr ""
+
+#: gonvert:2145
+msgid "talent (Hebrew)"
+msgstr ""
+
+#: gonvert:2148
+msgid "kin"
+msgstr ""
+
+#: gonvert:2149
+msgid "Japanese kin,  1.323 pound."
+msgstr ""
+
+#: gonvert:2150
+msgid "kwan"
+msgstr ""
+
+#: gonvert:2151
+msgid "Japanese kwan. 8.27 pound"
+msgstr ""
+
+#: gonvert:2152
+msgid "liang | tael"
+msgstr ""
+
+#: gonvert:2153
+msgid "Chinese. 1/16 catty"
+msgstr ""
+
+#: gonvert:2154
+msgid "libra | librae | as | pondus"
+msgstr ""
+
+#: gonvert:2155
+msgid "Roman originator of the English pound (lb). 12 uncia"
+msgstr ""
+
+#: gonvert:2156
+msgid "libra (Mexican)"
+msgstr ""
+
+#: gonvert:2158
+msgid "libra (Spanish)"
+msgstr ""
+
+#: gonvert:2160
+msgid "livre (French)"
+msgstr ""
+
+#: gonvert:2162
+msgid "quarter (long)"
+msgstr ""
+
+#: gonvert:2163
+msgid "The fourth part of a long hundredweight. 28 pounds"
+msgstr ""
+
+#: gonvert:2164
+msgid "quarter (short)"
+msgstr ""
+
+#: gonvert:2165
+msgid "The fourth part of a short hundredweight. 25 pounds"
+msgstr ""
+
+#: gonvert:2166
+msgid "mite (English)"
+msgstr ""
+
+#: gonvert:2167
+msgid "A small weight; one twentieth of a grain."
+msgstr ""
+
+#: gonvert:2168
+msgid "neutron rest mass"
+msgstr ""
+
+#: gonvert:2169
+msgid "The mass of a neutron as measured when the it is at rest relative to an observer, an inherent property of the body."
+msgstr ""
+
+#: gonvert:2170
+msgid "proton rest mass"
+msgstr ""
+
+#: gonvert:2171
+msgid "The mass of a proton as measured when the it is at rest relative to an observer, an inherent property of the body."
+msgstr ""
+
+#: gonvert:2172
+msgid "pfund (German)"
+msgstr ""
+
+#: gonvert:2173
+msgid "German pound. 500 grams. 16 unze."
+msgstr ""
+
+#: gonvert:2174
+msgid "unze (German)"
+msgstr ""
+
+#: gonvert:2175
+msgid "German ounce. 1/16 pfund."
+msgstr ""
+
+#: gonvert:2176
+msgid "lot (German)"
+msgstr ""
+
+#: gonvert:2177
+msgid "One half unze."
+msgstr ""
+
+#: gonvert:2178
+msgid "picul | tan | pecul | pecal (Chinese | Summatra))"
+msgstr ""
+
+#: gonvert:2179
+msgid "100 catty. 133 1/2 pounds"
+msgstr ""
+
+#: gonvert:2180
+msgid "picul (Japan)"
+msgstr ""
+
+#: gonvert:2181
+msgid "133 1/3 pounds"
+msgstr ""
+
+#: gonvert:2182
+msgid "picul (Borneo)"
+msgstr ""
+
+#: gonvert:2183
+msgid "135 5/8 pounds"
+msgstr ""
+
+#: gonvert:2184
+msgid "pood (Russian)"
+msgstr ""
+
+#: gonvert:2185
+msgid "A Russian weight, equal to forty Russian pounds or about thirty-six English pounds avoirdupois."
+msgstr ""
+
+#: gonvert:2186
+msgid "quintal"
+msgstr ""
+
+#: gonvert:2187
+msgid "A metric measure of weight, being 100,000 grams, or 100 kilograms"
+msgstr ""
+
+#: gonvert:2188
+msgid "quintal (short UK)"
+msgstr ""
+
+#: gonvert:2189
+msgid "100 pounds"
+msgstr ""
+
+#: gonvert:2190
+msgid "quintal (long UK)"
+msgstr ""
+
+#: gonvert:2191
+msgid "112 pounds"
+msgstr ""
+
+#: gonvert:2192
+msgid "quintal (Spanish)"
+msgstr ""
+
+#: gonvert:2193
+msgid "Spanish hundredweight"
+msgstr ""
+
+#: gonvert:2194
+msgid "scrupulum (Roman)"
+msgstr ""
+
+#: gonvert:2196
+msgid "stone (legal)"
+msgstr ""
+
+#: gonvert:2197
+msgid "14 pounds"
+msgstr ""
+
+#: gonvert:2198
+msgid "stone (butchers)"
+msgstr ""
+
+#: gonvert:2199
+msgid "Meat or fish. 8 pounds"
+msgstr ""
+
+#: gonvert:2200
+msgid "stone (cheese)"
+msgstr ""
+
+#: gonvert:2201
+msgid "16 pounds."
+msgstr ""
+
+#: gonvert:2202
+msgid "stone (hemp)"
+msgstr ""
+
+#: gonvert:2203
+msgid "32 pounds"
+msgstr ""
+
+#: gonvert:2204
+msgid "stone (glass)"
+msgstr ""
+
+#: gonvert:2205
+msgid "5 pounds"
+msgstr ""
+
+#: gonvert:2206
+msgid "uncia"
+msgstr ""
+
+#: gonvert:2207
+msgid "Ancient Roman. A twelfth part, as of the Roman \"as\" or \"libra\"; an ounce. 420 grains"
+msgstr ""
+
+#: gonvert:2209
+msgid "Musical notes"
+msgstr ""
+
+#: gonvert:2210
+msgid "whole note | semibreve"
+msgstr ""
+
+#: gonvert:2211
+msgid "A note of half the time or duration of the breve; -- now usually called a whole note."
+msgstr ""
+
+#: gonvert:2212
+msgid "breve"
+msgstr ""
+
+#: gonvert:2213
+msgid "A note or character of time, equivalent to two semibreves or four minims. When dotted, it is equal to three semibreves."
+msgstr ""
+
+#: gonvert:2214 gonvert:2789
+msgid "minim"
+msgstr ""
+
+#: gonvert:2215
+msgid "A time note, a half note, equal to half a semibreve, or two quarter notes or crotchets."
+msgstr ""
+
+#: gonvert:2216
+msgid "crotchet"
+msgstr ""
+
+#: gonvert:2217
+msgid "A time note, with a stem, having one fourth the value of a semibreve, one half that of a minim, and twice that of a quaver; a quarter note."
+msgstr ""
+
+#: gonvert:2218
+msgid "quaver"
+msgstr ""
+
+#: gonvert:2219
+msgid "An eighth note."
+msgstr ""
+
+#: gonvert:2221
+msgid "Power"
+msgstr ""
+
+#: gonvert:2222
+msgid "megawatt"
+msgstr ""
+
+#: gonvert:2224
+msgid "kilowatt"
+msgstr ""
+
+#: gonvert:2226
+msgid "watt"
+msgstr ""
+
+#: gonvert:2227
+msgid "Named after the Scottish engineer and inventor James Watt (1736-1819). A unit of power or activity equal to 10^7 C.G.S. units of power, or to work done at the rate of one joule a second."
+msgstr ""
+
+#: gonvert:2228
+msgid "milliwatt"
+msgstr ""
+
+#: gonvert:2230
+msgid "microwatt"
+msgstr ""
+
+#: gonvert:2233
+msgid "horsepower (boiler)"
+msgstr ""
+
+#: gonvert:2234
+msgid "A unit of power representing the power exerted by a horse in pulling."
+msgstr ""
+
+#: gonvert:2235
+msgid "horsepower"
+msgstr ""
+
+#: gonvert:2237
+msgid "ton of refrigeration"
+msgstr ""
+
+#: gonvert:2239
+msgid "btu per second"
+msgstr ""
+
+#: gonvert:2241
+msgid "calorie per second"
+msgstr ""
+
+#: gonvert:2243
+msgid "kilcalorie per hour"
+msgstr ""
+
+#: gonvert:2244
+msgid "Useful for calculating heating facilities and kitchens."
+msgstr ""
+
+#: gonvert:2245
+msgid "frig per hour"
+msgstr ""
+
+#: gonvert:2246
+msgid "The same as kcal/h, but used for air conditioning and refrigerating."
+msgstr ""
+
+#: gonvert:2247
+msgid "foot pound force per second"
+msgstr ""
+
+#: gonvert:2249
+msgid "joule per second"
+msgstr ""
+
+#: gonvert:2251
+msgid "newton meter per second"
+msgstr ""
+
+#: gonvert:2253
+msgid "btu per hour"
+msgstr ""
+
+#: gonvert:2255
+msgid "foot pound force per minute"
+msgstr ""
+
+#: gonvert:2257
+msgid "erg per second"
+msgstr ""
+
+#: gonvert:2259
+msgid "dyne centimeter per second"
+msgstr ""
+
+#: gonvert:2261
+msgid "lusec"
+msgstr ""
+
+#: gonvert:2262
+msgid "Used to measure the leakage of vacuum pumps. A flow of one liter per second at a pressure of one micrometer of mercury."
+msgstr ""
+
+#: gonvert:2264
+msgid "Pressure and Stress"
+msgstr ""
+
+#: gonvert:2265
+msgid "pascal"
+msgstr ""
+
+#: gonvert:2266
+msgid "Named after the French philosopher and mathematician Blaise Pascal (1623 - 1662). Equal to one newton per square meter."
+msgstr ""
+
+#: gonvert:2267
+msgid "hectopascal"
+msgstr ""
+
+#: gonvert:2269
+msgid "kilopascal"
+msgstr ""
+
+#: gonvert:2271
+msgid "megapascal"
+msgstr ""
+
+#: gonvert:2273
+msgid "atmosphere (absolute,standard)"
+msgstr ""
+
+#: gonvert:2274
+msgid "The average pressure of the Earth's atmosphere at sea level."
+msgstr ""
+
+#: gonvert:2275
+msgid "atmosphere (technical)"
+msgstr ""
+
+#: gonvert:2276
+msgid "A metric unit equal to one kilogram of force per square centimeter."
+msgstr ""
+
+#: gonvert:2277
+msgid "bar"
+msgstr ""
+
+#: gonvert:2278
+msgid "From the Greek word baros."
+msgstr ""
+
+#: gonvert:2279
+msgid "pound force per square inch"
+msgstr ""
+
+#: gonvert:2281
+msgid "ounces per square inch"
+msgstr ""
+
+#: gonvert:2283
+msgid "feet of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2285
+msgid "inches of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2287
+msgid "meter of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2289
+msgid "centimeter of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2291
+msgid "millimeter of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2293
+msgid "feet of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2295
+msgid "inches of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2297
+msgid "meter of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2299
+msgid "centimeter of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2301
+msgid "millimeter of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2303
+msgid "inches of mercury (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2305
+msgid "millimeter of mercury (0C)"
+msgstr ""
+
+#: gonvert:2307
+msgid "inches of mercury (0C)"
+msgstr ""
+
+#: gonvert:2309
+msgid "micrometer of mercury (0C)"
+msgstr ""
+
+#: gonvert:2311
+msgid "centimeter of mercury (0C)"
+msgstr ""
+
+#: gonvert:2313
+msgid "foot of mercury (0C)"
+msgstr ""
+
+#: gonvert:2315
+msgid "torricelli"
+msgstr ""
+
+#: gonvert:2316
+msgid "Named after Italian physicist and mathematician Evangelista Torricelli, (1608-1647). A unit of pressure equal to 0.001316 atmosphere."
+msgstr ""
+
+#: gonvert:2317
+msgid "micron"
+msgstr ""
+
+#: gonvert:2318
+msgid "Used in vacuum technology. Equal to 1 millitorr."
+msgstr ""
+
+#: gonvert:2319
+msgid "millibar"
+msgstr ""
+
+#: gonvert:2321
+msgid "pound force per square foot"
+msgstr ""
+
+#: gonvert:2323
+msgid "tons (UK) per square foot"
+msgstr ""
+
+#: gonvert:2325
+msgid "tons (US) per square foot"
+msgstr ""
+
+#: gonvert:2327
+msgid "kilogram force per square meter"
+msgstr ""
+
+#: gonvert:2329
+msgid "kilogram force per square centimeter"
+msgstr ""
+
+#: gonvert:2330
+msgid "Used for ground pressure and steel stress."
+msgstr ""
+
+#: gonvert:2331
+msgid "newton per square meter"
+msgstr ""
+
+#: gonvert:2333
+msgid "newton per square centimeter"
+msgstr ""
+
+#: gonvert:2335
+msgid "newton per square millimeter"
+msgstr ""
+
+#: gonvert:2336
+msgid "Used for concrete stress."
+msgstr ""
+
+#: gonvert:2337
+msgid "kiloNewton per square meter"
+msgstr ""
+
+#: gonvert:2338
+msgid "Used for ground pressure."
+msgstr ""
+
+#: gonvert:2339
+msgid "kiloNewton per square centimeter"
+msgstr ""
+
+#: gonvert:2340
+msgid "Used for loads and concrete stress."
+msgstr ""
+
+#: gonvert:2341
+msgid "microbar"
+msgstr ""
+
+#: gonvert:2343
+msgid "dyne per square centimeter"
+msgstr ""
+
+#: gonvert:2345
+msgid "barie | barye"
+msgstr ""
+
+#: gonvert:2347
+msgid "pieze"
+msgstr ""
+
+#: gonvert:2348
+msgid "From the Greek word piezein (to press). The pieze is a pressure of one sthene per square meter. 1000 newtons per square meter."
+msgstr ""
+
+#: gonvert:2350
+msgid "Prefixes and Suffixes"
+msgstr ""
+
+#: gonvert:2351
+msgid "centillion (US)"
+msgstr ""
+
+#: gonvert:2352
+msgid "10^303. Note: British word centillion means 10^600 (too big for this program to represent as floating point)."
+msgstr ""
+
+#: gonvert:2353
+msgid "novemtrigintillion (US) | vigintillion (UK)"
+msgstr ""
+
+#: gonvert:2354
+msgid "10^120. "
+msgstr ""
+
+#: gonvert:2355
+msgid "octotrigintillion (US)"
+msgstr ""
+
+#: gonvert:2356
+msgid "10^117. "
+msgstr ""
+
+#: gonvert:2357
+msgid "septentrigintillion (US) | novemdecillion (UK)"
+msgstr ""
+
+#: gonvert:2358
+msgid "10^114. "
+msgstr ""
+
+#: gonvert:2359
+msgid "sextrigintillion (US)"
+msgstr ""
+
+#: gonvert:2360
+msgid "10^111. "
+msgstr ""
+
+#: gonvert:2361
+msgid "quintrigintillion (US) | octodecillion (UK)"
+msgstr ""
+
+#: gonvert:2362
+msgid "10^108. "
+msgstr ""
+
+#: gonvert:2363
+msgid "quattuortrigintillion (US)"
+msgstr ""
+
+#: gonvert:2364
+msgid "10^105. "
+msgstr ""
+
+#: gonvert:2365
+msgid "tretrigintillion (US) | septendecillion (UK)"
+msgstr ""
+
+#: gonvert:2366
+msgid "10^102. "
+msgstr ""
+
+#: gonvert:2367
+msgid "googol"
+msgstr ""
+
+#: gonvert:2368
+msgid "10^100 Ten dotrigintillion (US). Note: a googolplex is 10^10^10^2."
+msgstr ""
+
+#: gonvert:2369
+msgid "dotrigintillion (US)"
+msgstr ""
+
+#: gonvert:2370
+msgid "10^99. "
+msgstr ""
+
+#: gonvert:2371
+msgid "untrigintillion (US) | sexdecillion (UK)"
+msgstr ""
+
+#: gonvert:2372
+msgid "10^96. "
+msgstr ""
+
+#: gonvert:2373
+msgid "trigintillion (US)"
+msgstr ""
+
+#: gonvert:2374
+msgid "10^93. "
+msgstr ""
+
+#: gonvert:2375
+msgid "novemvigintillion (US) | quindecillion (UK)"
+msgstr ""
+
+#: gonvert:2376
+msgid "10^90. "
+msgstr ""
+
+#: gonvert:2377
+msgid "octovigintillion (US)"
+msgstr ""
+
+#: gonvert:2378
+msgid "10^87. "
+msgstr ""
+
+#: gonvert:2379
+msgid "septenvigintillion (US) | quattuordecillion (UK)"
+msgstr ""
+
+#: gonvert:2380
+msgid "10^84. "
+msgstr ""
+
+#: gonvert:2381
+msgid "sexvigintillion (US)"
+msgstr ""
+
+#: gonvert:2382
+msgid "10^81. "
+msgstr ""
+
+#: gonvert:2383
+msgid "quinvigintillion (US) | tredecillion (UK)"
+msgstr ""
+
+#: gonvert:2384
+msgid "10^78. "
+msgstr ""
+
+#: gonvert:2385
+msgid "quattuorvigintillion (US)"
+msgstr ""
+
+#: gonvert:2386
+msgid "10^75. "
+msgstr ""
+
+#: gonvert:2387
+msgid "trevigintillion (US) | duodecillion (UK)"
+msgstr ""
+
+#: gonvert:2388
+msgid "10^72. "
+msgstr ""
+
+#: gonvert:2389
+msgid "dovigintillion (US)"
+msgstr ""
+
+#: gonvert:2390
+msgid "10^69. "
+msgstr ""
+
+#: gonvert:2391
+msgid "unvigintillion (US) | undecillion (UK"
+msgstr ""
+
+#: gonvert:2392
+msgid "10^66. "
+msgstr ""
+
+#: gonvert:2393
+msgid "vigintillion (US)"
+msgstr ""
+
+#: gonvert:2394
+msgid "10^63. "
+msgstr ""
+
+#: gonvert:2395
+msgid "novemdecillion (US) | decillion (UK)"
+msgstr ""
+
+#: gonvert:2396
+msgid "10^60. "
+msgstr ""
+
+#: gonvert:2397
+msgid "octodecillion (US)"
+msgstr ""
+
+#: gonvert:2398
+msgid "10^57. "
+msgstr ""
+
+#: gonvert:2399
+msgid "septendecillion (US) | nonillion (UK)"
+msgstr ""
+
+#: gonvert:2400
+msgid "10^54. "
+msgstr ""
+
+#: gonvert:2401
+msgid "sexdecillion (US)"
+msgstr ""
+
+#: gonvert:2402
+msgid "10^51. "
+msgstr ""
+
+#: gonvert:2403
+msgid "quindecillion (US) | octillion (UK)"
+msgstr ""
+
+#: gonvert:2404
+msgid "10^48. "
+msgstr ""
+
+#: gonvert:2405
+msgid "quattuordecillion (US)"
+msgstr ""
+
+#: gonvert:2406
+msgid "10^45. "
+msgstr ""
+
+#: gonvert:2407
+msgid "tredecillion (US) | septillion (UK)"
+msgstr ""
+
+#: gonvert:2408
+msgid "10^42. "
+msgstr ""
+
+#: gonvert:2409
+msgid "duodecillion (US) | chici"
+msgstr ""
+
+#: gonvert:2410
+msgid "10^39. chici coined by Morgan Burke after Marx brother Chico Marx."
+msgstr ""
+
+#: gonvert:2411
+msgid "undecillion (US) | sextillion (UK) | gummi"
+msgstr ""
+
+#: gonvert:2412
+msgid "10^36. gummi coined by Morgan Burke after Marx brother Gummo Marx."
+msgstr ""
+
+#: gonvert:2413
+msgid "una | decillion (US) | zeppi"
+msgstr ""
+
+#: gonvert:2414
+msgid "10^33. zeppi coined by Morgan Burke after Marx brother Zeppo Marx."
+msgstr ""
+
+#: gonvert:2415
+msgid "dea | nonillion (US) | quintillion (UK) | grouchi"
+msgstr ""
+
+#: gonvert:2416
+msgid "10^30. grouchi coined by Morgan Burke after Marx brother Groucho Marx."
+msgstr ""
+
+#: gonvert:2417
+msgid "nea | octillion (US) | quadrilliard (UK) | harpi"
+msgstr ""
+
+#: gonvert:2418
+msgid "10^27. harpi coined by Morgan Burke after Marx brother Harpo Marx."
+msgstr ""
+
+#: gonvert:2419
+msgid "yotta | septillion (US) | quadrillion (UK)"
+msgstr ""
+
+#: gonvert:2421
+msgid "zetta | sextillion (US) | trilliard (UK)"
+msgstr ""
+
+#: gonvert:2423
+msgid "exa | quintillion (US) | trillion (UK)"
+msgstr ""
+
+#: gonvert:2425
+msgid "peta | quadrillion (US) | billiard (UK)"
+msgstr ""
+
+#: gonvert:2427
+msgid "tera | trillion (US) | billion (UK)"
+msgstr ""
+
+#: gonvert:2429
+msgid "giga"
+msgstr ""
+
+#: gonvert:2431
+msgid "billion (US) | milliard (UK)"
+msgstr ""
+
+#: gonvert:2433
+msgid "mega | million"
+msgstr ""
+
+#: gonvert:2435
+msgid "hectokilo"
+msgstr ""
+
+#: gonvert:2436
+msgid "10^5. 100 thousand times"
+msgstr ""
+
+#: gonvert:2437
+msgid "myra | myria"
+msgstr ""
+
+#: gonvert:2438
+msgid "Ten thousand times, 10^4"
+msgstr ""
+
+#: gonvert:2439
+msgid "kilo | thousand"
+msgstr ""
+
+#: gonvert:2441
+msgid "gross"
+msgstr ""
+
+#: gonvert:2442
+msgid "Twelve dozen."
+msgstr ""
+
+#: gonvert:2443
+msgid "hecto | hundred"
+msgstr ""
+
+#: gonvert:2445
+msgid "vic"
+msgstr ""
+
+#: gonvert:2446
+msgid "Twenty times."
+msgstr ""
+
+#: gonvert:2447
+msgid "duodec"
+msgstr ""
+
+#: gonvert:2448
+msgid "Twelve times."
+msgstr ""
+
+#: gonvert:2449
+msgid "dozen (bakers | long)"
+msgstr ""
+
+#: gonvert:2450
+msgid "Thirteen items. The cardinal number that is the sum of twelve and one syn:  thirteen, 13, XIII, long dozen."
+msgstr ""
+
+#: gonvert:2451
+msgid "dozen"
+msgstr ""
+
+#: gonvert:2452
+msgid "Twelve items. Usually used to measure the quantity of eggs in a carton."
+msgstr ""
+
+#: gonvert:2453
+msgid "undec"
+msgstr ""
+
+#: gonvert:2454
+msgid "Eleven times."
+msgstr ""
+
+#: gonvert:2455
+msgid "deca | deka | ten"
+msgstr ""
+
+#: gonvert:2457
+msgid "sex | hexad"
+msgstr ""
+
+#: gonvert:2458
+msgid "Six times."
+msgstr ""
+
+#: gonvert:2459
+msgid "quin"
+msgstr ""
+
+#: gonvert:2460
+msgid "Five times."
+msgstr ""
+
+#: gonvert:2461
+msgid "quadr | quadri | quadruple"
+msgstr ""
+
+#: gonvert:2462
+msgid "Four times."
+msgstr ""
+
+#: gonvert:2463
+msgid "thrice | tri | triple"
+msgstr ""
+
+#: gonvert:2464
+msgid "Three times."
+msgstr ""
+
+#: gonvert:2465
+msgid "bi | double"
+msgstr ""
+
+#: gonvert:2466
+msgid "Two times."
+msgstr ""
+
+#: gonvert:2467
+msgid "sesqui | sesqu"
+msgstr ""
+
+#: gonvert:2468
+msgid "One and one half times."
+msgstr ""
+
+#: gonvert:2469
+msgid "one | mono"
+msgstr ""
+
+#: gonvert:2470
+msgid "Single unit value."
+msgstr ""
+
+#: gonvert:2471
+msgid "quarter"
+msgstr ""
+
+#: gonvert:2472
+msgid "One fourth."
+msgstr ""
+
+#: gonvert:2473
+msgid "demi | semi | half"
+msgstr ""
+
+#: gonvert:2474
+msgid "One half."
+msgstr ""
+
+#: gonvert:2475
+msgid "eigth"
+msgstr ""
+
+#: gonvert:2476
+msgid "One eigth."
+msgstr ""
+
+#: gonvert:2477
+msgid "deci"
+msgstr ""
+
+#: gonvert:2479
+msgid "centi"
+msgstr ""
+
+#: gonvert:2481 gonvert:2935
+msgid "percent"
+msgstr ""
+
+#: gonvert:2482
+msgid "10^-2. A proportion multiplied by 100"
+msgstr ""
+
+#: gonvert:2483
+msgid "milli"
+msgstr ""
+
+#: gonvert:2485
+msgid "decimilli"
+msgstr ""
+
+#: gonvert:2486
+msgid "10^-4"
+msgstr ""
+
+#: gonvert:2487
+msgid "centimilli"
+msgstr ""
+
+#: gonvert:2488
+msgid "10^-5. "
+msgstr ""
+
+#: gonvert:2489
+msgid "micro"
+msgstr ""
+
+#: gonvert:2491
+msgid "parts per million | ppm"
+msgstr ""
+
+#: gonvert:2492
+msgid "10^-6. Parts per million usually used in measuring chemical concentrations."
+msgstr ""
+
+#: gonvert:2493
+msgid "nano"
+msgstr ""
+
+#: gonvert:2495
+msgid "pico"
+msgstr ""
+
+#: gonvert:2497
+msgid "femto"
+msgstr ""
+
+#: gonvert:2499
+msgid "atto"
+msgstr ""
+
+#: gonvert:2501
+msgid "zepto | ento"
+msgstr ""
+
+#: gonvert:2503
+msgid "yocto | fito"
+msgstr ""
+
+#: gonvert:2505
+msgid "syto | harpo"
+msgstr ""
+
+#: gonvert:2506
+msgid "10^-27. harpo coined by Morgan Burke after Marx brother Harpo Marx."
+msgstr ""
+
+#: gonvert:2507
+msgid "tredo | groucho"
+msgstr ""
+
+#: gonvert:2508
+msgid "10^-30. groucho coined by Morgan Burke after Marx brother Groucho Marx."
+msgstr ""
+
+#: gonvert:2509
+msgid "revo | zeppo"
+msgstr ""
+
+#: gonvert:2510
+msgid "10^-33. zeppo coined by Morgan Burke after Marx brother Zeppo Marx."
+msgstr ""
+
+#: gonvert:2511
+msgid "gummo"
+msgstr ""
+
+#: gonvert:2512
+msgid "10^-36. Coined by Morgan Burke after Marx brother Gummo Marx."
+msgstr ""
+
+#: gonvert:2513
+msgid "chico"
+msgstr ""
+
+#: gonvert:2514
+msgid "10^-39. Coined by Morgan Burke after Marx brother Chico Marx."
+msgstr ""
+
+#: gonvert:2517
+msgid "Shoe Size"
+msgstr ""
+
+#: gonvert:2524
+msgid "Mens (US)"
+msgstr ""
+
+#: gonvert:2526
+msgid "Womens (US)"
+msgstr ""
+
+#: gonvert:2528
+msgid "Childrens (US)"
+msgstr ""
+
+#: gonvert:2530
+msgid "Mens (UK)"
+msgstr ""
+
+#: gonvert:2532
+msgid "Womens (UK)"
+msgstr ""
+
+#: gonvert:2537
+msgid "Speed | Velocity"
+msgstr ""
+
+#: gonvert:2538
+msgid "meter per second"
+msgstr ""
+
+#: gonvert:2540
+msgid "speed of light | warp"
+msgstr ""
+
+#: gonvert:2541
+msgid "The speed at which light travels in a vacuum; about 300,000 km per second; a universal constant."
+msgstr ""
+
+#: gonvert:2542
+msgid "miles per second"
+msgstr ""
+
+#: gonvert:2544
+msgid "kilometer per second"
+msgstr ""
+
+#: gonvert:2546
+msgid "millimeter per second"
+msgstr ""
+
+#: gonvert:2548
+msgid "knot"
+msgstr ""
+
+#: gonvert:2549
+msgid "Nautical measurement for speed as one nautical mile per hour. The number of knots which run off from the reel in half a minute, therefore, shows the number of miles the vessel sails in an hour."
+msgstr ""
+
+#: gonvert:2550
+msgid "miles per hour"
+msgstr ""
+
+#: gonvert:2552
+msgid "foot per second"
+msgstr ""
+
+#: gonvert:2554
+msgid "foot per minute"
+msgstr ""
+
+#: gonvert:2556
+msgid "kilometer per hour"
+msgstr ""
+
+#: gonvert:2558
+msgid "mile per day"
+msgstr ""
+
+#: gonvert:2560
+msgid "centimeter per second"
+msgstr ""
+
+#: gonvert:2562
+msgid "knot (admiralty)"
+msgstr ""
+
+#: gonvert:2564
+msgid "mach (sea level & 32 degF)"
+msgstr ""
+
+#: gonvert:2567
+msgid "Temperature"
+msgstr ""
+
+#: gonvert:2569
+msgid "Named after the English mathematician and physicist William Thomson Kelvin (1824-1907). The basic unit of thermodynamic temperature adopted under the System International d'Unites."
+msgstr ""
+
+#: gonvert:2570
+msgid "celsius (absolute)"
+msgstr ""
+
+#: gonvert:2572
+msgid "celsius (formerly centigrade)"
+msgstr ""
+
+#: gonvert:2573
+msgid "Named after the Swedish astronomer and physicist Anders Celsius (1701-1744). The Celsius thermometer or scale. It is the same as the centigrade thermometer or scale. 0\260 marks the freezing point of water and 100\260 marks the boiling point of water.  "
+msgstr ""
+
+#: gonvert:2574
+msgid "fahrenheit"
+msgstr ""
+
+#: gonvert:2575
+msgid "Named after the German physicist Gabriel Daniel Fahrenheit (1686-1736). The Fahrenheit thermometer is so graduated that the freezing point of water is at 32\260 above the zero of its scale, and the boiling point at 212\260 above. It is commonly used in the United States and in England."
+msgstr ""
+
+#: gonvert:2577
+msgid "reaumur"
+msgstr ""
+
+#: gonvert:2578
+msgid "Named after the French scientist Ren\351-Antoine Ferchault de R\351aumur (1683-1757). Conformed to the scale adopted by R\351aumur in graduating the thermometer he invented. The R\351aumur thermometer is so graduated that 0\260 marks the freezing point and 80\260 the boiling point of water."
+msgstr ""
+
+#: gonvert:2579
+msgid "fahrenheit (absolute)"
+msgstr ""
+
+#: gonvert:2581
+msgid "rankine"
+msgstr ""
+
+#: gonvert:2582
+msgid "Named after the British physicist and engineer William Rankine (1820-1872). An absolute temperature scale in Fahrenheit degrees."
+msgstr ""
+
+#: gonvert:2585
+msgid "Temperature Difference"
+msgstr ""
+
+#: gonvert:2586
+msgid "temp. diff. in kelvin"
+msgstr ""
+
+#: gonvert:2588
+msgid "temp. diff. in degrees Celsius"
+msgstr ""
+
+#: gonvert:2590
+msgid "temp. diff. in degrees Reaumur"
+msgstr ""
+
+#: gonvert:2592
+msgid "temp. diff. in degrees Rankine"
+msgstr ""
+
+#: gonvert:2594
+msgid "temp. diff. in degrees Fahrenheit"
+msgstr ""
+
+#: gonvert:2597
+msgid "Time"
+msgstr ""
+
+#: gonvert:2598
+msgid "year"
+msgstr ""
+
+#: gonvert:2599
+msgid "The time of the apparent revolution of the sun trough the ecliptic; the period occupied by the earth in making its revolution around the sun, called the astronomical year; also, a period more or less nearly agreeing with this, adopted by various nations as a measure of time, and called the civil year; as, the common lunar year of 354 days, still in use among the Mohammedans; the year of 360 days, etc. In common usage, the year consists of 365 days, and every fourth year (called bissextile, or leap year) of 366 days, a day being added to February on that year, on account of the excess above 365 days"
+msgstr ""
+
+#: gonvert:2600
+msgid "year (anomalistic)"
+msgstr ""
+
+#: gonvert:2601
+msgid "The time of the earth's revolution from perihelion to perihelion again, which is 365 days, 6 hours, 13 minutes, and 48 seconds."
+msgstr ""
+
+#: gonvert:2602
+msgid "year (common lunar)"
+msgstr ""
+
+#: gonvert:2603
+msgid "The period of 12 lunar months, or 354 days."
+msgstr ""
+
+#: gonvert:2604
+msgid "year (embolismic | Intercalary lunar)"
+msgstr ""
+
+#: gonvert:2605
+msgid "The period of 13 lunar months, or 384 days."
+msgstr ""
+
+#: gonvert:2606
+msgid "year (leap | bissextile)"
+msgstr ""
+
+#: gonvert:2607
+msgid "Bissextile; a year containing 366 days; every fourth year which leaps over a day more than a common year, giving to February twenty-nine days. Note: Every year whose number is divisible by four without a remainder is a leap year, excepting the full centuries, which, to be leap years, must be divisible by 400 without a remainder. If not so divisible they are common years. 1900, therefore, is not a leap year."
+msgstr ""
+
+#: gonvert:2608
+msgid "year (sabbatical)"
+msgstr ""
+
+#: gonvert:2609
+msgid "Every seventh year, in which the Israelites were commanded to suffer their fields and vineyards to rest, or lie without tillage."
+msgstr ""
+
+#: gonvert:2610
+msgid "year (lunar astronomical)"
+msgstr ""
+
+#: gonvert:2611
+msgid "The period of 12 lunar synodical months, or 354 days, 8 hours, 48 minutes, 36 seconds."
+msgstr ""
+
+#: gonvert:2612
+msgid "year (lunisolar)"
+msgstr ""
+
+#: gonvert:2613
+msgid "A period of time, at the end of which, in the Julian calendar, the new and full moons and the eclipses recur on the same days of the week and month and year as in the previous period. It consists of 532 common years, being the least common multiple of the numbers of years in the cycle of the sun and the cycle of the moon."
+msgstr ""
+
+#: gonvert:2614
+msgid "year (sidereal)"
+msgstr ""
+
+#: gonvert:2615
+msgid "The time in which the sun, departing from any fixed star, returns to the same. This is 365 days, 6 hours, 9 minutes, and 9.3 seconds."
+msgstr ""
+
+#: gonvert:2616
+msgid "year (sothic)"
+msgstr ""
+
+#: gonvert:2617
+msgid "The Egyptian year of 365 days and 6 hours, as distinguished from the Egyptian vague year, which contained 365 days. The Sothic period consists of 1,460 Sothic years, being equal to 1,461 vague years. One of these periods ended in July, a.d. 139."
+msgstr ""
+
+#: gonvert:2618
+msgid "year (tropic)"
+msgstr ""
+
+#: gonvert:2619
+msgid "The solar year; the period occupied by the sun in passing from one tropic or one equinox to the same again, having a mean length of 365 days, 5 hours, 48 minutes, 46.0 seconds, which is 20 minutes, 23.3 seconds shorter than the sidereal year, on account of the precession of the equinoxes."
+msgstr ""
+
+#: gonvert:2620
+msgid "month"
+msgstr ""
+
+#: gonvert:2621
+msgid "One of the twelve portions into which the year is divided; the twelfth part of a year, corresponding nearly to the length of a synodic revolution of the moon, -- whence the name. In popular use, a period of four weeks is often called a month."
+msgstr ""
+
+#: gonvert:2622
+msgid "month (sidereal)"
+msgstr ""
+
+#: gonvert:2623
+msgid "Period between successive conjunctions with a star, 27.322 days"
+msgstr ""
+
+#: gonvert:2624
+msgid "month (synodic | lunar month | lunation)"
+msgstr ""
+
+#: gonvert:2625
+msgid "The period between successive new moons (29.53059 days) syn: lunar month, moon, lunation"
+msgstr ""
+
+#: gonvert:2626
+msgid "day"
+msgstr ""
+
+#: gonvert:2627
+msgid "The period of the earth's revolution on its axis. -- ordinarily divided into twenty-four hours. It is measured by the interval between two successive transits of a celestial body over the same meridian, and takes a specific name from that of the body. Thus, if this is the sun, the day (the interval between two successive transits of the sun's center over the same meridian) is called a solar day; if it is a star, a sidereal day; if it is the moon, a lunar day."
+msgstr ""
+
+#: gonvert:2628
+msgid "day (sidereal)"
+msgstr ""
+
+#: gonvert:2629
+msgid "The interval between two successive transits of the first point of Aries over the same meridian. The Sidereal day is 23 h. 56 m. 4.09 s. of mean solar time."
+msgstr ""
+
+#: gonvert:2630
+msgid "day (lunar | tidal)"
+msgstr ""
+
+#: gonvert:2631
+msgid "24 hours 50 minutes used in tidal predictions. "
+msgstr ""
+
+#: gonvert:2632
+msgid "hour"
+msgstr ""
+
+#: gonvert:2633
+msgid "The twenty-fourth part of a day; sixty minutes."
+msgstr ""
+
+#: gonvert:2635
+msgid "The sixtieth part of an hour; sixty seconds."
+msgstr ""
+
+#: gonvert:2637
+msgid "The sixtieth part of a minute of time."
+msgstr ""
+
+#: gonvert:2638
+msgid "millisecond"
+msgstr ""
+
+#: gonvert:2639
+msgid "One thousandth of a second."
+msgstr ""
+
+#: gonvert:2640
+msgid "microsecond"
+msgstr ""
+
+#: gonvert:2641
+msgid "One millionth of a second."
+msgstr ""
+
+#: gonvert:2642
+msgid "nanosecond"
+msgstr ""
+
+#: gonvert:2644
+msgid "picosecond"
+msgstr ""
+
+#: gonvert:2646
+msgid "millennium"
+msgstr ""
+
+#: gonvert:2647
+msgid "A thousand years; especially, the thousand years mentioned in the twentieth chapter in the twentieth chapter of Revelation, during which holiness is to be triumphant throughout the world. Some believe that, during this period, Christ will reign on earth in person with his saints."
+msgstr ""
+
+#: gonvert:2648
+msgid "century"
+msgstr ""
+
+#: gonvert:2649
+msgid "A period of a hundred years; as, this event took place over two centuries ago. Note: Century, in the reckoning of time, although often used in a general way of any series of hundred consecutive years (as, a century of temperance work), usually signifies a division of the Christian era, consisting of a period of one hundred years ending with the hundredth year from which it is named; as, the first century (a. d. 1-100 inclusive); the seventh century (a.d. 601-700); the eighteenth century (a.d. 1701-1800). With words or phrases connecting it with some other system of chronology it is used of similar division of those eras; as, the first century of Rome (A.U.C. 1-100)."
+msgstr ""
+
+#: gonvert:2650
+msgid "decade"
+msgstr ""
+
+#: gonvert:2651
+msgid "A group or division of ten; esp., a period of ten years; a decennium; as, a decade of years or days; a decade of soldiers; the second decade of Livy."
+msgstr ""
+
+#: gonvert:2652
+msgid "week"
+msgstr ""
+
+#: gonvert:2653
+msgid "A period of seven days, usually that reckoned from one Sabbath or Sunday to the next. Also seven nights, known as sennight."
+msgstr ""
+
+#: gonvert:2654
+msgid "fortnight"
+msgstr ""
+
+#: gonvert:2655
+msgid "Fourteen nights, our ancestors reckoning time by nights and winters.  The space of fourteen days; two weeks."
+msgstr ""
+
+#: gonvert:2656
+msgid "novennial"
+msgstr ""
+
+#: gonvert:2657
+msgid "Done or recurring every ninth year."
+msgstr ""
+
+#: gonvert:2658
+msgid "octennial"
+msgstr ""
+
+#: gonvert:2659
+msgid "Happening every eighth year; also, lasting a period of eight years."
+msgstr ""
+
+#: gonvert:2660
+msgid "olympiad"
+msgstr ""
+
+#: gonvert:2661
+msgid "A period of four years, by which the ancient Greeks reckoned time, being the interval from one celebration of the Olympic games to another, beginning with the victory of Coroebus in the foot race, which took place in the year 776 b.c.; as, the era of the olympiads."
+msgstr ""
+
+#: gonvert:2662
+msgid "pregnancy"
+msgstr ""
+
+#: gonvert:2663
+msgid "The condition of being pregnant; the state of being with young. A period of approximately 9 months for humans"
+msgstr ""
+
+#: gonvert:2664
+msgid "quindecennial"
+msgstr ""
+
+#: gonvert:2665
+msgid "A period of 15 years."
+msgstr ""
+
+#: gonvert:2666
+msgid "quinquennial"
+msgstr ""
+
+#: gonvert:2667
+msgid "Occurring once in five years, or at the end of every five years; also, lasting five years. A quinquennial event."
+msgstr ""
+
+#: gonvert:2668
+msgid "septennial"
+msgstr ""
+
+#: gonvert:2669
+msgid "Lasting or continuing seven years; as, septennial parliaments."
+msgstr ""
+
+#: gonvert:2670
+msgid "cesium vibrations"
+msgstr ""
+
+#: gonvert:2671
+msgid "It takes one second for hot cesium atoms to vibrate 9,192,631,770 times (microwaves). This standard was adopted by the International System in 1967."
+msgstr ""
+
+#: gonvert:2673
+msgid "Viscosity (Dynamic)"
+msgstr ""
+
+#: gonvert:2674
+msgid "pascal-second"
+msgstr ""
+
+#: gonvert:2676
+msgid "reyn"
+msgstr ""
+
+#: gonvert:2678
+msgid "poise"
+msgstr ""
+
+#: gonvert:2680
+msgid "microreyn"
+msgstr ""
+
+#: gonvert:2682
+msgid "millipascal-second"
+msgstr ""
+
+#: gonvert:2684
+msgid "centipoise"
+msgstr ""
+
+#: gonvert:2686
+msgid "micropascal-second"
+msgstr ""
+
+#: gonvert:2689
+msgid "Viscosity (Kinematic)"
+msgstr ""
+
+#: gonvert:2690
+msgid "square meter per second"
+msgstr ""
+
+#: gonvert:2692
+msgid "square millimeter per second"
+msgstr ""
+
+#: gonvert:2694
+msgid "square foot per second"
+msgstr ""
+
+#: gonvert:2696
+msgid "square centimetre per second"
+msgstr ""
+
+#: gonvert:2698
+msgid "stokes"
+msgstr ""
+
+#: gonvert:2700
+msgid "centistokes"
+msgstr ""
+
+#: gonvert:2703
+msgid "Volume and Liquid Capacity"
+msgstr ""
+
+#: gonvert:2704
+msgid "caphite"
+msgstr ""
+
+#: gonvert:2705
+msgid "Ancient Arabian"
+msgstr ""
+
+#: gonvert:2706
+msgid "cantaro"
+msgstr ""
+
+#: gonvert:2707
+msgid "Spanish"
+msgstr ""
+
+#: gonvert:2708
+msgid "oxybaphon"
+msgstr ""
+
+#: gonvert:2709 gonvert:2711 gonvert:2713 gonvert:2715 gonvert:2717
+msgid "Greek"
+msgstr ""
+
+#: gonvert:2710
+msgid "cotula | hemina | kotyle"
+msgstr ""
+
+#: gonvert:2712
+msgid "cyathos"
+msgstr ""
+
+#: gonvert:2714
+msgid "cados"
+msgstr ""
+
+#: gonvert:2716
+msgid "metertes | amphura"
+msgstr ""
+
+#: gonvert:2718
+msgid "mushti"
+msgstr ""
+
+#: gonvert:2719
+msgid "Indian"
+msgstr ""
+
+#: gonvert:2720
+msgid "cab"
+msgstr ""
+
+#: gonvert:2721 gonvert:2723 gonvert:2725
+msgid "Israeli"
+msgstr ""
+
+#: gonvert:2722
+msgid "hekat"
+msgstr ""
+
+#: gonvert:2724
+msgid "bath | bu"
+msgstr ""
+
+#: gonvert:2726
+msgid "acetabulum"
+msgstr ""
+
+#: gonvert:2727
+msgid "Roman"
+msgstr ""
+
+#: gonvert:2729
+msgid "dash (UK)"
+msgstr ""
+
+#: gonvert:2730 gonvert:2749
+msgid "one half of a pinch"
+msgstr ""
+
+#: gonvert:2731
+msgid "pinch (UK)"
+msgstr ""
+
+#: gonvert:2732 gonvert:2751
+msgid "One eigth of a teaspoon"
+msgstr ""
+
+#: gonvert:2733
+msgid "gallon (UK)"
+msgstr ""
+
+#: gonvert:2734
+msgid "A measure of capacity, containing four quarts; -- used, for the most part, in liquid measure, but sometimes in dry measure. The English imperial gallon contains 10 pounds avoirdupois of distilled water at 62\260F, and barometer at 30 inches, equal to 277.274 cubic inches."
+msgstr ""
+
+#: gonvert:2735
+msgid "quart (UK)"
+msgstr ""
+
+#: gonvert:2736 gonvert:2755 gonvert:2832
+msgid "The fourth part of a gallon; the eighth part of a peck; two pints. Note: In imperial measure, a quart is forty English fluid ounces; in wine measure, it is thirty-two American fluid ounces. The United States dry quart contains 67.20 cubic inches, the fluid quart 57.75. The English quart contains 69.32 cubic inches."
+msgstr ""
+
+#: gonvert:2737
+msgid "pint (UK)"
+msgstr ""
+
+#: gonvert:2739
+msgid "cup (UK)"
+msgstr ""
+
+#: gonvert:2741
+msgid "fluid ounce (UK)"
+msgstr ""
+
+#: gonvert:2742
+msgid "Contains 1 ounce mass of distilled water at 62\260F, and barometer at 30 inches"
+msgstr ""
+
+#: gonvert:2743
+msgid "tablespoon (UK)"
+msgstr ""
+
+#: gonvert:2744 gonvert:2763
+msgid "One sixteenth of a cup. A spoon of the largest size commonly used at the table; -- distinguished from teaspoon, dessert spoon, etc."
+msgstr ""
+
+#: gonvert:2745
+msgid "teaspoon (UK)"
+msgstr ""
+
+#: gonvert:2746 gonvert:2765
+msgid "One third of a tablespoon. A small spoon used in stirring and sipping tea, coffee, etc., and for other purposes."
+msgstr ""
+
+#: gonvert:2748
+msgid "dash (US)"
+msgstr ""
+
+#: gonvert:2750
+msgid "pinch (US)"
+msgstr ""
+
+#: gonvert:2752
+msgid "gallon (US)"
+msgstr ""
+
+#: gonvert:2753
+msgid "A measure of capacity, containing four quarts; -- used, for the most part, in liquid measure, but sometimes in dry measure. Note: The standart gallon of the Unites States contains 231 cubic inches, or 8.3389 pounds avoirdupois of distilled water at its maximum density, and with the barometer at 30 inches. This is almost exactly equivalent to a cylinder of seven inches in diameter and six inches in height, and is the same as the old English wine gallon. The beer gallon, now little used in the United States, contains 282 cubic inches."
+msgstr ""
+
+#: gonvert:2754
+msgid "quart (US)"
+msgstr ""
+
+#: gonvert:2756
+msgid "pint (US)"
+msgstr ""
+
+#: gonvert:2758
+msgid "cup (US)"
+msgstr ""
+
+#: gonvert:2760
+msgid "fluid ounce (US)"
+msgstr ""
+
+#: gonvert:2762
+msgid "tablespoon (US)"
+msgstr ""
+
+#: gonvert:2764
+msgid "teaspoon (US)"
+msgstr ""
+
+#: gonvert:2768
+msgid "A Japanese unit of volume, the shaku equals about 18.04 milliliters (0.61 U.S. fluid ounce). Note: shaku also means area and length."
+msgstr ""
+
+#: gonvert:2770 gonvert:2799
+msgid "cubic yard"
+msgstr ""
+
+#: gonvert:2772 gonvert:2817
+msgid "cubic foot"
+msgstr ""
+
+#: gonvert:2774 gonvert:2825
+msgid "cubic inch"
+msgstr ""
+
+#: gonvert:2777 gonvert:2793
+msgid "cubic meter"
+msgstr ""
+
+#: gonvert:2779 gonvert:2795
+msgid "cubic decimeter"
+msgstr ""
+
+#: gonvert:2781 gonvert:2821
+msgid "litre"
+msgstr ""
+
+#: gonvert:2782 gonvert:2822
+msgid "A measure of capacity in the metric system, being a cubic decimeter."
+msgstr ""
+
+#: gonvert:2783
+msgid "cubic centimeter"
+msgstr ""
+
+#: gonvert:2785
+msgid "millilitre"
+msgstr ""
+
+#: gonvert:2788
+msgid "Equal to one thousandth of a liter syn: milliliter, millilitre, ml, cubic centimeter, cubic centimeter, cc"
+msgstr ""
+
+#: gonvert:2790
+msgid "Used in Pharmaceutical to represent one drop. 1/60 fluid dram or 1/480 fluid ounce. A U.S. minim is about 0.003760 in\263 or 61.610 \265l. The British minim is about 0.003612 in\263 or 59.194 \265l. Origin of the word is from the Latin minimus, or small."
+msgstr ""
+
+#: gonvert:2792
+msgid "Volume and Dry Capacity"
+msgstr ""
+
+#: gonvert:2797
+msgid "cord"
+msgstr ""
+
+#: gonvert:2798
+msgid "A pile of wood 8ft x 4ft x 4ft."
+msgstr ""
+
+#: gonvert:2801
+msgid "bushel (US)"
+msgstr ""
+
+#: gonvert:2802 gonvert:2804
+msgid "A dry measure, containing four pecks, eight gallons, or thirty-two quarts. Note: The Winchester bushel, formerly used in England, contained 2150.42 cubic inches, being the volume of a cylinder 181/2 inches in internal diameter and eight inches in depth. The standard bushel measures, prepared by the United States Government and distributed to the States, hold each 77.6274 pounds of distilled water, at 39.8deg Fahr. and 30 inches atmospheric pressure, being the equivalent of the Winchester bushel. The imperial bushel now in use in England is larger than the Winchester bushel, containing 2218.2 cubic inches, or 80 pounds of water at 62deg Fahr."
+msgstr ""
+
+#: gonvert:2803
+msgid "bushel (UK | CAN)"
+msgstr ""
+
+#: gonvert:2805
+msgid "peck (US)"
+msgstr ""
+
+#: gonvert:2807
+msgid "peck (UK | CAN)"
+msgstr ""
+
+#: gonvert:2809
+msgid "gallon (US dry)"
+msgstr ""
+
+#: gonvert:2811
+msgid "gallon (CAN)"
+msgstr ""
+
+#: gonvert:2813
+msgid "quart (US dry)"
+msgstr ""
+
+#: gonvert:2815
+msgid "quart (CAN)"
+msgstr ""
+
+#: gonvert:2819
+msgid "board foot"
+msgstr ""
+
+#: gonvert:2820
+msgid "lumber 1ft\262 and 1 in thick"
+msgstr ""
+
+#: gonvert:2823
+msgid "pint (US dry)"
+msgstr ""
+
+#: gonvert:2827
+msgid "coomb"
+msgstr ""
+
+#: gonvert:2828
+msgid "British. 4 bushels"
+msgstr ""
+
+#: gonvert:2829
+msgid "peck"
+msgstr ""
+
+#: gonvert:2830
+msgid "The fourth part of a bushel; a dry measure of eight quarts"
+msgstr ""
+
+#: gonvert:2831
+msgid "quart (dry)"
+msgstr ""
+
+#: gonvert:2834
+msgid "Thermal conductance (Area)"
+msgstr ""
+
+#: gonvert:2835
+msgid "watts per square meter Kelvin"
+msgstr ""
+
+#: gonvert:2837
+msgid "watts per square meter deg C"
+msgstr ""
+
+#: gonvert:2839
+msgid "kilocalories per hour square meter deg C"
+msgstr ""
+
+#: gonvert:2841
+msgid "british thermal units per second square foot deg F"
+msgstr ""
+
+#: gonvert:2843
+msgid "british thermal units per hour square foot deg F"
+msgstr ""
+
+#: gonvert:2846
+msgid "Thermal conductance (Linear)"
+msgstr ""
+
+#: gonvert:2847
+msgid "watts per meter Kelvin"
+msgstr ""
+
+#: gonvert:2849
+msgid "watts per meter deg C"
+msgstr ""
+
+#: gonvert:2851
+msgid "kilocalories per hour meter deg C"
+msgstr ""
+
+#: gonvert:2853
+msgid "british thermal units per second foot deg F"
+msgstr ""
+
+#: gonvert:2856
+msgid "Thermal resistance"
+msgstr ""
+
+#: gonvert:2856 gonvert:2857
+msgid "square meter kelvin per watt"
+msgstr ""
+
+#: gonvert:2859
+msgid "square meter deg C per watt"
+msgstr ""
+
+#: gonvert:2861
+msgid "clo"
+msgstr ""
+
+#: gonvert:2862
+msgid "Clo is the unit for effective clothing insulation. It is used to evaluate the expected comfort of users in certain humidity, temperature and workload conditions (and estimate air conditioning or heating loads, for instance.)."
+msgstr ""
+
+#: gonvert:2863
+msgid "hour square foot deg F per BTU"
+msgstr ""
+
+#: gonvert:2865
+msgid "hour square meter deg C per kilocalorie"
+msgstr ""
+
+#: gonvert:2868
+msgid "Specific Heat"
+msgstr ""
+
+#: gonvert:2869
+msgid "joule per kilogram kelvin"
+msgstr ""
+
+#: gonvert:2871
+msgid "joule per kilogram deg C"
+msgstr ""
+
+#: gonvert:2873
+msgid "kilocalories per kilogram deg C"
+msgstr ""
+
+#: gonvert:2875
+msgid "btu per pound deg F"
+msgstr ""
+
+#: gonvert:2878
+msgid "Fuel consumption"
+msgstr ""
+
+#: gonvert:2879
+msgid "miles per gallon (US)"
+msgstr ""
+
+#: gonvert:2881
+msgid "gallons  (US) per 100 miles"
+msgstr ""
+
+#: gonvert:2883
+msgid "miles per gallon (Imperial)"
+msgstr ""
+
+#: gonvert:2885
+msgid "gallons (Imperial) per 100 miles"
+msgstr ""
+
+#: gonvert:2887
+msgid "liters per 100 kilometer"
+msgstr ""
+
+#: gonvert:2889
+msgid "kilometers per liter"
+msgstr ""
+
+#: gonvert:2892
+msgid "Torque"
+msgstr ""
+
+#: gonvert:2893
+msgid "newton meter"
+msgstr ""
+
+#: gonvert:2894
+msgid "The SI unit of force that causes rotation."
+msgstr ""
+
+#: gonvert:2895
+msgid "joules"
+msgstr ""
+
+#: gonvert:2897
+msgid "kilo newton meter"
+msgstr ""
+
+#: gonvert:2899
+msgid "mega newton meter"
+msgstr ""
+
+#: gonvert:2901
+msgid "milli newton meter"
+msgstr ""
+
+#: gonvert:2903
+msgid "micro newton meter"
+msgstr ""
+
+#: gonvert:2905
+msgid "dyne centimeter"
+msgstr ""
+
+#: gonvert:2907
+msgid "kilogram meter"
+msgstr ""
+
+#: gonvert:2909
+msgid "centimeter gram"
+msgstr ""
+
+#: gonvert:2912
+msgid "One thousand inch pounds."
+msgstr ""
+
+#: gonvert:2913
+msgid "foot pounds"
+msgstr ""
+
+#: gonvert:2915
+msgid "foot ounce"
+msgstr ""
+
+#: gonvert:2917
+msgid "meter kilopond"
+msgstr ""
+
+#: gonvert:2919
+msgid "newton centimeter"
+msgstr ""
+
+#: gonvert:2921
+msgid "inch ounces"
+msgstr ""
+
+#: gonvert:2923
+msgid "inch pounds"
+msgstr ""
+
+#: gonvert:2925
+msgid "foot poundal"
+msgstr ""
+
+#: gonvert:2928
+msgid "Current Loop"
+msgstr ""
+
+#: gonvert:2929
+msgid "6400 to 32000"
+msgstr ""
+
+#: gonvert:2930
+msgid "Many PLCs must scale the 4 to 20mA signal to an integer, this is commonly a value from 6400 to 32000,"
+msgstr ""
+
+#: gonvert:2931
+msgid "4 to 20mA"
+msgstr ""
+
+#: gonvert:2932
+msgid "This range of current is commonly used in instrumentation. 0mA is an indication of a broken transmitter loop."
+msgstr ""
+
+#: gonvert:2933
+msgid "V across 250 ohm"
+msgstr ""
+
+#: gonvert:2934
+msgid "A common resistance for current loop instrumentation is 250 ohms. A voltage will be developed across this resistor, that voltage can be used to test the current loop."
+msgstr ""
+
+#: gonvert:2936
+msgid "This is a percentage of the 4 to 20mA signal."
+msgstr ""
+
+#: gonvert:2945
+msgid "Wire Gauge"
+msgstr ""
+
+#: gonvert:2950
+msgid "square milimetres"
+msgstr ""
+
+#: gonvert:2952
+msgid "AWG"
+msgstr ""
+
+#: gonvert:2953
+msgid "American Wire Gauge"
+msgstr ""
+
+#: gonvert:2954
+msgid "Diameter mils"
+msgstr ""
+
+#: gonvert:2956
+msgid "Diameter inches"
+msgstr ""
+
+#: gonvert:2958
+msgid "Diameter mm"
+msgstr ""
+
+#: gonvert:2960
+msgid "Diameter m"
+msgstr ""
+
+#: gonvert:2962
+msgid "Ampacity Cu"
+msgstr ""
+
+#: gonvert:2963
+msgid "Copper wire ampacity"
+msgstr ""
+
+#: gonvert:2964
+msgid "Ampacity Al"
+msgstr ""
+
+#: gonvert:2965
+msgid "Aluminum wire ampacity"
+msgstr ""
+
+#: gonvert:2966 gonvert:2968 gonvert:2970 gonvert:2972
+msgid "Resistance of Cu wire at xxdegC"
+msgstr ""
+
+#: gonvert:2967 gonvert:2969 gonvert:2971 gonvert:2973 gonvert:2975
+#: gonvert:2977 gonvert:2979 gonvert:2981
+msgid "Copper wire resistance."
+msgstr ""
+
+#: gonvert:2974 gonvert:2976 gonvert:2978 gonvert:2980
+msgid "Resistance of Al wire at xxdegC"
+msgstr ""
+
+#: gonvert:2982
+msgid "Length per Weight Cu Wire"
+msgstr ""
+
+#: gonvert:2983
+msgid "Length per weight Copper Wire."
+msgstr ""
+
+#: gonvert:2984
+msgid "Length per Weight Al Wire"
+msgstr ""
+
+#: gonvert:2985
+msgid "Length per weight Aluminum Wire."
+msgstr ""
+
+#: gonvert:2986
+msgid "Length per resistance Cu Wire"
+msgstr ""
+
+#: gonvert:2987
+msgid "Length per resistance Copper Wire."
+msgstr ""
+
+#: gonvert:2988
+msgid "Length per resistance Al Wire"
+msgstr ""
+
+#: gonvert:2989
+msgid "Length per resistance Aluminum Wire."
+msgstr ""
+
+#: gonvert:2990 gonvert:2994
+msgid "Weight Cu wire"
+msgstr ""
+
+#: gonvert:2991
+msgid "Copper wire weight."
+msgstr ""
+
+#: gonvert:2992 gonvert:2996
+msgid "Weight Al wire"
+msgstr ""
+
+#: gonvert:2993 gonvert:2999
+msgid "Aluminum wire weight."
+msgstr ""
+
+#: gonvert:2995
+msgid "Copper wire weight in pounds per 1000 feet."
+msgstr ""
+
+#: gonvert:2997
+msgid "Aluminum wire weight in pounds per 1000 feet."
+msgstr ""
+
+#: gonvert:2998
+msgid "Tensile strength"
+msgstr ""
+
+#: gonvert:3000
+msgid "Turns per inch"
+msgstr ""
+
+#: gonvert:3001
+msgid "Turns per inch of bare wire, useful for winding coils. This value is approximate and will be reduced with insulated wire"
+msgstr ""
+
+#: gonvert:3025
+msgid "Units"
+msgstr ""
+
+#: gonvert:3103
+msgid "Find unit (F6)"
+msgstr ""
+
diff --git a/data/pixmaps/gonvert-icon_alternative.png b/data/pixmaps/gonvert-icon_alternative.png
new file mode 100644 (file)
index 0000000..c6c1dcd
Binary files /dev/null and b/data/pixmaps/gonvert-icon_alternative.png differ
diff --git a/data/pixmaps/gonvert.png b/data/pixmaps/gonvert.png
new file mode 100644 (file)
index 0000000..acd3837
Binary files /dev/null and b/data/pixmaps/gonvert.png differ
diff --git a/src/REPLACEME.py b/src/REPLACEME.py
deleted file mode 100755 (executable)
index af4b40e..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-"""
-Copyright (C) 2007 Christoph Würstle
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License version 2 as
-published by the Free Software Foundation.
-"""
-
-import os
-import sys
-import logging
-
-_moduleLogger = logging.getLogger(__name__)
-sys.path.append('../lib')
-
-
-import constants
-import REPLACEME_gtk
-
-
-if __name__ == "__main__":
-       try:
-               os.makedirs(constants._data_path_)
-       except OSError, e:
-               if e.errno != 17:
-                       raise
-
-       try:
-               os.makedirs(constants._cache_path_)
-       except OSError, e:
-               if e.errno != 17:
-                       raise
-
-       logFormat = '(%(asctime)s) %(levelname)-5s %(threadName)s.%(name)s: %(message)s'
-       logging.basicConfig(level=logging.DEBUG, filename=constants._user_logpath_, format=logFormat)
-       _moduleLogger.info("%s %s-%s" % (constants.__app_name__, constants.__version__, constants.__build__))
-       _moduleLogger.info("OS: %s" % (os.uname()[0], ))
-       _moduleLogger.info("Kernel: %s (%s) for %s" % os.uname()[2:])
-       _moduleLogger.info("Hostname: %s" % os.uname()[1])
-
-       REPLACEME_gtk.run()
diff --git a/src/REPLACEME_gtk.py b/src/REPLACEME_gtk.py
deleted file mode 100755 (executable)
index 85a9b6b..0000000
+++ /dev/null
@@ -1,120 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-from __future__ import with_statement
-
-import gc
-import logging
-import ConfigParser
-
-import gobject
-import dbus
-import gtk
-
-try:
-       import osso
-except ImportError:
-       osso = None
-
-import constants
-import hildonize
-import util.misc as misc_utils
-
-
-_moduleLogger = logging.getLogger(__name__)
-PROFILE_STARTUP = False
-
-
-class REPLACEMElProgram(hildonize.get_app_class()):
-
-       def __init__(self):
-               super(REPLACEMElProgram, self).__init__()
-
-               if not hildonize.IS_HILDON_SUPPORTED:
-                       _moduleLogger.info("No hildonization support")
-
-               if osso is not None:
-                       self._osso_c = osso.Context(constants.__app_name__, constants.__version__, False)
-                       self._deviceState = osso.DeviceState(self._osso_c)
-                       self._deviceState.set_device_state_callback(self._on_device_state_change, 0)
-               else:
-                       _moduleLogger.info("No osso support")
-                       self._osso_c = None
-                       self._deviceState = None
-
-       def _save_settings(self):
-               config = ConfigParser.SafeConfigParser()
-
-               self._REPLACEME.save_settings(config, "Windows")
-
-               with open(constants._user_settings_, "wb") as configFile:
-                       config.write(configFile)
-
-       def _load_settings(self):
-               config = ConfigParser.SafeConfigParser()
-               config.read(constants._user_settings_)
-
-               self._REPLACEME.load_settings(config, "Windows")
-
-       @misc_utils.log_exception(_moduleLogger)
-       def _on_device_state_change(self, shutdown, save_unsaved_data, memory_low, system_inactivity, message, userData):
-               """
-               For system_inactivity, we have no background tasks to pause
-
-               @note Hildon specific
-               """
-               if memory_low:
-                       gc.collect()
-
-               if save_unsaved_data or shutdown:
-                       self._save_settings()
-
-       @misc_utils.log_exception(_moduleLogger)
-       def _on_destroy(self, widget = None, data = None):
-               try:
-                       self.quit()
-               finally:
-                       gtk.main_quit()
-
-       def quit(self):
-               try:
-                       self._save_settings()
-               except Exception:
-                       _moduleLogger.exception("Error saving settigns")
-
-               try:
-                       self._deviceState.close()
-               except AttributeError:
-                       pass # Either None or close was removed (in Fremantle)
-               except Exception:
-                       _moduleLogger.exception("Error closing device state")
-               try:
-                       self._osso_c.close()
-               except AttributeError:
-                       pass # Either None or close was removed (in Fremantle)
-               except Exception:
-                       _moduleLogger.exception("Error closing osso state")
-
-
-def run():
-       gobject.threads_init()
-       gtk.gdk.threads_init()
-       l = dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
-
-       # HACK Playback while silent on Maemo 5
-       hildonize.set_application_name("FMRadio")
-
-       app = REPLACEMElProgram()
-       if not PROFILE_STARTUP:
-               try:
-                       gtk.main()
-               except KeyboardInterrupt:
-                       app.quit()
-                       raise
-       else:
-               app.quit()
-
-
-if __name__ == "__main__":
-       logging.basicConfig(level=logging.DEBUG)
-       run()
index 8be32c8..9a5f40d 100644 (file)
@@ -1,10 +1,13 @@
 import os
 
-__pretty_app_name__ = "REPLACEME"
-__app_name__ = "REPLACEME"
-__version__ = "0.1.0"
+__pretty_app_name__ = "Gonvert"
+__app_name__ = "gonvert"
+__version__ = "0.9.3"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
-_data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
+_data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
 _user_settings_ = "%s/settings.ini" % _data_path_
-_user_logpath_ = "%s/%s.log" % (_data_path_, __app_name__)
+_user_logpath_ = "%s/gonvert.log" % _data_path_
+
+PROFILE_STARTUP = False
+FORCE_HILDON_LIKE = False
diff --git a/src/converters.py b/src/converters.py
new file mode 100644 (file)
index 0000000..d53c768
--- /dev/null
@@ -0,0 +1,290 @@
+"""
+All classes for conversions are defined below:
+ each class should have one method for converting "to_base and another for converting "from_base"
+the return value is the converted value to or from base
+"""
+
+# For the sake of eval'ing some code
+import math
+
+
+# used for Computer numbers base definitions.
+ALPHA_NUMERIC = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
+
+
+def makeBase(x, base = len(ALPHA_NUMERIC), table=ALPHA_NUMERIC):
+       """
+       Convert from base 10 to any other base.
+       >> makeBase(1, 10)
+       '1'
+       >> makeBase(11, 10)
+       '11'
+       >> makeBase(11, 16)
+       'b'
+       """
+       div, mod = divmod(x, base)
+       if not div:
+               return table[mod]
+       return makeBase(div, base, table) + table[mod]
+
+
+# roman numerals
+roman_group = {
+       1: ('i', 'v'),
+       10: ('x', 'l'),
+       100: ('c', 'd'),
+       1000: ('m', 'A'),
+       10000: ('B', 'C'),
+}
+
+
+# functions that convert Arabic digits to roman numerals
+roman_value = {
+       0: lambda i, v, x: '',
+       1: lambda i, v, x: i,
+       2: lambda i, v, x: i+i,
+       3: lambda i, v, x: i+i+i,
+       4: lambda i, v, x: i+v,
+       5: lambda i, v, x: v,
+       6: lambda i, v, x: v+i,
+       7: lambda i, v, x: v+i+i,
+       8: lambda i, v, x: v+i+i+i,
+       9: lambda i, v, x: i+x,
+}
+
+
+def toroman(n):
+       """
+       convert a decimal number in [1,4000) to a roman numeral
+       >>> toroman(0)
+       >>> toroman(4001)
+       >>> toroman(1)
+       'i'
+       >>> toroman(4)
+       'iv'
+       >>> toroman(5)
+       'v'
+       >>> toroman(10)
+       'x'
+       >>> toroman(15)
+       'xv'
+       """
+       if n < 0:
+               raise NotImplementedError("Value out of roman comprehension")
+       elif n == 0:
+               pass
+       elif n >= 4000:
+               raise NotImplementedError("Value Out of Range")
+
+       base = 1
+       s = ''
+       while n > 0:
+               i, v = roman_group[base]
+               base = base * 10
+               x, l = roman_group[base]
+               digit = n % 10
+               n = (n-digit)/10
+               s = roman_value[digit](i, v, x) + s
+       return s
+
+
+def fromroman(s, rbase = 1):
+       """
+       convert a roman numeral (in lowercase) to a decimal integer
+       >>> fromroman('')
+       0
+       >>> fromroman('x')
+       5
+       >>> fromroman('xv')
+       15
+       """
+       if len(s) == 0:
+               return 0
+       elif rbase > 1000:
+               return 0
+
+       i, v = roman_group[rbase]
+       x, l = roman_group[rbase*10]
+       conversions = [
+               (v+i+i+i, 8),
+               (i+i+i+i, 5),
+               (v+i+i, 7),
+               (i+i+i, 3),
+               (v+i, 6),
+               (i+x, 9),
+               (i+v, 4),
+               (i+i, 2),
+               (i, 1),
+               (v, 5),
+       ]
+       for conversion in conversions:
+               if s.endswith(conversion[0]):
+                       digit = conversion[1]
+                       s = s[:-len(conversion[0])]
+                       break
+       else:
+               digit = 0
+               s = s
+
+       return digit * rbase + fromroman(s, rbase*10)
+
+
+class simple_multiplier(object):
+
+       def to_base(self, value, multiplier):
+               return value * (multiplier)
+
+       def from_base(self, value, multiplier):
+               if multiplier == 0:
+                       return 0.0
+               else:
+                       return value / (multiplier)
+
+
+class simple_inverter(object):
+
+       def to_base(self, value, multiplier):
+               if value == 0:
+                       return 0.0
+               else:
+                       return (multiplier) / value
+
+       def from_base(self, value, multiplier):
+               if value == 0:
+                       return 0.0
+               else:
+                       return (multiplier) / value
+
+
+class simple_gain_offset(object):
+
+       def to_base(self, value, (gain, offset)):
+               return (value * (gain)) + offset
+
+       def from_base(self, value, (gain, offset)):
+               if gain == 0:
+                       return 0.0
+               else:
+                       return (value - offset) / gain
+
+
+class simple_offset_gain(object):
+
+       def to_base(self, value, (offset, gain)):
+               return (value + offset) * gain
+
+       def from_base(self, value, (offset, gain)):
+               if gain == 0:
+                       return 0.0
+               else:
+                       return (value / gain) - offset
+
+
+class slope_offset(object):
+       ''"convert using points on a graph''"
+
+       def to_base(self, value, ((low_in, high_in), (low_out, high_out))):
+               gain = (high_out-low_out)/(high_in-low_in)
+               offset = low_out - gain*low_in
+               return gain*value+offset
+
+       def from_base(self, value, ((low_out, high_out), (low_in, high_in))):
+               gain = (high_out-low_out)/(high_in-low_in)
+               offset = low_out - gain*low_in
+               return gain*value+offset
+
+
+class double_slope_offset(object):
+       ''"convert using points on a graph, graph split into two slopes''"
+
+       def to_base(self, value, ((low1_in, high1_in), (low1_out, high1_out), (low2_in, high2_in), (low2_out, high2_out))):
+               if low1_in <= value <= high1_in:
+                       gain = (high1_out-low1_out)/(high1_in-low1_in)
+                       offset = low1_out - gain*low1_in
+                       return gain*value+offset
+               if low2_in <= value <= high2_in:
+                       gain = (high2_out-low2_out)/(high2_in-low2_in)
+                       offset = low2_out - gain*low2_in
+                       return gain*value+offset
+               return 0.0
+
+       def from_base(self, value, ((low1_in, high1_in), (low1_out, high1_out), (low2_in, high2_in), (low2_out, high2_out))):
+               if low1_out <= value <= high1_out:
+                       gain = (high1_in-low1_in)/(high1_out-low1_out)
+                       offset = low1_in - gain*low1_out
+                       return gain*value+offset
+               if low2_out <= value <= high2_out:
+                       gain = (high2_in-low2_in)/(high2_out-low2_out)
+                       offset = low2_in - gain*low2_out
+                       return gain*value+offset
+               return 0.0
+
+
+class base_converter(object):
+
+       def to_base(self, value, base):
+               """
+               Convert from any base to base 10 (decimal)
+               """
+               # Protection against fractional values
+               value = value.split(".", 1)[0]
+
+               result = 0L #will contain the long base-10 (decimal) number to be returned
+               position = len(value) #length of the string that is to be converted
+               for x in value:
+                       position = position-1
+                       result = long(result + long(long(ALPHA_NUMERIC.find(x))*(long(base)**long(position))))
+               return result
+
+       def from_base(self, value, base):
+               """
+               Convert from decimal to any base
+               """
+               return makeBase(int(value), base)
+
+
+class roman_numeral(object):
+
+       def to_base(self, value, junk):
+               """
+               Convert from roman numeral to base 10 (decimal)
+               """
+               if value == "0":
+                       return 0L
+               else:
+                       return fromroman(value)
+
+       def from_base(self, value, junk):
+               """
+               Convert from decimal to roman numeral
+               """
+               return toroman(int(value))
+
+
+
+class function(object):
+       ''"defined simple function can be as complicated as you like, however, both to/from base must be defined.''"
+
+       #value is assumed to be a string
+       #convert from a defined function to base
+       def to_base(self, value, (to_base, from_base)):
+               y = 0 # "undefined" y was driving me nuts
+               exec "y="+to_base[:to_base.find('x')]+str(value)+to_base[to_base.find('x')+1:]
+               return y
+
+       def from_base(self, value, (to_base, from_base)):
+               y = 0 # "undefined" y was driving me nuts
+               exec "y="+from_base[:from_base.find('x')]+str(value)+from_base[from_base.find('x')+1:]
+               return y
+
+
+#--------- function definitions from classes ------------
+m = simple_multiplier()
+inv = simple_inverter()
+gof = simple_gain_offset()
+ofg = simple_offset_gain()
+slo = slope_offset()
+dso = double_slope_offset()
+b = base_converter()
+r = roman_numeral()
+f = function()
diff --git a/src/gonvert.py b/src/gonvert.py
new file mode 100755 (executable)
index 0000000..17672fc
--- /dev/null
@@ -0,0 +1,29 @@
+#!/usr/bin/python
+
+import os
+import sys
+import logging
+
+
+_moduleLogger = logging.getLogger("gonvert")
+sys.path.append("/usr/lib/gonvert/")
+
+
+import constants
+import gonvert_glade
+
+
+try:
+       os.makedirs(constants._data_path_)
+except OSError, e:
+       if e.errno != 17:
+               raise
+
+logging.basicConfig(level=logging.DEBUG, filename=constants._user_logpath_)
+_moduleLogger.info("gonvert %s-%s" % (constants.__version__, constants.__build__))
+_moduleLogger.info("OS: %s" % (os.uname()[0], ))
+_moduleLogger.info("Kernel: %s (%s) for %s" % os.uname()[2:])
+_moduleLogger.info("Hostname: %s" % os.uname()[1])
+
+
+gonvert_glade.run_gonvert()
diff --git a/src/gonvert_glade.py b/src/gonvert_glade.py
new file mode 100755 (executable)
index 0000000..e42b1e4
--- /dev/null
@@ -0,0 +1,892 @@
+#!/usr/bin/env python
+# -*- coding: UTF8 -*-
+
+from __future__ import with_statement
+
+import os
+import math
+import pickle
+import logging
+
+import pango
+import gobject
+import gtk
+import gtk.glade
+import gtk.gdk
+
+import constants
+import hildonize
+import gtk_toolbox
+import unit_data
+
+try:
+       import gettext
+except ImportError:
+       _ = lambda x: x
+       gettext = None
+else:
+       _ = gettext.gettext
+
+
+_moduleLogger = logging.getLogger("gonvert_glade")
+
+if gettext is not None:
+       gettext.bindtextdomain('gonvert', '/usr/share/locale')
+       gettext.textdomain('gonvert')
+
+
+def change_menu_label(widgets, labelname, newtext):
+       item_label = widgets.get_widget(labelname).get_children()[0]
+       item_label.set_text(newtext)
+
+
+def split_number(number):
+       try:
+               fractional, integer = math.modf(number)
+       except TypeError:
+               integerDisplay = number
+               fractionalDisplay = ""
+       else:
+               integerDisplay = str(integer)
+               fractionalDisplay = str(fractional)
+               if "e+" in integerDisplay:
+                       integerDisplay = number
+                       fractionalDisplay = ""
+               elif "e-" in fractionalDisplay and 0.0 < integer:
+                       integerDisplay = number
+                       fractionalDisplay = ""
+               elif "e-" in fractionalDisplay:
+                       integerDisplay = ""
+                       fractionalDisplay = number
+               else:
+                       integerDisplay = integerDisplay.split(".", 1)[0] + "."
+                       fractionalDisplay = fractionalDisplay.rsplit(".", 1)[-1]
+
+       return integerDisplay, fractionalDisplay
+
+
+class Gonvert(object):
+
+       _glade_files = [
+               os.path.join(os.path.dirname(__file__), "gonvert.glade"),
+               os.path.join(os.path.dirname(__file__), "../data/gonvert.glade"),
+               os.path.join(os.path.dirname(__file__), "../lib/gonvert.glade"),
+               '/usr/share/gonvert/gonvert.glade',
+               '/usr/lib/gonvert/gonvert.glade',
+       ]
+
+       UNITS_NAME_IDX = 0
+       UNITS_VALUE_IDX = 1
+       UNITS_SYMBOL_IDX = 2
+       UNITS_INTEGER_IDX = 3
+       UNITS_FRACTION_IDX = 4
+
+       def __init__(self):
+               self._unitDataInCategory = None
+               self._unit_sort_direction = False
+               self._value_sort_direction = False
+               self._units_sort_direction = False
+               self.__isPortrait = False
+               self._isFullScreen = False
+               self._clipboard = gtk.clipboard_get()
+
+               self._find_result = [] # empty find result list
+               self._findIndex = 0 # default to find result number zero
+
+               self._selectedCategoryName = '' # preset to no selected category
+               self._defaultUnitForCategory = {} # empty dictionary for later use
+
+               #check to see if glade file is in current directory (user must be
+               # running from download untar directory)
+               for gladePath in self._glade_files:
+                       if os.path.isfile(gladePath):
+                               homepath = os.path.dirname(gladePath)
+                               pixmapspath = "/".join((homepath, "pixmaps"))
+                               widgets = gtk.glade.XML(gladePath)
+                               break
+               else:
+                       _moduleLogger.error("UI Descriptor not found!")
+                       gtk.main_quit()
+                       return
+
+               self._mainWindow = widgets.get_widget('mainWindow')
+               self._app = hildonize.get_app_class()()
+               self._mainWindow = hildonize.hildonize_window(self._app, self._mainWindow)
+
+               change_menu_label(widgets, 'fileMenuItem', _('File'))
+               change_menu_label(widgets, 'exitMenuItem', _('Exit'))
+               change_menu_label(widgets, 'helpMenuItem', _('Help'))
+               change_menu_label(widgets, 'aboutMenuItem', _('About'))
+
+               self._categorySelectionButton = widgets.get_widget("categorySelectionButton")
+               self._categoryView = widgets.get_widget('categoryView')
+
+               self._unitsView = widgets.get_widget('unitsView')
+               self._unitsView.set_property('rules_hint', 1)
+               self._unitsView_selection = self._unitsView.get_selection()
+
+               self._unitName = widgets.get_widget('unitName')
+               self._unitValue = widgets.get_widget('unitValue')
+               self._previousUnitName = widgets.get_widget('previousUnitName')
+               self._previousUnitValue = widgets.get_widget('previousUnitValue')
+
+               self._unitSymbol = widgets.get_widget('unitSymbol')
+               self._previousUnitSymbol = widgets.get_widget('previousUnitSymbol')
+
+               self._unitDescription = widgets.get_widget('unitDescription')
+
+               self._searchLayout = widgets.get_widget('searchLayout')
+               self._searchLayout.hide()
+               self._findEntry = widgets.get_widget('findEntry')
+               self._findLabel = widgets.get_widget('findLabel')
+               self._findButton = widgets.get_widget('findButton')
+               self._closeSearchButton = widgets.get_widget('closeSearchButton')
+
+               self._unitsNameRenderer = gtk.CellRendererText()
+               self._unitsNameRenderer.set_property("scale", 0.75)
+               if constants.FORCE_HILDON_LIKE:
+                       self._unitsNameRenderer.set_property("ellipsize", pango.ELLIPSIZE_END)
+                       self._unitsNameRenderer.set_property("width-chars", 5)
+               self._unitNameColumn = gtk.TreeViewColumn(_('Name'), self._unitsNameRenderer)
+               self._unitNameColumn.set_property('resizable', True)
+               self._unitNameColumn.add_attribute(self._unitsNameRenderer, 'text', self.UNITS_NAME_IDX)
+               self._unitNameColumn.set_clickable(True)
+               self._unitNameColumn.connect("clicked", self._on_click_unit_column)
+               self._unitsView.append_column(self._unitNameColumn)
+
+               renderer = gtk.CellRendererText()
+               renderer.set_property("xalign", 1.0)
+               renderer.set_property("alignment", pango.ALIGN_RIGHT)
+               hildonize.set_cell_thumb_selectable(renderer)
+               self._unitIntegerColumn = gtk.TreeViewColumn(_('Value'), renderer)
+               self._unitIntegerColumn.set_property('resizable', True)
+               self._unitIntegerColumn.add_attribute(renderer, 'text', self.UNITS_INTEGER_IDX)
+               self._unitIntegerColumn.set_clickable(True)
+               self._unitIntegerColumn.connect("clicked", self._on_click_unit_column)
+               self._unitsView.append_column(self._unitIntegerColumn)
+
+               renderer = gtk.CellRendererText()
+               renderer.set_property("xalign", 0.0)
+               renderer.set_property("alignment", pango.ALIGN_LEFT)
+               renderer.set_property("scale", 0.75)
+               self._unitFractionalColumn = gtk.TreeViewColumn(_(''), renderer)
+               self._unitFractionalColumn.set_property('resizable', True)
+               self._unitFractionalColumn.add_attribute(renderer, 'text', self.UNITS_FRACTION_IDX)
+               self._unitFractionalColumn.set_clickable(True)
+               self._unitFractionalColumn.connect("clicked", self._on_click_unit_column)
+               self._unitsView.append_column(self._unitFractionalColumn)
+
+               renderer = gtk.CellRendererText()
+               renderer.set_property("ellipsize", pango.ELLIPSIZE_END)
+               #renderer.set_property("scale", 0.5)
+               self._unitSymbolColumn = gtk.TreeViewColumn(_('Units'), renderer)
+               self._unitSymbolColumn.set_property('resizable', True)
+               self._unitSymbolColumn.add_attribute(renderer, 'text', self.UNITS_SYMBOL_IDX)
+               self._unitSymbolColumn.set_clickable(True)
+               self._unitSymbolColumn.connect("clicked", self._on_click_unit_column)
+               self._unitsView.append_column(self._unitSymbolColumn)
+
+               self._unitModel = gtk.ListStore(
+                       gobject.TYPE_STRING, # UNITS_NAME_IDX
+                       gobject.TYPE_STRING, # UNITS_VALUE_IDX
+                       gobject.TYPE_STRING, # UNITS_SYMBOL_IDX
+                       gobject.TYPE_STRING, # UNITS_INTEGER_IDX
+                       gobject.TYPE_STRING, # UNITS_FRACTION_IDX
+               )
+               self._sortedUnitModel = gtk.TreeModelSort(self._unitModel)
+               columns = self._get_column_sort_stuff()
+               for columnIndex, (column, sortDirection, col_cmp) in enumerate(columns):
+                       self._sortedUnitModel.set_sort_func(columnIndex, col_cmp)
+               self._unitsView.set_model(self._sortedUnitModel)
+
+               #Insert a column into the category list even though the heading will not be seen
+               renderer = gtk.CellRendererText()
+               self._categoryColumn = gtk.TreeViewColumn('Title', renderer)
+               self._categoryColumn.set_property('resizable', 1)
+               self._categoryColumn.add_attribute(renderer, 'text', 0)
+               self._categoryView.append_column(self._categoryColumn)
+
+               self._categoryModel = gtk.ListStore(gobject.TYPE_STRING)
+               self._categoryView.set_model(self._categoryModel)
+               #colourize each row differently for easier reading
+               self._categoryView.set_property('rules_hint', 1)
+
+               #Populate the catagories list
+               for key in unit_data.UNIT_CATEGORIES:
+                       row = (key, )
+                       self._categoryModel.append(row)
+
+               #--------- connections to GUI ----------------
+               self._mainWindow.connect("destroy", self._on_user_exit)
+               self._mainWindow.connect("key-press-event", self._on_key_press)
+               self._mainWindow.connect("window-state-event", self._on_window_state_change)
+               self._categorySelectionButton.connect("clicked", self._on_category_selector_clicked)
+               self._categoryView.connect("cursor-changed", self._on_click_category)
+               self._findButton.connect("clicked", self._on_find_activate)
+               self._findEntry.connect("activate", self._on_find_activate)
+               self._findEntry.connect("changed", self._on_findEntry_changed)
+               self._closeSearchButton.connect("clicked", self._on_toggle_search)
+               self._previousUnitValue.connect("changed", self._on_previous_unit_value_changed)
+               self._unitValue.connect("changed", self._on_unit_value_changed)
+               self._unitValue.connect("key-press-event", self._on_browse_key_press)
+               self._unitsView.connect("cursor-changed", self._on_click_unit)
+               self._unitsView.connect("key-press-event", self._on_browse_key_press)
+               if hildonize.GTK_MENU_USED:
+                       widgets.get_widget("aboutMenuItem").connect("activate", self._on_about_clicked)
+                       widgets.get_widget("searchMenuItem").connect("activate", self._on_toggle_search)
+                       widgets.get_widget("exitMenuItem").connect("activate", self._on_user_exit)
+
+               for scrollingWidgetName in (
+                       "unitsViewScrolledWindow",
+               ):
+                       scrollingWidget = widgets.get_widget(scrollingWidgetName)
+                       assert scrollingWidget is not None, scrollingWidgetName
+                       scroller = hildonize.hildonize_scrollwindow(scrollingWidget)
+                       scroller.show_all()
+
+               # Simplify the UI
+               if hildonize.IS_HILDON_SUPPORTED or constants.FORCE_HILDON_LIKE:
+                       self._categoryView.get_parent().hide()
+                       self._unitsView.set_headers_visible(False)
+                       self._previousUnitName.get_parent().hide()
+                       self._unitDescription.get_parent().get_parent().hide()
+               else:
+                       self._categorySelectionButton.hide()
+
+               menu = hildonize.hildonize_menu(
+                       self._mainWindow,
+                       widgets.get_widget("mainMenuBar"),
+               )
+               if not hildonize.GTK_MENU_USED:
+                       button = gtk.Button("Search")
+                       button.connect("clicked", self._on_toggle_search)
+                       menu.append(button)
+
+                       button = hildonize.hildon.GtkRadioButton(gtk.HILDON_SIZE_AUTO, None)
+                       button.set_label("Name")
+                       menu.add_filter(button)
+                       button.connect("clicked", self._on_click_menu_filter, self._unitNameColumn)
+                       button.set_mode(False)
+                       filterGroup = button
+
+                       button = hildonize.hildon.GtkRadioButton(gtk.HILDON_SIZE_AUTO, filterGroup)
+                       button.set_label("Value")
+                       menu.add_filter(button)
+                       button.connect("clicked", self._on_click_menu_filter, self._unitIntegerColumn)
+                       button.set_mode(False)
+
+                       button = hildonize.hildon.GtkRadioButton(gtk.HILDON_SIZE_AUTO, filterGroup)
+                       button.set_label("Unit")
+                       menu.add_filter(button)
+                       button.connect("clicked", self._on_click_menu_filter, self._unitSymbolColumn)
+                       button.set_mode(False)
+
+                       menu.show_all()
+
+               if not hildonize.IS_HILDON_SUPPORTED:
+                       _moduleLogger.info("No hildonization support")
+
+               hildonize.set_application_name(
+                       "%s - Unit Conversion Utility" % constants.__pretty_app_name__
+               )
+               iconPath = pixmapspath + '/gonvert.png'
+               if os.path.exists(iconPath):
+                       self._mainWindow.set_icon(gtk.gdk.pixbuf_new_from_file(iconPath))
+               else:
+                       _moduleLogger.warn("Error: Could not find gonvert icon: %s" % iconPath)
+
+               self._load_settings()
+               self._mainWindow.show()
+
+       def _load_settings(self):
+               #Restore window size from previously saved settings if it exists and is valid.
+               windowDatPath = "/".join((constants._data_path_, "window.dat"))
+               if os.path.exists(windowDatPath):
+                       saved_window = pickle.load(open(windowDatPath, "r"))
+                       try:
+                               a, b = saved_window['size']
+                       except KeyError:
+                               pass
+                       else:
+                               self._mainWindow.resize(a, b)
+                       try:
+                               isFullscreen = saved_window["isFullscreen"]
+                       except KeyError:
+                               pass
+                       else:
+                               if isFullscreen:
+                                       self._mainWindow.fullscreen()
+                       try:
+                               isPortrait = saved_window["isPortrait"]
+                       except KeyError:
+                               pass
+                       else:
+                               if isPortrait ^ self.__isPortrait:
+                                       if isPortrait:
+                                               orientation = gtk.ORIENTATION_VERTICAL
+                                       else:
+                                               orientation = gtk.ORIENTATION_HORIZONTAL
+                                       self.set_orientation(orientation)
+
+               #Restore selections from previously saved settings if it exists and is valid.
+               categoryIndex = 0
+               selectedCategoryName = unit_data.UNIT_CATEGORIES[0]
+               selectionsDatPath = "/".join((constants._data_path_, "selections.dat"))
+               if os.path.exists(selectionsDatPath):
+                       selections = pickle.load(open(selectionsDatPath, 'r'))
+                       try:
+                               self._defaultUnitForCategory = selections['selected_units']
+                       except KeyError:
+                               pass
+
+                       try:
+                               selectedCategoryName = selections['selected_category']
+                       except KeyError:
+                               pass
+                       else:
+                               try:
+                                       categoryIndex = unit_data.UNIT_CATEGORIES.index(selectedCategoryName)
+                               except ValueError:
+                                       _moduleLogger.warn("Unknown category: %s" % selectedCategoryName)
+
+               self._categorySelectionButton.get_child().set_markup("<big>%s</big>" % selectedCategoryName)
+               self._categoryView.set_cursor(categoryIndex, self._categoryColumn, False)
+               self._categoryView.grab_focus()
+
+               self._select_default_unit()
+
+       def _save_settings(self):
+               """
+               This routine saves the selections to a file, and
+               should therefore only be called when exiting the program.
+
+               Update selections dictionary which consists of the following keys:
+               'self._selectedCategoryName': full name of selected category
+               'self._defaultUnitForCategory': self._defaultUnitForCategory dictionary which contains:
+               [categoryname: #1 displayed unit, #2 displayed unit]
+               """
+               #Determine the contents of the selected category row
+               selected, iter = self._categoryView.get_selection().get_selected()
+               self._selectedCategoryName = self._categoryModel.get_value(iter, 0)
+
+               selections = {
+                       'selected_category': self._selectedCategoryName,
+                       'selected_units': self._defaultUnitForCategory
+               }
+               selectionsDatPath = "/".join((constants._data_path_, "selections.dat"))
+               pickle.dump(selections, open(selectionsDatPath, 'w'))
+
+               #Get last size of app and save it
+               window_settings = {
+                       'size': self._mainWindow.get_size(),
+                       "isFullscreen": self._isFullScreen,
+                       "isPortrait": self.__isPortrait,
+               }
+               windowDatPath = "/".join((constants._data_path_, "window.dat"))
+               pickle.dump(window_settings, open(windowDatPath, 'w'))
+
+       def _refresh_columns(self):
+               self._unitsView.remove_column(self._unitNameColumn)
+               self._unitsView.remove_column(self._unitIntegerColumn)
+               self._unitsView.remove_column(self._unitFractionalColumn)
+               self._unitsView.remove_column(self._unitSymbolColumn)
+
+               self._unitsView.append_column(self._unitNameColumn)
+               self._unitsView.append_column(self._unitIntegerColumn)
+               self._unitsView.append_column(self._unitFractionalColumn)
+               self._unitsView.append_column(self._unitSymbolColumn)
+
+       def _clear_find(self):
+               # switch to "new find" state
+               self._find_result = []
+               self._findIndex = 0
+
+               # Clear our user message
+               self._findLabel.set_text('')
+
+       def _find_first(self):
+               assert len(self._find_result) == 0
+               assert self._findIndex == 0
+               findString = self._findEntry.get_text().strip().lower()
+               if not findString:
+                       return
+
+               # Gather info on all the matching units from all categories
+               for catIndex, category in enumerate(unit_data.UNIT_CATEGORIES):
+                       units = unit_data.get_units(category)
+                       for unitIndex, unit in enumerate(units):
+                               loweredUnit = unit.lower()
+                               if loweredUnit in findString or findString in loweredUnit:
+                                       self._find_result.append((category, unit, catIndex, unitIndex))
+
+       def _update_find_selection(self):
+               assert 0 < len(self._find_result)
+
+               #check if next find is in a new category (prevent category changes when unnecessary
+               searchCategoryName = self._find_result[self._findIndex][0]
+               if self._selectedCategoryName != searchCategoryName:
+                       self._categorySelectionButton.get_child().set_markup("<big>%s</big>" % searchCategoryName)
+                       self._categoryView.set_cursor(
+                               self._find_result[self._findIndex][2], self._categoryColumn, False
+                       )
+
+               self._unitsView.set_cursor(
+                       self._find_result[self._findIndex][3], self._unitNameColumn, True
+               )
+
+       def _find_next(self):
+               if len(self._find_result) == 0:
+                       self._find_first()
+               else:
+                       if self._findIndex == len(self._find_result)-1:
+                               self._findIndex = 0
+                       else:
+                               self._findIndex += 1
+
+               if not self._find_result:
+                       self._findLabel.set_text('Text not found')
+               else:
+                       self._update_find_selection()
+                       resultsLeft = len(self._find_result) - self._findIndex - 1
+                       self._findLabel.set_text(
+                               '%s result(s) left' % (resultsLeft, )
+                       )
+
+       def _find_previous(self):
+               if len(self._find_result) == 0:
+                       self._find_first()
+               else:
+                       if self._findIndex == 0:
+                               self._findIndex = len(self._find_result)-1
+                       else:
+                               self._findIndex -= 1
+
+               if not self._find_result:
+                       self._findLabel.set_text('Text not found')
+               else:
+                       self._update_find_selection()
+                       resultsLeft = len(self._find_result) - self._findIndex - 1
+                       self._findLabel.set_text(
+                               '%s result(s) left' % (resultsLeft, )
+                       )
+
+       def _toggle_find(self):
+               if self._searchLayout.get_property("visible"):
+                       self._searchLayout.hide()
+                       self._unitsView.grab_focus()
+               else:
+                       self._searchLayout.show()
+                       self._findEntry.grab_focus()
+
+       def _unit_model_cmp(self, sortedModel, leftItr, rightItr):
+               leftUnitText = self._unitModel.get_value(leftItr, self.UNITS_NAME_IDX)
+               rightUnitText = self._unitModel.get_value(rightItr, self.UNITS_NAME_IDX)
+               return cmp(leftUnitText, rightUnitText)
+
+       def _symbol_model_cmp(self, sortedModel, leftItr, rightItr):
+               leftSymbolText = self._unitModel.get_value(leftItr, self.UNITS_SYMBOL_IDX)
+               rightSymbolText = self._unitModel.get_value(rightItr, self.UNITS_SYMBOL_IDX)
+               return cmp(leftSymbolText, rightSymbolText)
+
+       def _value_model_cmp(self, sortedModel, leftItr, rightItr):
+               #special sorting exceptions for ascii values (instead of float values)
+               if self._selectedCategoryName == "Computer Numbers":
+                       leftValue = self._unitModel.get_value(leftItr, self.UNITS_VALUE_IDX)
+                       rightValue = self._unitModel.get_value(rightItr, self.UNITS_VALUE_IDX)
+               else:
+                       leftValueText = self._unitModel.get_value(leftItr, self.UNITS_VALUE_IDX)
+                       leftValue = float(leftValueText) if leftValueText else 0.0
+
+                       rightValueText = self._unitModel.get_value(rightItr, self.UNITS_VALUE_IDX)
+                       rightValue = float(rightValueText) if rightValueText else 0.0
+               return cmp(leftValue, rightValue)
+
+       def _get_column_sort_stuff(self):
+               columns = (
+                       (self._unitNameColumn, "_unit_sort_direction", self._unit_model_cmp),
+                       (self._unitIntegerColumn, "_value_sort_direction", self._value_model_cmp),
+                       (self._unitFractionalColumn, "_value_sort_direction", self._value_model_cmp),
+                       (self._unitSymbolColumn, "_units_sort_direction", self._symbol_model_cmp),
+               )
+               return columns
+
+       def _switch_category(self, category):
+               self._selectedCategoryName = category
+               self._unitDataInCategory = unit_data.UNIT_DESCRIPTIONS[self._selectedCategoryName]
+
+               #Fill up the units descriptions and clear the value cells
+               self._clear_visible_unit_data()
+               nameLength = 0
+               for key in unit_data.get_units(self._selectedCategoryName):
+                       row = key, '0.0', self._unitDataInCategory[key][1], '0.', '0'
+                       self._unitModel.append(row)
+                       nameLength = max(nameLength, len(key))
+               self._sortedUnitModel.sort_column_changed()
+
+               if constants.FORCE_HILDON_LIKE:
+                       maxCatCharWidth = int(nameLength * 0.75)
+                       maxCharWidth = int(len("nibble | hexit | quadbit") * 0.75)
+                       charWidth = min(maxCatCharWidth, maxCharWidth)
+                       self._unitsNameRenderer.set_property("width-chars", charWidth)
+
+               self._select_default_unit()
+
+       def _clear_visible_unit_data(self):
+               self._unitDescription.get_buffer().set_text("")
+               self._unitName.set_text('')
+               self._unitValue.set_text('')
+               self._unitSymbol.set_text('')
+
+               self._previousUnitName.set_text('')
+               self._previousUnitValue.set_text('')
+               self._previousUnitSymbol.set_text('')
+
+               self._unitModel.clear()
+
+       def _select_default_unit(self):
+               # Restore the previous historical settings of previously selected units
+               # in this newly selected category
+               defaultPrimary = unit_data.get_base_unit(self._selectedCategoryName)
+               defaultSecondary = ""
+               if self._selectedCategoryName in self._defaultUnitForCategory:
+                       if self._defaultUnitForCategory[self._selectedCategoryName][0]:
+                               defaultPrimary = self._defaultUnitForCategory[self._selectedCategoryName][0]
+                       if self._defaultUnitForCategory[self._selectedCategoryName][1]:
+                               defaultSecondary = self._defaultUnitForCategory[self._selectedCategoryName][1]
+
+               units = unit_data.get_units(self._selectedCategoryName)
+
+               #Restore oldest selection first.
+               if defaultPrimary:
+                       try:
+                               unitIndex = units.index(defaultPrimary)
+                       except ValueError:
+                               unitIndex = 0
+                       self._unitsView.set_cursor(unitIndex, self._unitNameColumn, True)
+
+               #Restore newest selection second.
+               if defaultSecondary:
+                       try:
+                               unitIndex = units.index(defaultSecondary)
+                       except ValueError:
+                               unitIndex = 0
+                       self._unitsView.set_cursor(unitIndex, self._unitNameColumn, True)
+
+               # select the text so user can start typing right away
+               self._unitValue.grab_focus()
+               self._unitValue.select_region(0, -1)
+
+       def _sanitize_value(self, userEntry):
+               if self._selectedCategoryName == "Computer Numbers":
+                       if userEntry == '':
+                               value = '0'
+                       else:
+                               value = userEntry
+               else:
+                       if userEntry == '':
+                               value = 0.0
+                       else:
+                               value = float(userEntry)
+               return value
+
+       def _select_sort_column(self, col):
+               #Determine which column requires sorting
+               columns = self._get_column_sort_stuff()
+               for columnIndex, (maybeCol, directionName, col_cmp) in enumerate(columns):
+                       if col is maybeCol:
+                               direction = getattr(self, directionName)
+                               gtkDirection = gtk.SORT_ASCENDING if direction else gtk.SORT_DESCENDING
+
+                               # cause a sort
+                               self._sortedUnitModel.set_sort_column_id(columnIndex, gtkDirection)
+
+                               # set the visual for sorting
+                               col.set_sort_indicator(True)
+                               col.set_sort_order(not direction)
+
+                               setattr(self, directionName, not direction)
+                               break
+                       else:
+                               maybeCol.set_sort_indicator(False)
+               else:
+                       assert False, "Unknown column: %s" % (col.get_title(), )
+
+       def set_orientation(self, orientation):
+               if orientation == gtk.ORIENTATION_VERTICAL:
+                       hildonize.window_to_portrait(self._mainWindow)
+                       self.__isPortrait = True
+               elif orientation == gtk.ORIENTATION_HORIZONTAL:
+                       hildonize.window_to_landscape(self._mainWindow)
+                       self.__isPortrait = False
+               else:
+                       raise NotImplementedError(orientation)
+
+       def get_orientation(self):
+               return gtk.ORIENTATION_VERTICAL if self.__isPortrait else gtk.ORIENTATION_HORIZONTAL
+
+       def _toggle_rotate(self):
+               if self.__isPortrait:
+                       self.set_orientation(gtk.ORIENTATION_HORIZONTAL)
+               else:
+                       self.set_orientation(gtk.ORIENTATION_VERTICAL)
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_key_press(self, widget, event, *args):
+               """
+               @note Hildon specific
+               """
+               RETURN_TYPES = (gtk.keysyms.Return, gtk.keysyms.ISO_Enter, gtk.keysyms.KP_Enter)
+               if (
+                       event.keyval == gtk.keysyms.F6 or
+                       event.keyval in RETURN_TYPES and event.get_state() & gtk.gdk.CONTROL_MASK
+               ):
+                       if self._isFullScreen:
+                               self._mainWindow.unfullscreen()
+                       else:
+                               self._mainWindow.fullscreen()
+               elif event.keyval == gtk.keysyms.f and event.get_state() & gtk.gdk.CONTROL_MASK:
+                       if not hildonize.GTK_MENU_USED:
+                               self._toggle_find()
+               elif event.keyval == gtk.keysyms.p and event.get_state() & gtk.gdk.CONTROL_MASK:
+                       self._find_previous()
+               elif event.keyval == gtk.keysyms.n and event.get_state() & gtk.gdk.CONTROL_MASK:
+                       self._find_next()
+               elif event.keyval == gtk.keysyms.o and event.get_state() & gtk.gdk.CONTROL_MASK:
+                       self._toggle_rotate()
+               elif (
+                       event.keyval in (gtk.keysyms.w, gtk.keysyms.q) and
+                       event.get_state() & gtk.gdk.CONTROL_MASK
+               ):
+                       self._mainWindow.destroy()
+               elif event.keyval == gtk.keysyms.l and event.get_state() & gtk.gdk.CONTROL_MASK:
+                       with open(constants._user_logpath_, "r") as f:
+                               logLines = f.xreadlines()
+                               log = "".join(logLines)
+                               self._clipboard.set_text(str(log))
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_toggle_search(self, *args):
+               self._toggle_find()
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_browse_key_press(self, widget, event, *args):
+               if event.keyval == gtk.keysyms.uparrow or event.keyval == gtk.keysyms.Up:
+                       index, column = self._unitsView.get_cursor()
+                       newIndex = max(index[0]-1, 0)
+                       path = (newIndex, )
+                       self._unitsView.set_cursor(path, column, True)
+                       self._unitsView.scroll_to_cell(path, column, False, 0, 0)
+                       return True # override default behavior
+               elif event.keyval == gtk.keysyms.downarrow or event.keyval == gtk.keysyms.Down:
+                       index, column = self._unitsView.get_cursor()
+                       newIndex = min(index[0]+1, len(self._unitModel)-1)
+                       path = (newIndex, )
+                       self._unitsView.set_cursor(path, column, True)
+                       self._unitsView.scroll_to_cell(path, column, False, 0, 0)
+                       return True # override default behavior
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_window_state_change(self, widget, event, *args):
+               """
+               @note Hildon specific
+               """
+               if event.new_window_state & gtk.gdk.WINDOW_STATE_FULLSCREEN:
+                       self._isFullScreen = True
+               else:
+                       self._isFullScreen = False
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_findEntry_changed(self, *args):
+               """
+               Clear out find results since the user wants to look for something new
+               """
+               self._clear_find()
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_find_activate(self, *args):
+               self._find_next()
+               self._findButton.grab_focus()
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_click_menu_filter(self, button, col):
+               self._select_sort_column(col)
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_click_unit_column(self, col):
+               """
+               Sort the contents of the col when the user clicks on the title.
+               """
+               self._select_sort_column(col)
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_category_selector_clicked(self, *args):
+               currenntIndex = unit_data.UNIT_CATEGORIES.index(self._selectedCategoryName)
+               newIndex = hildonize.touch_selector(
+                       self._mainWindow,
+                       "Categories",
+                       unit_data.UNIT_CATEGORIES,
+                       currenntIndex,
+               )
+
+               selectedCategoryName = unit_data.UNIT_CATEGORIES[newIndex]
+               self._categorySelectionButton.get_child().set_markup("<big>%s</big>" % selectedCategoryName)
+               self._switch_category(selectedCategoryName)
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_click_category(self, *args):
+               selected, iter = self._categoryView.get_selection().get_selected()
+               if iter is None:
+                       # User is typing in an invalid string, not selecting any category
+                       return
+               selectedCategory = self._categoryModel.get_value(iter, 0)
+               self._switch_category(selectedCategory)
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_click_unit(self, *args):
+               selected, iter = self._unitsView.get_selection().get_selected()
+               selected_unit = selected.get_value(iter, self.UNITS_NAME_IDX)
+               unit_spec = self._unitDataInCategory[selected_unit]
+
+               showSymbol = False
+
+               if self._unitName.get_text() != selected_unit:
+                       self._previousUnitName.set_text(self._unitName.get_text())
+                       self._previousUnitValue.set_text(self._unitValue.get_text())
+                       self._previousUnitSymbol.set_text(self._unitSymbol.get_text())
+                       if self._unitSymbol.get_text():
+                               showSymbol = True
+
+               self._unitName.set_text(selected_unit)
+               self._unitValue.set_text(selected.get_value(iter, self.UNITS_VALUE_IDX))
+               buffer = self._unitDescription.get_buffer()
+               buffer.set_text(unit_spec[2])
+               self._unitSymbol.set_text(unit_spec[1]) # put units into label text
+               if unit_spec[1]:
+                       showSymbol = True
+               else:
+                       showSymbol = False
+
+               if showSymbol:
+                       self._unitSymbol.show()
+                       self._previousUnitSymbol.show()
+               else:
+                       self._unitSymbol.hide()
+                       self._previousUnitSymbol.hide()
+
+               if self._unitValue.get_text() == '':
+                       if self._selectedCategoryName == "Computer Numbers":
+                               self._unitValue.set_text("0")
+                       else:
+                               self._unitValue.set_text("0.0")
+
+               self._defaultUnitForCategory[self._selectedCategoryName] = [
+                       self._unitName.get_text(), self._previousUnitName.get_text()
+               ]
+
+               # select the text so user can start typing right away
+               self._unitValue.grab_focus()
+               self._unitValue.select_region(0, -1)
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_unit_value_changed(self, *args):
+               if self._unitName.get_text() == '':
+                       return
+               if not self._unitValue.is_focus():
+                       return
+
+               #retrieve the conversion function and value from the selected unit
+               value = self._sanitize_value(self._unitValue.get_text())
+               func, arg = self._unitDataInCategory[self._unitName.get_text()][0]
+               base = func.to_base(value, arg)
+
+               #point to the first row
+               for row in self._unitModel:
+                       func, arg = self._unitDataInCategory[row[self.UNITS_NAME_IDX]][0]
+                       newValue = func.from_base(base, arg)
+
+                       newValueDisplay = str(newValue)
+                       integerDisplay, fractionalDisplay = split_number(newValue)
+
+                       row[self.UNITS_VALUE_IDX] = newValueDisplay
+                       row[self.UNITS_INTEGER_IDX] = integerDisplay
+                       row[self.UNITS_FRACTION_IDX] = fractionalDisplay
+
+               # Update the secondary unit entry
+               if self._previousUnitName.get_text() != '':
+                       func, arg = self._unitDataInCategory[self._previousUnitName.get_text()][0]
+                       self._previousUnitValue.set_text(str(func.from_base(base, arg, )))
+
+               self._sortedUnitModel.sort_column_changed()
+               self._refresh_columns()
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_previous_unit_value_changed(self, *args):
+               if self._previousUnitName.get_text() == '':
+                       return
+               if not self._previousUnitValue.is_focus():
+                       return
+
+               #retrieve the conversion function and value from the selected unit
+               value = self._sanitize_value(self._previousUnitValue.get_text())
+               func, arg = self._unitDataInCategory[self._previousUnitName.get_text()][0]
+               base = func.to_base(value, arg)
+
+               #point to the first row
+               for row in self._unitModel:
+                       func, arg = self._unitDataInCategory[row[self.UNITS_NAME_IDX]][0]
+                       newValue = func.from_base(base, arg)
+
+                       newValueDisplay = str(newValue)
+                       integerDisplay, fractionalDisplay = split_number(newValue)
+
+                       row[self.UNITS_VALUE_IDX] = newValueDisplay
+                       row[self.UNITS_INTEGER_IDX] = integerDisplay
+                       row[self.UNITS_FRACTION_IDX] = fractionalDisplay
+
+               # Update the primary unit entry
+               func, arg = self._unitDataInCategory[self._unitName.get_text()][0]
+               self._unitValue.set_text(str(func.from_base(base, arg, )))
+
+               self._sortedUnitModel.sort_column_changed()
+               self._refresh_columns()
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_about_clicked(self, a):
+               dlg = gtk.AboutDialog()
+               dlg.set_name(constants.__pretty_app_name__)
+               dlg.set_version("%s-%d" % (constants.__version__, constants.__build__))
+               dlg.set_copyright("Copyright 2009 - GPL")
+               dlg.set_comments("")
+               dlg.set_website("http://unihedron.com/projects/gonvert/gonvert.php")
+               dlg.set_authors(["Anthony Tekatch <anthony@unihedron.com>", "Ed Page <eopage@byu.net> (Blame him for the most recent bugs)"])
+               dlg.run()
+               dlg.destroy()
+
+       @gtk_toolbox.log_exception(_moduleLogger)
+       def _on_user_exit(self, *args):
+               try:
+                       self._save_settings()
+               except Exception:
+                       pass
+               finally:
+                       gtk.main_quit()
+
+
+def run_gonvert():
+       gtk.gdk.threads_init()
+       if hildonize.IS_HILDON_SUPPORTED:
+               gtk.set_application_name(constants.__pretty_app_name__)
+       handle = Gonvert()
+       if not constants.PROFILE_STARTUP:
+               gtk.main()
+
+
+if __name__ == "__main__":
+       logging.basicConfig(level = logging.DEBUG)
+       try:
+               os.makedirs(constants._data_path_)
+       except OSError, e:
+               if e.errno != 17:
+                       raise
+
+       run_gonvert()
diff --git a/src/gonvert_qt.py b/src/gonvert_qt.py
new file mode 100755 (executable)
index 0000000..3ed1bf7
--- /dev/null
@@ -0,0 +1,166 @@
+#!/usr/bin/env python
+# -*- coding: UTF8 -*-
+
+from __future__ import with_statement
+
+import sys
+import os
+import math
+import pickle
+import logging
+
+from PyQt4 import QtGui
+from PyQt4 import QtCore
+
+import constants
+import unit_data
+
+try:
+       import gettext
+except ImportError:
+       _ = lambda x: x
+       gettext = None
+else:
+       _ = gettext.gettext
+
+
+_moduleLogger = logging.getLogger("gonvert_glade")
+
+if gettext is not None:
+       gettext.bindtextdomain('gonvert', '/usr/share/locale')
+       gettext.textdomain('gonvert')
+
+
+def change_menu_label(widgets, labelname, newtext):
+       item_label = widgets.get_widget(labelname).get_children()[0]
+       item_label.set_text(newtext)
+
+
+def split_number(number):
+       try:
+               fractional, integer = math.modf(number)
+       except TypeError:
+               integerDisplay = number
+               fractionalDisplay = ""
+       else:
+               integerDisplay = str(integer)
+               fractionalDisplay = str(fractional)
+               if "e+" in integerDisplay:
+                       integerDisplay = number
+                       fractionalDisplay = ""
+               elif "e-" in fractionalDisplay and 0.0 < integer:
+                       integerDisplay = number
+                       fractionalDisplay = ""
+               elif "e-" in fractionalDisplay:
+                       integerDisplay = ""
+                       fractionalDisplay = number
+               else:
+                       integerDisplay = integerDisplay.split(".", 1)[0] + "."
+                       fractionalDisplay = fractionalDisplay.rsplit(".", 1)[-1]
+
+       return integerDisplay, fractionalDisplay
+
+
+class Gonvert(object):
+
+       _DATA_PATHS = [
+               os.path.dirname(__file__),
+               os.path.join(os.path.dirname(__file__), "../data"),
+               os.path.join(os.path.dirname(__file__), "../lib"),
+               '/usr/share/gonvert',
+               '/usr/lib/gonvert',
+       ]
+
+       def __init__(self):
+               self._dataPath = ""
+               for dataPath in self._DATA_PATHS:
+                       appIconPath = os.path.join(dataPath, "pixmaps", "gonvert.png")
+                       if os.path.isfile(appIconPath):
+                               self._dataPath = dataPath
+                               break
+               else:
+                       raise RuntimeError("UI Descriptor not found!")
+
+               self._catWindow = CategoryWindow(None, appIconPath)
+
+
+class CategoryWindow(object):
+
+       def __init__(self, parent, appIconPath):
+               self._categories = QtGui.QTreeWidget()
+
+               self._layout = QtGui.QVBoxLayout()
+               self._layout.addWidget(self._categories)
+
+               centralWidget = QtGui.QWidget()
+               centralWidget.setLayout(self._layout)
+
+               self._window = QtGui.QMainWindow()
+               self._window.setWindowTitle("%s - Categories" % constants.__pretty_app_name__)
+               self._window.setWindowIcon(QtGui.QIcon(appIconPath))
+               self._window.setCentralWidget(centralWidget)
+
+               self._window.show()
+
+
+class UnitWindow(object):
+
+       def __init__(self, parent, category, appIconPath):
+               self._selectedUnitName = QtGui.QLabel()
+               self._selectedUnitValue = QtGui.QLineEdit()
+               self._selectedUnitSymbol = QtGui.QLabel()
+
+               self._selectedUnitLayout = QtGui.QHBoxLayout()
+               self._selectedUnitLayout.addWidget(self._selectedUnitName)
+               self._selectedUnitLayout.addWidget(self._selectedUnitValue)
+               self._selectedUnitLayout.addWidget(self._selectedUnitSymbol)
+
+               self._units = QtGui.QTreeWidget()
+
+               self._searchButton = QtGui.QPushButton()
+               self._searchEntry = QtGui.QLineEdit()
+               self._searchCloseButton = QtGui.QPushButton()
+
+               self._searchLayout = QtGui.QHBoxLayout()
+               self._searchLayout.addWidget(self._searchButton)
+               self._searchLayout.addWidget(self._searchEntry)
+               self._searchLayout.addWidget(self._searchCloseButton)
+
+               self._layout = QtGui.QVBoxLayout()
+               self._layout.addLayout(self._selectedUnitLayout)
+               self._layout.addWidget(self._units)
+               self._layout.addLayout(self._searchLayout)
+
+               centralWidget = QtGui.QWidget()
+               centralWidget.setLayout(self._layout)
+
+               self._window = QtGui.QMainWindow()
+               self._window.setWindowTitle("%s - %s" % (constants.__pretty_app_name__, category))
+               self._window.setWindowIcon(QtGui.QIcon(appIconPath))
+               self._window.setCentralWidget(centralWidget)
+
+               self._window.show()
+               self._hide_search()
+
+       def _hide_search(self):
+               self._searchButton.hide()
+               self._searchEntry.hide()
+               self._searchCloseButton.hide()
+
+
+def run_gonvert():
+       app = QtGui.QApplication([])
+       handle = Gonvert()
+       return app.exec_()
+
+
+if __name__ == "__main__":
+       logging.basicConfig(level = logging.DEBUG)
+       try:
+               os.makedirs(constants._data_path_)
+       except OSError, e:
+               if e.errno != 17:
+                       raise
+
+       val = run_gonvert()
+       sys.exit(val)
index 784c871..f687e6b 100644 (file)
@@ -567,7 +567,202 @@ class PopupCalendar(object):
                        _moduleLogger.exception(e)
 
 
+class QuickAddView(object):
+
+       def __init__(self, widgetTree, errorDisplay, signalSink, prefix):
+               self._errorDisplay = errorDisplay
+               self._manager = None
+               self._signalSink = signalSink
+
+               self._clipboard = gtk.clipboard_get()
+
+               self._taskNameEntry = widgetTree.get_widget(prefix+"-nameEntry")
+               self._addTaskButton = widgetTree.get_widget(prefix+"-addButton")
+               self._pasteTaskNameButton = widgetTree.get_widget(prefix+"-pasteNameButton")
+               self._clearTaskNameButton = widgetTree.get_widget(prefix+"-clearNameButton")
+               self._onAddId = None
+               self._onAddClickedId = None
+               self._onAddReleasedId = None
+               self._addToEditTimerId = None
+               self._onClearId = None
+               self._onPasteId = None
+
+       def enable(self, manager):
+               self._manager = manager
+
+               self._onAddId = self._addTaskButton.connect("clicked", self._on_add)
+               self._onAddClickedId = self._addTaskButton.connect("pressed", self._on_add_pressed)
+               self._onAddReleasedId = self._addTaskButton.connect("released", self._on_add_released)
+               self._onPasteId = self._pasteTaskNameButton.connect("clicked", self._on_paste)
+               self._onClearId = self._clearTaskNameButton.connect("clicked", self._on_clear)
+
+       def disable(self):
+               self._manager = None
+
+               self._addTaskButton.disconnect(self._onAddId)
+               self._addTaskButton.disconnect(self._onAddClickedId)
+               self._addTaskButton.disconnect(self._onAddReleasedId)
+               self._pasteTaskNameButton.disconnect(self._onPasteId)
+               self._clearTaskNameButton.disconnect(self._onClearId)
+
+       def set_addability(self, addability):
+               self._addTaskButton.set_sensitive(addability)
+
+       def _on_add(self, *args):
+               try:
+                       name = self._taskNameEntry.get_text()
+                       self._taskNameEntry.set_text("")
+
+                       self._signalSink.stage.send(("add", name))
+               except Exception, e:
+                       self._errorDisplay.push_exception()
+
+       def _on_add_edit(self, *args):
+               try:
+                       name = self._taskNameEntry.get_text()
+                       self._taskNameEntry.set_text("")
+
+                       self._signalSink.stage.send(("add-edit", name))
+               except Exception, e:
+                       self._errorDisplay.push_exception()
+
+       def _on_add_pressed(self, widget):
+               try:
+                       self._addToEditTimerId = gobject.timeout_add(1000, self._on_add_edit)
+               except Exception, e:
+                       self._errorDisplay.push_exception()
+
+       def _on_add_released(self, widget):
+               try:
+                       if self._addToEditTimerId is not None:
+                               gobject.source_remove(self._addToEditTimerId)
+                       self._addToEditTimerId = None
+               except Exception, e:
+                       self._errorDisplay.push_exception()
+
+       def _on_paste(self, *args):
+               try:
+                       entry = self._taskNameEntry.get_text()
+                       addedText = self._clipboard.wait_for_text()
+                       if addedText:
+                               entry += addedText
+                       self._taskNameEntry.set_text(entry)
+               except Exception, e:
+                       self._errorDisplay.push_exception()
+
+       def _on_clear(self, *args):
+               try:
+                       self._taskNameEntry.set_text("")
+               except Exception, e:
+                       self._errorDisplay.push_exception()
+
+
+class TapOrHold(object):
+
+       def __init__(self, widget):
+               self._widget = widget
+               self._isTap = True
+               self._isPointerInside = True
+               self._holdTimeoutId = None
+               self._tapTimeoutId = None
+               self._taps = 0
+
+               self._bpeId = None
+               self._breId = None
+               self._eneId = None
+               self._lneId = None
+
+       def enable(self):
+               self._bpeId = self._widget.connect("button-press-event", self._on_button_press)
+               self._breId = self._widget.connect("button-release-event", self._on_button_release)
+               self._eneId = self._widget.connect("enter-notify-event", self._on_enter)
+               self._lneId = self._widget.connect("leave-notify-event", self._on_leave)
+
+       def disable(self):
+               self._widget.disconnect(self._bpeId)
+               self._widget.disconnect(self._breId)
+               self._widget.disconnect(self._eneId)
+               self._widget.disconnect(self._lneId)
+
+       def on_tap(self, taps):
+               print "TAP", taps
+
+       def on_hold(self, taps):
+               print "HOLD", taps
+
+       def on_holding(self):
+               print "HOLDING"
+
+       def on_cancel(self):
+               print "CANCEL"
+
+       def _on_button_press(self, *args):
+               # Hack to handle weird notebook behavior
+               self._isPointerInside = True
+               self._isTap = True
+
+               if self._tapTimeoutId is not None:
+                       gobject.source_remove(self._tapTimeoutId)
+                       self._tapTimeoutId = None
+
+               # Handle double taps
+               if self._holdTimeoutId is None:
+                       self._tapTimeoutId = None
+
+                       self._taps = 1
+                       self._holdTimeoutId = gobject.timeout_add(1000, self._on_hold_timeout)
+               else:
+                       self._taps = 2
+
+       def _on_button_release(self, *args):
+               assert self._tapTimeoutId is None
+               # Handle release after timeout if user hasn't double-clicked
+               self._tapTimeoutId = gobject.timeout_add(100, self._on_tap_timeout)
+
+       def _on_actual_press(self, *args):
+               if self._holdTimeoutId is not None:
+                       gobject.source_remove(self._holdTimeoutId)
+               self._holdTimeoutId = None
+
+               if self._isPointerInside:
+                       if self._isTap:
+                               self.on_tap(self._taps)
+                       else:
+                               self.on_hold(self._taps)
+               else:
+                       self.on_cancel()
+
+       def _on_tap_timeout(self, *args):
+               self._tapTimeoutId = None
+               self._on_actual_press()
+               return False
+
+       def _on_hold_timeout(self, *args):
+               self._holdTimeoutId = None
+               self._isTap = False
+               self.on_holding()
+               return False
+
+       def _on_enter(self, *args):
+               self._isPointerInside = True
+
+       def _on_leave(self, *args):
+               self._isPointerInside = False
+
+
 if __name__ == "__main__":
+       if True:
+               win = gtk.Window()
+               win.set_title("Tap'N'Hold")
+               eventBox = gtk.EventBox()
+               win.add(eventBox)
+
+               context = ContextHandler(eventBox, coroutines.printer_sink())
+               context.enable()
+               win.connect("destroy", lambda w: gtk.main_quit())
+
+               win.show_all()
+
        if False:
                import datetime
                cal = PopupCalendar(None, datetime.datetime.now())
old mode 100644 (file)
new mode 100755 (executable)
diff --git a/src/unit_data.py b/src/unit_data.py
new file mode 100644 (file)
index 0000000..61770b5
--- /dev/null
@@ -0,0 +1,2312 @@
+import math
+
+import converters
+
+try:
+       raise ImportError()
+       import gettext
+except ImportError:
+       _ = lambda x: x
+else:
+       _ = gettext.gettext
+
+
+
+#----- main dictionary of unit descriptions below ------------
+# first entry defines base unit
+# remaining entries define unit specifications [(function, argument), units, description]
+#      where function can be m and argument is the multiplying factor to_base
+#      or function can be any other arbitrary function and argument can be a single argument
+UNIT_DESCRIPTIONS = {
+       _(u"Acceleration"): {
+               ".base_unit": _(u"meter per second squared"),
+               _(u"free fall"):
+               [(converters.m, 9.80665), _(u"gn"), _(u"The ideal falling motion of a body that is subject only to the earth's gravitational field.")],
+               _(u"meter per second squared"):
+               [(converters.m, 1.0), u"m/s\xb2", u''],
+               _(u"foot per second squared"):
+               [(converters.m, 30.48/100), u"ft/s\xb2", u''],
+               _(u"centimeter per second squared"):
+               [(converters.m, 1/100.0), u"cm/s\xb2", ''],
+               _(u"gal"):
+               [(converters.m, 1/100.0), _(u"Gal"), _(u"A unit of gravitational acceleration equal to one centimeter per second per second (named after Galileo)")],
+               _(u"millimeter per second squared"):
+               [(converters.m, 1/1000.0), u"mm/s\xb2", '']
+       },
+
+       _(u"Angle"): {
+               ".base_unit": _(u"radian"),
+               _(u"revolution / circle / perigon / turn"):
+               [(converters.m, 2.0*math.pi), "r", _(u"The act of revolving, or turning round on an axis or a center; the motion of a body round a fixed point or line; rotation; as, the revolution of a wheel, of a top, of the earth on its axis, etc.")],
+               _(u"right angle"):
+               [(converters.m, math.pi/2.0), "L", _(u"The angle formed by one line meeting another perpendicularly")],
+               _(u"radian"):
+               [(converters.m, 1.0), _(u"rad"), _(u"An arc of a circle which is equal in length to the radius, or the angle measured by such an arc.")],
+               _(u"degree"):
+               [(converters.m, math.pi/180.0), u"\xb0", _(u"1/360 of a complete revolution.")],
+               _(u"grad | grade | gon"):
+               [(converters.m, math.pi/200), _(u"g"), _(u"One-hundredth of a right angle.")],
+               _(u"milliradian"):
+               [(converters.m, 1/1000.0), _(u"mrad"), _(u"A unit of angular distance equal to one thousandth of a radian.")],
+               _(u"minute"):
+               [(converters.m, math.pi/(180.0*60)), "'", _(u"The sixtieth part of a degree; sixty seconds (Marked thus ('); as, 10deg 20').")],
+               _(u"second"):
+               [(converters.m, math.pi/(180.0*60*60)), '"', _(u"""One sixtieth of a minute.(Marked thus ("); as, 10deg 20' 30"). ''""")],
+               _(u"mil"):
+               [(converters.m, (2*math.pi)/6400), '', _(u"Used in artillery; 1/6400 of a complete revolution.")],
+               _(u"centesimal minute"):
+               [(converters.m, math.pi/20000), '', _(u"One hundredth of a grade, 0.01 grade")],
+               _(u"centesimal second"):
+               [(converters.m, math.pi/2000000), '', _(u"One ten-thousandth of a grade, 0.0001 grade")],
+               _(u"octant"):
+               [(converters.m, math.pi/4.0), '', _(u"The eighth part of a circle (an arc of 45 degrees).")],
+               _(u"quadrant"):
+               [(converters.m, math.pi/2.0), '', _(u"The fourth part of a circle (an arc of 90 degrees).")],
+               _(u"sextant"):
+               [(converters.m, math.pi/3.0), '', _(u"The sixth part of a circle (an arc of 60 degrees).")],
+               _(u"point"):
+               [(converters.m, math.pi/16.0), '', _(u"1/32 of a circle. Points are used on the face of a compass (32 points). Each point is labelled clockwise starting from North as follows: North, North by East, North Northeast, Northeast by North, and Northeast, etc.")],
+               _(u"sign"):
+               [(converters.m, math.pi/6.0), '', _(u"The twelfth part of a circle as in twelve signs of the zodiac (an arc of 30 degrees).")],
+       },
+
+       _(u"Angular Velocity / Frequency"): {
+               ".base_unit": _(u"radian per second"),
+               _(u"kiloradian per second"):
+               [(converters.m, 1000.0), "krad/s", ''],
+               _(u"revolution per second"):
+               [(converters.m, 2*math.pi), "rev/s", ''],
+               _(u"hertz"):
+               [(converters.m, 2*math.pi), "Hz", _(u"Named after the German physicist Heinrich Hertz (1857-1894) who was the first to produce electromagnetic waves artificially. Having a periodic interval of one second.")],
+               _(u"radian per second"):
+               [(converters.m, 1.0), "rad/s", ''],
+               _(u"milliradian per second"):
+               [(converters.m, 1/1000.0), "mrad/s", ''],
+               _(u"revolution per minute"):
+               [(converters.m, (2*math.pi)/60.0), "rpm", ''],
+               _(u"revolution per hour"):
+               [(converters.m, (2*math.pi)/3600.0), "rph", ''],
+               _(u"revolution per day"):
+               [(converters.m, (2*math.pi)/(3600.0*24)), "rpd", ''],
+               _(u"gigahertz"):
+               [(converters.m, 1e9*2*math.pi), "GHz", _(u"One billion hertz.")],
+               _(u"terahertz"):
+               [(converters.m, 1e12*2*math.pi), "THz", ''],
+               _(u"petahertz"):
+               [(converters.m, 1e15*2*math.pi), "PHz", ''],
+               _(u"exahertz"):
+               [(converters.m, 1e18*2*math.pi), "EHz", ''],
+               _(u"megahertz"):
+               [(converters.m, 1e6*2*math.pi), "MHz", _(u"One million hertz.")],
+               _(u"kilohertz"):
+               [(converters.m, 1e3*2*math.pi), "kHz", _(u"One thousand hertz.")],
+       },
+
+       _(u"Area"): {
+               ".base_unit": _(u"square meter"),
+               _(u"meter diameter circle"):
+               [(converters.f, ('math.pi*(x/2.0)**2', '2.0*(x/math.pi)**(0.5)')), "m dia.", _(u"Type the diameter of the circle in meters to find its area displayed in other fields.")],
+               _(u"centimeter diameter circle"):
+               [(converters.f, ('math.pi*(x/200.0)**2', '200.0*(x/math.pi)**(0.5)')), "cm dia.", _(u"Type the diameter of the circle in centimeters to find its area displayed in other fields.")],
+               _(u"inch diameter circle"):
+               [(converters.f, ('math.pi*(((x*(25.4/1000))/2.0) )**2', '1000/25.4 * 2.0*(x/math.pi)**(0.5)')), "in dia.", _(u"Type the diameter of the circle in inches to find its area displayed in other fields.")],
+               _(u"foot diameter circle"):
+               [(converters.f, ('math.pi*(((x*((12*25.4)/1000))/2.0) )**2', '1000/(12*25.4) * 2.0*(x/math.pi)**(0.5)')), "ft dia.", _(u"Type the diameter of the circle in feet to find its area displayed in other fields.")],
+               _(u"are"):
+               [(converters.m, 100.0), '', _(u"The unit of superficial measure, being a square of which each side is ten meters in length; 100 square meters, or about 119.6 square yards.")],
+               _(u"acre"):
+               [(converters.m, 4046.8564224), '', _(u"A piece of land, containing 160 square rods, or 4, 840 square yards, or 43, 560 square feet. This is the English statute acre. That of the United States is the same. The Scotch acre was about 1.26 of the English, and the Irish 1.62 of the English. Note: The acre was limited to its present definite quantity by statutes of Edward I., Edward III., and Henry VIII.")],
+               _(u"acre (Cheshire)"):
+               [(converters.m, 8561.97632), '', ''],
+               _(u"acre (Irish)"):
+               [(converters.m, 6555.26312), '', ''],
+               _(u"acre (Scottish)"):
+               [(converters.m, 5142.20257), '', ''],
+               _(u"arpent (French)"):
+               [(converters.m, 4088/1.196), '', _(u" 4, 088 sq. yards, or nearly five sixths of an English acre.")],
+               _(u"arpent (woodland)"):
+               [(converters.m, 16*25.29285264*10+16*25.29285264*2.5+(16*25.29285264*10)/160), '', _(u"1 acre, 1 rood, 1 perch")],
+               _(u"barn"):
+               [(converters.m, 1.0/1e28), '', _('Used in Nuclear physics to describe the apparent cross-sectional size of atomic sized objects that are bombarded with smaller objects (like electrons). 10^-28 square meters. 100 square femtometers. Originated from the semi-humorous idiom big as a barn and used by physicists to describe the size of the scattering object (Ex: That was as big as 5 barns!).')],
+               _(u"cho"):
+               [(converters.m, 16*25.29285264*10*2.45), '', _(u"Japanese. 2.45 acre")],
+               _(u"circular inch"):
+               [(converters.m, 1000000.0/(1e6*1550*1.273)), '', ''],
+               _(u"circular mil"):
+               [(converters.m, 1.0/(1e6*1550*1.273)), "cmil", ''],
+               _(u"desyatina | dessiatina"):
+               [(converters.m, 16*25.29285264*10*2.6996), '', _(u"Russian. 2.6996 acre. 2400 square sadzhens")],
+               _(u"flag"):
+               [(converters.m, 25/10.7639104167097), '', _(u"square pace (a pace is 5 feet).")],
+               _(u"hide | carucate"):
+               [(converters.m, 40468.71618), '', _(u"An ancient English measure of the amount of land required to support family")],
+               _(u"hectare"):
+               [(converters.m, 10000.0), "ha", _(u"A measure of area, or superficies, containing a hundred ares, or 10, 000 square meters, and equivalent to 2.471 acres.")],
+               _(u"homestead | quarter section"):
+               [(converters.m, 16*25.29285264*10*160), '', _(u"160 acres, 1/4 square mile, or 1/4 section. Use by the governments of North America early settlers in the western states and provinces were allowed to take title to a homestead of 160 acres of land by registering a claim, settling on the land, and cultivating it.")],
+               _(u"perch"):
+               [(converters.m, (16*25.29285264*10)/160), '', _(u"Used to measure land. A square rod; the 160th part of an acre.")],
+               _(u"sabin"):
+               [(converters.m, 1/10.7639104167097), '', _(u"A unit of acoustic absorption equivalent to the absorption by a square foot of a surface that absorbs all incident sound. 1ft\xb2.")],
+               _(u"square"):
+               [(converters.m, 100/10.7639104167097), '', _(u"Used in the construction for measuring roofing material, finished lumber, and other building materials. One square is equals 100 square feet.")],
+               _(u"section"):
+               [(converters.m, 2.59*1E6), '', _(u"Used in land measuring. One square mile. An area of about 640 acres")],
+               _(u"square league (land)"):
+               [(converters.m, 23309892.99), '', ''],
+               _(u"square mile"):
+                       [(converters.m, 2.59*1e6), u"mi\xb2", ''],
+               _(u"square kilometer"):
+                       [(converters.m, 1e6), u"km\xb2", ''],
+               _(u"rood"):
+                       [(converters.m, 16*25.29285264*2.5), '', _(u"The fourth part of an acre, or forty square rods.")],
+               _(u"shaku"):
+                       [(converters.m, 330.6/10000), '', _(u"A Japanese unit of area, the shaku equals 330.6 square centimeters (51.24 square inches). Note: shaku also means length and volume.")],
+               _(u"square chain (surveyor)"):
+                       [(converters.m, 16*25.29285264), u"ch\xb2", _(u"A unit for land measure equal to four rods square, or one tenth of an acre.")],
+               _(u"link"):
+                       [(converters.m, 4*25.29285264), '', _(u"4 rods square")],
+               _(u"square rod"):
+                       [(converters.m, 25.29285264), u"rd\xb2", ''],
+               _(u"square meter"):
+                       [(converters.m, 1.0), u"m\xb2", _(u"Also know as a centare is (1/100th of an are).")],
+               _(u"square yard"):
+                       [(converters.m, 1/1.19599004630108), u"yd\xb2", _(u"A unit of area equal to one yard by one yard square syn: sq yd")],
+               _(u"square foot"):
+                       [(converters.m, 1/10.7639104167097), u"ft\xb2", _(u"An area equal to that of a square the sides of which are twelve inches; 144 square inches.")],
+               _(u"square inch"):
+                       [(converters.m, 1/(10.7639104167097*144)), u"in\xb2", _(u"A unit of area equal to one inch by one inch square syn: sq in")],
+               _(u"square centimeter"):
+                       [(converters.m, 1.0/10000), u"cm\xb2", ''],
+               _(u"square micrometer"):
+                       [(converters.m, 1.0/1e12), u"\xb5m\xb2", ''],
+               _(u"square millimeter"):
+                       [(converters.m, 1.0/1e6), u"mm\xb2", ''],
+               _(u"square mil"):
+                       [(converters.m, 1.0/(1e6*1550)), u"mil\xb2", ''],
+               _(u"township"):
+                       [(converters.m, 1e6*2.59*36), '', _(u"A division of territory six miles square (36miles\xb2), containing 36 sections.")],
+               _(u"roll (wallpaper)"):
+                       [(converters.m, 30/10.7639104167097), '', ''],
+               _(u"square Scottish ell"):
+                       [(converters.m, 0.88323), '', ''],
+               _(u"fall (Scottish)"):
+                       [(converters.m, 31.79618), '', ''],
+               _(u"joch (German) | yoke"):
+                       [(converters.m, 5746.5577), '', _(u"joch (German) is 40 square klafters")],
+               _(u"labor (Texas)"):
+                       [(converters.m, 716862.83837), '', _(u"An area of land that could be cultivated by one farmer")],
+               _(u"barony"):
+                       [(converters.m, 16187486.47094), '', ''],
+               _(u"square pes (Roman)"):
+                       [(converters.m, 0.08741), '', ''],
+               _(u"square alen (Denmark)"):
+                       [(converters.m, .38121), '', ''],
+               _(u"ferfet (Iceland)"):
+                       [(converters.m, 0.09848), '', ''],
+               _(u"square vara (Spanish)"):
+                       [(converters.m, 0.59418), '', ''],
+               _(u"donum (Yugoslavia)"):
+                       [(converters.m, 699.99992), '', ''],
+               _(u"sahme (Egyptian)"):
+                       [(converters.m, 7.29106), '', ''],
+               _(u"tavola (Italian)"):
+                       [(converters.m, 37.62587), '', ''],
+               _(u"cuadra (Paraguay)"):
+                       [(converters.m, 7486.71249), '', ''],
+               _(u"acaena (Greek)"):
+                       [(converters.m, 9.19744), '', ''],
+               _(u"plethron (Greek)"):
+                       [(converters.m, 951.01483), '', ''],
+       },
+
+       _(u"Atomic Physics"): {
+               ".base_unit": _(u"radian per second"),
+               _(u"kilogram"):
+               [(converters.m, 2.997925e8**2*(1.0/1.054e-34)), "kg", ''],
+               _(u"joule"):
+               [(converters.m, 1.0/1.054e-34), '', _(u"Named after the English physicist James Prescott Joule (1818-1889). A unit of work which is equal to 10^7 units of work in the C. G. S. system of units (ergs), and is practically equivalent to the energy expended in one second by an electric current of one ampere in a resistance of one ohm. One joule is approximately equal to 0.738 foot pounds.")],
+               _(u"erg"):
+               [(converters.m, 1.0/1.054e-27), '', _(u"The unit of work or energy in the C. G. S. system, being the amount of work done by a dyne working through a distance of one centimeter; the amount of energy expended in moving a body one centimeter against a force of one dyne. One foot pound is equal to 13, 560, 000 ergs.")],
+               _(u"GeV Giga electronvolt"):
+               [(converters.m, 2.41796e23*2*math.pi), "Gev", ''],
+               _(u"neutron mass unit"):
+               [(converters.m, 1.00137*1836.11*3.75577e4*13.6058*2.41796e14*2*math.pi), '', ''],
+               _(u"proton mass unit"):
+               [(converters.m, 1836.11*3.75577e4*13.6058*2.41796e14*2*math.pi), '', ''],
+               _(u"atomic mass unit"):
+               [(converters.m, 1822.84*3.75577e4*13.6058*2.41796e14*2*math.pi), "amu", ''],
+               _(u"MeV Mega electronvolt"):
+               [(converters.m, 2.41796e20*2*math.pi), "MeV", ''],
+               _(u"electron rest mass"):
+               [(converters.m, 3.75577e4*13.6058*2.41796e14*2*math.pi), '', ''],
+               _(u"Rydberg constant"):
+               [(converters.m, 13.6058*2.41796e14*2*math.pi), '', _(u"Named after the Swedish physicist Johannes Robert Rydberg (1854-1919). A wave number characteristic of the wave spectrum of each element")],
+               _(u"electronvolt"):
+               [(converters.m, 2.41796e14*2*math.pi), "eV", _(u"A unit of energy equal to the work done by an electron accelerated through a potential difference of 1 volt.")],
+               _(u"kayser or cm^-1"):
+               [(converters.m, 2.997925e10*2*math.pi), "K", _('Named after the German physicist Heinrich Gustav Johannes Kayser (1853-1940). Used to measure light and other electromagnetic waves. The "wave number" in kaysers equals the number of wavelengths per centimeter.')],
+               _(u"kelvin"):
+               [(converters.m, 2.997925e8*2*math.pi/1.4387752e-2), "K", _(u"The basic unit of thermodynamic temperature adopted under the System International d'Unites")],
+               "m^-1":
+               [(converters.m, 2.997925e8*2*math.pi), '', ''],
+               _(u"millikayser"):
+               [(converters.m, 2.997925e7*2*math.pi), '', ''],
+               _(u"hertz"):
+               [(converters.m, 2*math.pi), "Hz", ''],
+               _(u"radian per second"):
+               [(converters.m, 1.0), "rad/s", ''],
+       },
+
+       _(u"Computer Data"): {
+               ".base_unit": _(u"bit"),
+               _(u"bit"):
+               [(converters.m, 1.0), '', _(u"One bit of data. Binary representation On/Off.")],
+               _(u"nibble | hexit | quadbit"):
+               [(converters.m, 4.0), '', _(u"One half a byte")],
+               _(u"byte"):
+               [(converters.m, 8.0), '', _(u"Eight bits")],
+               _(u"character"):
+               [(converters.m, 8.0), '', _('Usually described by one byte (256 possible characters can be defined by one byte).')],
+               _(u"kilobit"):
+               [(converters.m, 2.0**10.0), "kilobit", _(u"2^10 bits")],
+               _(u"megabit"):
+               [(converters.m, 2.0**20.0), "megabit", _(u"2^20 bits")],
+               _(u"kilobyte | kibi"):
+               [(converters.m, 1024.0*8), "K | Ki", _(u"2^10, 1024 bytes. 1024 comes from 2^10 which is close enough to 1000. kibi is the IEEE proposal.")],
+               _(u"megabyte | mebi"):
+               [(converters.m, 1024.0**2*8), "M | Mi", _(u"2^20, 1024^2 bytes. 1024 kilobytes. 1024 comes from 2^10 which is close enough to 1000. mebi is the IEEE proposal.")],
+               _(u"gigabyte | gibi"):
+               [(converters.m, 1024.0**3*8), "G | Gi", _(u"2^30, 1024^3. 1024 megabytes. 1024 comes from 2^10 which is close enough to 1000. gibi is the IEEE proposal.")],
+               _(u"terabyte | tebi"):
+               [(converters.m, 1024.0**4*8), "T | Ti", _(u"2^40, 1024^4. 1024 gigabytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal.")],
+               _(u"petabyte | pebi"):
+               [(converters.m, 1024.0**5*8), "P | Pi", _(u"2^50, 1024^5. 1024 terabytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal.")],
+               _(u"exabyte | exbi"):
+               [(converters.m, 1024.0**6*8), "E | Ei", _(u"2^60, 1024^6, 1024 petabytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal.")],
+               _(u"zebi | zettabyte"):
+               [(converters.m, 1024.0**7*8), "Zi", _(u"1024^7. 1024 exbibytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal.")],
+               _(u"yobi | yottabyte"):
+               [(converters.m, 1024.0**8*8), "Yi", _(u"1024^8. 1024 yobibytes. 1024 comes from 2^10 which is close enough to 1000. tebi is the IEEE proposal.")],
+       },
+
+       _(u"Computer Data flow rate"): {
+               ".base_unit": _('bits per second'),
+               _(u"baud: 1"):
+               [(converters.m, 1.0), "", _(u'Symbol rate for 1 bit per symbol. Named after the French telegraph engineer Jean-Maurice-\u00C9mile Baudot (1845 - 1903). Data transmission measured in symbols per second.')],
+               _(u"baud: 10"):
+               [(converters.m, 10.0), "", _(u'Symbol rate for 10 bits per symbol. Named after the French telegraph engineer Jean-Maurice-\u00C9mile Baudot (1845 - 1903). Data transmission measured in symbols per second.')],
+               _(u"baud: 8"):
+               [(converters.m, 8.0), "", _(u'Symbol rate for 8 bits per symbol. Named after the French telegraph engineer Jean-Maurice-\u00C9mile Baudot (1845 - 1903). Data transmission measured in symbols per second.')],
+               _(u"baud: 4"):
+               [(converters.m, 4.0), "", _(u'Symbol rate for 4 bits per symbol. Named after the French telegraph engineer Jean-Maurice-\u00C9mile Baudot (1845 - 1903). Data transmission measured in symbols per second.')],
+               _(u"bits per second"):
+               [(converters.m, 1.0), "bps", _(u" ")],
+               _(u"characters per second"):
+               [(converters.m, 10.0), "cps", _('Rate to transmit one character. The character is usually described as one byte with one stop bit and one start bit (10 bits in total).')],
+       },
+
+       _(u"Computer Numbers"): {
+               ".base_unit": _(u"base 10 decimal"),
+               _(u"base  2 binary"):
+               [(converters.b, 2), "base  2", _('Base two numbering system using the digits 0-1')],
+               _(u"base  3 ternary | trinary"):
+               [(converters.b, 3), "base  3", _(u"Base three numbering system using the digits 0-2. Russian Nikolay Brusentsov built a trinary based computer system.")],
+               _(u"base  4 quaternary | quadrary"):
+               [(converters.b, 4), "base  4", _(u"Base four numbering system using the digits 0-3.")],
+               _(u"base  5 quinary"):
+               [(converters.b, 5), "base  5", _(u"Base five numbering system using the digits 0-4.")],
+               _(u"base  6 senary | hexary"):
+               [(converters.b, 6), "base  6", _(u"Base six numbering system using the digits 0-5.")],
+               _(u"base  7 septenary | septary"):
+               [(converters.b, 7), "base  7", _(u"Base seven numbering system using the digits 0-6.")],
+               _(u"base  8 octonary | octal | octonal | octimal"):
+               [(converters.b, 8), "base  8", _(u"Base eight numbering system using the digits 0-7. Commonly used in older computer systems.")],
+               _(u"base  9 nonary"):
+               [(converters.b, 9), "base  9", _(u"Base nine numbering system using the digits 0-8.")],
+               _(u"base 10 decimal"):
+               [(converters.b, 10), "base 10", _(u"Base ten numbering system using the digits 0-9.")],
+               _(u"base 11 undenary"):
+               [(converters.b, 11), "base 11", _(u"Base eleven numbering system using the digits 0-9, a.")],
+               _(u"base 12 duodecimal"):
+               [(converters.b, 12), "base 12", _(u"Base twelve numbering system using the digits 0-9, a-b.")],
+               _(u"base 13 tridecimal"):
+               [(converters.b, 13), "base 13", _('Base Thirteen numbering system using the digits 0-9, a-c.')],
+               _(u"base 14 quattuordecimal"):
+               [(converters.b, 14), "base 14", _(u"Base Fourteen numbering system using the digits 0-9, a-d.")],
+               _(u"base 15 quindecimal"):
+               [(converters.b, 15), "base 15", _(u"Base Fifteen numbering system using the digits 0-9, a-e.")],
+               _(u"base 16 sexadecimal | hexadecimal | hex"):
+               [(converters.b, 16), "base 16", _(u"Base Sixteen numbering system using the digits 0-1, a-f. Commonly used in computer systems.")],
+               _(u"base 17 septendecimal"):
+               [(converters.b, 17), "base 17", _(u"Base Sixteen numbering system using the digits 0-1, a-g.")],
+               _(u"base 18 octodecimal"):
+               [(converters.b, 18), "base 18", _(u"Base Sixteen numbering system using the digits 0-1, a-h.")],
+               _(u"base 19 nonadecimal"):
+               [(converters.b, 19), "base 19", _(u"Base Sixteen numbering system using the digits 0-1, a-i.")],
+               _(u"base 20 vigesimal"):
+               [(converters.b, 20), "base 20", _(u"Base Twenty numbering system using the digits 0-1, a-j.")],
+               _(u"base 30 trigesimal"):
+               [(converters.b, 30), "base 30", _(u"Base Thirty numbering system using the digits 0-1, a-r.")],
+               _(u"base 36 hexatrigesimal"):
+               [(converters.b, 36), "base 36", _(u"Base Thirty-six numbering system using the digits 0-9, a-z.")],
+               _(u"base 40 quadragesimal"):
+               [(converters.b, 40), "base 40", _(u"Base Forty digits numbering system using the digits 0-1, a-f, A-C.")],
+               _(u"base 50 quinquagesimal"):
+               [(converters.b, 50), "base 50", _(u"Base Fifty digits numbering system using the digits 0-1, a-f, A-M.")],
+               _(u"base 60 sexagesimal"):
+               [(converters.b, 60), "base 60", _(u"Base Sixty numbering system using the digits 0-9, a-z, A-V.")],
+               _(u"base 62 duosexagesimal"):
+               [(converters.b, 62), "base 62", _('Base Sixty-two numbering system using the digits 0-9, a-z, A-Z. This is the highest numbering system that can be represented with all decimal numbers and lower and upper case English alphabet characters. Other number systems include septagesimal (base 70), octagesimal (base 80), nonagesimal (base 90), centimal (base 100), bicentimal (base 200), tercentimal (base 300), quattrocentimal (base 400), quincentimal (base 500).')],
+               _(u"roman numerals"):
+               [(converters.r, 0), '', _('A symbol set in the old Roman notation; I, V, X, L, C, D, M. Range 1 to 3999 (higher values cannot be represented with standard ASCII characters).')],
+       },
+       _('Density'): {
+               ".base_unit": _(u"kilogram/cubic meter"),
+               _('kilogram per cubic meter'):
+               [(converters.m, 1.0), u"kg/m\xb3", ''],
+               _('kg per cubic cm'):
+               [(converters.m, 1.0e6), u"kg/cm\xb3", _(u"kilograms per cubic centimeter.")],
+               _(u"pound mass per gallon (UK)"):
+               [(converters.m, 99.7763664739553), "lbm/gal", _(u"Pounds mass per US liquid gallon.")],
+               _(u"pound mass per gallon (US)"):
+               [(converters.m, 119.826427316897), "lbm/gal", _(u"Pounds mass per US liquid gallon.")],
+               _(u"slug per cubic ft"):
+               [(converters.m, 515.3788), u"slug/ft\xb3", ''],
+               _(u"gram per cubic cm "):
+               [(converters.m, 1000.0), u"g/cm\xb3", ''],
+               _(u"gram per cubic meter "):
+               [(converters.m, .001), u"g/m\xb3", ''],
+               _(u"milligram/cubic meter "):
+               [(converters.m, 1.0e-6), u"mg/m\xb3", ''],
+               _(u"kilogram per liter"):
+               [(converters.m, 1000.0), "kg/l", ''],
+               _(u"metric ton per cubic meter"):
+               [(converters.m, 1000.0), u"metric ton/m\xb3", ''],
+               _(u"pound per cubic foot"):
+               [(converters.m, 0.45359237/0.028316846592), u"lbm/ft\xb3", _(u"Pounds mass per cubic foot.")],
+               _(u"pound per cubic inch"):
+               [(converters.m, 0.45359237/0.000016387064), u"lbm/in\xb3", _(u"Pounds mass per cubic inch.")],
+               _(u"aluminum"):
+               [(converters.m, 2643.0), "Al", _(u"Enter 1 here to find the density of aluminum.")],
+               _(u"iron"):
+               [(converters.m, 7658.0), "Fe", _(u"Enter 1 here to find the density of iron.")],
+               _(u"copper"):
+               [(converters.m, 8906.0), "Cu", _(u"Enter 1 here to find the density of copper.")],
+               _(u"lead"):
+               [(converters.m, 11370.0), "Pb", _(u"Enter 1 here to find the density of lead.")],
+               _(u"gold"):
+               [(converters.m, 19300.0), "Au", _(u"Enter 1 here to find the density of gold.")],
+               _(u"silver"):
+               [(converters.m, 10510.0), "Ag", _(u"Enter 1 here to find the density of silver.")],
+               _(u"water at 4degC"):
+               [(converters.m, 1000.0), u"H20 at 4\xb0C", _(u"Enter 1 here to find the density of water at 4\xb0C. Water weighs 1 gram per cm\xb3.")],
+               _(u"ounces per gallon (UK)"):
+               [(converters.m, (6.23602290462221)), _(u"oz/gal"), ''],
+               _(u"ounces per gallon (US)"):
+               [(converters.m, (7.48915170730604)), _(u"oz/gal"), ''],
+               _(u"ton (UK | long) per cubic yard"):
+               [(converters.m, 2240.0 * 0.45359237/0.764554857984), u"ton/yard\xb3", ''],
+               _(u"ton (UK | long) per cubic foot"):
+               [(converters.m, 2240.0 * 0.45359237/0.764554857984*27.0), u"ton/ft\xb3", ''],
+               _(u"ton (US | short) per cubic yard"):
+               [(converters.m, 2000.0 * 0.45359237/0.764554857984), u"ton/yard\xb3", ''],
+               _(u"ton (US | short) per cubic foot"):
+               [(converters.m, 32040.0), u"ton/ft\xb3", ''],
+       },
+
+       _(u"Electrical Current"): {
+               ".base_unit": _(u"ampere"),
+               _(u"ampere"):
+               [(converters.m, 1.0), "A", u"Named after the French physicist Andr\x82 Marie Amp\x82re (1775-1836). The unit of electric current; -- defined by the International Electrical Congress in 1893 and by U. S. Statute as, one tenth of the unit of current of the C. G. S. system of electro-magnetic units, or the practical equivalent of the unvarying current which, when passed through a standard solution of nitrate of silver in water, deposits silver at the rate of 0.001118 grams per second."],
+               _(u"kiloampere"):
+               [(converters.m, 1.0e3), "kA", ''],
+               _(u"milliampere"):
+               [(converters.m, 1.0e-3), "mA", ''],
+               _(u"microampere"):
+               [(converters.m, 1.0e-6), u"\xb5A", ''],
+               _(u"nanoampere"):
+               [(converters.m, 1.0e-9), "nA", ''],
+               _(u"math.picoampere"):
+               [(converters.m, 1.0e-12), "pA", ''],
+               _(u"abampere"):
+               [(converters.m, 10.0), "abA", _(u"The CGS electromagnetic unit of current.")],
+               _(u"coulomb per second"):
+               [(converters.m, 1.0), '', ''],
+               _(u"statampere"):
+               [(converters.m, 1.e-9/3), '', _(u"The CGS electrostatic unit of current.")],
+               },
+
+       _(u"Electrical Charge"): {
+               ".base_unit": _(u"coulomb"),
+               _(u"faraday"):
+               [(converters.m, 96.5e3), '', _(u"Named after Michael Faraday the The English physicist and chemist who discovered electromagnetic induction (1791-1867). The amount of electric charge that liberates one gram equivalent of any ion from an electrolytic solution. ")],
+               _(u"kilocoulomb"):
+               [(converters.m, 1.0e3), "kC", ''],
+               _(u"ampere-hour"):
+               [(converters.m, 3.6e3), u"A\xb7h", _(u"Commonly used to describe the capacity of a battery.")],
+               _(u"abcoulomb"):
+               [(converters.m, 10.0), "abC", _(u"The CGS electromagnetic unit of charge.")],
+               _(u"coulomb (weber)"):
+               [(converters.m, 1.0), "C", _(u"Named after the French physicist and electrican Coulomb. (Physics) The standard unit of quantity in electrical measurements. It is the quantity of electricity conveyed in one second by the current produced by an electro-motive force of one volt acting in a circuit having a resistance of one ohm, or the quantity transferred by one amp`ere in one second. Formerly called weber.")],
+               _(u"microcoulomb"):
+               [(converters.m, 1.0e-6), u"\xb5C", ''],
+               _(u"nanocoulomb"):
+               [(converters.m, 1.0e-9), "nC", ''],
+               _(u"statcoulomb"):
+               [(converters.m, 1.0e-9/3), "sC", _(u"The CGS electrostatic unit of charge.")],
+               _(u"electron charge"):
+               [(converters.m, 1.0/(6.2414503832469e18)), '', ''],
+               },
+_(u"Electrical Voltage"): {".base_unit": _(u"volt"),
+               _(u"abvolt"):
+               [(converters.m, 1.0e-8), "abV", _(u"A unit of potential equal to one-hundred-millionth of a volt.")],
+               _(u"volt"):
+               [(converters.m, 1.0), "V", _(u"""Named after the Italian electrician Alessandro Volta. The unit of electro-motive force; -- defined by the International Electrical Congress in 1893 and by United States Statute as, that electro-motive force which steadily applied to a conductor whose resistance is one ohm will produce a current of one ampere. It is practically equivalent to 1000/1434 the electro-motive force of a standard Clark's cell at a temperature of 15deg C.""")],
+               _(u"gigavolt"):
+               [(converters.m, 1.0e9), "GV", _(u"One billion volts.")],
+               _(u"megavolt"):
+               [(converters.m, 1.0e6), "MV", _(u"One million volts.")],
+               _(u"kilovolt"):
+               [(converters.m, 1.0e3), "kV", _(u"One thousand volts.")],
+               _(u"millivolt"):
+               [(converters.m, 1.0e-3), "mV", _(u"One thousandth of an volt.")],
+               _(u"microvolt"):
+               [(converters.m, 1.0e-6), u"\xb5V", _(u"One millionth of an volt.")],
+               _(u"nanovolt"):
+               [(converters.m, 1.0e-9), "nV", _(u"One billionth of an volt.")],
+               _(u"statvolt"):
+               [(converters.m, 300.0), '', _(u"300 volts.")],
+       },
+
+       _(u"Electrical Resistance & Conductance"): {
+               ".base_unit": _(u"ohm"),
+               _(u"ohm"):
+               [(converters.m, 1.0), "ohm", _(u"Named after the German physicist Georg Simon Ohm (1787-1854). The standard unit in the measure of electrical resistance, being the resistance of a circuit in which a potential difference of one volt produces a current of one ampere. As defined by the International Electrical Congress in 1893, and by United States Statute, it is a resistance substantially equal to 10^9 units of resistance of the C.G.S. system of electro-magnetic units, and is represented by the resistance offered to an unvarying electric current by a column of mercury at the temperature of melting ice 14.4521 grams in mass, of a constant cross-sectional area, and of the length of 106.3 centimeters. As thus defined it is called the international ohm")],
+               _(u"siemens | mho"):
+               [(converters.inv, 1.0), "S", _(u"Named after Ernst Werner von Siemens (1816-1892). A unit describing how well materials conduct equal to the reciprocal of an ohm syn: mho, S")],
+               _(u"abmho"):
+               [(converters.inv, 1.0e-9), "abmho", ''],
+               _(u"millisiemens | millimho"):
+               [(converters.inv, 1.0e3), "mS", ''],
+               _(u"microsiemens | micromho"):
+               [(converters.inv, 1.0e6), u"\xb5S", ''],
+               _(u"statmho"):
+               [(converters.inv, 8.99e11), '', ''],
+               _(u"gigaohm"):
+               [(converters.m, 1.0e9), _(u"G ohm"), _(u"One billion ohms.")],
+               _(u"megaohm"):
+               [(converters.m, 1.0e6), _(u"M ohm"), _(u"One million ohms.")],
+               _(u"kilohm"):
+               [(converters.m, 1.0e3), _(u"k ohm"), _(u"One thousand ohms.")],
+               _(u"milliohm"):
+               [(converters.m, 1.0e-3), _(u"m ohm"), _(u"One thousandth of an ohm.")],
+               _(u"microhm"):
+               [(converters.m, 1.0e-6), u"\xb5 ohm", _(u"One millionth of an ohm.")],
+               _(u"nanohm"):
+               [(converters.m, 1.0e-9), "n ohm", _(u"One billionth of an ohm.")],
+               _(u"abohm"):
+               [(converters.m, 1.0e-9), "ab ohm", ''],
+               _(u"statohm"):
+               [(converters.m, 8.99e5*1e6), '', ''],
+       },
+
+       _(u"Electrical Inductance"): {
+               ".base_unit": _(u"henry"),
+               _(u"henry"):
+               [(converters.m, 1.0), "H", _(u"Named after the American physicist Joseph Henry (1797-1878). The unit of electric induction; the induction in a circuit when the electro-motive force induced in this circuit is one volt, while the inducing current varies at the rate of one ampere a second.")],
+               _(u"stathenry"):
+               [(converters.m, 8.99e11), '', ''],
+               _(u"ohm-second"):
+               [(converters.m, 1.0), u"ohm\xb7sec", ''],
+               _(u"millihenry"):
+               [(converters.m, 1.0e-3), "mH", ''],
+               _(u"microhenry"):
+               [(converters.m, 1.0e-6), u"\xb5H", ''],
+               _(u"nanohenry"):
+               [(converters.m, 1.0e-9), "nH", ''],
+               _(u"abhenry"):
+               [(converters.m, 1.0e-9), "abH", ''],
+               },
+       _(u"Electrical Capacitance"): {
+               ".base_unit": _(u"farad"),
+               _(u"farad"):
+               [(converters.m, 1.0), "F", _(u"Named after the English electrician Michael Faraday. The standard unit of electrical capacity; the capacity of a condenser whose charge, having an electro-motive force of one volt, is equal to the amount of electricity which, with the same electromotive force, passes through one ohm in one second; the capacity, which, charged with one coulomb, gives an electro-motive force of one volt.")],
+               _(u"abfarad"):
+               [(converters.m, 1e9), "abF", _(u"A capacitance unit equal to one billion farads")],
+               _(u"second/ohm"):
+               [(converters.m, 1.0), '', ''],
+               _(u"microfarad"):
+               [(converters.m, 1e-6), u"\xb5F", ''],
+               _(u"statfarad"):
+               [(converters.m, 1.0e-6/8.99e5), '', ''],
+               _(u"nanofarad"):
+               [(converters.m, 1e-9), "nF", ''],
+               _(u"picofarad"):
+               [(converters.m, 1e-12), "pF", ''],
+               },
+       _(u"Electromagnetic Radiation"): {
+               ".base_unit": _(u"hertz"),
+               _(u"hertz"):
+               [(converters.m, 1.0), 'Hz', _(u"""Named after the German physicist Heinrich Hertz (1857-1894) who was the first to produce electromagnetic waves artificially. Having a periodic interval of one second.""")],
+               _(u"meter"):
+               [(converters.inv, 299792458.0), "m", _(u"Equal to 39.37 English inches, the standard of linear measure in the metric system of weights and measures. It was intended to be, and is very nearly, the ten millionth part of the distance from the equator to the north pole, as ascertained by actual measurement of an arc of a meridian.")],
+               _(u"centimeter"):
+               [(converters.inv, 29979245800.0), "cm", ''],
+               _(u"millimeter"):
+               [(converters.inv, 299792458000.0), "mm", ''],
+               _(u"micrometer | micron"):
+               [(converters.inv, 299792458000000.0), u"\xb5m", _(u"A metric unit of length equal to one millionth of a meter. The thousandth part of one millimeter.")],
+               _(u"nanometer"):
+               [(converters.inv, 299792458000000000.0), "nm", _(u"A metric unit of length equal to one billionth of a meter.")],
+               _(u"angstrom"):
+               [(converters.inv, 2997924580000000000.0), u"\xc5", _(u"Equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation")],
+               _(u"kilohertz"):
+               [(converters.m, 1.0e3), "KHz", ''],
+               _(u"megahertz"):
+               [(converters.m, 1.0e6), "MHz", ''],
+               _(u"gigahertz"):
+               [(converters.m, 1.0e9), "GHz", ''],
+               _(u"terahertz"):
+               [(converters.m, 1.0e12), "THz", ''],
+               _(u"petahertz"):
+               [(converters.m, 1.0e15), "PHz", ''],
+               _(u"exahertz"):
+               [(converters.m, 1.0e18), "EHz", ''],
+               _(u"electron Volt"):
+               [(converters.m, 1/4.13566e-15), "eV", _(u"Energy. e=h\xf6f where h = Planks constant (4.13566 x 10^-15 electron volts/second). f = frequency in Hertz.")],
+       },
+
+       _(u"Energy | Work"): {
+               ".base_unit": _(u"joule | wattsecond | newton-meter"),
+               _(u"kiloton"):
+               [(converters.m, 4200.0e9), '', _(u"A measure of explosive power (of an atomic weapon) equal to that of 1000 tons of TNT")],
+               _(u"gigawatt-hour"):
+               [(converters.m, 3.6e12), "GWh", ''],
+               _(u"megawatt-hour"):
+               [(converters.m, 3.6e9), "MWh", ''],
+               _(u"kilowatt-hour"):
+               [(converters.m, 3.6e6), "kWh", ''],
+               _(u"horsepower-hour"):
+               [(converters.m, 2.686e6), u"hp\xb7h", ''],
+               _(u"gigajoule"):
+               [(converters.m, 1.0e9), "GJ", ''],
+               _(u"megajoule"):
+               [(converters.m, 1.0e6), "MJ", ''],
+               _(u"kg force meters"):
+               [(converters.m, 9.80665), u"kgf\xb7m", _(u"Work done by one kilogram of force acting through a distance of one meter.")],
+               _(u"kilojoule"):
+               [(converters.m, 1.0e3), "kJ", ''],
+               _(u"watt-hour"):
+               [(converters.m, 3.6e3), "Wh", ''],
+               _(u"British thermal unit"):
+               [(converters.m, 1.055e3), "Btu", ''],
+               _(u"joule | wattsecond | newton-meter"):
+               [(converters.m, 1.0), "J", _(u"Named after the English physicist James Prescott Joule(1818-1889). A unit of work which is equal to 10^7 units of work in the C. G. S. system of units (ergs), and is practically equivalent to the energy expended in one second by an electric current of one ampere in a resistance of one ohm. One joule is approximately equal to 0.738 foot pounds.")],
+               _(u"kilocalorie"):
+               [(converters.m, 4.184e3), "kcal", ''],
+               _(u"calorie"):
+               [(converters.m, 4.184), "cal", _(u"The unit of heat according to the French standard; the amount of heat required to raise the temperature of one kilogram (sometimes, one gram) of water one degree centigrade, or from 0deg to 1deg.")],
+               _(u"foot-poundals"):
+               [(converters.m, 0.04214), '', ''],
+               _(u"foot-pound force"):
+               [(converters.m, 1.356), u"ft\xb7lbf", _(u"A unit of work equal to a force of one pound moving through a distance of one foot")],
+               _(u"millijoule"):
+               [(converters.m, 1.0e-3), "mJ", ''],
+               _(u"microjoule"):
+               [(converters.m, 1.0e-6), u"\xb5J", ''],
+               _(u"attojoule"):
+               [(converters.m, 1.0e-18), "aJ", ''],
+               _(u"erg | dyne-centimeter"):
+               [(converters.m, 1.0e-7), '', _(u"The unit of work or energy in the C. G. S. system, being the amount of work done by a dyne working through a distance of one centimeter; the amount of energy expended in moving a body one centimeter against a force of one dyne. One foot pound is equal to 13, 560, 000 ergs.")],
+               _(u"GeV"):
+               [(converters.m, 1.0e-9/6.24), '', _(u"A billion electronvolts")],
+               _(u"MeV"):
+               [(converters.m, 1.0e-12/6.24), '', _(u"a million electronvolts")],
+               _(u"electron volt"):
+               [(converters.m, 1.0e-18/6.24), "eV", _(u"A unit of energy equal to the work done by an electron accelerated through a potential difference of 1 volt")],
+               #1 cubic foot of natural gas ... 1, 008 to 1, 034 Btu
+               _(u"therm of natural gas"):
+               [(converters.m, 1.055e8), "", '1 therm of natural gas = 100, 000 Btu'],
+               _(u"gallon of liquefied petroleum gas"):
+               [(converters.m, 1.055e3*95475), "LPG", '1 gallon of liquefied petroleum gas = 95, 475 Btu'],
+               _(u"gallon of crude oil"):
+                       [(converters.m, 1.055e3*138095), "", '1 gallon of crude oil = 138, 095 Btu'],
+               _(u"barrel of crude oil"):
+                       [(converters.m, 1.055e3*5800000), "", '1 barrel of crude oil = 5, 800, 000 Btu'],
+               _(u"gallon of kerosene or light distillate oil"):
+                       [(converters.m, 1.055e3*135000), "", '1 gallon of kerosene or light distillate oil = 135, 000 Btu '],
+               _(u"gallon middle distillate or diesel fuel oil"):
+                       [(converters.m, 1.055e3*138690), "", '1 gallon middle distillate or diesel fuel oil = 138, 690 Btu '],
+               _(u"gallon residential fuel oil"):
+                       [(converters.m, 1.055e3*149690), "", '1 gallon residential fuel oil = 149, 690 Btu'],
+               _(u"gallon of gasoline"):
+                       [(converters.m, 1.055e3*125000), "", '1 gallon of gasoline = 125, 000 Btu'],
+               _(u"gallon of ethanol"):
+                       [(converters.m, 1.055e3*84400), "", '1 gallon of ethanol = 84, 400 Btu'],
+               _(u"gallon of methanol"):
+                       [(converters.m, 1.055e3*62800), "", '1 gallon of methanol = 62, 800 Btu'],
+               _(u"gallon gasohol (10% ethanol, 90% gasoline)"):
+                       [(converters.m, 1.055e3*120900), "", '1 gallon gasohol (10% ethanol, 90% gasoline) = 120, 900 Btu'],
+#              _(u"pound of coal"):
+#                      [(converters.m, 1.055e3), "", 'pound of coal = 8, 100-13, 000 Btu'],
+#              _(u"ton of coal"):
+#                      [(converters.m, 1.055e3), "", '1 ton of coal = 16, 200, 00-26, 000, 000 Btu'],
+               _(u"ton of coke"):
+                       [(converters.m, 1.055e3*26000000), "", '1 ton of coke = 26, 000, 000 Btu'],
+# 1 ton of wood = 9, 000, 00-17, 000, 000 Btu
+#              _(u""):
+#                      [(converters.m, 1.055e3), "", ''],
+# 1 standard cord of wood = 18, 000, 000-24, 000, 000 Btu
+#              _(u""):
+#                      [(converters.m, 1.055e3), "", ''],
+# 1 face cord of wood = 6, 000, 000-8, 000, 000 Btu
+#              _(u""):
+#                      [(converters.m, 1.055e3), "", ''],
+
+# GJ to therm and MBTUs would be nice too.
+               _(u"therm"):
+                       [(converters.m, 1.055e-3*10000), "", '10^5 BTUs'],
+
+
+               _(u"Mega British thermal unit"):
+                       [(converters.m, 1.055e-3), "MBtu", 'Million British thermal units'],
+
+               _(u"pound of carbon (upper heating value)"):
+                       [(converters.m, 1.055e3*14550), "", '1 pound of carbon is 14, 550 btu (upper heating value).'],
+       },
+
+       _(u"Flow (dry)"): {
+               ".base_unit": "litres per second",
+               _(u"litres per second"):
+               [(converters.m, 1.0), "lps", _(u"A cubic decimeter of material moving past a point every second.")],
+               _(u"litres per minute"):
+               [(converters.m, 1.0/60), "lpm", _(u"A cubic decimeter of material moving past a point every minute.")],
+               _(u"cubic feet per minute"):
+               [(converters.m, 1/(60*0.0353146667215)), "cfm", _(u"Commonly used to describe the flow rate produced by a large fan or blower.")],
+               _(u"cubic feet per second"):
+               [(converters.m, 1/0.0353146667215), "cfs", ''],
+               _(u"cubic inches per minute"):
+               [(converters.m, 1/(60*61.0237440947)), u"in\xb3/m", ''],
+               _(u"cubic inches per second"):
+               [(converters.m, 1/61.0237440947), u"in\xb3/s", ''],
+       },
+
+       _(u"Flow (liquid)"): {
+               ".base_unit": "litres per second",
+               _(u"litres per second"):
+               [(converters.m, 1.0), "lps", _(u"A cubic decimeter of material moving past a point every second")],
+               _(u"litres per minute"):
+               [(converters.m, 1.0/60), "lpm", ''],
+               _(u"US gallons per minute"):
+               [(converters.m, 60*3.785411784), "gpm (US)", ''],
+               _(u"US gallons per second"):
+               [(converters.m, 3.785411784), "gps (US)", ''],
+               _(u"UK gallons per minute"):
+               [(converters.m, 60*4.54609028199), "gpm (UK)", ''],
+               _(u"UK gallons per second"):
+               [(converters.m, 4.54609028199), "gps (UK)", ''],
+       },
+
+       _(u"Force"): {
+               ".base_unit": "newton",
+               _(u"tonne of force"):
+               [(converters.m, 9806.65), '', _(u"Metric ton of force, 1000 kilonewtons.")],
+               _(u"ton of force"):
+               [(converters.m, 2000*4.4482216152605), "tnf", _(u"2000 pounds of force.")],
+               _(u"sthene"):
+               [(converters.m, 1.0e3), '', _(u"Named from the Greek word sthenos, strength. One sthene is the force required to accelerate a mass of one tonne at a rate of 1 m/s2. ")],
+               _(u"atomic weight"):
+               [(converters.m, 1.6283353926E-26), '', _(u"Generally understood as the weight of the hydrogen atom.")],
+               _(u"kip"):
+               [(converters.m, 4.4482216152605e3), '', _(u"Kilopounds of force.")],
+               _(u"kilonewton"):
+               [(converters.m, 1.0e3), "kN", ''],
+               _(u"kilogram force | kilopond"):
+               [(converters.m, 9.80665), "kgf", ''],
+               _(u"pound force"):
+               [(converters.m, 4.4482216152605), "lbf", ''],
+               _(u"newton"):
+               [(converters.m, 1.0), "N", _(u"Named after the English mathematician and physicist Sir Isaac Newton (1642-1727). A unit of force equal to the force that imparts an acceleration of 1 m/sec\xb2 to a mass of 1 kilogram; equal to 100, 000 dynes")],
+               _(u"ounce force"):
+               [(converters.m, 4.4482216152605/16), "ozf", ''],
+               _(u"poundal"):
+               [(converters.m, 0.138254954376), "pdl", _(u"A unit of force based upon the pound, foot, and second, being the force which, acting on a pound avoirdupois for one second, causes it to acquire by the of that time a velocity of one foot per second. It is about equal to the weight of half an ounce, and is 13, 825 dynes.")],
+               _(u"gram force"):
+               [(converters.m, 9.80665/1e3), "gf", ''],
+               _(u"millinewton"):
+               [(converters.m, 1.0e-3), "mN", ''],
+               _(u"dyne"):
+               [(converters.m, 1.0e-5), "dyn", _(u"The unit of force, in the C. G. S. (Centimeter Gram Second) system of physical units; that is, the force which, acting on a gram for a second, generates a velocity of a centimeter per second.")],
+               _(u"micronewton"):
+               [(converters.m, 1.0e-6), u"\xb5N", ''],
+       },
+
+       _(u"Length"): {
+               ".base_unit": "meter",
+               _(u"klafter | faden (German)"):
+               [(converters.m, 1.8965), '', _(u"Similar to the fathom.")],
+               _(u"klafter | faden (Switzerland)"):
+               [(converters.m, 1.8), '', _(u"Similar to the fathom.")],
+               _(u"earth diamater"):
+               [(converters.m, 12742630), '', _(u"Diameter for the Earth.")],
+               _(u"actus (roman actus)"):
+               [(converters.m, 35.47872), '', _(u"Land measurement, 120 Roman feet (pedes monetales). This was equivalent to 35.47872 meters.")],
+               _(u"angstrom"):
+               [(converters.m, 1.0e-10), u"\xc5", _(u"Equal to one ten billionth of a meter (or 0.0001 micron); used to specify wavelengths of electromagnetic radiation")],
+               _(u"arshin | arshine | archin"):
+               [(converters.m, 0.7112), '', _(u"Russian.  28 inches")],
+               _(u"arpentcan"):
+               [(converters.m, 44289.14688), '', _(u"arpentcan = 27.52 mile")],
+               _(u"arpent (Canadian)"):
+               [(converters.m, 58.471308), '', _(u"Canadian unit of land measurement. 191.835 ft")],
+               _(u"arpentlin | French arpent"):
+               [(converters.m, 30*6.395*12*(25.4/1000)), '', _(u"French unit of land measurement. 30 toises")],
+               _(u"assbaa"):
+               [(converters.m, 0.02), '', _(u"Arabian measure.")],
+               _(u"astronomical unit"):
+               [(converters.m, 149597871000.0), "AU", _(u"Used for distances within the solar system; equal to the mean distance between the Earth and the Sun (approximately 93 million miles or 150 million kilometers).")],
+               _(u"barleycorn"):
+               [(converters.m, 8.46666666666667E-03), '', _(u"Formerly, a measure of length, equal to the average length of a grain of barley; the third part of an inch.")],
+               _(u"bohr radius"):
+               [(converters.m, 52.9177/1e12), '', _(u"Named after the Danish physicist Niels Bohr (1885-1962), who explained the structure of atoms in 1913. The bohr radius represents the mean distance between the proton and the electron in an unexcited hydrogen atom. 52.9177 picometers. ")],
+               _(u"bolt"):
+               [(converters.m, 36.576), '', _(u"A compact package or roll of cloth, as of canvas or silk, often containing about forty yards.")],
+               _(u"bottom measure"):
+               [(converters.m, (25.4/1000)/40), '', _(u"One fortieth of an inch.")],
+               _(u"cable length"):
+               [(converters.m, 219.456), '', _(u"A nautical unit of depth. 720 feet.")],
+               _(u"caliber (gun barrel caliber)"):
+               [(converters.m, 0.000254), '', _(u"The diameter of round or cylindrical body, as of a bullet or column.")],
+               _(u"cane"):
+               [(converters.m, 3.84049), '', _(u"Persian")],
+               _(u"chain (surveyors | Gunters)"):
+               [(converters.m, 20.1168), '', _(u"A surveyors instrument which consists of links and is used in measuring land.One commonly in use is Gunter's chain, which consists of one hundred links, each link being seven inches and ninety-two one hundredths in length; making up the total length of rods, or sixty-six, feet; hence, a measure of that length; hence, also, a unit for land measure equal to four rods.")],
+               _(u"chain (engineers)"):
+               [(converters.m, 100*(12*25.4/1000)), '', _(u"100 ft.")],
+               _(u"charac"):
+               [(converters.m, 0.2601), '', _(u"Persian")],
+               _(u"chebel"):
+               [(converters.m, 21.03124), '', _(u"Persian")],
+               _(u"city block"):
+               [(converters.m, 100*(36*25.4/1000)), '', _(u"An informal measurement, about 100 yards")],
+               _(u"cubit (Biblical | Hebrew | English)"):
+               [(converters.m, 18.00*(25.4/1000)), '', _(u"A measure of length, being the distance from the elbow to the extremity of the middle finger. Note: The cubit varies in length in different countries, the English, Hebrew and Biblical cubits are 18 inches.")],
+               _(u"cubit (Indian) | hasta"):
+               [(converters.m, 0.64161), '', ''],
+               _(u"cubit (Roman)"):
+               [(converters.m, 17.47*(25.4/1000)), '', _(u"A measure of length, being the distance from the elbow to the extremity of the middle finger. Note: The cubit varies in length in different countries, the Roman cubit is 17.47 inches.")],
+               _(u"cubit (Greek) | pechya"):
+                       [(converters.m, 18.20*(25.4/1000)), '', _(u"A measure of length, being the distance from the elbow to the extremity of the middle finger. Note: The cubit varies in length in different countries, the Greek cubit is 18.20 inches.")],
+               _(u"cubit (Israeli)"):
+                       [(converters.m, 0.55372), '', _(u"A measure of length, being the distance from the elbow to the extremity of the middle finger. Note: The cubit varies in length in different countries, the Israeli cubit is 21.8 inches.")],
+               _(u"cloth finger"):
+                       [(converters.m, 4.5*(25.4/1000)), '', _(u"Used in sewing")],
+               _(u"cloth quarter"):
+                       [(converters.m, 9*(25.4/1000)), '', _(u"Used in sewing")],
+               _(u"compton wavelength of the electron"):
+                       [(converters.m, 1836.11*1.00138*1.31962/1e15), '', _(u"Named after Arthur Holly Compton (1892-1962)")],
+               _(u"compton wavelength of the proton"):
+                       [(converters.m, 1.00138*1.31962/1e15), '', _(u"Named after Arthur Holly Compton (1892-1962)")],
+               _(u"compton wavelength of the neutron"):
+                       [(converters.m, 1.31962/1e15), '', _(u"Named after Arthur Holly Compton (1892-1962)")],
+               _(u"classical electron radius"):
+                       [(converters.m, 2.13247*1.00138*1.31962/1e15), '', ''],
+               _(u"digit | digitus"):
+                       [(converters.m, 0.018542), '', _(u"A finger's breadth, commonly estimated to be three fourths of an inch.")],
+               _(u"decimeter"):
+                       [(converters.m, 1.0e-1), "dm", """The tenth part of a meter; a measure of length equal to rather more than 3.937 of an inch."""],
+               _(u"diamond (Typographical)"):
+                       [(converters.m, 4.5*0.35146e-3), '', _(u"4 1/2 pt in height.")],
+               _(u"pearl (Typographical)"):
+                       [(converters.m, 5*0.35146e-3), '', _(u"5 pt in height.")],
+               _(u"agate | ruby (Typographical)"):
+                       [(converters.m, 5.5*0.35146e-3), '', _(u"Used in typing. A kind of type, larger than pearl and smaller than nonpareil; in England called ruby. 5 1/2 pt in height.")],
+               _(u"nonpareil (Typographical)"):
+                       [(converters.m, 6*0.35146e-3), '', _(u"6 pt in height.")],
+               _(u"minion (Typographical)"):
+                       [(converters.m, 7*0.35146e-3), '', _(u"7 pt in height.")],
+               _(u"brevier (Typographical)"):
+                       [(converters.m, 8*0.35146e-3), '', _(u"8 pt in height.")],
+               _(u"bourgeois (Typographical)"):
+                       [(converters.m, 9*0.35146e-3), '', _(u"9 pt in height.")],
+               _(u"elite | long primer (Typographical)"):
+                       [(converters.m, 10*0.35146e-3), '', _(u"10 pt in height.")],
+               _(u"small pica (Typographical)"):
+                       [(converters.m, 11*0.35146e-3), '', _(u"11 pt in height.")],
+               _(u"pica (Typographical)"):
+                       [(converters.m, 12*0.35146e-3), '', _(u"A size of type next larger than small pica, and smaller than English.12 pt in height")],
+               _(u"english (Typographical)"):
+                       [(converters.m, 14*0.35146e-3), '', _(u"14 pt in height.")],
+               _(u"columbian (Typographical)"):
+                       [(converters.m, 16*0.35146e-3), '', _(u"16 pt in height.")],
+               _(u"great primer (Typographical)"):
+                       [(converters.m, 18*0.35146e-3), '', _(u"18 pt in height.")],
+               _(u"point (pica) (Typographical)"):
+                       [(converters.m, 0.35146e-3), "pt", _(u"Typographical measurement. This system was developed in England and is used in Great-Britain and the US. 1 pica equals 12 pica points.")],
+               _(u"point (didot) (Typographical)"):
+                       [(converters.m, 0.376065e-3), "pt", _(u"Typographical measurement. The didot system originated in France but was used in most of Europe")],
+               _(u"cicero (Typographical)"):
+                       [(converters.m, 12*0.376065e-3), '', _(u"Typographical measurement. 1 cicero equals 12 didot points.")],
+               _(u"point (PostScript) (Typographical)"):
+                       [(converters.m, (25.4/1000)/72), "pt", _(u"Typographical measurement. Created by Adobe. There are exactly 72 PostScript points in 1 inch.")],
+
+               _(u"ell (English)"):
+                       [(converters.m, 45*(25.4/1000)), '', _(u"A measure for cloth; -- now rarely used. It is of different lengths in different countries; the English ell being 45 inches, the Dutch or Flemish ell 27, the Scotch about 37.")],
+               _(u"ell (Dutch | Flemish)"):
+                       [(converters.m, 27*(25.4/1000)), '', _(u"A measure for cloth; -- now rarely used. It is of different lengths in different countries; the English ell being 45 inches, the Dutch or Flemish ell 27, the Scotch about 37.")],
+               _(u"ell (Scotch)"):
+                       [(converters.m, 37*(25.4/1000)), '', _(u"A measure for cloth; -- now rarely used. It is of different lengths in different countries; the English ell being 45 inches, the Dutch or Flemish ell 27, the Scotch about 37.")],
+               _(u"em"):
+                       [(converters.m, 0.0003514598), '', _(u"Used in typography. A quadrat, the face or top of which is a perfect square; also, the size of such a square in any given size of type, used as the unit of measurement for that type: 500 m's of pica would be a piece of matter whose length and breadth in pica m's multiplied together produce that number.")],
+               _(u"en"):
+                       [(converters.m, 0.0001757299), '', _(u"Used in typography. Half an em, that is, half of the unit of space in measuring printed matter.")],
+               _(u"fathom"):
+                       [(converters.m, 6*(12*25.4/1000)), '', _(u"6 feet. Approximately the space to which a man can extend his arms.")],
+               _(u"fathom (Greek)"):
+                       [(converters.m, 4*18.20*(25.4/1000)), '', _(u"4 Greek cubits.")],
+               _(u"fermi"):
+                       [(converters.m, 1e-15), '', _(u"a metric unit of length equal to one quadrillionth of a meter ")],
+               _(u"finger breadth"):
+                       [(converters.m, 0.875*(25.4/1000)), '', _(u"The breadth of a finger, or the fourth part of the hand; a measure of nearly an inch.")],
+               _(u"finger length"):
+                       [(converters.m, 4.5*(25.4/1000)), '', _(u"The length of finger, a measure in domestic use in the United States, of about four and a half inches or one eighth of a yard.")],
+               _(u"foot"):
+                       [(converters.m, 12*(25.4/1000)), "ft", _(u"Equivalent to twelve inches; one third of a yard. This measure is supposed to be taken from the length of a man's foot.")],
+               _(u"foot (Assyrian)"):
+                       [(converters.m, 2.63042), '', ''],
+               _(u"foot (Arabian)"):
+                       [(converters.m, 0.31919), '', ''],
+               _(u"foot (Roman) | pes"):
+                       [(converters.m, 0.2959608), '', ''],
+               _(u"foot (geodetic | survey)"):
+                       [(converters.m, 1200.0/3937), '', _(u"A former U.S. definition of the foot as exactly 1200/3937 meter or about 30.48006096 centimeters. This was the official U.S. definition of the foot from 1866 to 1959; it makes the meter equal exactly 39.37 inches. In 1959 the survey foot was replaced by the international foot, equal to exactly 30.48 centimeters. However, the survey foot remains the basis for precise geodetic surveying in the U.S.")],
+               _(u"furlong"):
+                       [(converters.m, 40*5.0292), '', 'The eighth part of a mile; forty rods; two hundred and twenty yards. From the Old English fuhrlang, meaning "the length of a furrow".'],
+               _(u"ghalva"):
+                       [(converters.m, 230.42925), '', _(u"Arabian measure")],
+               _(u"gradus (Roman)"):
+                       [(converters.m, 2.43*(12*25.4/1000)), '', ''],
+               _(u"hand"):
+                       [(converters.m, 0.1016), '', _(u"A measure equal to a hand's breadth, -- four inches; a palm. Chiefly used in measuring the height of horses.")],
+               _(u"inch"):
+                       [(converters.m, (25.4/1000)), "in", _(u"The twelfth part of a foot, commonly subdivided into halves, quarters, eights, sixteenths, etc., as among mechanics. It was also formerly divided into twelve parts, called lines, and originally into three parts, called barleycorns, its length supposed to have been determined from three grains of barley placed end to end lengthwise.")],
+               _(u"ken"):
+                       [(converters.m, 2.11836), '', _(u"Japanese fathom. The ken is the length of a traditional tatami mat.")],
+               _(u"league (land | statute)"):
+                       [(converters.m, 3*1609.344), '', _(u" Used as a land measure. 3 statute miles.")],
+               _(u"league (nautical)"):
+                       [(converters.m, 3*1852), '', _(u" Used as a marine measure. 3 nautical miles.")],
+               _(u"li"):
+                       [(converters.m, 644.652), '', _(u"A Chinese measure of distance, being a little more than one third of a mile.")],
+               _(u"light second"):
+                       [(converters.m, 299792458), '', _(u"The distance over which light can travel in one second; -- used as a unit in expressing stellar distances.")],
+               _(u"light year"):
+                       [(converters.m, 9.460528405106E+15), '', _(u"The distance over which light can travel in a year's time; -- used as a unit in expressing stellar distances. It is more than 63, 000 times as great as the distance from the earth to the sun.")],
+               _(u"line"):
+                       [(converters.m, (25.4/1000)/12), '', _(u"A measure of length; one twelfth of an inch.")],
+               _(u"link (Gunters | surveyors)"):
+                       [(converters.m, 0.201168), '', _(u"""Part of a surveyors instrument (chain) which consists of links and is used in measuring land. One commonly in use is Gunter's chain, which consists of one hundred links, each link being 7.92" in length.""")],
+               _(u"link (US | engineers)"):
+                       [(converters.m, 12*(25.4/1000)), '', _(u"Used by surveyors. In the U.S., where 100-foot chains are more common, the link is the same as the foot. ")],
+               _(u"marathon"):
+                       [(converters.m, 42194.988), '', _(u"a footrace of 26 miles 385 yards")],
+
+               _(u"megameter"):
+                       [(converters.m, 1.0e6), '', _(u"In the metric system, one million meters, or one thousand kilometers.")],
+               _(u"kilometer"):
+                       [(converters.m, 1.0e3), "km", _(u"Being a thousand meters. It is equal to 3, 280.8 feet, or 62137 of a mile.")],
+               _(u"meter"):
+                       [(converters.m, 1.0), "m", _(u"Equal to 39.37 English inches, the standard of linear measure in the metric system of weights and measures. It was intended to be, and is very nearly, the ten millionth part of the distance from the equator to the north pole, as ascertained by actual measurement of an arc of a meridian.")],
+               _(u"centimeter"):
+                       [(converters.m, 1.0e-2), "cm", _(u"""The hundredth part of a meter; a measure of length equal to rather more than thirty-nine hundredths (0.3937) of an inch.""")],
+               _(u"millimeter"):
+                       [(converters.m, 1.0e-3), "mm", _(u"A lineal measure in the metric system, containing the thousandth part of a meter; equal to .03937 of an inch.")],
+               _(u"micrometer | micron"):
+                       [(converters.m, 1.0e-6), u"\xb5m", _(u"A metric unit of length equal to one millionth of a meter. The thousandth part of one millimeter.")],
+               _(u"nanometer"):
+                       [(converters.m, 1.0e-9), "nm", _(u"A metric unit of length equal to one billionth of a meter.")],
+               _(u"picometer"):
+                       [(converters.m, 1.0e-12), '', _(u"A metric unit of length equal to one trillionth of a meter.")],
+               _(u"femtometer"):
+                       [(converters.m, 1.0e-15), '', _(u"A metric unit of length equal to one quadrillionth of a meter.")],
+               _(u"mil"):
+                       [(converters.m, (25.4/1e6)), "mil", _(u"Equal to one thousandth of an inch; used to specify thickness (e.g., of sheets or wire)")],
+               _(u"mile (Roman)"):
+                       [(converters.m, 1479.804), '', _(u"5000 Roman feet.")],
+               _(u"mile (statute)"):
+                       [(converters.m, 1609.344), "mi", _(u"Mile is from the Latin word for 1000 (mille). A mile conforming to statute, that is, in England and the United States, a mile of 5, 280 feet, as distinguished from any other mile.")],
+               _(u"mile (nautical | geographical)"):
+                       [(converters.m, 1852.0), "nmi", _(u"Geographical, or Nautical mile, one sixtieth of a degree of a great circle of the earth, or about 6080.27 feet.")],
+               _(u"nail (cloth)"):
+                       [(converters.m, 0.05715), '', _(u"Used for measuring cloth. 1/20 ell. The length of the last two joints (including the fingernail) of the middle finger. The nail is equivalent to 1/16 yard, 1/4 span.")],
+               _(u"naval shot"):
+                       [(converters.m, 15*6*(12*25.4/1000)), '', _(u"Equal to 15 fathoms")],
+               _(u"pace"):
+                       [(converters.m, 2.5*(12*25.4/1000)), '', _(u"The length of a step in walking or marching, reckoned from the heel of one foot to the heel of the other. Note: Ordinarily the pace is estimated at two and one half linear feet.")],
+               _(u"pace (Roman) | passus"):
+                       [(converters.m, 5*0.2959608), '', _(u" The Roman pace (passus) was from the heel of one foot to the heel of the same foot when it next touched the ground, five Roman feet.")],
+               _(u"pace (quick-time marching)"):
+                       [(converters.m, 30*(25.4/1000)), '', _(u"The regulation marching pace in the English and United States armies is thirty inches for quick time.")],
+               _(u"pace (double-time marching)"):
+                       [(converters.m, 36*(25.4/1000)), '', _(u"The regulation marching pace in the English and United States armies is thirty-six inches for double time. ")],
+               _(u"palm (Greek)"):
+                       [(converters.m, 7.71313333333333e-02), '', _(u"A lineal measure equal either to the breadth of the hand or to its length from the wrist to the ends of the fingers; a hand; -- used in measuring a horse's height. In Greece, the palm was reckoned at three inches. At the present day, this measure varies in the most arbitrary manner, being different in each country, and occasionally varying in the same. One third of a Greek span, ")],
+               _(u"palm (Roman lesser)"):
+                       [(converters.m, 2.91*(25.4/1000)), '', _(u"A lineal measure equal either to the breadth of the hand or to its length from the wrist to the ends of the fingers; a hand; -- used in measuring a horse's height. One of two Roman measures of the palm, the lesser palm is 2.91 inches. At the present day, this measure varies in the most arbitrary manner, being different in each country, and occasionally varying in the same.")],
+               _(u"palm (Roman greater)"):
+                       [(converters.m, 8.73*(25.4/1000)), '', _(u"A lineal measure equal either to the breadth of the hand or to its length from the wrist to the ends of the fingers; a hand; -- used in measuring a horse's height. One of two Roman measures of the palm, the greater palm is 8.73 inches. At the present day, this measure varies in the most arbitrary manner, being different in each country, and occasionally varying in the same.")],
+               _(u"parasang"):
+                       [(converters.m, 3.5*1609.344), '', _(u"A Persian measure of length, which, according to Herodotus and Xenophon, was thirty stadia, or somewhat more than three and a half miles. The measure varied in different times and places, and, as now used, is estimated at three and a half English miles.")],
+               _(u"parsec"):
+                       [(converters.m, 3.08567758767931e16), '', _(u"A unit of astronomical length based on the distance from  Earth at which stellar parallax is 1 second of arc; equivalent to 3.262 light years")],
+               _(u"rod | pole | perch"):
+                       [(converters.m, 5.0292), '', _(u"Containing sixteen and a half feet; -- called also perch, and pole.")],
+               _(u"ri"):
+                       [(converters.m, 3926.79936), '', _(u"Japanese league.")],
+               _(u"rope"):
+                       [(converters.m, 20*12*(25.4/1000)), '', _(u"20 feet")],
+               _(u"sadzhens | sagene | sazhen"):
+                       [(converters.m, 2.10312), '', _(u"Russian and East European. Used in previous centuries (until WWI or WWII). The distance between a grown man's spread of arms , from the finger- tips of one to hand to the finger-tips of the other hand. Equal to about 7 feet long (2.13 m).")],
+               _(u"shaku"):
+                       [(converters.m, 0.303022), '', _(u" A Japanese foot. Note: shaku also means area and volume.")],
+               _(u"skein"):
+                       [(converters.m, 120*3*12*(25.4/1000)), '', _(u"120 yards. A skein of cotton yarn is formed by eighty turns of the thread round a fifty-four inch reel.")],
+               _(u"soccer field"):
+                       [(converters.m, 100*3*12*(25.4/1000)), '', _(u"100 yards")],
+               _(u"solar diameter"):
+                       [(converters.m, 1391900000), '', _(u"Diameter of our sun.")],
+               _(u"span (Greek)"):
+                       [(converters.m, 0.231394), '', _(u"To measure by the span of the hand with the fingers extended, or with the fingers encompassing the object; as, to span a space or distance; to span a cylinder. One half of a Greek cubit.")],
+               _(u"span (cloth)"):
+                       [(converters.m, 9*(25.4/1000)), '', _(u"9 inches")],
+               _(u"spindle (cotten yarn)"):
+                       [(converters.m, 15120*3*12*(25.4/1000)), '', _(u"A cotten yarn measure containing 15, 120 yards.")],
+               _(u"spindle (linen yarn)"):
+                       [(converters.m, 14400*3*12*(25.4/1000)), '', _(u"A linen yarn measure containing 14, 400 yards.")],
+               _(u"stadia (Greek) | stadion"):
+                       [(converters.m, 185.1152), '', _(u"A Greek measure of length, being the chief one used for itinerary distances, also adopted by the Romans for nautical and astronomical measurements. It was equal to 600 Greek or 625 Roman feet, or 125 Roman paces, or to 606 feet 9 inches English. This was also called the Olympic stadium, as being the exact length of the foot-race course at Olympia.")],
+               _(u"stadium (Persian)"):
+                       [(converters.m, 214.57962), '', ''],
+               _(u"stadium (Roman)"):
+                       [(converters.m, 184.7088), '', _(u"A Greek measure of length, being the chief one used for itinerary distances, also adopted by the Romans for nautical and astronomical measurements. It was equal to 600 Greek or 625 Roman feet, or 125 Roman paces, or to 606 feet 9 inches English. This was also called the Olympic stadium, as being the exact length of the foot-race course at Olympia.")],
+               _(u"sun (Japanese)"):
+                       [(converters.m, 0.0303022), '', _(u"Japanese measurement.")],
+               _(u"toise (French)"):
+                       [(converters.m, 6.395*12*(25.4/1000)), '', _(u"French fathom.")],
+               _(u"vara (Spanish)"):
+                       [(converters.m, 33.385*(25.4/1000)), '', _(u"A Spanish measure of length equal to about one yard. 33.385 inches. ")],
+               _(u"vara (Mexican)"):
+                       [(converters.m, 0.837946), '', _(u"A Mexican measure of length equal to about one yard. 32.99 inches. ")],
+               _(u"verst | werst"):
+                       [(converters.m, 3500*12*(25.4/1000)), '', _(u"A Russian measure of length containing 3, 500 English feet.")],
+               _(u"yard"):
+                       [(converters.m, 3*12*(25.4/1000)), "yd", _(u"Equaling three feet, or thirty-six inches, being the standard of English and American measure.")],
+       },
+
+       _(u"Luminance"): {
+               ".base_unit": "candela per square meter",
+               _(u"magnitudes per square arcsecond"):
+               [(converters.f, ('108000*(10**(-0.4*x))', 'log((x/108000), 10)/-0.4')), "mags/arcsec2", _(u"Used by astronomers to define the darkness of the night sky. Stars are rated by brightness in magnitudes . A lower magnitude number is a brighter star. The star Vega has a magnitude of zero, and a measurement of 0 magnitudes per square arcsecond would be like having every square arcsecond in the sky will with the brightness of the star Vega.")],
+               _(u"candela per square centimeter"):
+               [(converters.m, 1.0e4), u"cd/cm\xb2", ''],
+               _(u"kilocandela per square meter"):
+               [(converters.m, 1.0e3), u"kcd/m\xb2", ''],
+               _(u"stilb"):
+               [(converters.m, 1.0e4), "sb", 'From a Greek word stilbein meaning "to glitter". Equal to one candela per square centimeter or 104 nits.'],
+               _(u"lambert"):
+               [(converters.m, 3183.09886183791), "L", _(u"Named after the German physicist Johann Heinrich Lambert (1728-1777).Equal to the brightness of a perfectly diffusing surface that emits or reflects one lumen per square centimeter")],
+               _(u"candela per square inch"):
+               [(converters.m, 1550.0031000062), u"cd/in\xb2", ''],
+               _(u"candela per square foot"):
+               [(converters.m, 10.7639104167097), u"cd/ft\xb2", ''],
+               _(u"foot lambert"):
+               [(converters.m, 3.42625909963539), "fL", ''],
+               _(u"millilambert"):
+               [(converters.m, 3.18309886183791), "mL", ''],
+               _(u"candela per square meter"):
+               [(converters.m, 1.0), u"cd/m\xb2", ''],
+               _(u"lumen per steradian square meter"):
+               [(converters.m, 1.0), '', ''],
+               _(u"nit"):
+               [(converters.m, 1.0), '', _(u"Named from the Latin niteo, to shine.")],
+               _(u"apostilb"):
+               [(converters.m, 3.18309886183791/10), "asb", 'Named from the Greek stilbein, to "glitter" or "shine, " with the prefix apo-, "away from." '],
+       },
+
+       _(u"Illumination"): {
+               ".base_unit": "lux",
+               _(u"phot"):
+               [(converters.m, 1.0e4), "ph", _(u"a unit of illumination equal to 1 lumen per square centimeter; 10, 000 phots equal 1 lux")],
+               _(u"lumen per square centimeter"):
+               [(converters.m, 1.0e4), u"lm/cm\xb2", ''],
+               _(u"foot candle"):
+               [(converters.m, 10.7639104167097), "fc", ''],
+               _(u"lumen per square foot"):
+               [(converters.m, 10.7639104167097), u"lm/ft\xb2", ''],
+               _(u"lux"):
+               [(converters.m, 1.0), "lx", _(u"Equal to the illumination produced by luminous flux of one lumen falling perpendicularly on a surface one meter square. Also called meter-candle.")],
+               _(u"metre-candle"):
+               [(converters.m, 1.0), "m-cd", _(u"Equal to the illumination produced by luminous flux of one lumen falling perpendicularly on a surface one meter square. Also called lux.")],
+               _(u"lumen per square meter"):
+               [(converters.m, 1.0), u"lm/m\xb2", ''],
+               _(u"candela steradian per square meter"):
+               [(converters.m, 1.0), '', ''],
+       },
+
+       _(u"Luminous Intensity (point sources)"): {
+               ".base_unit": "candela",
+               _(u"candela"):
+               [(converters.m, 1.0), "cd", _(u"The basic unit of luminous intensity adopted under the System International d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a blackbody radiating at the temperature of 2, 046 degrees Kelvin syn: candle, cd, standard candle.")],
+               _(u"lumen per steradian"):
+               [(converters.m, 1.0), "lm/sr", ''],
+               _(u"hefner candle"):
+               [(converters.m, 0.92), "HC", _(u"Named after F. von Hefner-Altenack (1845-1904)")],
+       },
+
+       _(u"Luminous Flux"): {
+               ".base_unit": "lumen",
+               _(u"lumen"):
+               [(converters.m, 1.0), "lm", _(u"Equal to the luminous flux emitted in a unit solid angle by a point source of one candle intensity")],
+               _(u"candela steradian"):
+               [(converters.m, 1.0), u"cd\xb7sr", ''],
+       },
+
+       _(u"Magnetomotive force"): {
+               ".base_unit": "ampere",
+               _(u"ampere"):
+               [(converters.m, 1.0), "A", ''],
+               _(u"ampere-turn"):
+               [(converters.m, 1.0), "At", _(u"A unit of magnetomotive force equal to the magnetomotive force produced by the passage of 1 ampere through 1 complete turn of a coil.")],
+               _(u"gilbert"):
+               [(converters.m, 0.795775), "Gb", _(u"Named after the English scientist William Gilbert (1544-1603)")],
+               _(u"kiloampere"):
+               [(converters.m, 1e3), "kA", ''],
+               _(u"oersted-centimeter"):
+               [(converters.m, 0.795775), '', _(u"The same value as the gilbert.")],
+       },
+
+       _(u"Magnetic Flux"): {
+               ".base_unit": "weber",
+               _(u"weber"):
+               [(converters.m, 1.0), "Wb", _(u"From the name of Professor Weber, a German electrician. One volt second.")],
+               _(u"milliweber"):
+               [(converters.m, 1.0e-3), "mWb", ''],
+               _(u"microweber"):
+               [(converters.m, 1.0e-6), u"\xb5Wb", ''],
+               _(u"unit pole (electro magnetic unit)"):
+               [(converters.m, 4e-8*math.pi), '', ''],
+               _(u"maxwell"):
+               [(converters.m, 1.0e-8), "Mx", _(u"Named after the Scottish physicist James Clerk Maxwell (1831-1879). A cgs unit of magnetic flux equal to the flux perpendicular to an area of 1 square centimeter in a magnetic field of 1 gauss.")],
+               _(u"line of force"):
+               [(converters.m, 1.0e-8), '', _(u"Same as Maxwell")],
+       },
+
+       _(u"Magnetic Field strength"): {
+               ".base_unit": "ampere per meter",
+               _(u"oersted"):
+               [(converters.m, 1.0e3/(4*math.pi)), "Oe", _(u"Named after the Danish physicist and chemist Hans Christian Oersted (1777-1851). The C.G.S. unit of magnetic reluctance or resistance, equal to the reluctance of a centimeter cube of air (or vacuum) between parallel faces. Also, a reluctance in which unit magnetomotive force sets up unit flux.")],
+               _(u"ampere per meter"):
+               [(converters.m, 1.0), "A/m", ''],
+               _(u"ampere-turn per meter"):
+               [(converters.m, 1.0), "A/m", ''],
+               _(u"kiloampere per meter"):
+               [(converters.m, 1.0e3), "kA/m", ''],
+               _(u"ampere-turn per inch"):
+               [(converters.m, 39.3700787401575), "At/in", ''],
+               _(u"newton per weber"):
+               [(converters.m, 1.0), "N/Wb", _(u"Same as ampere per meter")],
+       },
+
+       _(u"Magnetic Flux Density"): {
+               ".base_unit": "tesla",
+               _(u"tesla"):
+               [(converters.m, 1.0), "T", _(u"Named after the Croatian born inventer Nikola Tesla (1856-1943). A unit of magnetic flux density equal to one weber per square meter.")],
+               _(u"millitesla"):
+               [(converters.m, 1.0e-3), "mT", ''],
+               _(u"microtesla"):
+               [(converters.m, 1.0e-6), u"\xb5T", ''],
+               _(u"nanotesla"):
+               [(converters.m, 1.0e-9), "nT", ''],
+               _(u"weber per square meter"):
+               [(converters.m, 1.0), u"Wb/m\xb2", ''],
+               _(u"kilogauss"):
+               [(converters.m, 1.0e-1), "kG", ''],
+               _(u"gauss"):
+               [(converters.m, 1.0e-4), "G", _(u"Named after German mathematician and astronomer Karl Friedrich Gauss (1777-1855). The C.G.S. unit of density of magnetic field, equal to a field of one line of force per square centimeter, being thus adopted as an international unit at Paris in 1900; sometimes used as a unit of intensity of magnetic field. It was previously suggested as a unit of magnetomotive force.")],
+               _(u"maxwell per square centimeter"):
+               [(converters.m, 1.0e-4), u"Mx/cm\xb2", ''],
+               _(u"maxwell per square inch"):
+               [(converters.m, 1.5500031000062E-05), u"Mx/in\xb2", ''],
+               _(u"line per square inch"):
+               [(converters.m, 1.5500031000062E-05), '', _(u"Same as Maxwell per square inch.")],
+               _(u"gamma"):
+               [(converters.m, 1.0e-9), '', _(u"one nanotesla.")],
+       },
+
+       _(u"Mass"): {
+               ".base_unit": "kilogram",
+               _(u"talanton"):
+               [(converters.m, 149.9985), '', _(u"Greek measure.")],
+               _(u"oka (Egyptian)"):
+               [(converters.m, 1.248), '', ''],
+               _(u"oka (Greek)"):
+               [(converters.m, 1.2799), '', ''],
+               _(u"okia"):
+               [(converters.m, 0.03744027), '', _(u"Egyptian measure.")],
+               _(u"kat"):
+               [(converters.m, 0.009331), '', _(u"Egyptian measure.")],
+               _(u"kerat"):
+               [(converters.m, 0.00019504), '', _(u"Egyptian measure.")],
+               _(u"pala"):
+               [(converters.m, 0.047173), '', _(u"Indian measure.")],
+               _(u"kona"):
+               [(converters.m, 0.00699828), '', _(u"Indian measure.")],
+               _(u"mast"):
+               [(converters.m, .9331), '', _(u"British")],
+               _(u"kilogram"):
+               [(converters.m, 1.0), "kg", _(u"A measure of weight, being a thousand grams, equal to 2.2046 pounds avoirdupois (15, 432.34 grains). It is equal to the weight of a cubic decimeter of distilled water at the temperature of maximum density, or 39deg Fahrenheit.")],
+               _(u"megagram"):
+               [(converters.m, 1.0e3), "Mg", ''],
+               _(u"gram"):
+               [(converters.m, 1.0e-3), "g", _(u"The unit of weight in the metric system. It was intended to be exactly, and is very nearly, equivalent to the weight in a vacuum of one cubic centimeter of pure water at its maximum density. It is equal to 15.432 grains.")],
+               _(u"milligram"):
+               [(converters.m, 1.0e-6), "mg", _(u"A measure of weight, in the metric system, being the thousandth part of a gram, equal to the weight of a cubic millimeter of water, or .01543 of a grain avoirdupois.")],
+               _(u"microgram"):
+               [(converters.m, 1.0e-9), u"\xb5g", _(u"A measure of weight, in the metric system, being the millionth part of a gram.")],
+               _(u"ton (UK | long | gross | deadweight)"):
+               [(converters.m, 2240 * 0.45359237), '', _(u"A British unit of weight equivalent to 2240 pounds")],
+               _(u"ton (US | short)"):
+               [(converters.m, 2000 * 0.45359237), "tn", _(u"A US unit of weight equivalent to 2000 pounds")],
+               _(u"tonne | metric ton"):
+               [(converters.m, 1.0e3), "t", _(u"A metric ton, One Megagram. 1000 kg")],
+               _(u"pound (avoirdupois)"):
+               [(converters.m, 0.45359237), "lb", _(u"The pound in general use in the United States and in England is the pound avoirdupois, which is divided into sixteen ounces, and contains 7, 000 grains. The pound troy is divided into twelve ounces, and contains 5, 760 grains. 144 pounds avoirdupois are equal to 175 pounds troy weight")],
+               _(u"pound (troy)"):
+               [(converters.m, 0.3732417216), '', ''],
+               _(u"hundredweight (short | net | US)"):
+               [(converters.m, 100*0.45359237), "cwt", _(u"A denomination of weight of 100 pounds. In most of the United States, both in practice and by law, it is 100 pounds avoirdupois.")],
+               _(u"hundredweight (long | English)"):
+               [(converters.m, 112*0.45359237), "cwt", _(u"A denomination of weight of 112 pounds")],
+               _(u"slug"):
+               [(converters.m, 14.5939029372064), '', _(u"One slug is the mass accelerated at 1 foot per second per second by a force of 1 pound.")],
+               _(u"ounce (troy)"):
+               [(converters.m, 0.0311034768), "ozt", _(u"A unit of apothecary weight equal to 480 grains.")],
+               _(u"ounce (avoirdupois)"):
+               [(converters.m, 0.45359237/16), "oz", _(u"A weight, the sixteenth part of a pound avoirdupois")],
+               _(u"dram (avoirdupois)"):
+               [(converters.m, (0.45359237/16)/16), '', _(u"A weight; in Avoirdupois weight, one sixteenth part of an ounce.")],
+       _(u"dram (troy | apothecary)"):
+               [(converters.m, (0.0311034768)/8), '', _(u"""A weight; in Apothecaries' weight, one eighth part of an ounce, or sixty grains.""")],
+               _(u"scruple (troy)"):
+                       [(converters.m, 20*(0.45359237/5760)), '', _(u"A weight of twenty grains; the third part of a troy dram.")],
+               _(u"carat"):
+                       [(converters.m, 0.0002), '', _(u"The weight by which precious stones and pearls are weighed.")],
+               _(u"grain"):
+                       [(converters.m, 0.00006479891), "gr", _(u"The unit of the English system of weights; -- so called because considered equal to the average of grains taken from the middle of the ears of wheat. 7, 000 grains constitute the pound avoirdupois and 5, 760 grains constitute the pound troy.")],
+               _(u"amu (atomic mass unit) | dalton"):
+                       [(converters.m, 1.66044E-27), "amu", _(u"Unit of mass for expressing masses of atoms or molecules.")],
+               _(u"catty | caddy | chin"):
+                       [(converters.m, (4.0/3)*0.45359237), '', _(u"An Chinese or East Indian Weight of 1 1/3 pounds.")],
+               _(u"cental"):
+                       [(converters.m, 100*0.45359237), '', _(u"British for 100 pounds. Also called hundredweight in the US.")],
+               _(u"cotton bale (US)"):
+                       [(converters.m, 500*0.45359237), '', _(u"US measurement. 500 pounds")],
+               _(u"cotton bale (Egypt)"):
+                       [(converters.m, 750*0.45359237), '', _(u"Egyptian measurement. 750 pounds")],
+               _(u"crith"):
+                       [(converters.m, 0.0000906), '', _(u"From the Greek word for barleycorn. The weight of a liter of hydrogen at 0.01\xb0 centigrade and with a and pressure of 1 atmosphere.")],
+               _(u"denarius"):
+                       [(converters.m, 60*(0.45359237/5760)), '', _(u"Roman weight measuring 60 troy grains")],
+               _(u"dinar"):
+                       [(converters.m, 4.2e-3), '', _(u"Arabian weight measuring 4.2 gram")],
+               _(u"doppelzentner"):
+                       [(converters.m, 100.0), '', _(u"Metric hundredweight = 100 kg")],
+               _(u"drachma (Greek)"):
+                       [(converters.m, 0.0042923), '', _(u"The weight of an old Greek drachma coin")],
+               _(u"drachma (Dutch)"):
+                       [(converters.m, 3.906e-3), '', _(u"The weight of an old Dutch drachma coin")],
+               _(u"earth mass"):
+                       [(converters.m, 5.983E+24), '', _(u"Mass of the Earth.")],
+               _(u"electron rest mass"):
+                       [(converters.m, 9.109558E-31), '', _(u"The mass of an electron as measured when the it is at rest relative to an observer, an inherent property of the body.")],
+               _(u"funt"):
+                       [(converters.m, 0.408233133), '', _(u"Russian, 0.9 pounds")],
+               _(u"obolos (Ancient Greece)"):
+                       [(converters.m, 0.0042923/6), '', _(u"Ancient Greek weight of an obol coin, 1/6 drachma")],
+               _(u"obolos (Modern Greece)"):
+                       [(converters.m, 1.0e-4), '', _(u"Modern Greek name for decigram.")],
+               _(u"hyl"):
+                       [(converters.m, 0.00980665), '', _(u"From an ancient Greek word for matter. One hyl is the mass that is accelerated at one meter per second per second by one kilogram of force. 0.00980665 kg.")],
+               _(u"pennyweight (troy)"):
+                       [(converters.m, 24*0.00006479891), '', _(u"A troy weight containing twenty-four grains, or the twentieth part of a troy ounce; as, a pennyweight of gold or of arsenic. It was anciently the weight of a silver penny.")],
+               _(u"bekah (Biblical)"):
+                       [(converters.m, 5*24*0.00006479891), '', _(u"1/2 shekel, 5 pennyweight.")],
+               _(u"shekel (Israeli)"):
+                       [(converters.m, 10*24*0.00006479891), '', _(u"The sixtieth part of a mina. Ten pennyweight. An ancient weight and coin used by the Jews and by other nations of the same stock.")],
+               _(u"mina (Greek) | minah (Biblical)"):
+                       [(converters.m, 60*10*24*0.00006479891), '', _(u"The weight of the ancient Greek mina coin. 60 shekels")],
+               _(u"talent (Roman)"):
+                       [(converters.m, 125*0.3265865064), '', _(u"125 Roman libra.")],
+               _(u"talent (silver)"):
+                       [(converters.m, 3000*10*24*0.00006479891), '', _(u"3, 000 shekels or 125 lbs.")],
+               _(u"talent (gold)"):
+                       [(converters.m, 6000*10*24*0.00006479891), '', _(u"2 silver talents, 250 lbs.")],
+               _(u"talent (Hebrew)"):
+                       [(converters.m, 26.332), '', ''],
+               _(u"kin"):
+                       [(converters.m, 0.60010270551), '', _(u"Japanese kin,  1.323 pound.")],
+               _(u"kwan"):
+                       [(converters.m, 3.7512088999), '', _(u"Japanese kwan. 8.27 pound")],
+               _(u"liang | tael"):
+                       [(converters.m, ((4.0/3)*0.45359237)/16), '', _(u"Chinese. 1/16 catty")],
+               _(u"libra | librae | as | pondus"):
+                       [(converters.m, 0.3265865064), '', _(u"Roman originator of the English pound (lb). 12 uncia")],
+               _(u"libra (Mexican)"):
+                       [(converters.m, 0.46039625555), '', ''],
+               _(u"libra (Spanish)"):
+                       [(converters.m, 0.45994266318), '', ''],
+               _(u"livre (French)"):
+                       [(converters.m, 0.49), '', ''],
+               _(u"quarter (long)"):
+                       [(converters.m, (112*0.45359237)/4), '', _(u"The fourth part of a long hundredweight. 28 pounds")],
+               _(u"quarter (short)"):
+                       [(converters.m, (100*0.45359237)/4), '', _(u"The fourth part of a short hundredweight. 25 pounds")],
+               _(u"mite (English)"):
+                       [(converters.m, 0.0000032399455), '', _(u"A small weight; one twentieth of a grain.")],
+               _(u"neutron rest mass"):
+                       [(converters.m, 1.67492E-27), '', _(u"The mass of a neutron as measured when the it is at rest relative to an observer, an inherent property of the body.")],
+               _(u"proton rest mass"):
+                       [(converters.m, 1.672614E-27), '', _(u"The mass of a proton as measured when the it is at rest relative to an observer, an inherent property of the body.")],
+               _(u"pfund (German)"):
+                       [(converters.m, 0.5), '', _(u"German pound. 500 grams. 16 unze.")],
+               _(u"unze (German)"):
+                       [(converters.m, 0.5/16), '', _(u"German ounce. 1/16 pfund.")],
+               _(u"lot (German)"):
+                       [(converters.m, 0.5/32), '', _(u"One half unze.")],
+               _(u"picul | tan | pecul | pecal (Chinese | Summatra))"):
+                       [(converters.m, 133.5*0.45359237), '', _(u"100 catty. 133 1/2 pounds")],
+               _(u"picul (Japan)"):
+                       [(converters.m, (400.0/3)*0.45359237), '', _(u"133 1/3 pounds")],
+               _(u"picul (Borneo)"):
+                       [(converters.m, (1085.0/8)*0.45359237), '', _(u"135 5/8 pounds")],
+               _(u"pood (Russian)"):
+                       [(converters.m, 16.3792204807), '', _(u"A Russian weight, equal to forty Russian pounds or about thirty-six English pounds avoirdupois.")],
+               _(u"quintal"):
+                       [(converters.m, 100.0), '', _(u"A metric measure of weight, being 100, 000 grams, or 100 kilograms")],
+               _(u"quintal (short UK)"):
+                       [(converters.m, 100*0.45359237), '', _(u"100 pounds")],
+               _(u"quintal (long UK)"):
+                       [(converters.m, 112*0.45359237), '', _(u"112 pounds")],
+               _(u"quintal (Spanish)"):
+                       [(converters.m, 45.994266318), '', _(u"Spanish hundredweight")],
+               _(u"scrupulum (Roman)"):
+                       [(converters.m, 0.0011359248923), '', ''],
+               _(u"stone (legal)"):
+                       [(converters.m, 14*0.45359237), '', _(u"14 pounds")],
+               _(u"stone (butchers)"):
+                       [(converters.m, 8*0.45359237), '', _(u"Meat or fish. 8 pounds")],
+               _(u"stone (cheese)"):
+                       [(converters.m, 16*0.45359237), '', _(u"16 pounds.")],
+               _(u"stone (hemp)"):
+                       [(converters.m, 32*0.45359237), '', _(u"32 pounds")],
+               _(u"stone (glass)"):
+                       [(converters.m, 5*0.45359237), '', _(u"5 pounds")],
+               _(u"uncia"):
+                       [(converters.m, 0.3265865064/12), '', _('Ancient Roman. A twelfth part, as of the Roman "as" or "libra"; an ounce. 420 grains')],
+       },
+
+       _(u"Musical notes"): {
+               ".base_unit": "breve",
+               _(u"whole note | semibreve"):
+               [(converters.m, 0.5), '', _(u"A note of half the time or duration of the breve; -- now usually called a whole note.")],
+               _(u"breve"):
+               [(converters.m, 1.0), '', _(u"A note or character of time, equivalent to two semibreves or four minims. When dotted, it is equal to three semibreves.")],
+               _(u"minim"):
+               [(converters.m, 0.25), '', _(u"A time note, a half note, equal to half a semibreve, or two quarter notes or crotchets.")],
+               _(u"crotchet"):
+               [(converters.m, 0.125), '', _(u"A time note, with a stem, having one fourth the value of a semibreve, one half that of a minim, and twice that of a quaver; a quarter note.")],
+               _(u"quaver"):
+               [(converters.m, 0.0625), '', _(u"An eighth note.")],
+       },
+
+       _(u"Power"): {
+               ".base_unit": "watt",
+               _(u"megawatt"):
+               [(converters.m, 1.0e6), "MW", ''],
+               _(u"kilowatt"):
+               [(converters.m, 1.0e3), "kW", ''],
+               _(u"watt"):
+               [(converters.m, 1.0), "W", _(u"Named after the Scottish engineer and inventor James Watt (1736-1819). A unit of power or activity equal to 10^7 C.G.S. units of power, or to work done at the rate of one joule a second.")],
+               _(u"milliwatt"):
+               [(converters.m, 1.0e-3), "mW", ''],
+               _(u"microwatt"):
+               [(converters.m, 1.0e-6), "uW", ''],
+
+               _(u"horsepower (boiler)"):
+               [(converters.m, 9.81e3), '', _(u"A unit of power representing the power exerted by a horse in pulling.")],
+               _(u"horsepower"):
+               [(converters.m, 746.0), "hp", ''],
+               _(u"ton of refrigeration"):
+               [(converters.m, 10.0/3*1055.05585262), "TR", ''],
+               _(u"btu per second"):
+               [(converters.m, 1055.05585262), "Btu/s", ''],
+               _(u"calorie per second"):
+               [(converters.m, 4.1868), "cal/s", ''],
+               _(u"kilcalorie per hour"):
+               [(converters.m, 4186.8/3600), "kcal/h", _(u"Useful for calculating heating facilities and kitchens.")],
+               _(u"frig per hour"):
+               [(converters.m, 4186.8/3600), "frig/h", _(u"The same as kcal/h, but used for air conditioning and refrigerating.")],
+               _(u"foot pound force per second"):
+               [(converters.m, 1.356), "lbf/s", ''],
+               _(u"joule per second"):
+               [(converters.m, 1.0), "J/s", ''],
+               _(u"newton meter per second"):
+               [(converters.m, 1.0), u"N\xb7m/s", ''],
+               _(u"btu per hour"):
+               [(converters.m, 0.293071070172222), "Btu/h", ''],
+               _(u"foot pound force per minute"):
+               [(converters.m, 0.0226), u"ft\xb7lbf/min", ''],
+               _(u"erg per second"):
+               [(converters.m, 1.0e-7), "erg/s", ''],
+               _(u"dyne centimeter per second"):
+               [(converters.m, 1.0e-7), '', ''],
+               _(u"lusec"):
+               [(converters.m, 0.000133322368421), '', _(u"Used to measure the leakage of vacuum pumps. A flow of one liter per second at a pressure of one micrometer of mercury.")],
+       },
+
+       _(u"Pressure and Stress"): {
+               ".base_unit": "pascal",
+               _(u"pascal"):
+               [(converters.m, 1.0), "Pa", _(u"Named after the French philosopher and mathematician Blaise Pascal (1623 - 1662). Equal to one newton per square meter.")],
+               _(u"hectopascal"):
+               [(converters.m, 100), "hPa", ''],
+               _(u"kilopascal"):
+               [(converters.m, 1.0e3), "kPa", ''],
+               _(u"megapascal"):
+               [(converters.m, 1.0e6), "MPa", ''],
+               _(u"atmosphere (absolute, standard)"):
+               [(converters.m, 101325), "atm", _(u"The average pressure of the Earth's atmosphere at sea level.")],
+               _(u"atmosphere (technical)"):
+               [(converters.m, 98066.5), "atm", _(u"A metric unit equal to one kilogram of force per square centimeter.")],
+               _(u"bar"):
+               [(converters.m, 1.0e5), "bar", _(u"From the Greek word baros.")],
+               _(u"pound force per square inch"):
+               [(converters.m, 6894.75729316836), "psi", ''],
+               _(u"ounces per square inch"):
+               [(converters.m, 6894.75729316836/16), u"oz/in\xb2", ''],
+               _(u"feet of water (60F, 15.5C)"):
+               [(converters.m, 12*133.322*1.866), "ftH20", ''],
+               _(u"inches of water (60F, 15.5C)"):
+               [(converters.m, 133.322*1.866), "inH20", ''],
+               _(u"meter of water (60F, 15.5C)"):
+               [(converters.m, 133.322*1.866/.0254), "mH20", ''],
+               _(u"centimeter of water (60F, 15.5C)"):
+               [(converters.m, 133.322*1.866/2.54), "cmH20", ''],
+               _(u"millimeter of water (60F, 15.5C)"):
+               [(converters.m, 133.322*1.866/25.4), "mmH20", ''],
+
+               _(u"feet of water (39.2F, 4C)"):
+               [(converters.m, 2988.9921933), "ftH20", ''],
+               _(u"inches of water (39.2F, 4C)"):
+               [(converters.m, 249.0826828), "inH20", ''],
+               _(u"meter of water (39.2F, 4C)"):
+               [(converters.m, 9806.4048337), "mH20", ''],
+               _(u"centimeter of water (39.2F, 4C)"):
+               [(converters.m, 98.0640483), "cmH20", ''],
+               _(u"millimeter of water (39.2F, 4C)"):
+               [(converters.m, 9.80640483), "mmH20", ''],
+
+               _(u"inches of mercury (60F, 15.5C)"):
+               [(converters.m, 3337.0), "inHg", ''],
+               _(u"millimeter of mercury (0C)"):
+               [(converters.m, 133.322368421), "mmHg", ''],
+               _(u"inches of mercury (0C)"):
+               [(converters.m, 133.322368421*25.4), "inHg", ''],
+               _(u"micrometer of mercury (0C)"):
+               [(converters.m, 0.133322368421), u"\xb5mHg", ''],
+               _(u"centimeter of mercury (0C)"):
+               [(converters.m, 1333.22368421), "cmHg", ''],
+               _(u"foot of mercury (0C)"):
+               [(converters.m, 1333.22368421*25.4), "ftHg", ''],
+               _(u"torricelli"):
+                       [(converters.m, 133.322368421), "torr", _(u"Named after Italian physicist and mathematician Evangelista Torricelli, (1608-1647). A unit of pressure equal to 0.001316 atmosphere.")],
+               _(u"micron"):
+                       [(converters.m, 133.322368421/1000), u"\xb5", _(u"Used in vacuum technology. Equal to 1 millitorr.")],
+               _(u"millibar"):
+                       [(converters.m, 1.0e2), "mbar", ''],
+               _(u"pound force per square foot"):
+                       [(converters.m, 47.8802589803358), u"lbf/ft\xb2", ''],
+               _(u"tons (UK) per square foot"):
+                       [(converters.m, 47.8802589803358*2240), u"tons(UK)/ft\xb2", ''],
+               _(u"tons (US) per square foot"):
+                       [(converters.m, 47.8802589803358*2000), u"tons(US)/ft\xb2", ''],
+               _(u"kilogram force per square meter"):
+                       [(converters.m, 9.80665), u"kgf/m\xb2", ''],
+               _(u"kilogram force per square centimeter"):
+                       [(converters.m, 9.80665e4), u"kgf/cm\xb2", _(u"Used for ground pressure and steel stress.")],
+               _(u"newton per square meter"):
+                       [(converters.m, 1.0), u"N/m\xb2", ''],
+               _(u"newton per square centimeter"):
+                       [(converters.m, 1.0e4), u"N/cm\xb2", ''],
+               _(u"newton per square millimeter"):
+                       [(converters.m, 1.0e6), u"N/mm\xb2", _(u"Used for concrete stress.")],
+               _(u"kiloNewton per square meter"):
+                       [(converters.m, 1.0e3), u"kN/m\xb2", _(u"Used for ground pressure.")],
+               _(u"kiloNewton per square centimeter"):
+                       [(converters.m, 1.0e7), u"kN/cm\xb2", _(u"Used for loads and concrete stress.")],
+               _(u"microbar"):
+                       [(converters.m, 1.0e-1), u"\xb5bar", ''],
+               _(u"dyne per square centimeter"):
+                       [(converters.m, 1.0e-1), u"dyn/cm\xb2", ''],
+               _(u"barie | barye"):
+                       [(converters.m, 0.1), '', ''],
+               _(u"pieze"):
+                       [(converters.m, 1.0e3), '', _(u"From the Greek word piezein (to press). The pieze is a pressure of one sthene per square meter. 1000 newtons per square meter.")],
+       },
+
+       _(u"Prefixes and Suffixes"): {
+               ".base_unit": "one | mono",
+               _(u"centillion (US)"):
+               [(converters.m, 1.0e303), '', _(u"10^303. Note: British word centillion means 10^600 (too big for this program to represent as floating point).")],
+               _(u"novemtrigintillion (US) | vigintillion (UK)"):
+               [(converters.m, 1.0e120), '', _(u"10^120. ")],
+               _(u"octotrigintillion (US)"):
+               [(converters.m, 1.0e117), '', _(u"10^117. ")],
+               _(u"septentrigintillion (US) | novemdecillion (UK)"):
+               [(converters.m, 1.0e114), '', _(u"10^114. ")],
+               _(u"sextrigintillion (US)"):
+               [(converters.m, 1.0e111), '', _(u"10^111. ")],
+               _(u"quintrigintillion (US) | octodecillion (UK)"):
+               [(converters.m, 1.0e108), '', _(u"10^108. ")],
+               _(u"quattuortrigintillion (US)"):
+               [(converters.m, 1.0e105), '', _(u"10^105. ")],
+               _(u"tretrigintillion (US) | septendecillion (UK)"):
+               [(converters.m, 1.0e102), '', _(u"10^102. ")],
+               _(u"googol"):
+               [(converters.m, 1.0e100), '', _(u"10^100 Ten dotrigintillion (US). Note: a googolplex is 10^10^10^2.")],
+               _(u"dotrigintillion (US)"):
+               [(converters.m, 1.0e99), '', _(u"10^99. ")],
+               _(u"untrigintillion (US) | sexdecillion (UK)"):
+               [(converters.m, 1.0e96), '', _(u"10^96. ")],
+               _(u"trigintillion (US)"):
+               [(converters.m, 1.0e93), '', _(u"10^93. ")],
+               _(u"novemvigintillion (US) | quindecillion (UK)"):
+               [(converters.m, 1.0e90), '', _(u"10^90. ")],
+               _(u"octovigintillion (US)"):
+               [(converters.m, 1.0e87), '', _(u"10^87. ")],
+               _(u"septenvigintillion (US) | quattuordecillion (UK)"):
+               [(converters.m, 1.0e84), '', _(u"10^84. ")],
+               _(u"sexvigintillion (US)"):
+               [(converters.m, 1.0e81), '', _(u"10^81. ")],
+               _(u"quinvigintillion (US) | tredecillion (UK)"):
+               [(converters.m, 1.0e78), '', _(u"10^78. ")],
+               _(u"quattuorvigintillion (US)"):
+               [(converters.m, 1.0e75), '', _(u"10^75. ")],
+               _(u"trevigintillion (US) | duodecillion (UK)"):
+               [(converters.m, 1.0e72), '', _(u"10^72. ")],
+               _(u"dovigintillion (US)"):
+               [(converters.m, 1.0e69), '', _(u"10^69. ")],
+               _(u"unvigintillion (US) | undecillion (UK"):
+               [(converters.m, 1.0e66), '', _(u"10^66. ")],
+               _(u"vigintillion (US)"):
+               [(converters.m, 1.0e63), '', _(u"10^63. ")],
+               _(u"novemdecillion (US) | decillion (UK)"):
+               [(converters.m, 1.0e60), '', _(u"10^60. ")],
+               _(u"octodecillion (US)"):
+               [(converters.m, 1.0e57), '', _(u"10^57. ")],
+               _(u"septendecillion (US) | nonillion (UK)"):
+               [(converters.m, 1.0e54), '', _(u"10^54. ")],
+               _(u"sexdecillion (US)"):
+               [(converters.m, 1.0e51), '', _(u"10^51. ")],
+               _(u"quindecillion (US) | octillion (UK)"):
+                       [(converters.m, 1.0e48), '', _(u"10^48. ")],
+               _(u"quattuordecillion (US)"):
+                       [(converters.m, 1.0e45), '', _(u"10^45. ")],
+               _(u"tredecillion (US) | septillion (UK)"):
+                       [(converters.m, 1.0e42), '', _(u"10^42. ")],
+               _(u"duodecillion (US) | chici"):
+                       [(converters.m, 1.0e39), "Ch", _(u"10^39. chici coined by Morgan Burke after Marx brother Chico Marx.")],
+               _(u"undecillion (US) | sextillion (UK) | gummi"):
+                       [(converters.m, 1.0e36), "Gm", _(u"10^36. gummi coined by Morgan Burke after Marx brother Gummo Marx.")],
+               _(u"una | decillion (US) | zeppi"):
+                       [(converters.m, 1.0e33), "Zp", _(u"10^33. zeppi coined by Morgan Burke after Marx brother Zeppo Marx.")],
+               _(u"dea | nonillion (US) | quintillion (UK) | grouchi"):
+                       [(converters.m, 1.0e30), "Gc", _(u"10^30. grouchi coined by Morgan Burke after Marx brother Groucho Marx.")],
+               _(u"nea | octillion (US) | quadrilliard (UK) | harpi"):
+                       [(converters.m, 1.0e27), "Hr", _(u"10^27. harpi coined by Morgan Burke after Marx brother Harpo Marx.")],
+               _(u"yotta | septillion (US) | quadrillion (UK)"):
+                       [(converters.m, 1.0e24), "Y", '10^24. Origin Latin penultimate letter y "iota".'],
+               _(u"zetta | sextillion (US) | trilliard (UK)"):
+                       [(converters.m, 1.0e21), "Z", '10^21. Origin Latin ultimate letter z "zeta".'],
+               _(u"exa | quintillion (US) | trillion (UK)"):
+                       [(converters.m, 1.0e18), "E", '10^18. Origin Greek for outside "exo" / Greek six hexa" as in 1000^6.'],
+               _(u"peta | quadrillion (US) | billiard (UK)"):
+                       [(converters.m, 1.0e15), "P", '10^15. Origin Greek for spread "petalos" / Greek five "penta" as in 1000^5. Note: British use the words "1000 billion".'],
+               _(u"tera | trillion (US) | billion (UK)"):
+                       [(converters.m, 1.0e12), "T", '10^12. Origin Greek for monster "teras" / Greek four "tetra" as in 1000^4. Note: British use the word billion.'],
+               _(u"giga"):
+                       [(converters.m, 1.0e9), "G", '10^9. Origin Greek for giant "gigas".'],
+               _(u"billion (US) | milliard (UK)"):
+                       [(converters.m, 1.0e9), '', '10^9.'],
+               _(u"mega | million"):
+                       [(converters.m, 1.0e6), "M", '10^6. One million times. Origin Greek for large, great "megas".'],
+               _(u"hectokilo"):
+                       [(converters.m, 1.0e5), "hk", _(u"10^5. 100 thousand times")],
+               _(u"myra | myria"):
+                       [(converters.m, 1.0e4), "ma", _(u"Ten thousand times, 10^4")],
+               _(u"kilo | thousand"):
+                       [(converters.m, 1.0e3), "k", 'One thousand times, 10^3.Origin Greek for thousand "chylioi".'],
+               _(u"gross"):
+                       [(converters.m, 144.0), '', _(u"Twelve dozen.")],
+               _(u"hecto | hundred"):
+                       [(converters.m, 1.0e2), '', 'One hundred times, 10^2.Origin Greek for hundred "hekaton".'],
+               _(u"vic"):
+                       [(converters.m, 20.0), '', _(u"Twenty times.")],
+               _(u"duodec"):
+                       [(converters.m, 12.0), '', _(u"Twelve times.")],
+               _(u"dozen (bakers | long)"):
+                       [(converters.m, 13.0), '', _(u"Thirteen items. The cardinal number that is the sum of twelve and one syn:  thirteen, 13, XIII, long dozen.")],
+               _(u"dozen"):
+                       [(converters.m, 12.0), '', _(u"Twelve items. Usually used to measure the quantity of eggs in a carton.")],
+               _(u"undec"):
+                       [(converters.m, 11.0), '', _(u"Eleven times.")],
+               _(u"deca | deka | ten"):
+                       [(converters.m, 1.0e1), '', '10^1. Ten times. Origin Greek for ten "deka".'],
+               _(u"sex | hexad"):
+                       [(converters.m, 6.0), '', _(u"Six times.")],
+               _(u"quin"):
+                       [(converters.m, 5.0), '', _(u"Five times.")],
+               _(u"quadr | quadri | quadruple"):
+                       [(converters.m, 4.0), '', _(u"Four times.")],
+               _(u"thrice | tri | triple"):
+                       [(converters.m, 3.0), '', _(u"Three times.")],
+               _(u"bi | double"):
+                       [(converters.m, 2.0), '', _(u"Two times.")],
+               _(u"sesqui | sesqu"):
+                       [(converters.m, 1.5), '', _(u"One and one half times.")],
+               _(u"one | mono"):
+                       [(converters.m, 1.0), '', _(u"Single unit value.")],
+               _(u"quarter"):
+                       [(converters.m, 0.25), '', _(u"One fourth.")],
+               _(u"demi | semi | half"):
+                       [(converters.m, 0.5), '', _(u"One half.")],
+               _(u"eigth"):
+                       [(converters.m, 0.125), '', _(u"One eigth.")],
+               _(u"deci"):
+                       [(converters.m, 1.0e-1), "d", '10^-1. Origin Latin tenth "decimus".'],
+               _(u"centi"):
+                       [(converters.m, 1.0e-2), "c", '10^-2. Origin Latin hundred, hundredth "centum".'],
+               _(u"percent"):
+                       [(converters.m, 1.0e-2), "%", _(u"10^-2. A proportion multiplied by 100")],
+               _(u"milli"):
+                       [(converters.m, 1.0e-3), "m", '10^-3. A prefix denoting a thousandth part of; as, millimeter, milligram, milliampere.Origin Latin thousand "mille".'],
+               _(u"decimilli"):
+                       [(converters.m, 1.0e-4), "dm", _(u"10^-4")],
+               _(u"centimilli"):
+                       [(converters.m, 1.0e-5), "cm", _(u"10^-5. ")],
+               _(u"micro"):
+                       [(converters.m, 1.0e-6), u"\xb5", '10^-6. A millionth part of; as, microfarad, microohm, micrometer.Origin Latin small "mikros".'],
+               _(u"parts per million | ppm"):
+                       [(converters.m, 1.0e-6), "ppm", _(u"10^-6. Parts per million usually used in measuring chemical concentrations.")],
+               _(u"nano"):
+                       [(converters.m, 1.0e-9), "n", '10^-9. Origin Greek dwarf "nanos".'],
+               _(u"pico"):
+                       [(converters.m, 1.0e-12), "p", '10^-12. Origin Italian tiny "piccolo".'],
+               _(u"femto"):
+                       [(converters.m, 1.0e-15), "f", '10^-15. Origin Old Norse fifteen "femten" as in 10^-15.'],
+               _(u"atto"):
+                       [(converters.m, 1.0e-18), "a", '10^-18. Origin Old Norse eighteen "atten" as in 10^-18.'],
+               _(u"zepto | ento"):
+                       [(converters.m, 1.0e-21), "z", '10^-21. zepto origin Latin ultimate letter z "zeta".'],
+               _(u"yocto | fito"):
+                       [(converters.m, 1.0e-24), "y", '10^-24. yocto origin Latin penultimate letter y "iota".'],
+               _(u"syto | harpo"):
+                       [(converters.m, 1.0e-27), "hr", _(u"10^-27. harpo coined by Morgan Burke after Marx brother Harpo Marx.")],
+               _(u"tredo | groucho"):
+                       [(converters.m, 1.0e-30), "gc", _(u"10^-30. groucho coined by Morgan Burke after Marx brother Groucho Marx.")],
+               _(u"revo | zeppo"):
+                       [(converters.m, 1.0e-33), "zp", _(u"10^-33. zeppo coined by Morgan Burke after Marx brother Zeppo Marx.")],
+               _(u"gummo"):
+                       [(converters.m, 1.0e-36), "gm", _(u"10^-36. Coined by Morgan Burke after Marx brother Gummo Marx.")],
+               _(u"chico"):
+                       [(converters.m, 1.0e-39), "ch", _(u"10^-39. Coined by Morgan Burke after Marx brother Chico Marx.")],
+       },
+
+       #There does not seem to be a "standard" for shoe sizes so some are left out for now until a decent reference can be found.
+       _(u"Shoe Size"): {
+               ".base_unit": "centimeter",
+               _(u"centimeter"):
+               [(converters.m, 1.0), "cm", _(u"The hundredth part of a meter; a measure of length equal to rather more than thirty-nine hundredths (0.3937) of an inch.")],
+               _(u"inch"):
+               [(converters.m, (2.54)), "in", _(u"The twelfth part of a foot, commonly subdivided into halves, quarters, eights, sixteenths, etc., as among mechanics. It was also formerly divided into twelve parts, called lines, and originally into three parts, called barleycorns, its length supposed to have been determined from three grains of barley placed end to end lengthwise.")],
+               #"European"):
+               #       [(converters.slo, ((35, 47), (22.5, 30.5))), '', _(u"Used by Birkenstock")],
+               _(u"Mens (US)"):
+               [(converters.slo, ((6.0, 13.0), ((2.54*(9+1.0/3)), (2.54*(11+2.0/3))))), '', 'Starting at 9 1/3" for size 6 and moving up by 1/6" for each half size to 11 2/3" for size 13. Beware that some manufacturers use different measurement techniques.'],
+               _(u"Womens (US)"):
+               [(converters.gof, (2.54*((2.0+2.0/6)/7.0), 2.54*(8.5-(5.0*((2.0+2.0/6)/7.0))))), '', 'Starting at 8 1/2" for size 5 and moving up by 1/6" for each half size to 10 5/6" for size 12. Beware that some manufacturers use different measurement techniques.'],
+               _(u"Childrens (US)"):
+               [(converters.dso, ((5.5, 13.5), ((2.54*(4.0+5.0/6)), (2.54*7.5)), (1.0, 5.0), (2.54*(7.0+2.0/3), 2.54*9.0))), '', 'Starting at 4 5/6" for size 5 1/2 up to 7 1/3" for size 13 then 7 2/3" for size 1 and going up to 9" for size 5.'],
+               _(u"Mens (UK)"):
+               [(converters.slo, ((5.0, 12.0), ((2.54*(9+1.0/3)), (2.54*(11+2.0/3))))), '', 'Starting at 9 1/3" for size 5 and moving up by 1/6" for each half size to 11 2/3" for size 12. Beware that some manufacturers use different measurement techniques.'],
+               _(u"Womens (UK)"):
+               [(converters.gof, (2.54*((2.0+2.0/6)/7.0), 2.54*(8.5-(3.0*((2.0+2.0/6)/7.0))))), '', 'Starting at 8 1/2" for size 3 and moving up by 1/6" for each half size to 10 5/6" for size 10. Beware that some manufacturers use different measurement techniques.'],
+               #"Asian"):
+               #       [(converters.slo, ((23.5, 31.5), (25.0, 30.5))), '', ''],
+       },
+
+       _(u"Speed | Velocity"): {
+               ".base_unit": "meter per second",
+               _(u"meter per second"):
+               [(converters.m, 1.0), "m/s", ''],
+               _(u"speed of light | warp"):
+               [(converters.m, 299792458.0), "c", _(u"The speed at which light travels in a vacuum; about 300, 000 km per second; a universal constant.")],
+               _(u"miles per second"):
+               [(converters.m, 1609.344), "mi/s", ''],
+               _(u"kilometer per second"):
+               [(converters.m, 1.0e3), "km/s", ''],
+               _(u"millimeter per second"):
+               [(converters.m, 1.0e-3), "mm/s", ''],
+               _(u"knot"):
+               [(converters.m, 0.514444444444444), '', _(u"Nautical measurement for speed as one nautical mile per hour. The number of knots which run off from the reel in half a minute, therefore, shows the number of miles the vessel sails in an hour.")],
+               _(u"miles per hour"):
+               [(converters.m, 0.44704), "mi/h", ''],
+               _(u"foot per second"):
+               [(converters.m, 0.3048), "ft/s", ''],
+               _(u"foot per minute"):
+               [(converters.m, 0.00508), "ft/min", ''],
+               _(u"kilometer per hour"):
+               [(converters.m, 0.277777777777778), "km/h", ''],
+               _(u"mile per day"):
+               [(converters.m, 1.86266666666667E-02), "mi/day", ''],
+               _(u"centimeter per second"):
+               [(converters.m, 1.0e-2), "cm/s", ''],
+               _(u"knot (admiralty)"):
+               [(converters.m, 0.514773333333333), '', ''],
+               _(u"mach (sea level & 32 degF)"):
+               [(converters.m, 331.46), '', ''],
+       },
+
+       _(u"Temperature"): {
+               ".base_unit": _(u"kelvin"),
+               _(u"kelvin"):
+               [(converters.m, 1.0), "K", _(u"Named after the English mathematician and physicist William Thomson Kelvin (1824-1907). The basic unit of thermodynamic temperature adopted under the System International d'Unites.")],
+               _(u"celsius (absolute)"):
+               [(converters.m, 1.0), u"\xb0C absolute", ''],
+               _(u"celsius (formerly centigrade)"):
+               [(converters.ofg, (273.15, 1.0)), u"\xb0C", _(u"Named after the Swedish astronomer and physicist Anders Celsius (1701-1744). The Celsius thermometer or scale. It is the same as the centigrade thermometer or scale. 0\xb0 marks the freezing point of water and 100\xb0 marks the boiling point of water.  ")],
+               _(u"fahrenheit"):
+               [(converters.f, ('((x-32.0)/1.8)+273.15', '((x-273.15)*1.8)+32.0')), u"\xb0F", _(u"Named after the German physicist Gabriel Daniel Fahrenheit (1686-1736). The Fahrenheit thermometer is so graduated that the freezing point of water is at 32\xb0 above the zero of its scale, and the boiling point at 212\xb0 above. It is commonly used in the United States and in England.")],
+
+               _(u"reaumur"):
+               [(converters.gof, (1.25, 273.15)), u"\xb0Re", _(u"Named after the French scientist Ren\u00E9-Antoine Ferchault de R\u00E9aumur (1683-1757). Conformed to the scale adopted by R\u00E9aumur in graduating the thermometer he invented. The R\u00E9aumur thermometer is so graduated that 0\xb0 marks the freezing point and 80\xb0 the boiling point of water.")],
+               _(u"fahrenheit (absolute)"):
+               [(converters.m, 1/1.8), u"\xb0F absolute", ''],
+               _(u"rankine"):
+               [(converters.m, 1/1.8), u"\xb0R", _(u"Named after the British physicist and engineer William Rankine (1820-1872). An absolute temperature scale in Fahrenheit degrees.")],
+       },
+
+       _(u"Temperature Difference"): {
+               ".base_unit": "temp. diff. in kelvin",
+               _(u"temp. diff. in kelvin"):
+               [(converters.m, 1.0), "K", ''],
+               _(u"temp. diff. in degrees Celsius"):
+               [(converters.m, 1.0), u"\xb0C", ''],
+               _(u"temp. diff. in degrees Reaumur"):
+               [(converters.m, 1.25), u"\xb0Re", ''],
+               _(u"temp. diff. in degrees Rankine"):
+               [(converters.m, 5.0/9), u"\xb0R", ''],
+               _(u"temp. diff. in degrees Fahrenheit"):
+               [(converters.m, 5.0/9), u"\xb0F", ''],
+       },
+
+       _(u"Time"): {
+               ".base_unit": "second",
+               _(u"year"):
+               [(converters.m, 365*86400.0), "a", _(u"The time of the apparent revolution of the sun trough the ecliptic; the period occupied by the earth in making its revolution around the sun, called the astronomical year; also, a period more or less nearly agreeing with this, adopted by various nations as a measure of time, and called the civil year; as, the common lunar year of 354 days, still in use among the Mohammedans; the year of 360 days, etc. In common usage, the year consists of 365 days, and every fourth year (called bissextile, or leap year) of 366 days, a day being added to February on that year, on account of the excess above 365 days")],
+               _(u"year (anomalistic)"):
+               [(converters.m, 365*86400.0+22428.0), '', _(u"The time of the earth's revolution from perihelion to perihelion again, which is 365 days, 6 hours, 13 minutes, and 48 seconds.")],
+               _(u"year (common lunar)"):
+               [(converters.m, 354*86400.0), '', _(u"The period of 12 lunar months, or 354 days.")],
+               _(u"year (embolismic | Intercalary lunar)"):
+               [(converters.m, 384*86400.0), '', _(u"The period of 13 lunar months, or 384 days.")],
+               _(u"year (leap | bissextile)"):
+               [(converters.m, 366*86400.0), '', _(u"Bissextile; a year containing 366 days; every fourth year which leaps over a day more than a common year, giving to February twenty-nine days. Note: Every year whose number is divisible by four without a remainder is a leap year, excepting the full centuries, which, to be leap years, must be divisible by 400 without a remainder. If not so divisible they are common years. 1900, therefore, is not a leap year.")],
+               _(u"year (sabbatical)"):
+               [(converters.m, 7*365*86400.0), '', _(u"Every seventh year, in which the Israelites were commanded to suffer their fields and vineyards to rest, or lie without tillage.")],
+               _(u"year (lunar astronomical)"):
+               [(converters.m, 354*86400.0+31716.0), '', _(u"The period of 12 lunar synodical months, or 354 days, 8 hours, 48 minutes, 36 seconds.")],
+               _(u"year (lunisolar)"):
+               [(converters.m, 532*365*86400.0), '', _(u"A period of time, at the end of which, in the Julian calendar, the new and full moons and the eclipses recur on the same days of the week and month and year as in the previous period. It consists of 532 common years, being the least common multiple of the numbers of years in the cycle of the sun and the cycle of the moon.")],
+               _(u"year (sidereal)"):
+               [(converters.m, 365*86400.0+22149.3), '', _(u"The time in which the sun, departing from any fixed star, returns to the same. This is 365 days, 6 hours, 9 minutes, and 9.3 seconds.")],
+               _(u"year (sothic)"):
+               [(converters.m, 365*86400.0+6*3600.0), '', _(u"The Egyptian year of 365 days and 6 hours, as distinguished from the Egyptian vague year, which contained 365 days. The Sothic period consists of 1, 460 Sothic years, being equal to 1, 461 vague years. One of these periods ended in July, a.d. 139.")],
+               _(u"year (tropic)"):
+               [(converters.m, 365*86400.0+20926.0), '', _(u"The solar year; the period occupied by the sun in passing from one tropic or one equinox to the same again, having a mean length of 365 days, 5 hours, 48 minutes, 46.0 seconds, which is 20 minutes, 23.3 seconds shorter than the sidereal year, on account of the precession of the equinoxes.")],
+               _(u"month"):
+               [(converters.m, 365*86400.0/12), '', _(u"One of the twelve portions into which the year is divided; the twelfth part of a year, corresponding nearly to the length of a synodic revolution of the moon, -- whence the name. In popular use, a period of four weeks is often called a month.")],
+               _(u"month (sidereal)"):
+               [(converters.m, 27.322*86400.0), '', _(u"Period between successive conjunctions with a star, 27.322 days")],
+               _(u"month (synodic | lunar month | lunation)"):
+               [(converters.m, 29.53059*86400.0), '', _(u"The period between successive new moons (29.53059 days) syn: lunar month, moon, lunation")],
+               _(u"day"):
+               [(converters.m, 86400.0), "d", _(u"The period of the earth's revolution on its axis. -- ordinarily divided into twenty-four hours. It is measured by the interval between two successive transits of a celestial body over the same meridian, and takes a specific name from that of the body. Thus, if this is the sun, the day (the interval between two successive transits of the sun's center over the same meridian) is called a solar day; if it is a star, a sidereal day; if it is the moon, a lunar day.")],
+               _(u"day (sidereal)"):
+               [(converters.m, 86164.09), '', _(u"The interval between two successive transits of the first point of Aries over the same meridian. The Sidereal day is 23 h. 56 m. 4.09 s. of mean solar time.")],
+               _(u"day (lunar | tidal)"):
+               [(converters.m, 86400.0+50*60.0), '', _(u"24 hours 50 minutes used in tidal predictions. ")],
+               _(u"hour"):
+               [(converters.m, 3600.0), "h", _(u"The twenty-fourth part of a day; sixty minutes.")],
+               _(u"minute"):
+               [(converters.m, 60.0), "min", _(u"The sixtieth part of an hour; sixty seconds.")],
+               _(u"second"):
+               [(converters.m, 1.0), "s", _(u"The sixtieth part of a minute of time.")],
+               _(u"millisecond"):
+               [(converters.m, 1.0e-3), "ms", _(u"One thousandth of a second.")],
+               _(u"microsecond"):
+               [(converters.m, 1.0e-6), u"\xb5s", _(u"One millionth of a second.")],
+               _(u"nanosecond"):
+               [(converters.m, 1.0e-9), "ns", ''],
+               _(u"picosecond"):
+               [(converters.m, 1.0e-12), "ps", ''],
+               _(u"millennium"):
+               [(converters.m, 1000*365*86400.0), '', _(u"A thousand years; especially, the thousand years mentioned in the twentieth chapter in the twentieth chapter of Revelation, during which holiness is to be triumphant throughout the world. Some believe that, during this period, Christ will reign on earth in person with his saints.")],
+               _(u"century"):
+               [(converters.m, 100*365*86400.0), '', _(u"A period of a hundred years; as, this event took place over two centuries ago. Note: Century, in the reckoning of time, although often used in a general way of any series of hundred consecutive years (as, a century of temperance work), usually signifies a division of the Christian era, consisting of a period of one hundred years ending with the hundredth year from which it is named; as, the first century (a. d. 1-100 inclusive); the seventh century (a.d. 601-700); the eighteenth century (a.d. 1701-1800). With words or phrases connecting it with some other system of chronology it is used of similar division of those eras; as, the first century of Rome (A.U.C. 1-100).")],
+               _(u"decade"):
+                       [(converters.m, 10*365*86400.0), '', _(u"A group or division of ten; esp., a period of ten years; a decennium; as, a decade of years or days; a decade of soldiers; the second decade of Livy.")],
+               _(u"week"):
+                       [(converters.m, 7*86400.0), '', _(u"A period of seven days, usually that reckoned from one Sabbath or Sunday to the next. Also seven nights, known as sennight.")],
+               _(u"fortnight"):
+                       [(converters.m, 14*86400.0), '', _(u"Fourteen nights, our ancestors reckoning time by nights and winters.  The space of fourteen days; two weeks.")],
+               _(u"novennial"):
+                       [(converters.m, 9*365*86400.0), '', _(u"Done or recurring every ninth year.")],
+               _(u"octennial"):
+                       [(converters.m, 8*365*86400.0), '', _(u"Happening every eighth year; also, lasting a period of eight years.")],
+               _(u"olympiad"):
+                       [(converters.m, 4*365*86400.0), '', _(u"A period of four years, by which the ancient Greeks reckoned time, being the interval from one celebration of the Olympic games to another, beginning with the victory of Coroebus in the foot race, which took place in the year 776 b.c.; as, the era of the olympiads.")],
+               _(u"pregnancy"):
+                       [(converters.m, 9*365*86400.0/12), '', _(u"The condition of being pregnant; the state of being with young. A period of approximately 9 months for humans")],
+               _(u"quindecennial"):
+                       [(converters.m, 15*365*86400.0), '', _(u"A period of 15 years.")],
+               _(u"quinquennial"):
+                       [(converters.m, 5*365*86400.0), '', _(u"Occurring once in five years, or at the end of every five years; also, lasting five years. A quinquennial event.")],
+               _(u"septennial"):
+                       [(converters.m, 7*365*86400.0), '', _(u"Lasting or continuing seven years; as, septennial parliaments.")],
+               _(u"cesium vibrations"):
+                       [(converters.m, 1.0/9192631770.0), "vibrations", _(u"It takes one second for hot cesium atoms to vibrate 9, 192, 631, 770 times (microwaves). This standard was adopted by the International System in 1967.")],
+       },
+
+       _(u"Viscosity (Dynamic)"): {
+               ".base_unit": "pascal-second",
+               _(u"pascal-second"):
+               [(converters.m, 1.0), u"Pa\xb7s", ''],
+               _(u"reyn"):
+               [(converters.m, 6894.75729316836), '', ''],
+               _(u"poise"):
+               [(converters.m, 0.1), "P", ''],
+               _(u"microreyn"):
+               [(converters.m, 6894.75729316836e-6), '', ''],
+               _(u"millipascal-second"):
+               [(converters.m, 1.0e-3), u"mPa\xb7s", ''],
+               _(u"centipoise"):
+               [(converters.m, 1.0e-3), "cP", ''],
+               _(u"micropascal-second"):
+               [(converters.m, 1.0e-6), u"\xb5Pa\xb7s", ''],
+       },
+
+       _(u"Viscosity (Kinematic)"): {
+               ".base_unit": "square meter per second",
+               _(u"square meter per second"):
+               [(converters.m, 1.0), u"m\xb2/s", ''],
+               _(u"square millimeter per second"):
+               [(converters.m, 1.0e-6), u"mm\xb2/s", ''],
+               _(u"square foot per second"):
+               [(converters.m, 0.09290304), u"ft\xb2/s", ''],
+               _(u"square centimetre per second"):
+               [(converters.m, 1.0e-4), u"cm\xb2/s", ''],
+               _(u"stokes"):
+               [(converters.m, 1.0e-4), "St", ''],
+               _(u"centistokes"):
+               [(converters.m, 1.0e-6), "cSt", ''],
+       },
+
+       _(u"Volume and Liquid Capacity"): {
+               ".base_unit": "millilitre",
+               _(u"can #10 can"):
+               [(converters.m, 4*2*2*8*2*3*4.92892159375/128*109.43), '', _(u"Taken from the Can Manufacturers Institute (CMI).  http: //www.cancentral.com/standard.cfm#foodcan")],
+               _(u"can #2 can"):
+               [(converters.m, 4*2*2*8*2*3*4.92892159375/128*20.55), '', _(u"Taken from the Can Manufacturers Institute (CMI).  http: //www.cancentral.com/standard.cfm#foodcan")],
+               _(u"can #2.5 can"):
+               [(converters.m, 4*2*2*8*2*3*4.92892159375/128*29.79), '', _(u"Taken from the Can Manufacturers Institute (CMI).  http: //www.cancentral.com/standard.cfm#foodcan")],
+               _(u"can #5 can"):
+               [(converters.m, 4*2*2*8*2*3*4.92892159375/128*59.1), '', _(u"Taken from the Can Manufacturers Institute (CMI).  http: //www.cancentral.com/standard.cfm#foodcan")],
+               _(u"can #1 can (Picnic)"):
+               [(converters.m, 4*2*2*8*2*3*4.92892159375/128*10.94), '', _(u"Taken from the Can Manufacturers Institute (CMI).  http: //www.cancentral.com/standard.cfm#foodcan")],
+               _(u"can #1 can (Tall)"):
+               [(converters.m, 4*2*2*8*2*3*4.92892159375/128* 16.70), '', _(u"Taken from the Can Manufacturers Institute (CMI).  http: //www.cancentral.com/standard.cfm#foodcan")],
+               _(u"can #303 can"):
+               [(converters.m, 4*2*2*8*2*3*4.92892159375/128* 16.88), '', _(u"Taken from the Can Manufacturers Institute (CMI) http: //www.cancentral.com/standard.cfm#foodcan .")],
+               _(u"barrel (wine UK)"):
+               [(converters.m, 31.5*4*2*2.5*8*2*3*4.73551071041125), '', _(u"31.5 UK Gallons")],
+               _(u"barrel (UK)"):
+               [(converters.m, 36*4*2*2.5*8*2*3*4.73551071041125), '', _(u"36 UK Gallons")],
+               _(u"barrel of oil (US)"):
+               [(converters.m, 42*4*2*2*8*2*3*4.92892159375), "", _(u"Barrel of petroleum (oil), 42 US Gallons")],
+               _(u"barrel (US federal)"):
+               [(converters.m, 31*4*2*2*8*2*3*4.92892159375), "", _(u"31 US Gallons")],
+               _(u"barrel (US)"):
+               [(converters.m, 31.5*4*2*2*8*2*3*4.92892159375), "", _(u"31.5 US Gallons")],
+               _(u"caphite"):
+               [(converters.m, 1374.1046), '', _(u"Ancient Arabian")],
+               _(u"cantaro"):
+               [(converters.m, 13521.1108), '', _(u"Spanish")],
+               _(u"oxybaphon"):
+               [(converters.m, 66.245), '', _(u"Greek")],
+               _(u"cotula | hemina | kotyle"):
+               [(converters.m, 308.3505), '', _(u"Greek")],
+               _(u"cyathos"):
+               [(converters.m, 451.5132), '', _(u"Greek")],
+               _(u"cados"):
+               [(converters.m, 38043.3566), '', _(u"Greek")],
+               _(u"metertes | amphura"):
+               [(converters.m, 39001.092), '', _(u"Greek")],
+               _(u"mushti"):
+               [(converters.m, 60.9653), '', _(u"Indian")],
+               _(u"cab"):
+               [(converters.m, 2202.5036), '', _(u"Israeli")],
+               _(u"hekat"):
+               [(converters.m, 4768.6752), '', _(u"Israeli")],
+               _(u"bath | bu"):
+               [(converters.m, 36871.2), '', _(u"Israeli")],
+               _(u"acetabulum"):
+               [(converters.m, 66.0752), '', _('Roman')],
+               _(u"dash (UK)"):
+               [(converters.m, 4.73551071041125/16), '', _(u"one half of a pinch")],
+               _(u"pinch (UK)"):
+                       [(converters.m, 4.73551071041125/8), '', _(u"One eigth of a teaspoon")],
+               _(u"gallon (UK)"):
+                       [(converters.m, 4*2*2.5*8*2*3*4.73551071041125), '', _(u"A measure of capacity, containing four quarts; -- used, for the most part, in liquid measure, but sometimes in dry measure. The English imperial gallon contains 10 pounds avoirdupois of distilled water at 62\xb0F, and barometer at 30 inches, equal to 277.274 cubic inches.")],
+               _(u"quart (UK)"):
+                       [(converters.m, 2*2.5*8*2*3*4.73551071041125), '', _(u"The fourth part of a gallon; the eighth part of a peck; two pints. Note: In imperial measure, a quart is forty English fluid ounces; in wine measure, it is thirty-two American fluid ounces. The United States dry quart contains 67.20 cubic inches, the fluid quart 57.75. The English quart contains 69.32 cubic inches.")],
+               _(u"pint (UK)"):
+                       [(converters.m, 2.5*8*2*3*4.73551071041125), '', ''],
+               _(u"cup (UK)"):
+                       [(converters.m, 8*2*3*4.73551071041125), '', ''],
+               _(u"ounce - fluid ounce (UK)"):
+                       [(converters.m, 2*3*4.73551071041125), '', _(u"Contains 1 ounce mass of distilled water at 62\xb0F, and barometer at 30 inches")],
+               _(u"tablespoon (UK)"):
+                       [(converters.m, 3*4.73551071041125), '', _(u"One sixteenth of a cup. A spoon of the largest size commonly used at the table; -- distinguished from teaspoon, dessert spoon, etc.")],
+               _(u"teaspoon (UK)"):
+                       [(converters.m, 4.73551071041125), '', _(u"One third of a tablespoon. A small spoon used in stirring and sipping tea, coffee, etc., and for other purposes.")],
+               _(u"dash (US)"):
+                       [(converters.m, 4.92892159375/16), '', _(u"one half of a pinch")],
+               _(u"pinch (US)"):
+                       [(converters.m, 4.92892159375/8), '', _(u"One eigth of a teaspoon")],
+               _(u"keg (beer US)"):
+                       [(converters.m, 15.5*768*4.92892159375), "", """US standard size beer keg = 1/2 barrel = 15.5 US gallons; weighs approx. 29.7 pounds empty, 160.5 pounds full."""],
+               _(u"keg (wine US)"):
+                       [(converters.m, 12*768*4.92892159375), "", """12 US gallons."""],
+               _(u"ponykeg (US)"):
+                       [(converters.m, 7.75*768*4.92892159375), "", """1/2 US beerkeg, 7.75 US gallons."""],
+               _(u"barrel (beer US)"):
+                       [(converters.m, 31*768*4.92892159375), "", """Two US beerkegs, 31 US gallons."""],
+               _(u"barrel (wine US)"):
+                       [(converters.m, 31.5*768*4.92892159375), "", """31.5 US gallons."""],
+               _(u"hogshead (US)"):
+                       [(converters.m, 63*768*4.92892159375), "", """Equal to 2 barrels or 63 US gallons."""],
+               _(u"fifth (US)"):
+                       [(converters.m, .2*768*4.92892159375), "", """One fifth of a gallon."""],
+               _(u"jigger"):
+                       [(converters.m, 9*4.92892159375), "", """1.5 fluid ounces (US)"""],
+               _(u"shot"):
+                       [(converters.m, 9*4.92892159375), "", """1.5 fluid ounces (US)"""],
+               _(u"winebottle"):
+                       [(converters.m, 750*1.0), "", """750 milliliters"""],
+               _(u"wineglass (US)"):
+                       [(converters.m, 24*4.92892159375), "", """Equal to 4 fluid ounces (US)."""],
+               _(u"winesplit"):
+                       [(converters.m, 750.0/4), "", """1/4 winebottle"""],
+               _(u"magnum"):
+                       [(converters.m, 1500), "", """1.5 liters"""],
+               _(u"gallon (US)"):
+                       [(converters.m, 4*2*2*8*2*3*4.92892159375), '', _(u"A measure of capacity, containing four quarts; -- used, for the most part, in liquid measure, but sometimes in dry measure. Note: The standard gallon of the Unites States contains 231 cubic inches, or 8.3389 pounds avoirdupois of distilled water at its maximum density, and with the barometer at 30 inches. This is almost exactly equivalent to a cylinder of seven inches in diameter and six inches in height, and is the same as the old English wine gallon. The beer gallon, now little used in the United States, contains 282 cubic inches.")],
+               _(u"quart (US)"):
+                       [(converters.m, 2*2*8*2*3*4.92892159375), '', _(u"The fourth part of a gallon; the eighth part of a peck; two pints. Note: In imperial measure, a quart is forty English fluid ounces; in wine measure, it is thirty-two American fluid ounces. The United States dry quart contains 67.20 cubic inches, the fluid quart 57.75. The English quart contains 69.32 cubic inches.")],
+               _(u"pint (US)"):
+                       [(converters.m, 2*8*2*3*4.92892159375), '', ''],
+               _(u"cup (US)"):
+                       [(converters.m, 8*2*3*4.92892159375), '', ''],
+               _(u"ounce - fluid ounce (US)"):
+                       [(converters.m, 2*3*4.92892159375), '', ''],
+               _(u"beerbottle (US 12 ounce)"):
+                       [(converters.m, 12*2*3*4.92892159375), '', ''],
+               _(u"tablespoon (US)"):
+                       [(converters.m, 3*4.92892159375), '', _(u"One sixteenth of a cup. A spoon of the largest size commonly used at the table; -- distinguished from teaspoon, dessert spoon, etc.")],
+               _(u"teaspoon (US)"):
+                       [(converters.m, 4.92892159375), '', _(u"One third of a tablespoon. A small spoon used in stirring and sipping tea, coffee, etc., and for other purposes.")],
+               _(u"shaku"):
+                       [(converters.m, 18.04), '', _(u"A Japanese unit of volume, the shaku equals about 18.04 milliliters (0.61 U.S. fluid ounce). Note: shaku also means area and length.")],
+               _(u"cubic yard"):
+                       [(converters.m, 27*1728*16.387064), u"yd\xb3", ''],
+               _(u"acre foot"):
+                       [(converters.m, 1728*16.387064*43560), '', ''],
+               _(u"cubic foot"):
+                       [(converters.m, 1728*16.387064), u"ft\xb3", ''],
+               _(u"cubic inch"):
+                       [(converters.m, 16.387064), u"in\xb3", ''],
+               _(u"cubic meter"):
+                       [(converters.m, 1.0e6), u"m\xb3", ''],
+               _(u"cubic decimeter"):
+                       [(converters.m, 1.0e3), u"dm\xb3", ''],
+               _(u"litre"):
+                       [(converters.m, 1.0e3), "l", _(u"A measure of capacity in the metric system, being a cubic decimeter.")],
+               _(u"cubic centimeter"):
+                       [(converters.m, 1.0), u"cm\xb3", ''],
+               _(u"millilitre"):
+                       [(converters.m, 1.0), "ml", ''],
+               _(u"centilitre"):
+                       [(converters.m, 10*1.0), "cl", ''],
+               _(u"decilitre"):
+                       [(converters.m, 10*10*1.0), "dl", ''],
+               _(u"mil"):
+                       [(converters.m, 1.0), '', _(u"Equal to one thousandth of a liter syn: milliliter, millilitre, ml, cubic centimeter, cubic centimeter, cc")],
+               _(u"fluid dram"): 
+                       [(converters.m, 2*3*4.92892159375/8), '', _(u"Used in Pharmaceutical")],
+               _(u"minim"):
+                       [(converters.m, 2*3*4.92892159375/480), '', _(u"Used in Pharmaceutical to represent one drop. 1/60 fluid dram or 1/480 fluid ounce. A U.S. minim is about 0.003760 in\xb3 or 61.610 \xb5l. The British minim is about 0.003612 in\xb3 or 59.194 \xb5l. Origin of the word is from the Latin minimus, or small.")],
+       },
+
+       _(u"Volume and Dry Capacity"): {
+               ".base_unit": "cubic meter",
+               _(u"cubic meter"):
+               [(converters.m, 1.0), u"m\xb3", ''],
+               _(u"cubic decimeter"):
+               [(converters.m, 1.0e-3), u"dm\xb3", ''],
+               _(u"cubic millimeter"):
+               [(converters.m, 1.0e-9), u"mm\xb3", """"""],
+               _(u"cubic centimeter"):
+               [(converters.m, 1.0e-6), u"cm\xb3", """"""],
+               _(u"cord"):
+               [(converters.m, 3.624556363776), '', _(u"A pile of wood 8ft x 4ft x 4ft.")],
+               _(u"cubic yard"):
+               [(converters.m, 0.764554857984), u"yd\xb3", ''],
+               _(u"bushel (US)"):
+               [(converters.m, 4*2*0.00440488377086), "bu", _(u"A dry measure, containing four pecks, eight gallons, or thirty-two quarts. Note: The Winchester bushel, formerly used in England, contained 2150.42 cubic inches, being the volume of a cylinder 181/2 inches in internal diameter and eight inches in depth. The standard bushel measures, prepared by the United States Government and distributed to the States, hold each 77.6274 pounds of distilled water, at 39.8deg Fahr. and 30 inches atmospheric pressure, being the equivalent of the Winchester bushel. The imperial bushel now in use in England is larger than the Winchester bushel, containing 2218.2 cubic inches, or 80 pounds of water at 62deg Fahr.")],
+               _(u"bushel (UK | CAN)"):
+               [(converters.m, 4*2*4*1.1365225e-3), "bu", _(u"A dry measure, containing four pecks, eight gallons, or thirty-two quarts. Note: The Winchester bushel, formerly used in England, contained 2150.42 cubic inches, being the volume of a cylinder 181/2 inches in internal diameter and eight inches in depth. The standard bushel measures, prepared by the United States Government and distributed to the States, hold each 77.6274 pounds of distilled water, at 39.8deg Fahr. and 30 inches atmospheric pressure, being the equivalent of the Winchester bushel. The imperial bushel now in use in England is larger than the Winchester bushel, containing 2218.2 cubic inches, or 80 pounds of water at 62deg Fahr.")],
+               _(u"peck (US)"):
+               [(converters.m, 2*0.00440488377086), '', ''],
+               _(u"peck (UK | CAN)"):
+               [(converters.m, 2*4*1.1365225e-3), '', ''],
+               _(u"gallon (US dry)"):
+               [(converters.m, 0.00440488377086), "gal", ''],
+               _(u"gallon (CAN)"):
+               [(converters.m, 4*1.1365225e-3), "gal", ''],
+               _(u"quart (US dry)"):
+               [(converters.m, 1.101220942715e-3), "qt", ''],
+               _(u"quart (CAN)"):
+               [(converters.m, 1.1365225e-3), "qt", ''],
+               _(u"cubic foot"):
+               [(converters.m, 0.028316846592), u"ft\xb3", ''],
+               _(u"board foot"):
+               [(converters.m, 0.028316846592/12), '', _(u"lumber 1ft\xb2 and 1 in thick")],
+               _(u"litre"):
+               [(converters.m, 1.0e-3), "l", _(u"A measure of capacity in the metric system, being a cubic decimeter.")],
+               _(u"pint (US dry)"):
+               [(converters.m, 5.506104713575E-04), "pt", ''],
+               _(u"cubic inch"):
+               [(converters.m, 0.000016387064), u"in\xb3", ''],
+               _(u"coomb"):
+               [(converters.m, 4*4*2*4*1.1365225e-3), '', _(u"British. 4 bushels")],
+               _(u"peck"):
+               [(converters.m, 37.23670995671), '', _(u"The fourth part of a bushel; a dry measure of eight quarts")],
+               _(u"quart (dry)"):
+               [(converters.m, 4.65458874458874), '', _(u"The fourth part of a gallon; the eighth part of a peck; two pints. Note: In imperial measure, a quart is forty English fluid ounces; in wine measure, it is thirty-two American fluid ounces. The United States dry quart contains 67.20 cubic inches, the fluid quart 57.75. The English quart contains 69.32 cubic inches.")],
+       },
+
+       _(u"Thermal conductance (Area)"): {
+               ".base_unit": "Watts per square meter Kelvin",
+               _(u"watts per square meter Kelvin"):
+               [(converters.m, 1.0), u"W/m\xb2\xb7K", ''],
+               _(u"watts per square meter deg C"):
+               [(converters.m, 1.0), u"W/h.m\xb2\xb7\xb0C", ''],
+               _(u"kilocalories per hour square meter deg C"):
+               [(converters.m, 1.163), u"kcal/h\xb7m\xb7\xb0C", ''],
+               _(u"british thermal units per second square foot deg F"):
+               [(converters.m, 2.0428), u"Btu/sec\xb7ft\xb2\xb7\xb0F", ''],
+               _(u"british thermal units per hour square foot deg F"):
+               [(converters.m, 5.6782), u"Btu/h\xb7ft\xb2\xb7\xb0F", ''],
+       },
+
+       _(u"Thermal conductance (Linear)"): {
+               ".base_unit": "cubic meter",
+               _(u"watts per meter Kelvin"):
+               [(converters.m, 1.0), u"W/m\xb7K", ''],
+               _(u"watts per meter deg C"):
+               [(converters.m, 1.0), u"W/m\xb7\xb0C", ''],
+               _(u"kilocalories per hour meter deg C"):
+               [(converters.m, 1.163), u"kcal/h\xb7m\xb7\xb0C", ''],
+               _(u"british thermal units per second foot deg F"):
+               [(converters.m, 1.703), u"Btu/sec\xb7ft\xb7\xb0F", ''],
+       },
+
+       _(u"Thermal resistance"): {
+               ".base_unit": _(u"square meter kelvin per watt"),
+               _(u"square meter kelvin per watt"):
+               [(converters.m, 1.0), u"m\xb2\xb7K/W", ''],
+               _(u"square meter deg C per watt"):
+               [(converters.m, 1.0), u"m\xb2\xb7\xb0C/W", ''],
+               _(u"clo"):
+               [(converters.m, 1.50e-1), u"clo", _(u"Clo is the unit for effective clothing insulation. It is used to evaluate the expected comfort of users in certain humidity, temperature and workload conditions (and estimate air conditioning or heating loads, for instance.).")],
+               _(u"hour square foot deg F per BTU"):
+               [(converters.m, 1.761e-1), u"h\xb7ft\xb2\xb7\xb0F/Btu", ''],
+               _(u"hour square meter deg C per kilocalorie"):
+               [(converters.m, 8.62e-1), u"h\xb7m\xb2\xb7\xb0C/kcal", ''],
+       },
+
+       _(u"Specific Heat"): {
+               ".base_unit": "joule per kilogram kelvin",
+               _(u"joule per kilogram kelvin"):
+               [(converters.m, 1.0), u"J/kg\xb7K", ''],
+               _(u"joule per kilogram deg C"):
+               [(converters.m, 1.0), u"J/kg\xb7\xb0C", ''],
+               _(u"kilocalories per kilogram deg C"):
+               [(converters.m, 4.18855e3), u"kcal/kg\xb7\xb0C", ''],
+               _(u"btu per pound deg F"):
+               [(converters.m, 4.1868e3), u"BTU/lb\xb7\xb0F", ''],
+       },
+
+       _(u"Fuel consumption"): {
+               ".base_unit": "miles per gallon (US)",
+               _(u"miles per gallon (US)"):
+               [(converters.m, 1.0), u"mpg (US)", ''],
+               _(u"gallons  (US) per 100 miles"):
+               [(converters.inv, 100.0), u'', ''],
+               _(u"miles per gallon (Imperial)"):
+               [(converters.m, 1.0/1.20095), u"mpg (Imperial)", ''],
+               _(u"gallons (Imperial) per 100 miles"):
+               [(converters.inv, 100.0/1.20095), u'', ''],
+               _(u"liters per 100 kilometer"):
+               [(converters.inv, 62.1371192237/0.264172052358), u'', ''],
+               _(u"kilometers per liter"):
+               [(converters.m, .621371192237/0.264172052358), u'', ''],
+       },
+
+       _(u"Torque"): {
+               ".base_unit": "newton meter",
+               _(u"newton meter"):
+               [(converters.m, 1.0), u"N\xb7m", _(u"The SI unit of force that causes rotation.")],
+               _(u"joules"):
+               [(converters.m, 1.0), u"j", ''],
+               _(u"kilo newton meter"):
+               [(converters.m, 1000.0), u"kN\xb7m", ''],
+               _(u"mega newton meter"):
+               [(converters.m, 1000000.0), u"MN\xb7m", ''],
+               _(u"milli newton meter"):
+               [(converters.m, 1.0e-3), u"mN\xb7m", ''],
+               _(u"micro newton meter"):
+               [(converters.m, 1.0e-6), u"\xb5N\xb7m", ''],
+               _(u"dyne centimeter"):
+               [(converters.m, 1.0e-7), u"dyne\xb7cm", ''],
+               _(u"kilogram meter"):
+               [(converters.m, 9.80665), u"kg\xb7m", ''],
+               _(u"centimeter gram"):
+               [(converters.m, 9.80665/100000.0), u"cm\xb7g", ''],
+               _(u"kip"):
+               [(converters.m, 113.0), u"kip", _(u"One thousand inch pounds.")],
+               _(u"foot pounds"):
+               [(converters.m, 1356.0/1000.0), u"lbf\xb7ft", ''],
+               _(u"foot ounce"):
+               [(converters.m, 1356.0/1000.0/16.0), u"oz\xb7ft", ''],
+               _(u"meter kilopond"):
+               [(converters.m, 9.80665), u"mkp", ''],
+               _(u"newton centimeter"):
+               [(converters.m, .01), u"N\xb7cm", ''],
+               _(u"inch ounces"):
+               [(converters.m, 113.0/16.0*.001), u"in\xb7oz", ''],
+               _(u"inch pounds"):
+               [(converters.m, 113.0*.001), u"in\xb7lb", ''],
+               _(u"foot poundal"):
+               [(converters.m, 1.0/23.7303605), u'', ''],
+       },
+
+       _(u"Current Loop"): {".base_unit": "6400 to 32000",
+                       _(u"6400 to 32000"):
+                       [(converters.m, 1.0), u"counts", _(u"Many PLCs must scale the 4 to 20mA signal to an integer, this is commonly a value from 6400 to 32000, ")],
+                       _(u"4 to 20mA"):
+                       [(converters.m, 1600.0), u"mA", _(u"This range of current is commonly used in instrumentation. 0mA is an indication of a broken transmitter loop.")],
+                       _(u"V across 250 ohm"):
+                       [(converters.m, 6400.0), u"V", _(u"A common resistance for current loop instrumentation is 250 ohms. A voltage will be developed across this resistor, that voltage can be used to test the current loop.")],
+                       _(u"percent"):
+                       [(converters.gof, (((32000.0-6400.0)/100.0), 6400.0)), u"%", _(u"This is a percentage of the 4 to 20mA signal.")],
+                       },
+
+       _(u"Currency (UK)"): {
+               ".base_unit": "pound",
+               _(u"pound | quid | soverign"):
+               [(converters.m, 1.0), "", """The base monetary unit in UK."""],
+               _(u"soverign"):
+               [(converters.m, 1.0), "", """One pound."""],
+               _(u"quid"):
+               [(converters.m, 1.0), "", """One pound."""],
+               _(u"fiver"):
+               [(converters.m, 5*1.0), "", """Equal to five pounds."""],
+               _(u"tenner"):
+               [(converters.m, 10*1.0), "", """Equal to Ten pounds."""],
+               _(u"crown"):
+               [(converters.m, 5*1.0/20), "", """Equal to five shillings."""],
+               _(u"shilling"):
+               [(converters.m, 1.0/20), "", """Equal to one twentieth of a pound."""],
+               _(u"bob | shilling"):
+               [(converters.m, 1.0/20), "", """Equal to one twentieth of a pound."""],
+               _(u"penny | pence"):
+               [(converters.m, 1.0/100), "", """Equal to 1/100 of a pound."""],
+               _(u"penny | pence (old)"):
+               [(converters.m, 1.0/240), "", """Equal to 1/240 of a pound.  February 15, 1971 the English coinage system was changed to a decimal system and the old penny ceased to be legal tender August 31, 1971."""],
+               _(u"tuppence(old)"):
+               [(converters.m, 2*1.0/240), "", """Equal to two old pennies. February 15, 1971 the English coinage system was changed to a decimal system."""],
+               _(u"threepence (old)"):
+               [(converters.m, 3*1.0/240), "", """Equal to three old pence.  The threepence was demonitized August 31, 1971."""],
+               _(u"halfpenny | hapenny (old)"):
+               [(converters.m, 1.0/240/2), "", """The old halfpenny was demonetized on August 31, 1969."""],
+               _(u"guinea"):
+               [(converters.m, 21*1.0/20), "", """While the term is still used, the coins are no longer in use.  Webster's Revised Unabridged Dictionary (1913) - A gold coin of England current for twenty-one shillings sterling, ... but not coined since the issue of sovereigns in 1817."""],
+               _(u"farthing"):
+               [(converters.m, 1.0/240/4), "", """"""],
+               _(u"florin (or two bob bit)"):
+               [(converters.m, 2*1.0/20), "", """"""],
+               _(u"half crown (old)"):
+               [(converters.m, (2*1.0/20)+(6*1.0/240)), "", """ The half-crown was demonetized on 1st January 1970."""],
+               _(u"sixpence"):
+               [(converters.m, 6*1.0/240), "", """Equal to six old pence.  February 15, 1971 the English coinage system was changed to a decimal system ."""],
+               _(u"tanner | sixpence"):
+               [(converters.m, 6*1.0/240), "", """Equal to six old pence.  February 15, 1971 the English coinage system was changed to a decimal system ."""],
+               _(u"mark (old British mark)"):
+               [(converters.m, 160*1.0/240), "", """"""],
+               _(u"groat"):
+               [(converters.m, 4*1.0/240), "", """Equal to four old pence"""],
+               _(u"pony"):
+               [(converters.m, 25.0), "", """Equal to twenty five pounds sterling"""],
+       },
+
+       _(u"Radioactivity"): {
+               ".base_unit": "becquerel",
+               _(u"becquerel"):
+               [(converters.m, 1.0), u"Bq", 'The SI derived unit of radioactivity.'],
+               _(u"curie"):
+               [(converters.m, 3.7e10), u"Ci", 'Roughly the activity of 1 gram of the radium isotope 226 Ra.'],
+               _(u"pico curie"):
+               [(converters.m, 3.7e-2), u"pCi", ''],
+       },
+
+       _(u"Radiation dose"): {
+               ".base_unit": "Sievert",
+               _(u"Sievert"):
+               [(converters.m, 1.0), u"Sv", ''],
+               _(u"milli Sievert"):
+               [(converters.m, 1.0e-3), u"mSv", ''],
+               _(u"micro Sievert"):
+               [(converters.m, 1.0e-6), u"\xb5Sv", ''],
+               _(u"rem"):
+               [(converters.m, 0.01), u"rem", ''],
+               _(u"milli rem"):
+               [(converters.m, 1.0e-5), u"mrem", ''],
+               _(u"roentgen"):
+               [(converters.m, 1/1.07185e2), u"R", ''],
+       },
+}
+
+
+UNIT_CATEGORIES = sorted(UNIT_DESCRIPTIONS.iterkeys())
+
+
+def get_units(categoryName):
+       units = sorted(UNIT_DESCRIPTIONS[categoryName].iterkeys())
+
+       # do not display .base_unit description key
+       del units[0]
+
+       return units
+
+
+def get_units_from_category(category):
+       units = sorted(category.iterkeys())
+
+       # do not display .base_unit description key
+       del units[0]
+
+       return units
+
+
+def get_base_unit(categoryName):
+       return UNIT_DESCRIPTIONS[categoryName][".base_unit"]
+
+
+def get_base_unit_from_category(category):
+       return category[".base_unit"]
+
+
+future_dic = {
+       _(u"Wire Gauge"): {
+               ".base_unit": "circular mils",
+               _(u"circular mil"):
+               [(converters.m, 1.0), u"CM", ''],
+               _(u"square mil"):
+               [(converters.m, 1.0), u'', ''],
+               _(u"square milimetres"):
+               [(converters.m, 1.0), u"mm\xb2", ''],
+               _(u"AWG"):
+               [(converters.m, 1.0), "AWG", _(u"American Wire Gauge")],
+               _(u"Diameter mils"):
+               [(converters.m, 1.0), "mil", ''],
+               _(u"Diameter inches"):
+               [(converters.m, 1.0), "in", ''],
+               _(u"Diameter mm"):
+               [(converters.m, 1.0), "mm", ''],
+               _(u"Diameter m"):
+               [(converters.m, 1.0), "m", ''],
+               _(u"Ampacity Cu"):
+               [(converters.m, 1.0), "A", _(u"Copper wire ampacity")],
+               _(u"Ampacity Al"):
+               [(converters.m, 1.0), "A", _(u"Aluminum wire ampacity")],
+               _(u"Resistance of Cu wire at xxdegC"):
+               [(converters.m, 1.0), "ohms/kft", _(u"Copper wire resistance.")],
+               _(u"Resistance of Cu wire at xxdegC"):
+               [(converters.m, 1.0), "ohms/ft", _(u"Copper wire resistance.")],
+               _(u"Resistance of Cu wire at xxdegC"):
+               [(converters.m, 1.0), "ohms/m", _(u"Copper wire resistance.")],
+               _(u"Resistance of Cu wire at xxdegC"):
+               [(converters.m, 1.0), "ohms/km", _(u"Copper wire resistance.")],
+               _(u"Resistance of Al wire at xxdegC"):
+               [(converters.m, 1.0), "ohms/kft", _(u"Copper wire resistance.")],
+               _(u"Resistance of Al wire at xxdegC"):
+               [(converters.m, 1.0), "ohms/ft", _(u"Copper wire resistance.")],
+               _(u"Resistance of Al wire at xxdegC"):
+               [(converters.m, 1.0), "ohms/m", _(u"Copper wire resistance.")],
+               _(u"Resistance of Al wire at xxdegC"):
+               [(converters.m, 1.0), "ohms/km", _(u"Copper wire resistance.")],
+               _(u"Length per Weight Cu Wire"):
+               [(converters.m, 1.0), "ft/lb (Cu)", _(u"Length per weight Copper Wire.")],
+               _(u"Length per Weight Al Wire"):
+               [(converters.m, 1.0), "ft/lb (Al)", _(u"Length per weight Aluminum Wire.")],
+               _(u"Length per resistance Cu Wire"):
+               [(converters.m, 1.0), "ft/ohm (Cu)", _(u"Length per resistance Copper Wire.")],
+               _(u"Length per resistance Al Wire"):
+               [(converters.m, 1.0), "ft/ohm (Al)", _(u"Length per resistance Aluminum Wire.")],
+               _(u"Weight Cu wire"):
+               [(converters.m, 1.0), "kg/km (Cu)", _(u"Copper wire weight.")],
+               _(u"Weight Al wire"):
+               [(converters.m, 1.0), "kg/km (Al)", _(u"Aluminum wire weight.")],
+               _(u"Weight Cu wire"):
+               [(converters.m, 1.0), "lb/kft (Cu)", _(u"Copper wire weight in pounds per 1000 feet.")],
+               _(u"Weight Al wire"):
+               [(converters.m, 1.0), "lb/kft (Al)", _(u"Aluminum wire weight in pounds per 1000 feet.")],
+               _(u"Tensile strength"):
+               [(converters.m, 1.0), "kgf", _(u"Aluminum wire weight.")],
+               _(u"Turns per inch"):
+               [(converters.m, 1.0), "TPI", _(u"Turns per inch of bare wire, useful for winding coils. This value is approximate and will be reduced with insulated wire")],
+       },
+}
index 84c17d3..478e502 100755 (executable)
@@ -3,32 +3,35 @@
 import os
 import sys
 
-try:
-       import py2deb
-except ImportError:
-       import fake_py2deb as py2deb
+import py2deb
 
 import constants
 
 
 __appname__ = constants.__app_name__
-__description__ = """REPLACEME
-REPLACEME
+__description__ = """Unit Conversions
+A conversion utility that allows conversion between many units like CGS, Ancient, Imperial with many categories like length, mass, numbers, etc. All units converted values shown at once as you type
 .
-Homepage:
+Homepage: http://www.unihedron.com/projects/gonvert/index.php
 """
-__author__ = "Ed Page"
-__email__ = "eopage@byu.net"
+__author__ = "Anthony Tekatch"
+__email__ = "anthony@unihedron.com"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-REPLACEME
+0.9.3
+* Rotation support through Ctrl+o
+* Switching from scrollbar to panning
 """
 
 
 __postinstall__ = """#!/bin/sh -e
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor
+rm -f ~/.gonvert/gonvert.log ~/.gonvert/selections.dat ~/.gonvert/window.dat
+"""
+
+__preremove__ = """#!/bin/sh -e
 """
 
 
@@ -62,11 +65,11 @@ def build_package(distribution):
        p = py2deb.Py2deb(__appname__)
        p.prettyName = constants.__pretty_app_name__
        p.description = __description__
-       p.bugTracker = ""
+       p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Gonvert"
        p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
        p.author = __author__
        p.mail = __email__
-       p.license = "lgpl"
+       p.license = "gpl"
        p.depends = ", ".join([
                "python2.6 | python2.5",
                "python-gtk2 | python2.5-gtk2",
@@ -76,15 +79,15 @@ def build_package(distribution):
        maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"
        p.depends += {
                "debian": ", python-glade2",
-               "diablo": maemoSpecificDepends + ", python2.5-conic",
-               "fremantle": maemoSpecificDepends + ", python-glade2, python-alarm",
+               "diablo": maemoSpecificDepends,
+               "fremantle": maemoSpecificDepends + ", python-glade2",
        }[distribution]
        p.recommends = ", ".join([
        ])
        p.section = {
-               "debian": "REPLACEME",
-               "diablo": "user/REPLACEME",
-               "fremantle": "user/REPLACEME",
+               "debian": "science",
+               "diablo": "user/science",
+               "fremantle": "user/science",
        }[distribution]
        p.arch = "all"
        p.urgency = "low"
@@ -92,24 +95,33 @@ def build_package(distribution):
        p.repository = "extras"
        p.changelog = __changelog__
        p.postinstall = __postinstall__
+       p.preremove = __preremove__
        p.icon = {
-               "debian": "REPLACEME",
-               "diablo": "REPLACEME",
-               "fremantle": "REPLACEME", # Fremantle natively uses 48x48
+               "debian": "data-pixmaps-gonvert.png",
+               "diablo": "data-pixmaps-gonvert.png",
+               "fremantle": "data-pixmaps-gonvert.png", # Fremantle natively uses 48x48
        }[distribution]
-       p["/usr/bin"] = [ "REPLACEME" ]
-       for relPath, files in unflatten_files(find_files(".")).iteritems():
-               fullPath = ""
+       p["/usr/bin"] = [ "gonvert.py" ]
+       for relPath, files in unflatten_files(find_files("src", ".")).iteritems():
+               fullPath = "/usr/lib/gonvert"
+               if relPath:
+                       fullPath += os.sep+relPath
+               p[fullPath] = list(
+                       "|".join((oldName, newName))
+                       for (oldName, newName) in files
+               )
+       for relPath, files in unflatten_files(find_files("data", ".")).iteritems():
+               fullPath = "/usr/share/gonvert"
                if relPath:
                        fullPath += os.sep+relPath
                p[fullPath] = list(
                        "|".join((oldName, newName))
                        for (oldName, newName) in files
                )
-       p["/usr/share/applications/hildon"] = ["REPLACEME.desktop"]
-       p["/usr/share/icons/hicolor/26x26/hildon"] = ["REPLACEME"]
-       p["/usr/share/icons/hicolor/64x64/hildon"] = ["REPLACEME"]
-       p["/usr/share/icons/hicolor/scalable/hildon"] = ["REPLACEME"]
+       p["/usr/share/applications/hildon"] = ["gonvert.desktop"]
+       p["/usr/share/icons/hicolor/26x26/hildon"] = ["data-pixmaps-gonvert.png|gonvert.png"]
+       p["/usr/share/icons/hicolor/64x64/hildon"] = ["data-pixmaps-gonvert.png|gonvert.png"]
+       p["/usr/share/icons/hicolor/scalable/hildon"] = ["data-pixmaps-gonvert.png|gonvert.png"]
 
        if distribution == "debian":
                print p
diff --git a/support/doc/CHANGELOG b/support/doc/CHANGELOG
new file mode 100644 (file)
index 0000000..08becff
--- /dev/null
@@ -0,0 +1,103 @@
+Project: gonvert
+
+Version:
+0.2.24 - Ed Page updated files for Maemo.
+       - Add Radioactivity and Radiation dose categories.
+0.2.23  - Added UK currency category and other UK measurements thanks to Dale Hair
+0.2.22  - Restore previously used window size
+0.2.21  - Category column widened. Maximize on start.
+0.2.20  - correction in micron pressure conversion
+0.2.19  - viscosity cP conversion correction
+0.2.18 - addition of magnitudes per square arcsecond to Luminance category
+0.2.17 - updated baud definitions
+       - fixed homepath location because new debian version changed
+0.2.16 - fixed icon locating for display in about
+       - added alternate icon gonvert-icon_alernative.png (copy over gonvert.png)
+0.2.15 - updated mainloop to main as discovered by Alexander Skwar
+0.2.14 - added Calgary energy and volume suggestions per Kim Lux
+0.2.13 - new more easily understandable icon
+       - nanotesla definition (nT).
+       - added shortlist feature.
+0.2.12 - removed inoperable books feature.
+       - fixed up acre accuracy.
+0.2.11 - miodified descriprion for silver, newton, sadzhens.
+0.2.10 - \x90 changed to \u00C9 for Emile and similar for Reaumur utf-8 text.
+       - Added translation for "All" book text.
+       - The write units text is translatable.
+       - The pl_messages.po file has been updated
+0.2.09 - Added utf-8 coding to all text strings in preparation for complete language translation.
+0.2.08 - Added language translation for menus and labels.
+0.2.07 - Added language translation changes and messages.pot.
+0.2.06 - Fixed category list size to show preselected categorys on startup,
+         scroll window H&Vpolicy set to always.
+0.2.05 - Spelling of Luminance category fixed.
+0.2.04 - Modified unit clicking to force focus on value entry.
+         Modified Makefile to remove /share/share bug for desktop entry.
+0.2.03 - Modified Makefile to allow better integration on other platforms.
+0.2.01 - Added saved selections feature, creates ~/.gonvert/ and file. 
+0.1.11 - fixed packaging for RPM
+0.1.10 - added Current Loop category for PLCs and 4-20mA instrumentation.
+0.1.9  - added kilobit, and more density units.
+0.1.8  - Added Torque units
+0.1.7  - Added many more pressure units
+       - Added thermal categories
+       - Added fuel consumption category
+       - Program extension to .pyw so that Windows startup without console
+0.1.6  - add more frequency units
+       - fixed computer number bases nums was bad near "h" and "v"
+       - fixed error:
+         "GtkTextBuffer.insert_at_cursor() takes exactly 1 argument (2 given)"
+         thanks to Riccardo Galli
+0.1.5  - put packages into /usr instead of /usr/local
+       - add gnome menu item back in
+0.1.4  - remove dependency on gnome-config from Makefile, RPM, binary.
+0.1.3  - touched up computer numbers units for better sorting
+       - limited up resizing of windows to prevent dissapearing areas
+       - fixed find bug that some users might notice (TreeViewColumn/None)
+0.1.2  - Added description box when writing units
+0.1.1  - Added help/about box
+       - fixed bug that sets focus on line 2480
+       - fixed temperature difference units labels
+       - all scroll bars only show when needed
+       - Added RPM distribution
+0.1.0   - Major modifications for GTK2 (RedHat 8.0)
+       - addition of units column in display
+       - sorting for all units columns with sort pointer
+0.0.15 - added Electromagnetic Radiation category
+0.0.14 - fixed window close bug, attempt to fix libglade XML startup bug for
+          some machines
+0.0.13 - changes for python2.2, had to remove gnome dependencies
+0.0.12 - change contact information address
+0.0.11 - addition of ppm to "find" utility
+0.0.10 - addition of petabyte to computer data
+0.0.9  - addition of cesium atom vibrations to Time category
+0.0.8  - more accurate calculation of degrees F
+0.0.7  - added 'Find unit' feature
+       - changed Category list to clist for ease of moveto (focus) after find
+0.0.6  - added description for Amperes
+       - added DENSITY category
+       - added 4 new categories 101 new units
+       - added shoe size converter
+       - add a function to convert custom formulas (like area from diameter)
+         example: area = pi * (D/2)^2
+         base value = pi* (x/2)^2  #metres in diameter metres, cm, inch, foot.
+0.0.5  - Tool for listing all categories and units to STDOUT.
+       - re-organization of project files.
+       - addition of suffixes between duodecillion and centillion.
+       - addition of Makefile to install onto Gnome based systems.
+       - sort Units or Value columns (ascending or descending)
+         by clicking on column.
+0.0.4  - Prefixes and Suffixes addition of;
+         ppm, %, Marx brothers, various descriptions.
+       - addition of microgram to mass category.
+       - replaced base 63 with 62 from computer numbers since
+         only 62 characters can be represented.
+       - fixed error if second line has nothing it wouldn't get
+         updated.
+0.0.3  - fix bug in labelling of base 36 (was base 37)
+         all numbering systems past 23 were at fault due
+         to improper nums string (fixed).
+0.0.2  - Completion of second row data entry so that changes
+         to text are not cyclicly causing changes to all
+         values.
+0.0.1  - Initial release.
diff --git a/support/doc/COPYING b/support/doc/COPYING
new file mode 100644 (file)
index 0000000..d60c31a
--- /dev/null
@@ -0,0 +1,340 @@
+                   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.
+\f
+                   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.)
+\f
+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.
+\f
+  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.
+\f
+  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
+\f
+           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.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    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.
+
+  <signature of Ty Coon>, 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.
diff --git a/support/doc/FAQ b/support/doc/FAQ
new file mode 100644 (file)
index 0000000..5111238
--- /dev/null
@@ -0,0 +1,26 @@
+
+ Problem: Cannot run with python2.2
+   Cause: Python Bindings pygtk have not been installed in python 2.2 library
+Solution: Download the latest pygtk from: ftp://ftp.gtk.org/pub/gtk/python/v1.2/
+          After unpacking, in the unpacked directory, type:
+             PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+             make
+             make install
+            
+          Also, if your python2.2 is started by typing python2 then the first
+         line of the gonvert file must be:
+            #!/usr/bin/python2
+          Use "which python2" to find the exact path that starts python2.
+
+
+
+ Problem: gonvert reports "ImportError:  No module named gnome.ui"
+   Cause: Python programs that use the gnome interface require pygnome
+Solution: install pygnome which can be obtained from:
+         ftp://ftp.daa.com.au/pub/james/python/
+
+
+Q: Where is the source?
+A: This is a Python program, the program is the source code.
+   Use a text viewer/editor to look directly at gonvert
+
diff --git a/support/doc/INSTALL b/support/doc/INSTALL
new file mode 100644 (file)
index 0000000..4aa1f93
--- /dev/null
@@ -0,0 +1,81 @@
+gonvert
+=======
+Any problems, suggestions, features or comments please contact me: 
+       anthony@unihedron.com
+
+
+Requirements
+============
+       RH7.0 has everything you need.
+
+       Otherwise make sure that you have:
+               Python >= 1.5.2         http://python.org
+               PyGTK >= 0.6.6          ftp://ftp.daa.com.au/pub/james/python/
+               pygnome                 ftp://ftp.daa.com.au/pub/james/python/
+               Libglade >= 0.13        http://freshmeat.net/redir/libglade/5651/url_homepage/
+               gnome-libs >= 1.2.4     http://www.helixcode.com/desktop/packages.php3
+               
+       If you want to do GUI development then you will need:
+               glade                   http://www.helixcode.com/desktop/packages.php3
+
+
+Installation Notes
+==================
+gonvert has been tested on RedHat 7.0 (python 1.5.2, libglade 0.14, pygtk 0.6.6)
+
+1) Extract the tar archive.
+
+
+2) cd into the gonvert-x.y.z directory
+
+
+3a)If you just want to test the program as a user then:
+
+       ./gonvert
+
+
+3b) If you want to install the program then:
+
+       su -c "make install"
+       
+
+
+Uninstall the program:
+====================== 
+
+       su -c "make uninstall"
+
+================================================
+Translation:
+To make translations to other languages, follow these steps:
+
+1. Use the following to extract the raw message catalog
+     pygettext gonvert
+     edit messages.txt to CHARSET=utf-8
+
+2, Give the messages.pot file to the translater person
+    See http://www.unicode.org/charts/ for unicode translations
+    To get a defined character, use  \N{Character_name}, for example:
+         \N{SKULL AND CROSSBONES}
+            or 
+         u'\u2620'
+
+3. Get the files back from the translator person:
+     pl_messages.po   the translated message file
+     pl_messages.gmo  the compiled translation, which was compiled with something like:
+                         msgfmt gonvert.po
+
+4. Install the .gmo file in /usr/share/locale/xx/LC_MESSAGES using:
+   # make install_pl
+
+5. To update a translation use the following:
+     msgmerge -U i18n/pl_messages.po messages.pot
+   Merged results go into the source file.
+   Compile the new translation
+     msgfmt i18n/pl_messages.po -oi18n/pl_messages.gmo
+
+7. Test by setting the LANGUAGE variable appropriately, then run gonvert.
+   LANGUAGE=pl
+      or
+   LANGUAGE=en
+================================================
diff --git a/support/doc/README b/support/doc/README
new file mode 100644 (file)
index 0000000..d38ca16
--- /dev/null
@@ -0,0 +1,115 @@
+Description: 
+===========
+gonvert is a conversion utility that allows conversion between many units 
+like CGS, Ancient, Imperial with many categories like length, mass, numbers, 
+etc. All units converted values shown at once as you type. Easy to add/change 
+your own units. Written in Python,pygtk,libgade. 
+
+
+Goals:
+=====
+The goal when making gonvert was to have the most complete and easy to use 
+unit conversion utility. It is still growing as I find new units.
+
+
+Contact:
+========
+ anthony@unihedron.com 
+
+
+INSTALLATION:
+=============
+See INSTALL for installation notes
+
+
+USAGE:
+======
+- Start the program by typing "gonvert".
+- Select the category of units that you want to convert.
+- Select the unit that want to enter a value for.
+- Type the value.
+- The top two rows on the right side are temporary locations that scroll 
+  through each unit you select. You can use this area to convert
+  between one unit and another without scrolling through the entire list
+  units.
+
+
+Other features:
+===============
+- You can sort Units and Value columns by clicking on the column name.
+- You can print (to STDOUT) out all the units by selecting Tools>Write_Units
+- You can find units by typing the name of the desired unit at the bottom
+  input field then pressing the Find butonn or hitting enter.
+  The number of units found that match the desired string is displayed
+  in the label at the bottom right. F6 key also acts as the Find button.
+- previously selected categories and units are saved to ~/.gonvert/ directory
+
+
+
+Warranty:
+=========
+The usual disclaimer, I am not responsible for any damages this program may
+cause. Use at your own risk. See COPYING for license.
+
+
+Making additions and changes:
+=============================
+If you make corrections or additions to the program, please e-mail me so that I
+can incorporate them into the source (with credit to your name of course).
+Please keep in mind that this project is GPL (see COPYING file) so do not use
+copyrighted material in your changes/additions to the unit descriptions that you
+submit to me.
+
+Make sure that all standard calculations using the m() function have floating
+point arguments. In other words use at least one number in the formula with a
+decimal point to force floating point numbers:
+ (m,5/2)       #this is bad (the result will be 2, not 2.5)
+ (m,5.0/2)     #this forces float (good, the result will be 2.5)
+
+
+Without knowing Python:
+You can alter the code without knowing much about Python just be reviewing the
+method that the units definitions were written. Be careful to include the same
+number of starting and ending brackets, also be careful of the commas.
+
+If you want to use mathematical functions like pi etc you can see what other
+functions there are as follows:
+
+# python
+>>>from math import *
+>>>dir()
+['__builtins__', '__doc__', '__name__', 'acos', 'asin', 'atan', 'atan2', 'ceil',
+'cos', 'cosh',  'e', 'exp', 'fabs', 'floor', 'fmod', 'frexp', 'hypot', 'ldexp',
+'log', 'log10', 'modf', 'pi', 'pow', 'sin', 'sinh', 'sqrt', 'tan',  'tanh']
+
+
+A good book for learning Python is the O'Reilly "Learning Python" book by 
+Mark Lutz and David Ascher.
+
+
+
+
+
+
+
+
+Location of installed gonvert software is put into directories suggested by 
+then manpage hier (man hier).
+
+ /usr/bin
+       gonvert program (this is the source)
+
+ /usr/doc
+       gonvert documentation files.
+
+ /usr/lib
+       Files associated with gonvert like the glade file and the pixmaps.
+
+ /usr/man
+       gonvert Man page (when one is written)
+
+ ~/.gonvert
+       user configuration files associated with gonvert.
+
+
+
diff --git a/support/doc/THANKS b/support/doc/THANKS
new file mode 100644 (file)
index 0000000..df83f2b
--- /dev/null
@@ -0,0 +1,37 @@
+Thanks to the following people:
+
+Icon graphics:
+       Eugenia Loli-Queru
+       Zdravko Nikolov (alternative icon)
+
+Polish translation:
+       Cezary Morga
+
+Makefile corrections:
+       Dag Wieers
+
+Fixes and new units:
+       Dale Hair
+       Bill Cushman
+       James Boulton
+       Rafael Villar Burke
+       Kim Lux
+
+RPM spec file:
+       Andy Rabagliati
+
+Code snippets:
+       Roman numeral converter written by David Leonard
+
+Bug Reports:
+       George Vlahavas
+       Klaus Alexander Seistrup
+       Cezary Morga
+       Jeff Gove
+       Sebastien de Menten
+       Zdravko Nikolov
+
+Bugfix:
+       Riccardo Galli
+       Alexander Skwar
+
diff --git a/support/doc/TODO b/support/doc/TODO
new file mode 100644 (file)
index 0000000..1f21814
--- /dev/null
@@ -0,0 +1,44 @@
+- Add popup dialog box when "write units" to explain that writing
+  goes to standard output. to write to filename.txt gonvert must 
+  be started in console mode as follows:
+    gonvert > filename.txt
+    
+- add AWG (American Wire Gauge) conversions from Diameter/length and Area.
+
+- add volume of a sphere with diameter given in:
+       - inches, feet, metres, cm.
+       
+- add subcategories, especially for common measures:
+       - length,area,mass: all,foriegn,ancient
+       
+- add saveable customisable units for derived unit categories:
+       - accelation (length/time²)
+       - angular velocity (angle/time)
+       - Computer data flow rate (computer data/time)
+       - density (mass/volume)
+       - energy | work ( force · time)
+       - flow dry/liquid (volume/time)
+       - velocity (length/time)
+       - fuel efficiency: (length/volume) (NEW*)
+       - etc...
+       - probably use pickle method
+       - probably use pop up window to define numerator and denominator units
+         each with pull down selections.
+       
+- detailed instructions for creating your own conversions
+- Morse code converter
+- add: - angular acceleration
+       - torque
+- add ASCII to computer numbers (convert Hex to ASCII)
+
+- Add bookmarks (certain categories and units preselected, Ex:
+       ^A add bookmark
+       ^B view bookmarks
+       edit bookmarks
+       ^right ^left to go to previous and next bookmarks
+       command line option to start up with bookmark
+
+- Add history (possibly similar to bookmarks)
+       - a popup dialog showing last x pairs
+       - ability to remove a pair from history
+       - display group:unit1[,unit2]
diff --git a/support/gonvert.desktop b/support/gonvert.desktop
new file mode 100644 (file)
index 0000000..b48eb51
--- /dev/null
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Name=Gonvert
+Exec=/usr/bin/run-standalone.sh /usr/bin/gonvert.py
+Icon=gonvert
diff --git a/support/gonvert.spec b/support/gonvert.spec
new file mode 100644 (file)
index 0000000..5cf1e53
--- /dev/null
@@ -0,0 +1,90 @@
+Name:           gonvert\r
+Version:        0.1.9\r
+Release:        0.fdr.1\r
+Epoch:          0\r
+Summary:        Units conversion utility.\r
+\r
+Group:          Applications/Engineering\r
+License:        GPL\r
+URL:            http://unihedron.com/projects/gonvert/gonvert.php\r
+Source0:        http://www.unihedron.com/projects/gonvert/downloads/gonvert-0.1.9.tar.gz\r
+Source1:        gonvert.desktop\r
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)\r
+\r
+BuildRequires:  desktop-file-utils\r
+Requires:       python >= 0:2.0\r
+Requires:       pygtk2 >= 0:1.99.0\r
+Requires:       libglade2\r
+\r
+BuildArch:      noarch\r
+\r
+%description\r
+gonvert is a conversion utility that allows conversion between many units \r
+like CGS, Ancient, Imperial with many categories like length, mass, numbers, \r
+etc. All units converted values shown at once as you type. Easy to add/change \r
+your own units. Written in Python,pygtk,libgade. \r
+\r
+\r
+\r
+%prep \r
+%setup\r
+\r
+\r
+\r
+%build \r
+make %{?_smp_mflags}\r
+\r
+\r
+\r
+%install \r
+rm -rf ${RPM_BUILD_ROOT}\r
+%makeinstall DESTDIR="${RPM_BUILD_ROOT}"\r
+\r
+chmod 0644 doc/*\r
+rm -rf ${RPM_BUILD_ROOT}%{_prefix}/doc\r
+\r
+rm ${RPM_BUILD_ROOT}%{_datadir}/gnome/apps/Utilities/gonvert.desktop\r
+desktop-file-install --vendor fedora                    \\r
+  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \\r
+  --add-category X-Fedora                               \\r
+  %{SOURCE1}\r
+\r
+\r
+\r
+%clean \r
+rm -rf ${RPM_BUILD_ROOT}\r
+\r
+\r
+\r
+%files \r
+%defattr(-,root,root,-) \r
+%doc doc/*\r
+%attr(0755,root,root) %{_bindir}/*\r
+%{_libdir}/*\r
+%attr(0644,root,root) %{_datadir}/applications/fedora-%{name}.desktop\r
+%attr(0644,root,root) %{_datadir}/pixmaps/*\r
+\r
+\r
+\r
+%changelog\r
+* Thu Feb 05 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.1.9-0.fdr.1\r
+- Update to 0.1.9.\r
+\r
+* Sun Jan 25 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.1.7-0.fdr.1\r
+- Update to 0.1.7.\r
+\r
+* Sun Nov 16 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.1.6-0.fdr.3\r
+- BuildReq desktop-file-utils.\r
+\r
+* Tue Aug 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.1.6-0.fdr.2\r
+- Corrected file permissions.\r
+- Corrects path of Source0.\r
+\r
+* Wed Jul 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.1.6-0.fdr.1\r
+- Fedorafication.\r
+\r
+* Sat Jun 29 2003 Dag Wieers <dag@wieers.com> - 0.1.6-0\r
+- Updated to release 0.1.6.\r
+\r
+* Wed Feb 26 2003 Dag Wieers <dag@wieers.com> - 0.1.5-0\r
+- Initial package. (using DAR)\r
diff --git a/support/i18n/pl_messages.gmo b/support/i18n/pl_messages.gmo
new file mode 100644 (file)
index 0000000..12d9bc9
Binary files /dev/null and b/support/i18n/pl_messages.gmo differ
diff --git a/support/i18n/pl_messages.po b/support/i18n/pl_messages.po
new file mode 100644 (file)
index 0000000..30f1fdc
--- /dev/null
@@ -0,0 +1,6635 @@
+# translation of messages.po to Polish
+# Copyright (C) YEAR ORGANIZATION.
+# Cezary Morga <cezarym@pf.pl>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: messages\n"
+"POT-Creation-Date: Thu Aug 26 19:45:31 2004\n"
+"PO-Revision-Date: 2004-08-19 16:27+0200\n"
+"Last-Translator: Cezary Morga <cezarym@pf.pl>\n"
+"Language-Team: Polish <pl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: pygettext.py 1.5\n"
+"X-Generator: KBabel 1.3\n"
+
+#: gonvert:341 gonvert:3011
+msgid "Unit Name"
+msgstr ""
+
+#: gonvert:347 gonvert:3018
+msgid "Value"
+msgstr ""
+
+#: gonvert:593
+msgid ""
+"The units are being written to stdout. You can capture this printout by "
+"starting gonvert from the command line as follows:\n"
+"$ gonvert > file.txt"
+msgstr ""
+
+#: gonvert:601
+msgid " - Unit Conversion Utility  - Convertible units listing:"
+msgstr ""
+
+#: gonvert:616
+msgid ""
+"The units list has been written to stdout. You can capture this printout by "
+"starting gonvert from the command line as follows:\n"
+"$ gonvert > file.txt"
+msgstr ""
+
+#: gonvert:963
+#, fuzzy
+msgid "File"
+msgstr "srebro"
+
+#: gonvert:964
+msgid "Exit"
+msgstr ""
+
+#: gonvert:965
+msgid "Tools"
+msgstr ""
+
+#: gonvert:966
+#, fuzzy
+msgid "Clear selections"
+msgstr "sekcja"
+
+#: gonvert:967
+#, fuzzy
+msgid "Edit books"
+msgstr "Osiem bitów"
+
+#: gonvert:968
+msgid "Write Units"
+msgstr ""
+
+#: gonvert:969
+msgid "Help"
+msgstr ""
+
+#: gonvert:970
+msgid "About"
+msgstr ""
+
+#: gonvert:972 gonvert:973
+msgid "Book"
+msgstr ""
+
+#: gonvert:975
+msgid "Finder"
+msgstr ""
+
+#: gonvert:976
+msgid "Expand All"
+msgstr ""
+
+#: gonvert:977
+msgid "Collapse All"
+msgstr ""
+
+#: gonvert:978
+msgid "Select All"
+msgstr ""
+
+#: gonvert:979
+#, fuzzy
+msgid "Select None"
+msgstr "ładunek elektronu"
+
+#: gonvert:980
+msgid "Show Selected"
+msgstr ""
+
+#: gonvert:981
+msgid "Show All"
+msgstr ""
+
+#: gonvert:982
+msgid "Close"
+msgstr ""
+
+#: gonvert:1020
+msgid "Acceleration"
+msgstr "Przyśpieszenie"
+
+#: gonvert:1020 gonvert:1023
+msgid "meter per second squared"
+msgstr "metr na sekundę kwadrat"
+
+#: gonvert:1021
+msgid "free fall"
+msgstr "swobodne opadanie"
+
+#: gonvert:1022
+msgid ""
+"The ideal falling motion of a body that is subject only to the earth's "
+"gravitational field."
+msgstr ""
+"Idealny ruch opadający ciała podległego tylko działaniu pola grawitacyjnego "
+"ziemi."
+
+#: gonvert:1022
+msgid "gn"
+msgstr "gn"
+
+#: gonvert:1025
+msgid "foot per second squared"
+msgstr "stopa na sekundę kwadrat"
+
+#: gonvert:1027
+msgid "centimeter per second squared"
+msgstr "centymetr na sekundę kwadrat"
+
+#: gonvert:1029
+msgid "gal"
+msgstr "gal"
+
+#: gonvert:1030
+msgid ""
+"A unit of gravitational acceleration equal to one centimeter per second per "
+"second (named after Galileo)"
+msgstr ""
+"Jednostka przyśpieszenia grawitacyjnego (nazwana po Galileuszu) równa "
+"jednemu centymetrowi na sekundę na sekundę."
+
+#: gonvert:1030
+msgid "Gal"
+msgstr "Gal"
+
+#: gonvert:1031
+msgid "millimeter per second squared"
+msgstr "milimetr na sekundę kwadrat"
+
+#: gonvert:1035
+msgid "Angle"
+msgstr "Kąt"
+
+#: gonvert:1035 gonvert:1040
+msgid "radian"
+msgstr "radian"
+
+#: gonvert:1036
+msgid "revolution / circle / perigon / turn"
+msgstr ""
+
+#: gonvert:1037
+msgid ""
+"The act of revolving, or turning round on an axis or a center; the motion of "
+"a body round a fixed point or line; rotation; as, the revolution of a wheel, "
+"of a top, of the earth on its axis, etc."
+msgstr ""
+
+#: gonvert:1038
+msgid "right angle"
+msgstr ""
+
+#: gonvert:1039
+msgid "The angle formed by one line meeting another perpendicularly"
+msgstr ""
+
+#: gonvert:1041
+msgid ""
+"An arc of a circle which is equal in length to the radius, or the angle "
+"measured by such an arc."
+msgstr ""
+
+#: gonvert:1041
+#, fuzzy
+msgid "rad"
+msgstr "rad"
+
+#: gonvert:1042
+msgid "degree"
+msgstr "stopień"
+
+#: gonvert:1043
+msgid "1/360 of a complete revolution."
+msgstr "1/360 pełnego obrotu."
+
+#: gonvert:1044
+msgid "grad | grade | gon"
+msgstr ""
+
+#: gonvert:1045
+msgid "One-hundredth of a right angle."
+msgstr ""
+
+#: gonvert:1045
+msgid "g"
+msgstr ""
+
+#: gonvert:1046
+#, fuzzy
+msgid "milliradian"
+msgstr "miliradian"
+
+#: gonvert:1047
+msgid "A unit of angular distance equal to one thousandth of a radian."
+msgstr ""
+
+#: gonvert:1047
+msgid "mrad"
+msgstr ""
+
+#: gonvert:1048 gonvert:2634
+msgid "minute"
+msgstr "minuta"
+
+#: gonvert:1049
+#, fuzzy
+msgid ""
+"The sixtieth part of a degree; sixty seconds (Marked thus ('); as, 10deg "
+"20')."
+msgstr ""
+"Sześćdziesiąta część stopnia, sześćdziesiąt sekund (oznaczana przez ('); np. "
+"10 stopni 20')."
+
+#: gonvert:1050 gonvert:2636
+msgid "second"
+msgstr "sekunda"
+
+#: gonvert:1051
+msgid "One sixtieth of a minute.(Marked thus (\"); as, 10deg 20' 30\"). ''"
+msgstr ""
+
+#: gonvert:1052 gonvert:1844 gonvert:2787
+msgid "mil"
+msgstr ""
+
+#: gonvert:1053
+msgid "Used in artillery; 1/6400 of a complete revolution."
+msgstr ""
+
+#: gonvert:1054
+msgid "centesimal minute"
+msgstr ""
+
+#: gonvert:1055
+msgid "One hundredth of a grade, 0.01 grade"
+msgstr ""
+
+#: gonvert:1056
+msgid "centesimal second"
+msgstr ""
+
+#: gonvert:1057
+msgid "One ten-thousandth of a grade, 0.0001 grade"
+msgstr ""
+
+#: gonvert:1058
+msgid "octant"
+msgstr ""
+
+#: gonvert:1059
+msgid "The eighth part of a circle (an arc of 45 degrees)."
+msgstr ""
+
+#: gonvert:1060
+msgid "quadrant"
+msgstr ""
+
+#: gonvert:1061
+msgid "The fourth part of a circle (an arc of 90 degrees)."
+msgstr ""
+
+#: gonvert:1062
+msgid "sextant"
+msgstr ""
+
+#: gonvert:1063
+msgid "The sixth part of a circle (an arc of 60 degrees)."
+msgstr ""
+
+#: gonvert:1064
+msgid "point"
+msgstr ""
+
+#: gonvert:1065
+msgid ""
+"1/32 of a circle. Points are used on the face of a compass (32 points). Each "
+"point is labelled clockwise starting from North as follows: North, North by "
+"East, North Northeast, Northeast by North, and Northeast, etc."
+msgstr ""
+
+#: gonvert:1066
+msgid "sign"
+msgstr ""
+
+#: gonvert:1067
+msgid ""
+"The twelfth part of a circle as in twelve signs of the zodiac (an arc of 30 "
+"degrees)."
+msgstr ""
+
+#: gonvert:1069
+msgid "Angular Velocity / Frequency"
+msgstr "Prędkość kątowa / Częstotliwość"
+
+#: gonvert:1069 gonvert:1076 gonvert:1216 gonvert:1249
+msgid "radian per second"
+msgstr "radianów na sekundę"
+
+#: gonvert:1070
+msgid "kiloradian per second"
+msgstr "kiloradianów na sekundę"
+
+#: gonvert:1072
+msgid "revolution per second"
+msgstr "obrotów na sekundę"
+
+#: gonvert:1074 gonvert:1247 gonvert:1519 gonvert:1520
+msgid "hertz"
+msgstr "herc"
+
+#: gonvert:1075 gonvert:1521
+msgid ""
+"Named after the German physicist Heinrich Hertz (1857-1894) who was the "
+"first to produce electromagnetic waves artificially. Having a periodic "
+"interval of one second."
+msgstr ""
+
+#: gonvert:1078
+msgid "milliradian per second"
+msgstr "miliradiany na sekundę"
+
+#: gonvert:1080
+msgid "revolution per minute"
+msgstr "obrotów na minutę"
+
+#: gonvert:1082
+msgid "revolution per hour"
+msgstr "obrotów na godzinę"
+
+#: gonvert:1084
+msgid "revolution per day"
+msgstr "obrotów na dzień"
+
+#: gonvert:1086 gonvert:1538
+msgid "gigahertz"
+msgstr "gigaherc"
+
+#: gonvert:1087
+msgid "One billion hertz."
+msgstr "Miliard herców."
+
+#: gonvert:1088 gonvert:1540
+msgid "terahertz"
+msgstr "teraherc"
+
+#: gonvert:1090 gonvert:1542
+msgid "petahertz"
+msgstr "petaherc"
+
+#: gonvert:1092 gonvert:1544
+msgid "exahertz"
+msgstr "eksaherc"
+
+#: gonvert:1094 gonvert:1536
+msgid "megahertz"
+msgstr "megaherc"
+
+#: gonvert:1095
+msgid "One million hertz."
+msgstr "MIlion herców."
+
+#: gonvert:1096 gonvert:1534
+msgid "kilohertz"
+msgstr "kiloherc"
+
+#: gonvert:1097
+msgid "One thousand hertz."
+msgstr "Tysiąc herców."
+
+#: gonvert:1099
+msgid "Area"
+msgstr "Pole powierzchni"
+
+#: gonvert:1099 gonvert:1164
+msgid "square meter"
+msgstr "metr kwadratowy"
+
+#: gonvert:1100
+msgid "meter diameter circle"
+msgstr ""
+
+#: gonvert:1101
+msgid ""
+"Type the diameter of the circle in meters to find its area displayed in "
+"other fields."
+msgstr ""
+
+#: gonvert:1102
+msgid "centimeter diameter circle"
+msgstr ""
+
+#: gonvert:1103
+msgid ""
+"Type the diameter of the circle in centimeters to find its area displayed in "
+"other fields."
+msgstr ""
+
+#: gonvert:1104
+msgid "inch diameter circle"
+msgstr ""
+
+#: gonvert:1105
+msgid ""
+"Type the diameter of the circle in inches to find its area displayed in "
+"other fields."
+msgstr ""
+
+#: gonvert:1106
+msgid "foot diameter circle"
+msgstr ""
+
+#: gonvert:1107
+msgid ""
+"Type the diameter of the circle in feet to find its area displayed in other "
+"fields."
+msgstr ""
+
+#: gonvert:1108
+msgid "are"
+msgstr "ar"
+
+#: gonvert:1109
+msgid ""
+"The unit of superficial measure, being a square of which each side is ten "
+"meters in length; 100 square meters, or about 119.6 square yards."
+msgstr ""
+
+#: gonvert:1110
+msgid "acre"
+msgstr "akr"
+
+#: gonvert:1111
+msgid ""
+"A piece of land, containing 160 square rods, or 4,840 square yards, or "
+"43,560 square feet. This is the English statute acre. That of the United "
+"States is the same. The Scotch acre was about 1.26 of the English, and the "
+"Irish 1.62 of the English. Note: The acre was limited to its present "
+"definite quantity by statutes of Edward I., Edward III., and Henry VIII."
+msgstr ""
+
+#: gonvert:1112
+msgid "acre (Cheshire)"
+msgstr ""
+
+#: gonvert:1114
+msgid "acre (Irish)"
+msgstr ""
+
+#: gonvert:1116
+msgid "acre (Scottish)"
+msgstr ""
+
+#: gonvert:1118
+msgid "arpent (French)"
+msgstr ""
+
+#: gonvert:1119
+msgid " 4,088 sq. yards, or nearly five sixths of an English acre."
+msgstr ""
+
+#: gonvert:1120
+msgid "arpent (woodland)"
+msgstr ""
+
+#: gonvert:1121
+msgid "1 acre, 1 rood, 1 perch"
+msgstr ""
+
+#: gonvert:1122
+msgid "barn"
+msgstr ""
+
+#: gonvert:1123
+msgid ""
+"Used in Nuclear physics to describe the apparent cross-sectional size of "
+"atomic sized objects that are bombarded with smaller objects (like "
+"electrons). 10^-28 square meters. 100 square femtometers. Originated from "
+"the semi-humorous idiom big as a barn and used by physicists to describe the "
+"size of the scattering object (Ex: That was as big as 5 barns!)."
+msgstr ""
+
+#: gonvert:1124
+msgid "cho"
+msgstr ""
+
+#: gonvert:1125
+msgid "Japanese. 2.45 acre"
+msgstr ""
+
+#: gonvert:1126
+msgid "circular inch"
+msgstr ""
+
+#: gonvert:1128 gonvert:2946
+msgid "circular mil"
+msgstr ""
+
+#: gonvert:1130
+msgid "desyatina | dessiatina"
+msgstr ""
+
+#: gonvert:1131
+msgid "Russian. 2.6996 acre. 2400 square sadzhens"
+msgstr ""
+
+#: gonvert:1132
+msgid "flag"
+msgstr ""
+
+#: gonvert:1133
+msgid "square pace (a pace is 5 feet)."
+msgstr ""
+
+#: gonvert:1134
+msgid "hide | carucate"
+msgstr ""
+
+#: gonvert:1135
+msgid ""
+"An ancient English measure of the amount of land required to support family"
+msgstr ""
+
+#: gonvert:1136
+msgid "hectare"
+msgstr "hektar"
+
+#: gonvert:1137
+msgid ""
+"A measure of area, or superficies, containing a hundred ares, or 10,000 "
+"square meters, and equivalent to 2.471 acres."
+msgstr ""
+
+#: gonvert:1138
+msgid "homestead | quarter section"
+msgstr ""
+
+#: gonvert:1139
+msgid ""
+"160 acres,1/4 square mile, or 1/4 section. Use by the governments of North "
+"America early settlers in the western states and provinces were allowed to "
+"take title to a homestead of 160 acres of land by registering a claim, "
+"settling on the land, and cultivating it."
+msgstr ""
+
+#: gonvert:1140
+msgid "perch"
+msgstr ""
+
+#: gonvert:1141
+msgid "Used to measure land. A square rod; the 160th part of an acre."
+msgstr ""
+
+#: gonvert:1142
+msgid "sabin"
+msgstr ""
+
+#: gonvert:1143
+msgid ""
+"A unit of acoustic absorption equivalent to the absorption by a square foot "
+"of a surface that absorbs all incident sound. 1ft."
+msgstr ""
+
+#: gonvert:1144
+#, fuzzy
+msgid "square"
+msgstr "kwadrat"
+
+#: gonvert:1145
+msgid ""
+"Used in the construction for measuring roofing material, finished lumber, "
+"and other building materials. One square is equals 100 square feet."
+msgstr ""
+
+#: gonvert:1146
+#, fuzzy
+msgid "section"
+msgstr "sekcja"
+
+#: gonvert:1147
+msgid "Used in land measuring. One square mile. An area of about 640 acres"
+msgstr ""
+
+#: gonvert:1148
+#, fuzzy
+msgid "square league (land)"
+msgstr "liga kwadratowa (ląd)"
+
+#: gonvert:1150
+#, fuzzy
+msgid "square mile"
+msgstr "mila kwadratowa"
+
+#: gonvert:1152
+msgid "square kilometer"
+msgstr "kilometr kwadratowy"
+
+#: gonvert:1154
+msgid "rood"
+msgstr ""
+
+#: gonvert:1155
+msgid "The fourth part of an acre, or forty square rods."
+msgstr ""
+
+#: gonvert:1156 gonvert:1882 gonvert:2767
+msgid "shaku"
+msgstr ""
+
+#: gonvert:1157
+msgid ""
+"A Japanese unit of area, the shaku equals 330.6 square centimeters (51.24 "
+"square inches). Note: shaku also means length and volume."
+msgstr ""
+
+#: gonvert:1158
+msgid "square chain (surveyor)"
+msgstr ""
+
+#: gonvert:1159
+msgid ""
+"A unit for land measure equal to four rods square, or one tenth of an acre."
+msgstr ""
+
+#: gonvert:1160
+msgid "link"
+msgstr ""
+
+#: gonvert:1161
+msgid "4 rods square"
+msgstr ""
+
+#: gonvert:1162
+msgid "square rod"
+msgstr ""
+
+#: gonvert:1165
+msgid "Also know as a centare is (1/100th of an are)."
+msgstr ""
+
+#: gonvert:1166
+msgid "square yard"
+msgstr ""
+
+#: gonvert:1167
+msgid "A unit of area equal to one yard by one yard square syn: sq yd"
+msgstr ""
+
+#: gonvert:1168
+#, fuzzy
+msgid "square foot"
+msgstr "stopa kwadratowa"
+
+#: gonvert:1169
+msgid ""
+"An area equal to that of a square the sides of which are twelve inches; 144 "
+"square inches."
+msgstr ""
+
+#: gonvert:1170
+#, fuzzy
+msgid "square inch"
+msgstr "cal kwadratowy"
+
+#: gonvert:1171
+msgid "A unit of area equal to one inch by one inch square syn: sq in"
+msgstr ""
+
+#: gonvert:1172
+msgid "square centimeter"
+msgstr "centymetr kwadratowy"
+
+#: gonvert:1174
+#, fuzzy
+msgid "square micrometer"
+msgstr "mikrometr kwadratowy"
+
+#: gonvert:1176
+msgid "square millimeter"
+msgstr "milimetr kwadratowy"
+
+#: gonvert:1178 gonvert:2948
+#, fuzzy
+msgid "square mil"
+msgstr "mila kwadratowa"
+
+#: gonvert:1180
+msgid "township"
+msgstr ""
+
+#: gonvert:1181
+msgid ""
+"A division of territory six miles square (36miles), containing 36 sections."
+msgstr ""
+
+#: gonvert:1182
+#, fuzzy
+msgid "roll (wallpaper)"
+msgstr "rolka (tapety)"
+
+#: gonvert:1184
+msgid "square Scottish ell"
+msgstr ""
+
+#: gonvert:1186
+msgid "fall (Scottish)"
+msgstr ""
+
+#: gonvert:1188
+msgid "joch (German) | yoke"
+msgstr ""
+
+#: gonvert:1189
+msgid "joch (German) is 40 square klafters"
+msgstr ""
+
+#: gonvert:1190
+msgid "labor (Texas)"
+msgstr ""
+
+#: gonvert:1191
+msgid "An area of land that could be cultivated by one farmer"
+msgstr ""
+
+#: gonvert:1192
+msgid "barony"
+msgstr ""
+
+#: gonvert:1194
+msgid "square pes (Roman)"
+msgstr ""
+
+#: gonvert:1196
+msgid "square alen (Denmark)"
+msgstr ""
+
+#: gonvert:1198
+msgid "ferfet (Iceland)"
+msgstr ""
+
+#: gonvert:1200
+msgid "square vara (Spanish)"
+msgstr ""
+
+#: gonvert:1202
+msgid "donum (Yugoslavia)"
+msgstr ""
+
+#: gonvert:1204
+msgid "sahme (Egyptian)"
+msgstr ""
+
+#: gonvert:1206
+msgid "tavola (Italian)"
+msgstr ""
+
+#: gonvert:1208
+msgid "cuadra (Paraguay)"
+msgstr ""
+
+#: gonvert:1210
+msgid "acaena (Greek)"
+msgstr ""
+
+#: gonvert:1212
+msgid "plethron (Greek)"
+msgstr ""
+
+#: gonvert:1216
+#, fuzzy
+msgid "Atomic Physics"
+msgstr "Fizyka atomowa"
+
+#: gonvert:1217 gonvert:2056
+msgid "kilogram"
+msgstr "kilogram"
+
+#: gonvert:1219
+msgid "joule"
+msgstr "dżul"
+
+#: gonvert:1220
+msgid ""
+"Named after the English physicist James Prescott Joule (1818-1889). A unit "
+"of work which is equal to 10^7 units of work in the C. G. S. system of units "
+"(ergs), and is practically equivalent to the energy expended in one second "
+"by an electric current of one ampere in a resistance of one ohm. One joule "
+"is approximately equal to 0.738 foot pounds."
+msgstr ""
+
+#: gonvert:1221
+msgid "erg"
+msgstr ""
+
+#: gonvert:1222 gonvert:1589
+msgid ""
+"The unit of work or energy in the C. G. S. system, being the amount of work "
+"done by a dyne working through a distance of one centimeter; the amount of "
+"energy expended in moving a body one centimeter against a force of one dyne. "
+"One foot pound is equal to 13,560,000 ergs."
+msgstr ""
+
+#: gonvert:1223
+msgid "GeV Giga electronvolt"
+msgstr ""
+
+#: gonvert:1225
+msgid "neutron mass unit"
+msgstr ""
+
+#: gonvert:1227
+msgid "proton mass unit"
+msgstr ""
+
+#: gonvert:1229
+msgid "atomic mass unit"
+msgstr ""
+
+#: gonvert:1231
+msgid "MeV Mega electronvolt"
+msgstr ""
+
+#: gonvert:1233 gonvert:2120
+msgid "electron rest mass"
+msgstr ""
+
+#: gonvert:1235
+msgid "Rydberg constant"
+msgstr "stała Rydberga"
+
+#: gonvert:1236
+#, fuzzy
+msgid ""
+"Named after the Swedish physicist Johannes Robert Rydberg (1854-1919). A "
+"wave number characteristic of the wave spectrum of each element"
+msgstr "Nazwana po szwedzkim fizyku Johannesie Robercie Rydbergu (1854-1919)."
+
+#: gonvert:1237
+#, fuzzy
+msgid "electronvolt"
+msgstr "elektrowolt"
+
+#: gonvert:1238
+msgid ""
+"A unit of energy equal to the work done by an electron accelerated through a "
+"potential difference of 1 volt."
+msgstr ""
+
+#: gonvert:1239
+msgid "kayser or cm^-1"
+msgstr ""
+
+#: gonvert:1240
+msgid ""
+"Named after the German physicist Heinrich Gustav Johannes Kayser (1853-"
+"1940). Used to measure light and other electromagnetic waves. The \"wave "
+"number\" in kaysers equals the number of wavelengths per centimeter."
+msgstr ""
+
+#: gonvert:1241 gonvert:2567 gonvert:2568
+#, fuzzy
+msgid "kelvin"
+msgstr "kelwin"
+
+#: gonvert:1242
+msgid ""
+"The basic unit of thermodynamic temperature adopted under the System "
+"International d'Unites"
+msgstr ""
+
+#: gonvert:1245
+msgid "millikayser"
+msgstr ""
+
+#: gonvert:1252
+#, fuzzy
+msgid "Computer Data"
+msgstr "Informacje komputerowe"
+
+#: gonvert:1252 gonvert:1253
+msgid "bit"
+msgstr "bit"
+
+#: gonvert:1254
+#, fuzzy
+msgid "One bit of data. Binary representation On/Off."
+msgstr ""
+"Jeden bit informacji. Binarna reprezentacja stanu włączonego/wyłączonego."
+
+#: gonvert:1255
+msgid "nibble | hexit | quadbit"
+msgstr ""
+
+#: gonvert:1256
+#, fuzzy
+msgid "One half a byte"
+msgstr "Połowa bajtu"
+
+#: gonvert:1257
+msgid "byte"
+msgstr "bajt"
+
+#: gonvert:1258
+msgid "Eight bits"
+msgstr "Osiem bitów"
+
+#: gonvert:1259
+#, fuzzy
+msgid "character"
+msgstr "znak"
+
+#: gonvert:1260
+#, fuzzy
+msgid ""
+"Usually described by one byte (256 possible characters can be defined by one "
+"byte)."
+msgstr ""
+"Z reguły opisywany przez jeden bajt (256 możliwych znaków może być opisane "
+"przez jeden bajt)."
+
+#: gonvert:1261
+msgid "kilobit"
+msgstr "kilobit"
+
+#: gonvert:1262
+msgid "2^10 bits"
+msgstr "2^10 bitów"
+
+#: gonvert:1263
+msgid "megabit"
+msgstr "megabit"
+
+#: gonvert:1264
+msgid "2^20 bits"
+msgstr "2^20 bitów"
+
+#: gonvert:1265
+#, fuzzy
+msgid "kilobyte | kibi"
+msgstr "kilobajt | kibi"
+
+#: gonvert:1266
+#, fuzzy
+msgid ""
+"2^10, 1024 bytes. 1024 comes from 2^10 which is close enough to 1000. kibi "
+"is the IEEE proposal."
+msgstr ""
+"2^10, 1024 bajtów. 1024 bieże się z 2^10, które jest dość bliskie 1000. kibi "
+"is the IEEE proposal."
+
+#: gonvert:1267
+#, fuzzy
+msgid "megabyte | mebi"
+msgstr "megabajt | mebi"
+
+#: gonvert:1268
+msgid ""
+"2^20, 1024^2 bytes. 1024 kilobytes. 1024 comes from 2^10 which is close "
+"enough to 1000. mebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1269
+msgid "gigabyte | gibi"
+msgstr ""
+
+#: gonvert:1270
+msgid ""
+"2^30, 1024^3. 1024 megabytes. 1024 comes from 2^10 which is close enough to "
+"1000. gibi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1271
+msgid "terabyte | tebi"
+msgstr ""
+
+#: gonvert:1272
+msgid ""
+"2^40, 1024^4. 1024 gigabytes. 1024 comes from 2^10 which is close enough to "
+"1000. tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1273
+msgid "petabyte | pebi"
+msgstr ""
+
+#: gonvert:1274
+msgid ""
+"2^50, 1024^5. 1024 terabytes. 1024 comes from 2^10 which is close enough to "
+"1000. tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1275
+msgid "exabyte | exbi"
+msgstr ""
+
+#: gonvert:1276
+msgid ""
+"2^60, 1024^6, 1024 petabytes. 1024 comes from 2^10 which is close enough to "
+"1000. tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1277
+msgid "zebi | zettabyte"
+msgstr ""
+
+#: gonvert:1278
+msgid ""
+"1024^7. 1024 exbibytes. 1024 comes from 2^10 which is close enough to 1000. "
+"tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1279
+msgid "yobi | yottabyte"
+msgstr ""
+
+#: gonvert:1280
+msgid ""
+"1024^8. 1024 yobibytes. 1024 comes from 2^10 which is close enough to 1000. "
+"tebi is the IEEE proposal."
+msgstr ""
+
+#: gonvert:1282
+#, fuzzy
+msgid "Computer Data flow rate"
+msgstr "Szybkość przepływu informacji komputerowej"
+
+#: gonvert:1282 gonvert:1283
+msgid "baud"
+msgstr ""
+
+#: gonvert:1284
+msgid ""
+"Named after the French telegraph engineer Jean-Maurice-mile Baudot (1845 - "
+"1903). Data transmission measured in bits per second"
+msgstr ""
+
+#: gonvert:1285
+msgid "bits per second"
+msgstr "bitów na sekundę"
+
+#: gonvert:1286
+msgid "same as baud rate"
+msgstr ""
+
+#: gonvert:1287
+msgid "characters per second"
+msgstr "znaków na sekundę"
+
+#: gonvert:1288
+msgid ""
+"Rate to transmit one character. The character is usually described as one "
+"byte with one stop bit and one start bit (10 bits in total)."
+msgstr ""
+
+#: gonvert:1290
+#, fuzzy
+msgid "Computer Numbers"
+msgstr "Liczy komputerowe"
+
+#: gonvert:1290 gonvert:1307
+msgid "base 10 decimal"
+msgstr ""
+
+#: gonvert:1291
+msgid "base  2 binary"
+msgstr ""
+
+#: gonvert:1292
+msgid "Base two numbering system using the digits 0-1"
+msgstr ""
+
+#: gonvert:1293
+msgid "base  3 ternary | trinary"
+msgstr ""
+
+#: gonvert:1294
+msgid ""
+"Base three numbering system using the digits 0-2. Russian Nikolay Brusentsov "
+"built a trinary based computer system."
+msgstr ""
+
+#: gonvert:1295
+msgid "base  4 quaternary | quadrary"
+msgstr ""
+
+#: gonvert:1296
+msgid "Base four numbering system using the digits 0-3."
+msgstr ""
+
+#: gonvert:1297
+msgid "base  5 quinary"
+msgstr ""
+
+#: gonvert:1298
+msgid "Base five numbering system using the digits 0-4."
+msgstr ""
+
+#: gonvert:1299
+msgid "base  6 senary | hexary"
+msgstr ""
+
+#: gonvert:1300
+msgid "Base six numbering system using the digits 0-5."
+msgstr ""
+
+#: gonvert:1301
+msgid "base  7 septenary | septary"
+msgstr ""
+
+#: gonvert:1302
+msgid "Base seven numbering system using the digits 0-6."
+msgstr ""
+
+#: gonvert:1303
+msgid "base  8 octonary | octal | octonal | octimal"
+msgstr ""
+
+#: gonvert:1304
+msgid ""
+"Base eight numbering system using the digits 0-7. Commonly used in older "
+"computer systems."
+msgstr ""
+
+#: gonvert:1305
+msgid "base  9 nonary"
+msgstr ""
+
+#: gonvert:1306
+msgid "Base nine numbering system using the digits 0-8."
+msgstr ""
+
+#: gonvert:1308
+msgid "Base ten numbering system using the digits 0-9."
+msgstr ""
+
+#: gonvert:1309
+msgid "base 11 undenary"
+msgstr ""
+
+#: gonvert:1310
+msgid "Base eleven numbering system using the digits 0-9,a."
+msgstr ""
+
+#: gonvert:1311
+msgid "base 12 duodecimal"
+msgstr ""
+
+#: gonvert:1312
+msgid "Base twelve numbering system using the digits 0-9,a-b."
+msgstr ""
+
+#: gonvert:1313
+msgid "base 13 tridecimal"
+msgstr ""
+
+#: gonvert:1314
+msgid "Base Thirteen numbering system using the digits 0-9,a-c."
+msgstr ""
+
+#: gonvert:1315
+msgid "base 14 quattuordecimal"
+msgstr ""
+
+#: gonvert:1316
+msgid "Base Fourteen numbering system using the digits 0-9,a-d."
+msgstr ""
+
+#: gonvert:1317
+msgid "base 15 quindecimal"
+msgstr ""
+
+#: gonvert:1318
+msgid "Base Fifteen numbering system using the digits 0-9,a-e."
+msgstr ""
+
+#: gonvert:1319
+msgid "base 16 sexadecimal | hexadecimal | hex"
+msgstr ""
+
+#: gonvert:1320
+msgid ""
+"Base Sixteen numbering system using the digits 0-1,a-f. Commonly used in "
+"computer systems."
+msgstr ""
+
+#: gonvert:1321
+msgid "base 17 septendecimal"
+msgstr ""
+
+#: gonvert:1322
+msgid "Base Sixteen numbering system using the digits 0-1,a-g."
+msgstr ""
+
+#: gonvert:1323
+msgid "base 18 octodecimal"
+msgstr ""
+
+#: gonvert:1324
+msgid "Base Sixteen numbering system using the digits 0-1,a-h."
+msgstr ""
+
+#: gonvert:1325
+msgid "base 19 nonadecimal"
+msgstr ""
+
+#: gonvert:1326
+msgid "Base Sixteen numbering system using the digits 0-1,a-i."
+msgstr ""
+
+#: gonvert:1327
+msgid "base 20 vigesimal"
+msgstr ""
+
+#: gonvert:1328
+msgid "Base Twenty numbering system using the digits 0-1,a-j."
+msgstr ""
+
+#: gonvert:1329
+msgid "base 30 trigesimal"
+msgstr ""
+
+#: gonvert:1330
+msgid "Base Thirty numbering system using the digits 0-1,a-r."
+msgstr ""
+
+#: gonvert:1331
+msgid "base 36"
+msgstr ""
+
+#: gonvert:1332
+msgid "Base Thirty-six numbering system using the digits 0-9,a-z."
+msgstr ""
+
+#: gonvert:1333
+msgid "base 40 quadragesimal"
+msgstr ""
+
+#: gonvert:1334
+msgid "Base Forty digits numbering system using the digits 0-1,a-f,A-C."
+msgstr ""
+
+#: gonvert:1335
+msgid "base 50 quinquagesimal"
+msgstr ""
+
+#: gonvert:1336
+msgid "Base Fifty digits numbering system using the digits 0-1,a-f,A-M."
+msgstr ""
+
+#: gonvert:1337
+msgid "base 60 sexagesimal"
+msgstr ""
+
+#: gonvert:1338
+msgid "Base Sixty numbering system using the digits 0-9,a-z,A-V."
+msgstr ""
+
+#: gonvert:1339
+msgid "base 62"
+msgstr ""
+
+#: gonvert:1340
+msgid ""
+"Base Sixty-three numbering system using the digits 0-9,a-z,A-Z. This is the "
+"highest numbering system that can be represented with all decimal numbers "
+"and lower and upper case English alphabet characters. Other number systems "
+"include septagesimal (base 70), octagesimal (base 80), nonagesimal (base "
+"90), centimal (base 100), bicentimal (base 200), tercentimal (base 300), "
+"quattrocentimal (base 400), quincentimal (base 500)."
+msgstr ""
+
+#: gonvert:1341
+msgid "roman numerals"
+msgstr ""
+
+#: gonvert:1342
+msgid ""
+"A symbol set in the old Roman notation; I,V,X,L,C,D,M. Range 1 to 3999 "
+"(higher values cannot be represented with standard ASCII characters)."
+msgstr ""
+
+#: gonvert:1344
+msgid "Density"
+msgstr "Gęstość"
+
+#: gonvert:1344
+msgid "kilogram/cubic meter"
+msgstr "kilogram/metr sześcienny"
+
+#: gonvert:1345
+msgid "kilogram per cubic meter"
+msgstr "kilogramów na metr sześcienny"
+
+#: gonvert:1347
+msgid "kg per cubic cm"
+msgstr "kg na cm sześcienny"
+
+#: gonvert:1348
+msgid "kilograms per cubic centimeter."
+msgstr "kilogramów na centymetr sześcienny."
+
+#: gonvert:1349
+#, fuzzy
+msgid "pound mass per gallon (UK)"
+msgstr "funtów masy na galon (Wielka Brytania)"
+
+#: gonvert:1350 gonvert:1352
+msgid "Pounds mass per US liquid gallon."
+msgstr ""
+
+#: gonvert:1351
+msgid "pound mass per gallon (US)"
+msgstr ""
+
+#: gonvert:1353
+msgid "slug per cubic ft"
+msgstr ""
+
+#: gonvert:1355
+msgid "gram per cubic cm "
+msgstr "gramów na centymetr sześcienny"
+
+#: gonvert:1357
+msgid "gram per cubic meter "
+msgstr "gramów na metr sześcienny"
+
+#: gonvert:1359
+#, fuzzy
+msgid "milligram/cubic meter "
+msgstr "miligramów/metr sześcienny"
+
+#: gonvert:1361
+msgid "kilogram per liter"
+msgstr "kilogramów na litr"
+
+#: gonvert:1363
+msgid "metric ton per cubic meter"
+msgstr ""
+
+#: gonvert:1365
+#, fuzzy
+msgid "pound per cubic foot"
+msgstr "funtów na stopę sześcienną"
+
+#: gonvert:1366
+#, fuzzy
+msgid "Pounds mass per cubic foot."
+msgstr "Funtów masy na stopę sześcienną."
+
+#: gonvert:1367
+msgid "pound per cubic inch"
+msgstr ""
+
+#: gonvert:1368
+msgid "Pounds mass per cubic inch."
+msgstr ""
+
+#: gonvert:1369
+msgid "aluminum"
+msgstr "aluminum"
+
+#: gonvert:1370
+#, fuzzy
+msgid "Enter 1 here to find the density of aluminum."
+msgstr "Wpisz tutaj 1 aby sprawdzić gęstość aluminium."
+
+#: gonvert:1371
+msgid "iron"
+msgstr "żelazo"
+
+#: gonvert:1372
+#, fuzzy
+msgid "Enter 1 here to find the density of iron."
+msgstr "Wpisz tutaj 1 aby sprawdzić gęstość żelaza."
+
+#: gonvert:1373
+msgid "copper"
+msgstr "miedź"
+
+#: gonvert:1374
+#, fuzzy
+msgid "Enter 1 here to find the density of copper."
+msgstr "Wpisz tutaj 1 aby sprawdzić gęstość miedzi."
+
+#: gonvert:1375
+msgid "lead"
+msgstr ""
+
+#: gonvert:1376
+msgid "Enter 1 here to find the density of lead."
+msgstr ""
+
+#: gonvert:1377
+msgid "gold"
+msgstr "złoto"
+
+#: gonvert:1378
+#, fuzzy
+msgid "Enter 1 here to find the density of gold."
+msgstr "Wpisz tutaj 1 aby sprawdzić gęstość złota."
+
+#: gonvert:1379
+msgid "silver"
+msgstr "srebro"
+
+#: gonvert:1380
+#, fuzzy
+msgid "Enter 1 here to find the density of silver."
+msgstr "Wpisz tutaj 1 aby sprawdzić gęstość srebra."
+
+#: gonvert:1381
+msgid "water at 4degC"
+msgstr ""
+
+#: gonvert:1382
+#, fuzzy
+msgid ""
+"Enter 1 here to find the density of water at 4C. Water weighs 1 gram per cm."
+msgstr "Wpisz tutaj 1 aby sprawdzić gęstość miedzi."
+
+#: gonvert:1383
+#, fuzzy
+msgid "ounces per gallon (UK)"
+msgstr "uncji na galon (Wielka Brytania)"
+
+#: gonvert:1384 gonvert:1386
+msgid "oz/gal"
+msgstr ""
+
+#: gonvert:1385
+msgid "ounces per gallon (US)"
+msgstr ""
+
+#: gonvert:1387
+msgid "ton (UK | long) per cubic yard"
+msgstr ""
+
+#: gonvert:1389
+msgid "ton (UK | long) per cubic foot"
+msgstr ""
+
+#: gonvert:1391
+msgid "ton (US | short) per cubic yard"
+msgstr ""
+
+#: gonvert:1393
+msgid "ton (US | short) per cubic foot"
+msgstr ""
+
+#: gonvert:1397
+msgid "Electrical Current"
+msgstr "Elektryczny prąd"
+
+#: gonvert:1397 gonvert:1398 gonvert:1974
+msgid "ampere"
+msgstr "amper"
+
+#: gonvert:1400 gonvert:1980
+msgid "kiloampere"
+msgstr "kiloamper"
+
+#: gonvert:1402
+msgid "milliampere"
+msgstr "miliamper"
+
+#: gonvert:1404
+msgid "microampere"
+msgstr "mikroamper"
+
+#: gonvert:1406
+msgid "nanoampere"
+msgstr "nanoamper"
+
+#: gonvert:1408
+msgid "picoampere"
+msgstr "pikoamper"
+
+#: gonvert:1410
+msgid "abampere"
+msgstr ""
+
+#: gonvert:1411
+msgid "The CGS electromagnetic unit of current."
+msgstr ""
+
+#: gonvert:1412
+#, fuzzy
+msgid "coulomb per second"
+msgstr "kolumbów na sekundę"
+
+#: gonvert:1414
+msgid "statampere"
+msgstr ""
+
+#: gonvert:1415
+msgid "The CGS electrostatic unit of current."
+msgstr ""
+
+#: gonvert:1417
+msgid "Electrical Charge"
+msgstr "Elektryczny ładunek"
+
+#: gonvert:1417
+msgid "coulomb"
+msgstr "kolumb"
+
+#: gonvert:1418
+#, fuzzy
+msgid "faraday"
+msgstr "farad"
+
+#: gonvert:1419
+msgid ""
+"Named after Michael Faraday the The English physicist and chemist who "
+"discovered electromagnetic induction (1791-1867). The amount of electric "
+"charge that liberates one gram equivalent of any ion from an electrolytic "
+"solution. "
+msgstr ""
+
+#: gonvert:1420
+msgid "kilocoulomb"
+msgstr "kilokolumb"
+
+#: gonvert:1422
+#, fuzzy
+msgid "ampere-hour"
+msgstr "ampero-godzina"
+
+#: gonvert:1423
+#, fuzzy
+msgid "Commonly used to describe the capacity of a battery."
+msgstr "Powszechnie używane do opisu pojemności baterii."
+
+#: gonvert:1424
+msgid "abcoulomb"
+msgstr ""
+
+#: gonvert:1425
+msgid "The CGS electromagnetic unit of charge."
+msgstr ""
+
+#: gonvert:1426
+#, fuzzy
+msgid "coulomb (weber)"
+msgstr "kolumb (weber)"
+
+#: gonvert:1427
+msgid ""
+"Named after the French physicist and electrican Coulomb. (Physics) The "
+"standard unit of quantity in electrical measurements. It is the quantity of "
+"electricity conveyed in one second by the current produced by an electro-"
+"motive force of one volt acting in a circuit having a resistance of one ohm, "
+"or the quantity transferred by one amp`ere in one second. Formerly called "
+"weber."
+msgstr ""
+
+#: gonvert:1428
+msgid "microcoulomb"
+msgstr "mikrokolumb"
+
+#: gonvert:1430
+msgid "nanocoulomb"
+msgstr "nanokolumb"
+
+#: gonvert:1432
+msgid "statcoulomb"
+msgstr ""
+
+#: gonvert:1433
+msgid "The CGS electrostatic unit of charge."
+msgstr ""
+
+#: gonvert:1434
+#, fuzzy
+msgid "electron charge"
+msgstr "ładunek elektronu"
+
+#: gonvert:1437
+msgid "Electrical Voltage"
+msgstr "Elektryczne napięcie"
+
+#: gonvert:1437 gonvert:1440
+msgid "volt"
+msgstr "wolt"
+
+#: gonvert:1438
+msgid "abvolt"
+msgstr ""
+
+#: gonvert:1439
+msgid "A unit of potential equal to one-hundred-millionth of a volt."
+msgstr ""
+
+#: gonvert:1441
+msgid ""
+"Named after the Italian electrician Alessandro Volta. The unit of electro-"
+"motive force; -- defined by the International Electrical Congress in 1893 "
+"and by United States Statute as, that electro-motive force which steadily "
+"applied to a conductor whose resistance is one ohm will produce a current of "
+"one ampere. It is practically equivalent to 1000/1434 the electro-motive "
+"force of a standard Clark's cell at a temperature of 15deg C."
+msgstr ""
+
+#: gonvert:1442
+msgid "gigavolt"
+msgstr "gigawolt"
+
+#: gonvert:1443
+msgid "One billion volts."
+msgstr "Miliard woltów."
+
+#: gonvert:1444
+msgid "megavolt"
+msgstr "megawolt"
+
+#: gonvert:1445
+msgid "One million volts."
+msgstr "Milion woltów."
+
+#: gonvert:1446
+msgid "kilovolt"
+msgstr "kilowolt"
+
+#: gonvert:1447
+msgid "One thousand volts."
+msgstr "Tysiąc woltów."
+
+#: gonvert:1448
+msgid "millivolt"
+msgstr "miliwolt"
+
+#: gonvert:1449
+#, fuzzy
+msgid "One thousandth of an volt."
+msgstr "Jedna tysięczna wolta."
+
+#: gonvert:1450
+msgid "microvolt"
+msgstr "mikrowolt"
+
+#: gonvert:1451
+#, fuzzy
+msgid "One millionth of an volt."
+msgstr "Jedna milionowa wolta."
+
+#: gonvert:1452
+msgid "nanovolt"
+msgstr "nanowolt"
+
+#: gonvert:1453
+#, fuzzy
+msgid "One billionth of an volt."
+msgstr "Jedna miliardowa wolta."
+
+#: gonvert:1454
+msgid "statvolt"
+msgstr ""
+
+#: gonvert:1455
+msgid "300 volts."
+msgstr "300 woltów."
+
+#: gonvert:1457
+msgid "Electrical Resistance & Conductance"
+msgstr "Elektryczna oporność i przewodność"
+
+#: gonvert:1457 gonvert:1458
+msgid "ohm"
+msgstr "om"
+
+#: gonvert:1459
+msgid ""
+"Named after the German physicist Georg Simon Ohm (1787-1854). The standard "
+"unit in the measure of electrical resistance, being the resistance of a "
+"circuit in which a potential difference of one volt produces a current of "
+"one ampere. As defined by the International Electrical Congress in 1893, and "
+"by United States Statute, it is a resistance substantially equal to 10^9 "
+"units of resistance of the C.G.S. system of electro-magnetic units, and is "
+"represented by the resistance offered to an unvarying electric current by a "
+"column of mercury at the temperature of melting ice 14.4521 grams in mass, "
+"of a constant cross-sectional area, and of the length of 106.3 centimeters. "
+"As thus defined it is called the international ohm"
+msgstr ""
+
+#: gonvert:1460
+msgid "siemens | mho"
+msgstr ""
+
+#: gonvert:1461
+msgid ""
+"Named after Ernst Werner von Siemens (1816-1892). A unit describing how well "
+"materials conduct equal to the reciprocal of an ohm syn: mho, S"
+msgstr ""
+
+#: gonvert:1462
+msgid "abmho"
+msgstr ""
+
+#: gonvert:1464
+msgid "millisiemens | millimho"
+msgstr ""
+
+#: gonvert:1466
+msgid "microsiemens | micromho"
+msgstr ""
+
+#: gonvert:1468
+msgid "statmho"
+msgstr ""
+
+#: gonvert:1470
+#, fuzzy
+msgid "gigaohm"
+msgstr "gigaom"
+
+#: gonvert:1471
+#, fuzzy
+msgid "G ohm"
+msgstr "G om"
+
+#: gonvert:1471
+msgid "One billion ohms."
+msgstr "Miliard omów."
+
+#: gonvert:1472
+#, fuzzy
+msgid "megaohm"
+msgstr "megaom"
+
+#: gonvert:1473
+#, fuzzy
+msgid "M ohm"
+msgstr "M om"
+
+#: gonvert:1473
+msgid "One million ohms."
+msgstr "Milion omów."
+
+#: gonvert:1474
+msgid "kilohm"
+msgstr ""
+
+#: gonvert:1475
+msgid "One thousand ohms."
+msgstr ""
+
+#: gonvert:1475
+msgid "k ohm"
+msgstr ""
+
+#: gonvert:1476
+msgid "milliohm"
+msgstr ""
+
+#: gonvert:1477
+msgid "One thousandth of an ohm."
+msgstr ""
+
+#: gonvert:1477
+msgid "m ohm"
+msgstr ""
+
+#: gonvert:1478
+msgid "microhm"
+msgstr ""
+
+#: gonvert:1479
+msgid "One millionth of an ohm."
+msgstr ""
+
+#: gonvert:1480
+msgid "nanohm"
+msgstr ""
+
+#: gonvert:1481
+msgid "One billionth of an ohm."
+msgstr ""
+
+#: gonvert:1482
+msgid "abohm"
+msgstr ""
+
+#: gonvert:1484
+msgid "statohm"
+msgstr ""
+
+#: gonvert:1487
+#, fuzzy
+msgid "Electrical Inductance"
+msgstr "Elektryczna induktcja"
+
+#: gonvert:1487 gonvert:1488
+msgid "henry"
+msgstr ""
+
+#: gonvert:1489
+msgid ""
+"Named after the American physicist Joseph Henry (1797-1878). The unit of "
+"electric induction; the induction in a circuit when the electro-motive force "
+"induced in this circuit is one volt, while the inducing current varies at "
+"the rate of one ampere a second."
+msgstr ""
+
+#: gonvert:1490
+msgid "stathenry"
+msgstr ""
+
+#: gonvert:1492
+msgid "ohm-second"
+msgstr ""
+
+#: gonvert:1494
+msgid "millihenry"
+msgstr ""
+
+#: gonvert:1496
+msgid "microhenry"
+msgstr ""
+
+#: gonvert:1498
+msgid "nanohenry"
+msgstr ""
+
+#: gonvert:1500
+msgid "abhenry"
+msgstr ""
+
+#: gonvert:1503
+msgid "Electrical Capacitance"
+msgstr "Elektryczna pojemność"
+
+#: gonvert:1503 gonvert:1504
+msgid "farad"
+msgstr ""
+
+#: gonvert:1505
+msgid ""
+"Named after the English electrician Michael Faraday. The standard unit of "
+"electrical capacity; the capacity of a condenser whose charge, having an "
+"electro-motive force of one volt, is equal to the amount of electricity "
+"which, with the same electromotive force, passes through one ohm in one "
+"second; the capacity, which, charged with one coulomb, gives an electro-"
+"motive force of one volt."
+msgstr ""
+
+#: gonvert:1506
+msgid "abfarad"
+msgstr ""
+
+#: gonvert:1507
+msgid "A capacitance unit equal to one billion farads"
+msgstr ""
+
+#: gonvert:1508
+msgid "second/ohm"
+msgstr ""
+
+#: gonvert:1510
+msgid "microfarad"
+msgstr ""
+
+#: gonvert:1512
+msgid "statfarad"
+msgstr ""
+
+#: gonvert:1514
+msgid "nanofarad"
+msgstr ""
+
+#: gonvert:1516
+msgid "picofarad"
+msgstr ""
+
+#: gonvert:1519
+msgid "Electromagnetic Radiation"
+msgstr "Elektromagnetyczne promieniowanie"
+
+#: gonvert:1522 gonvert:1829
+msgid "meter"
+msgstr ""
+
+#: gonvert:1523 gonvert:1830
+msgid ""
+"Equal to 39.37 English inches, the standard of linear measure in the metric "
+"system of weights and measures. It was intended to be, and is very nearly, "
+"the ten millionth part of the distance from the equator to the north pole, "
+"as ascertained by actual measurement of an arc of a meridian."
+msgstr ""
+
+#: gonvert:1524 gonvert:1831 gonvert:2518
+msgid "centimeter"
+msgstr ""
+
+#: gonvert:1526 gonvert:1833
+msgid "millimeter"
+msgstr ""
+
+#: gonvert:1528 gonvert:1835
+msgid "micrometer | micron"
+msgstr ""
+
+#: gonvert:1529 gonvert:1836
+msgid ""
+"A metric unit of length equal to one millionth of a meter. The thousandth "
+"part of one millimeter."
+msgstr ""
+
+#: gonvert:1530 gonvert:1837
+msgid "nanometer"
+msgstr ""
+
+#: gonvert:1531 gonvert:1838
+msgid "A metric unit of length equal to one billionth of a meter."
+msgstr ""
+
+#: gonvert:1532 gonvert:1666
+msgid "angstrom"
+msgstr ""
+
+#: gonvert:1533 gonvert:1667
+msgid ""
+"Equal to one ten billionth of a meter (or 0.0001 micron); used to specify "
+"wavelengths of electromagnetic radiation"
+msgstr ""
+
+#: gonvert:1546
+msgid "electron Volt"
+msgstr ""
+
+#: gonvert:1547
+msgid ""
+"Energy. e=hf where h = Planks constant (4.13566 x 10^-15 electron volts/"
+"second). f = frequency in Hertz."
+msgstr ""
+
+#: gonvert:1549
+msgid "Energy | Work"
+msgstr "Energia | Praca"
+
+#: gonvert:1549 gonvert:1572
+msgid "joule | wattsecond | newton-meter"
+msgstr ""
+
+#: gonvert:1550
+msgid "kiloton"
+msgstr ""
+
+#: gonvert:1551
+msgid ""
+"A measure of explosive power (of an atomic weapon) equal to that of 1000 "
+"tons of TNT"
+msgstr ""
+
+#: gonvert:1552
+msgid "gigawatt-hour"
+msgstr ""
+
+#: gonvert:1554
+msgid "megawatt-hour"
+msgstr ""
+
+#: gonvert:1556
+msgid "kilowatt-hour"
+msgstr ""
+
+#: gonvert:1558
+msgid "horsepower-hour"
+msgstr ""
+
+#: gonvert:1560
+msgid "gigajoule"
+msgstr ""
+
+#: gonvert:1562
+msgid "megajoule"
+msgstr ""
+
+#: gonvert:1564
+msgid "kg force meters"
+msgstr ""
+
+#: gonvert:1565
+msgid ""
+"Work done by one kilogram of force acting through a distance of one meter."
+msgstr ""
+
+#: gonvert:1566
+msgid "kilojoule"
+msgstr ""
+
+#: gonvert:1568
+msgid "watt-hour"
+msgstr ""
+
+#: gonvert:1570
+msgid "British thermal unit"
+msgstr ""
+
+#: gonvert:1573
+msgid ""
+"Named after the English physicist James Prescott Joule(1818-1889). A unit of "
+"work which is equal to 10^7 units of work in the C. G. S. system of units "
+"(ergs), and is practically equivalent to the energy expended in one second "
+"by an electric current of one ampere in a resistance of one ohm. One joule "
+"is approximately equal to 0.738 foot pounds."
+msgstr ""
+
+#: gonvert:1574
+msgid "kilocalorie"
+msgstr ""
+
+#: gonvert:1576
+msgid "calorie"
+msgstr ""
+
+#: gonvert:1577
+msgid ""
+"The unit of heat according to the French standard; the amount of heat "
+"required to raise the temperature of one kilogram (sometimes, one gram) of "
+"water one degree centigrade, or from 0deg to 1deg."
+msgstr ""
+
+#: gonvert:1578
+msgid "foot-poundals"
+msgstr ""
+
+#: gonvert:1580
+msgid "foot-pound force"
+msgstr ""
+
+#: gonvert:1581
+msgid ""
+"A unit of work equal to a force of one pound moving through a distance of "
+"one foot"
+msgstr ""
+
+#: gonvert:1582
+msgid "millijoule"
+msgstr ""
+
+#: gonvert:1584
+msgid "microjoule"
+msgstr ""
+
+#: gonvert:1586
+msgid "attojoule"
+msgstr ""
+
+#: gonvert:1588
+msgid "erg | dyne-centimeter"
+msgstr ""
+
+#: gonvert:1590
+msgid "GeV"
+msgstr ""
+
+#: gonvert:1591
+msgid "A billion electronvolts"
+msgstr ""
+
+#: gonvert:1592
+msgid "MeV"
+msgstr ""
+
+#: gonvert:1593
+msgid "a million electronvolts"
+msgstr ""
+
+#: gonvert:1594
+msgid "electron volt"
+msgstr ""
+
+#: gonvert:1595
+msgid ""
+"A unit of energy equal to the work done by an electron accelerated through a "
+"potential difference of 1 volt"
+msgstr ""
+
+#: gonvert:1597
+msgid "Flow (dry)"
+msgstr ""
+
+#: gonvert:1598 gonvert:1612
+msgid "litres per second"
+msgstr ""
+
+#: gonvert:1599
+msgid "A cubic decimeter of material moving past a point every second."
+msgstr ""
+
+#: gonvert:1600 gonvert:1614
+msgid "litres per minute"
+msgstr ""
+
+#: gonvert:1601
+msgid "A cubic decimeter of material moving past a point every minute."
+msgstr ""
+
+#: gonvert:1602
+msgid "cubic feet per minute"
+msgstr ""
+
+#: gonvert:1603
+msgid ""
+"Commonly used to describe the flow rate produced by a large fan or blower."
+msgstr ""
+
+#: gonvert:1604
+msgid "cubic feet per second"
+msgstr ""
+
+#: gonvert:1606
+msgid "cubic inches per minute"
+msgstr ""
+
+#: gonvert:1608
+msgid "cubic inches per second"
+msgstr ""
+
+#: gonvert:1611
+msgid "Flow (liquid)"
+msgstr ""
+
+#: gonvert:1613
+msgid "A cubic decimeter of material moving past a point every second"
+msgstr ""
+
+#: gonvert:1616
+msgid "US gallons per minute"
+msgstr ""
+
+#: gonvert:1618
+msgid "US gallons per second"
+msgstr ""
+
+#: gonvert:1620
+msgid "UK gallons per minute"
+msgstr ""
+
+#: gonvert:1622
+msgid "UK gallons per second"
+msgstr ""
+
+#: gonvert:1625
+msgid "Force"
+msgstr "Siła"
+
+#: gonvert:1626
+msgid "tonne of force"
+msgstr ""
+
+#: gonvert:1627
+msgid "Metric ton of force, 1000 kilonewtons."
+msgstr ""
+
+#: gonvert:1628
+msgid "ton of force"
+msgstr ""
+
+#: gonvert:1629
+msgid "2000 pounds of force."
+msgstr ""
+
+#: gonvert:1630
+msgid "sthene"
+msgstr ""
+
+#: gonvert:1631
+msgid ""
+"Named from the Greek word sthenos, strength. One sthene is the force "
+"required to accelerate a mass of one tonne at a rate of 1 m/s2. "
+msgstr ""
+
+#: gonvert:1632
+msgid "atomic weight"
+msgstr ""
+
+#: gonvert:1633
+msgid "Generally understood as the weight of the hydrogen atom."
+msgstr ""
+
+#: gonvert:1634 gonvert:2911
+msgid "kip"
+msgstr ""
+
+#: gonvert:1635
+msgid "Kilopounds of force."
+msgstr ""
+
+#: gonvert:1636
+msgid "kilonewton"
+msgstr ""
+
+#: gonvert:1638
+msgid "kilogram force | kilopond"
+msgstr ""
+
+#: gonvert:1640
+msgid "pound force"
+msgstr ""
+
+#: gonvert:1642
+msgid "newton"
+msgstr ""
+
+#: gonvert:1643
+msgid ""
+"Named after the English mathematician and physicist Sir Isaac Newton (1642-"
+"1727). A unit of force equal to the force that imparts an acceleration of 1 "
+"m/sec/sec to a mass of 1 kilogram; equal to 100,000 dynes"
+msgstr ""
+
+#: gonvert:1644
+msgid "ounce force"
+msgstr ""
+
+#: gonvert:1646
+msgid "poundal"
+msgstr ""
+
+#: gonvert:1647
+msgid ""
+"A unit of force based upon the pound, foot, and second, being the force "
+"which, acting on a pound avoirdupois for one second, causes it to acquire by "
+"the of that time a velocity of one foot per second. It is about equal to the "
+"weight of half an ounce, and is 13,825 dynes."
+msgstr ""
+
+#: gonvert:1648
+msgid "gram force"
+msgstr ""
+
+#: gonvert:1650
+msgid "millinewton"
+msgstr ""
+
+#: gonvert:1652
+msgid "dyne"
+msgstr ""
+
+#: gonvert:1653
+msgid ""
+"The unit of force, in the C. G. S. (Centimeter Gram Second) system of "
+"physical units; that is, the force which, acting on a gram for a second, "
+"generates a velocity of a centimeter per second."
+msgstr ""
+
+#: gonvert:1654
+msgid "micronewton"
+msgstr ""
+
+#: gonvert:1657
+msgid "Length"
+msgstr ""
+
+#: gonvert:1658
+msgid "klafter | faden (German)"
+msgstr ""
+
+#: gonvert:1659 gonvert:1661
+msgid "Similar to the fathom."
+msgstr ""
+
+#: gonvert:1660
+msgid "klafter | faden (Switzerland)"
+msgstr ""
+
+#: gonvert:1662
+msgid "earth diamater"
+msgstr ""
+
+#: gonvert:1663
+msgid "Diameter for the Earth."
+msgstr ""
+
+#: gonvert:1664
+msgid "actus (roman actus)"
+msgstr ""
+
+#: gonvert:1665
+msgid ""
+"Land measurement, 120 Roman feet (pedes monetales). This was equivalent to "
+"35.47872 meters."
+msgstr ""
+
+#: gonvert:1668
+msgid "arshin | arshine | archin"
+msgstr ""
+
+#: gonvert:1669
+msgid "Russian.  28 inches"
+msgstr ""
+
+#: gonvert:1670
+msgid "arpentcan"
+msgstr ""
+
+#: gonvert:1671
+msgid "arpentcan = 27.52 mile"
+msgstr ""
+
+#: gonvert:1672
+msgid "arpent (Canadian)"
+msgstr ""
+
+#: gonvert:1673
+msgid "Canadian unit of land measurement. 191.835 ft"
+msgstr ""
+
+#: gonvert:1674
+msgid "arpentlin | French arpent"
+msgstr ""
+
+#: gonvert:1675
+msgid "French unit of land measurement. 30 toises"
+msgstr ""
+
+#: gonvert:1676
+msgid "assbaa"
+msgstr ""
+
+#: gonvert:1677
+msgid "Arabian measure."
+msgstr ""
+
+#: gonvert:1678
+msgid "astronomical unit"
+msgstr ""
+
+#: gonvert:1679
+msgid ""
+"Used for distances within the solar system; equal to the mean distance "
+"between the Earth and the Sun (approximately 93 million miles or 150 million "
+"kilometers)."
+msgstr ""
+
+#: gonvert:1680
+msgid "barleycorn"
+msgstr ""
+
+#: gonvert:1681
+msgid ""
+"Formerly, a measure of length, equal to the average length of a grain of "
+"barley; the third part of an inch."
+msgstr ""
+
+#: gonvert:1682
+msgid "bohr radius"
+msgstr ""
+
+#: gonvert:1683
+msgid ""
+"Named after the Danish physicist Niels Bohr (1885-1962), who explained the "
+"structure of atoms in 1913. The bohr radius represents the mean distance "
+"between the proton and the electron in an unexcited hydrogen atom. 52.9177 "
+"picometers. "
+msgstr ""
+
+#: gonvert:1684
+msgid "bolt"
+msgstr ""
+
+#: gonvert:1685
+msgid ""
+"A compact package or roll of cloth, as of canvas or silk, often containing "
+"about forty yards."
+msgstr ""
+
+#: gonvert:1686
+msgid "bottom measure"
+msgstr ""
+
+#: gonvert:1687
+msgid "One fortieth of an inch."
+msgstr ""
+
+#: gonvert:1688
+msgid "cable length"
+msgstr ""
+
+#: gonvert:1689
+msgid "A nautical unit of depth. 720 feet."
+msgstr ""
+
+#: gonvert:1690
+msgid "caliber (gun barrel caliber)"
+msgstr ""
+
+#: gonvert:1691
+msgid "The diameter of round or cylindrical body, as of a bullet or column."
+msgstr ""
+
+#: gonvert:1692
+msgid "cane"
+msgstr ""
+
+#: gonvert:1693 gonvert:1699 gonvert:1701
+msgid "Persian"
+msgstr ""
+
+#: gonvert:1694
+msgid "chain (surveyors | Gunters)"
+msgstr ""
+
+#: gonvert:1695
+msgid ""
+"A surveyors instrument which consists of links and is used in measuring land."
+"One commonly in use is Gunter's chain, which consists of one hundred links, "
+"each link being seven inches and ninety-two one hundredths in length; making "
+"up the total length of rods, or sixty-six, feet; hence, a measure of that "
+"length; hence, also, a unit for land measure equal to four rods."
+msgstr ""
+
+#: gonvert:1696
+msgid "chain (engineers)"
+msgstr ""
+
+#: gonvert:1697
+msgid "100 ft."
+msgstr ""
+
+#: gonvert:1698
+msgid "charac"
+msgstr ""
+
+#: gonvert:1700
+msgid "chebel"
+msgstr ""
+
+#: gonvert:1702
+msgid "city block"
+msgstr ""
+
+#: gonvert:1703
+msgid "An informal measurement, about 100 yards"
+msgstr ""
+
+#: gonvert:1704
+msgid "cubit (Biblical | Hebrew | English)"
+msgstr ""
+
+#: gonvert:1705
+msgid ""
+"A measure of length, being the distance from the elbow to the extremity of "
+"the middle finger. Note: The cubit varies in length in different countries, "
+"the English,Hebrew and Biblical cubits are 18 inches."
+msgstr ""
+
+#: gonvert:1706
+msgid "cubit (Indian) | hasta"
+msgstr ""
+
+#: gonvert:1708
+msgid "cubit (Roman)"
+msgstr ""
+
+#: gonvert:1709
+msgid ""
+"A measure of length, being the distance from the elbow to the extremity of "
+"the middle finger. Note: The cubit varies in length in different countries, "
+"the Roman cubit is 17.47 inches."
+msgstr ""
+
+#: gonvert:1710
+msgid "cubit (Greek) | pechya"
+msgstr ""
+
+#: gonvert:1711
+msgid ""
+"A measure of length, being the distance from the elbow to the extremity of "
+"the middle finger. Note: The cubit varies in length in different countries, "
+"the Greek cubit is 18.20 inches."
+msgstr ""
+
+#: gonvert:1712
+msgid "cubit (Israeli)"
+msgstr ""
+
+#: gonvert:1713
+msgid ""
+"A measure of length, being the distance from the elbow to the extremity of "
+"the middle finger. Note: The cubit varies in length in different countries, "
+"the Israeli cubit is 21.8 inches."
+msgstr ""
+
+#: gonvert:1714
+msgid "cloth finger"
+msgstr ""
+
+#: gonvert:1715 gonvert:1717
+msgid "Used in sewing"
+msgstr ""
+
+#: gonvert:1716
+msgid "cloth quarter"
+msgstr ""
+
+#: gonvert:1718
+msgid "compton wavelength of the electron"
+msgstr ""
+
+#: gonvert:1719 gonvert:1721 gonvert:1723
+msgid "Named after Arthur Holly Compton (1892-1962)"
+msgstr ""
+
+#: gonvert:1720
+msgid "compton wavelength of the proton"
+msgstr ""
+
+#: gonvert:1722
+msgid "compton wavelength of the neutron"
+msgstr ""
+
+#: gonvert:1724
+msgid "classical electron radius"
+msgstr ""
+
+#: gonvert:1726
+msgid "digit | digitus"
+msgstr ""
+
+#: gonvert:1727
+msgid "A finger's breadth, commonly estimated to be three fourths of an inch."
+msgstr ""
+
+#: gonvert:1729
+msgid "diamond (Typographical)"
+msgstr ""
+
+#: gonvert:1730
+msgid "4 1/2 pt in height."
+msgstr ""
+
+#: gonvert:1731
+msgid "pearl (Typographical)"
+msgstr ""
+
+#: gonvert:1732
+msgid "5 pt in height."
+msgstr ""
+
+#: gonvert:1733
+msgid "agate | ruby (Typographical)"
+msgstr ""
+
+#: gonvert:1734
+msgid ""
+"Used in typing. A kind of type, larger than pearl and smaller than "
+"nonpareil; in England called ruby. 5 1/2 pt in height."
+msgstr ""
+
+#: gonvert:1735
+msgid "nonpareil (Typographical)"
+msgstr ""
+
+#: gonvert:1736
+msgid "6 pt in height."
+msgstr ""
+
+#: gonvert:1737
+msgid "minion (Typographical)"
+msgstr ""
+
+#: gonvert:1738
+msgid "7 pt in height."
+msgstr ""
+
+#: gonvert:1739
+msgid "brevier (Typographical)"
+msgstr ""
+
+#: gonvert:1740
+msgid "8 pt in height."
+msgstr ""
+
+#: gonvert:1741
+msgid "bourgeois (Typographical)"
+msgstr ""
+
+#: gonvert:1742
+msgid "9 pt in height."
+msgstr ""
+
+#: gonvert:1743
+msgid "elite | long primer (Typographical)"
+msgstr ""
+
+#: gonvert:1744
+msgid "10 pt in height."
+msgstr ""
+
+#: gonvert:1745
+msgid "small pica (Typographical)"
+msgstr ""
+
+#: gonvert:1746
+msgid "11 pt in height."
+msgstr ""
+
+#: gonvert:1747
+msgid "pica (Typographical)"
+msgstr ""
+
+#: gonvert:1748
+msgid ""
+"A size of type next larger than small pica, and smaller than English.12 pt "
+"in height"
+msgstr ""
+
+#: gonvert:1749
+msgid "english (Typographical)"
+msgstr ""
+
+#: gonvert:1750
+msgid "14 pt in height."
+msgstr ""
+
+#: gonvert:1751
+msgid "columbian (Typographical)"
+msgstr ""
+
+#: gonvert:1752
+msgid "16 pt in height."
+msgstr ""
+
+#: gonvert:1753
+msgid "great primer (Typographical)"
+msgstr ""
+
+#: gonvert:1754
+msgid "18 pt in height."
+msgstr ""
+
+#: gonvert:1755
+msgid "point (pica) (Typographical)"
+msgstr ""
+
+#: gonvert:1756
+msgid ""
+"Typographical measurement. This system was developed in England and is used "
+"in Great-Britain and the US. 1 pica equals 12 pica points."
+msgstr ""
+
+#: gonvert:1757
+msgid "point (didot) (Typographical)"
+msgstr ""
+
+#: gonvert:1758
+msgid ""
+"Typographical measurement. The didot system originated in France but was "
+"used in most of Europe"
+msgstr ""
+
+#: gonvert:1759
+msgid "cicero (Typographical)"
+msgstr ""
+
+#: gonvert:1760
+msgid "Typographical measurement. 1 cicero equals 12 didot points."
+msgstr ""
+
+#: gonvert:1761
+msgid "point (PostScript) (Typographical)"
+msgstr ""
+
+#: gonvert:1762
+msgid ""
+"Typographical measurement. Created by Adobe. There are exactly 72 PostScript "
+"points in 1 inch."
+msgstr ""
+
+#: gonvert:1764
+msgid "ell (English)"
+msgstr ""
+
+#: gonvert:1765 gonvert:1767 gonvert:1769
+msgid ""
+"A measure for cloth; -- now rarely used. It is of different lengths in "
+"different countries; the English ell being 45 inches, the Dutch or Flemish "
+"ell 27, the Scotch about 37."
+msgstr ""
+
+#: gonvert:1766
+msgid "ell (Dutch | Flemish)"
+msgstr ""
+
+#: gonvert:1768
+msgid "ell (Scotch)"
+msgstr ""
+
+#: gonvert:1770
+msgid "em"
+msgstr ""
+
+#: gonvert:1771
+msgid ""
+"Used in typography. A quadrat, the face or top of which is a perfect square; "
+"also, the size of such a square in any given size of type, used as the unit "
+"of measurement for that type: 500 m's of pica would be a piece of matter "
+"whose length and breadth in pica m's multiplied together produce that number."
+msgstr ""
+
+#: gonvert:1772
+msgid "en"
+msgstr ""
+
+#: gonvert:1773
+msgid ""
+"Used in typography. Half an em, that is, half of the unit of space in "
+"measuring printed matter."
+msgstr ""
+
+#: gonvert:1774
+msgid "fathom"
+msgstr ""
+
+#: gonvert:1775
+msgid "6 feet. Approximately the space to which a man can extend his arms."
+msgstr ""
+
+#: gonvert:1776
+msgid "fathom (Greek)"
+msgstr ""
+
+#: gonvert:1777
+msgid "4 Greek cubits."
+msgstr ""
+
+#: gonvert:1778
+msgid "fermi"
+msgstr ""
+
+#: gonvert:1779
+msgid "a metric unit of length equal to one quadrillionth of a meter "
+msgstr ""
+
+#: gonvert:1780
+msgid "finger breadth"
+msgstr ""
+
+#: gonvert:1781
+msgid ""
+"The breadth of a finger, or the fourth part of the hand; a measure of nearly "
+"an inch."
+msgstr ""
+
+#: gonvert:1782
+msgid "finger length"
+msgstr ""
+
+#: gonvert:1783
+msgid ""
+"The length of finger, a measure in domestic use in the United States, of "
+"about four and a half inches or one eighth of a yard."
+msgstr ""
+
+#: gonvert:1784
+msgid "foot"
+msgstr ""
+
+#: gonvert:1785
+msgid ""
+"Equivalent to twelve inches; one third of a yard. This measure is supposed "
+"to be taken from the length of a man's foot."
+msgstr ""
+
+#: gonvert:1786
+msgid "foot (Assyrian)"
+msgstr ""
+
+#: gonvert:1788
+msgid "foot (Arabian)"
+msgstr ""
+
+#: gonvert:1790
+msgid "foot (Roman) | pes"
+msgstr ""
+
+#: gonvert:1792
+msgid "foot (geodetic | survey)"
+msgstr ""
+
+#: gonvert:1793
+msgid ""
+"A former U.S. definition of the foot as exactly 1200/3937 meter or about "
+"30.48006096 centimeters. This was the official U.S. definition of the foot "
+"from 1866 to 1959; it makes the meter equal exactly 39.37 inches. In 1959 "
+"the survey foot was replaced by the international foot, equal to exactly "
+"30.48 centimeters. However, the survey foot remains the basis for precise "
+"geodetic surveying in the U.S."
+msgstr ""
+
+#: gonvert:1794
+msgid "furlong"
+msgstr ""
+
+#: gonvert:1796
+msgid "ghalva"
+msgstr ""
+
+#: gonvert:1797
+msgid "Arabian measure"
+msgstr ""
+
+#: gonvert:1798
+msgid "gradus (Roman)"
+msgstr ""
+
+#: gonvert:1800
+msgid "hand"
+msgstr ""
+
+#: gonvert:1801
+msgid ""
+"A measure equal to a hand's breadth, -- four inches; a palm. Chiefly used in "
+"measuring the height of horses."
+msgstr ""
+
+#: gonvert:1802 gonvert:2520
+msgid "inch"
+msgstr ""
+
+#: gonvert:1803 gonvert:2521
+msgid ""
+"The twelfth part of a foot, commonly subdivided into halves, quarters, "
+"eights, sixteenths, etc., as among mechanics. It was also formerly divided "
+"into twelve parts, called lines, and originally into three parts, called "
+"barleycorns, its length supposed to have been determined from three grains "
+"of barley placed end to end lengthwise."
+msgstr ""
+
+#: gonvert:1804
+msgid "ken"
+msgstr ""
+
+#: gonvert:1805
+msgid "Japanese fathom. The ken is the length of a traditional tatami mat."
+msgstr ""
+
+#: gonvert:1806
+msgid "league (land | statute)"
+msgstr ""
+
+#: gonvert:1807
+msgid " Used as a land measure. 3 statute miles."
+msgstr ""
+
+#: gonvert:1808
+msgid "league (nautical)"
+msgstr ""
+
+#: gonvert:1809
+msgid " Used as a marine measure. 3 nautical miles."
+msgstr ""
+
+#: gonvert:1810
+msgid "li"
+msgstr ""
+
+#: gonvert:1811
+msgid ""
+"A Chinese measure of distance, being a little more than one third of a mile."
+msgstr ""
+
+#: gonvert:1812
+msgid "light second"
+msgstr ""
+
+#: gonvert:1813
+msgid ""
+"The distance over which light can travel in one second; -- used as a unit in "
+"expressing stellar distances."
+msgstr ""
+
+#: gonvert:1814
+msgid "light year"
+msgstr ""
+
+#: gonvert:1815
+msgid ""
+"The distance over which light can travel in a year's time; -- used as a unit "
+"in expressing stellar distances. It is more than 63,000 times as great as "
+"the distance from the earth to the sun."
+msgstr ""
+
+#: gonvert:1816
+msgid "line"
+msgstr ""
+
+#: gonvert:1817
+msgid "A measure of length; one twelfth of an inch."
+msgstr ""
+
+#: gonvert:1818
+msgid "link (Gunters | surveyors)"
+msgstr ""
+
+#: gonvert:1819
+msgid ""
+"Part of a surveyors instrument (chain) which consists of links and is used "
+"in measuring land. One commonly in use is Gunter's chain, which consists of "
+"one hundred links, each link being 7.92\" in length."
+msgstr ""
+
+#: gonvert:1820
+msgid "link (US | engineers)"
+msgstr ""
+
+#: gonvert:1821
+msgid ""
+"Used by surveyors. In the U.S., where 100-foot chains are more common, the "
+"link is the same as the foot. "
+msgstr ""
+
+#: gonvert:1822
+msgid "marathon"
+msgstr ""
+
+#: gonvert:1823
+msgid "a footrace of 26 miles 385 yards"
+msgstr ""
+
+#: gonvert:1825
+msgid "megameter"
+msgstr ""
+
+#: gonvert:1826
+msgid "In the metric system, one million meters, or one thousand kilometers."
+msgstr ""
+
+#: gonvert:1827
+msgid "kilometer"
+msgstr ""
+
+#: gonvert:1828
+msgid ""
+"Being a thousand meters. It is equal to 3,280.8 feet, or 62137 of a mile."
+msgstr ""
+
+#: gonvert:1832 gonvert:2519
+msgid ""
+"The hundredth part of a meter; a measure of length equal to rather more than "
+"thirty-nine hundredths (0.3937) of an inch."
+msgstr ""
+
+#: gonvert:1834
+msgid ""
+"A lineal measure in the metric system, containing the thousandth part of a "
+"meter; equal to .03937 of an inch."
+msgstr ""
+
+#: gonvert:1839
+msgid "picometer"
+msgstr ""
+
+#: gonvert:1840
+msgid "A metric unit of length equal to one trillionth of a meter."
+msgstr ""
+
+#: gonvert:1841
+msgid "femtometer"
+msgstr ""
+
+#: gonvert:1842
+msgid "A metric unit of length equal to one quadrillionth of a meter."
+msgstr ""
+
+#: gonvert:1845
+msgid ""
+"Equal to one thousandth of an inch; used to specify thickness (e.g., of "
+"sheets or wire)"
+msgstr ""
+
+#: gonvert:1846
+msgid "mile (Roman)"
+msgstr ""
+
+#: gonvert:1847
+msgid "5000 Roman feet."
+msgstr ""
+
+#: gonvert:1848
+msgid "mile (statute)"
+msgstr ""
+
+#: gonvert:1849
+msgid ""
+"Mile is from the Latin word for 1000 (mille). A mile conforming to statute, "
+"that is, in England and the United States, a mile of 5,280 feet, as "
+"distinguished from any other mile."
+msgstr ""
+
+#: gonvert:1850
+msgid "mile (nautical | geographical)"
+msgstr ""
+
+#: gonvert:1851
+msgid ""
+"Geographical, or Nautical mile, one sixtieth of a degree of a great circle "
+"of the earth, or about 6080.27 feet."
+msgstr ""
+
+#: gonvert:1852
+msgid "nail (cloth)"
+msgstr ""
+
+#: gonvert:1853
+msgid ""
+"Used for measuring cloth. 1/20 ell. The length of the last two joints "
+"(including the fingernail) of the middle finger. The nail is equivalent to "
+"1/16 yard, 1/4 span."
+msgstr ""
+
+#: gonvert:1854
+msgid "naval shot"
+msgstr ""
+
+#: gonvert:1855
+msgid "Equal to 15 fathoms"
+msgstr ""
+
+#: gonvert:1856
+msgid "pace"
+msgstr ""
+
+#: gonvert:1857
+msgid ""
+"The length of a step in walking or marching, reckoned from the heel of one "
+"foot to the heel of the other. Note: Ordinarily the pace is estimated at two "
+"and one half linear feet."
+msgstr ""
+
+#: gonvert:1858
+msgid "pace (Roman) | passus"
+msgstr ""
+
+#: gonvert:1859
+msgid ""
+" The Roman pace (passus) was from the heel of one foot to the heel of the "
+"same foot when it next touched the ground, five Roman feet."
+msgstr ""
+
+#: gonvert:1860
+msgid "pace (quick-time marching)"
+msgstr ""
+
+#: gonvert:1861
+msgid ""
+"The regulation marching pace in the English and United States armies is "
+"thirty inches for quick time."
+msgstr ""
+
+#: gonvert:1862
+msgid "pace (double-time marching)"
+msgstr ""
+
+#: gonvert:1863
+msgid ""
+"The regulation marching pace in the English and United States armies is "
+"thirty-six inches for double time. "
+msgstr ""
+
+#: gonvert:1864
+msgid "palm (Greek)"
+msgstr ""
+
+#: gonvert:1865
+msgid ""
+"A lineal measure equal either to the breadth of the hand or to its length "
+"from the wrist to the ends of the fingers; a hand; -- used in measuring a "
+"horse's height. In Greece, the palm was reckoned at three inches. At the "
+"present day, this measure varies in the most arbitrary manner, being "
+"different in each country, and occasionally varying in the same. One third "
+"of a Greek span,"
+msgstr ""
+
+#: gonvert:1866
+msgid "palm (Roman lesser)"
+msgstr ""
+
+#: gonvert:1867
+msgid ""
+"A lineal measure equal either to the breadth of the hand or to its length "
+"from the wrist to the ends of the fingers; a hand; -- used in measuring a "
+"horse's height. One of two Roman measures of the palm, the lesser palm is "
+"2.91 inches. At the present day, this measure varies in the most arbitrary "
+"manner, being different in each country, and occasionally varying in the "
+"same."
+msgstr ""
+
+#: gonvert:1868
+msgid "palm (Roman greater)"
+msgstr ""
+
+#: gonvert:1869
+msgid ""
+"A lineal measure equal either to the breadth of the hand or to its length "
+"from the wrist to the ends of the fingers; a hand; -- used in measuring a "
+"horse's height. One of two Roman measures of the palm, the greater palm is "
+"8.73 inches. At the present day, this measure varies in the most arbitrary "
+"manner, being different in each country, and occasionally varying in the "
+"same."
+msgstr ""
+
+#: gonvert:1870
+msgid "parasang"
+msgstr ""
+
+#: gonvert:1871
+msgid ""
+"A Persian measure of length, which, according to Herodotus and Xenophon, was "
+"thirty stadia, or somewhat more than three and a half miles. The measure "
+"varied in different times and places, and, as now used, is estimated at "
+"three and a half English miles."
+msgstr ""
+
+#: gonvert:1872
+msgid "parsec"
+msgstr ""
+
+#: gonvert:1873
+msgid ""
+"A unit of astronomical length based on the distance from  Earth at which "
+"stellar parallax is 1 second of arc; equivalent to 3.262 light years"
+msgstr ""
+
+#: gonvert:1874
+msgid "rod | pole | perch"
+msgstr ""
+
+#: gonvert:1875
+msgid "Containing sixteen and a half feet; -- called also perch, and pole."
+msgstr ""
+
+#: gonvert:1876
+msgid "ri"
+msgstr ""
+
+#: gonvert:1877
+msgid "Japanese league."
+msgstr ""
+
+#: gonvert:1878
+msgid "rope"
+msgstr ""
+
+#: gonvert:1879
+msgid "20 feet"
+msgstr ""
+
+#: gonvert:1880
+msgid "sadzhens | sagene | sazhen"
+msgstr ""
+
+#: gonvert:1881
+msgid "Russian. Equal to about 6.5 English feet."
+msgstr ""
+
+#: gonvert:1883
+msgid " A Japanese foot. Note: shaku also means area and volume."
+msgstr ""
+
+#: gonvert:1884
+msgid "skein"
+msgstr ""
+
+#: gonvert:1885
+msgid ""
+"120 yards. A skein of cotton yarn is formed by eighty turns of the thread "
+"round a fifty-four inch reel."
+msgstr ""
+
+#: gonvert:1886
+msgid "soccer field"
+msgstr ""
+
+#: gonvert:1887
+msgid "100 yards"
+msgstr ""
+
+#: gonvert:1888
+msgid "solar diameter"
+msgstr ""
+
+#: gonvert:1889
+msgid "Diameter of our sun."
+msgstr ""
+
+#: gonvert:1890
+msgid "span (Greek)"
+msgstr ""
+
+#: gonvert:1891
+msgid ""
+"To measure by the span of the hand with the fingers extended, or with the "
+"fingers encompassing the object; as, to span a space or distance; to span a "
+"cylinder. One half of a Greek cubit."
+msgstr ""
+
+#: gonvert:1892
+msgid "span (cloth)"
+msgstr ""
+
+#: gonvert:1893
+msgid "9 inches"
+msgstr ""
+
+#: gonvert:1894
+msgid "spindle (cotten yarn)"
+msgstr ""
+
+#: gonvert:1895
+msgid "A cotten yarn measure containing 15,120 yards."
+msgstr ""
+
+#: gonvert:1896
+msgid "spindle (linen yarn)"
+msgstr ""
+
+#: gonvert:1897
+msgid "A linen yarn measure containing 14,400 yards."
+msgstr ""
+
+#: gonvert:1898
+msgid "stadia (Greek) | stadion"
+msgstr ""
+
+#: gonvert:1899 gonvert:1903
+msgid ""
+"A Greek measure of length, being the chief one used for itinerary distances, "
+"also adopted by the Romans for nautical and astronomical measurements. It "
+"was equal to 600 Greek or 625 Roman feet, or 125 Roman paces, or to 606 feet "
+"9 inches English. This was also called the Olympic stadium, as being the "
+"exact length of the foot-race course at Olympia."
+msgstr ""
+
+#: gonvert:1900
+msgid "stadium (Persian)"
+msgstr ""
+
+#: gonvert:1902
+msgid "stadium (Roman)"
+msgstr ""
+
+#: gonvert:1904
+msgid "sun (Japanese)"
+msgstr ""
+
+#: gonvert:1905
+msgid "Japanese measurement."
+msgstr ""
+
+#: gonvert:1906
+msgid "toise (French)"
+msgstr ""
+
+#: gonvert:1907
+msgid "French fathom."
+msgstr ""
+
+#: gonvert:1908
+msgid "vara (Spanish)"
+msgstr ""
+
+#: gonvert:1909
+msgid "A Spanish measure of length equal to about one yard. 33.385 inches. "
+msgstr ""
+
+#: gonvert:1910
+msgid "vara (Mexican)"
+msgstr ""
+
+#: gonvert:1911
+msgid "A Mexican measure of length equal to about one yard. 32.99 inches. "
+msgstr ""
+
+#: gonvert:1912
+msgid "verst | werst"
+msgstr ""
+
+#: gonvert:1913
+msgid "A Russian measure of length containing 3,500 English feet."
+msgstr ""
+
+#: gonvert:1914
+msgid "yard"
+msgstr ""
+
+#: gonvert:1915
+msgid ""
+"Equaling three feet, or thirty-six inches, being the standard of English and "
+"American measure."
+msgstr ""
+
+#: gonvert:1917
+msgid "Luminance"
+msgstr ""
+
+#: gonvert:1918
+msgid "candela per square centimeter"
+msgstr ""
+
+#: gonvert:1920
+msgid "kilocandela per square meter"
+msgstr ""
+
+#: gonvert:1922
+msgid "stilb"
+msgstr ""
+
+#: gonvert:1924
+msgid "lambert"
+msgstr ""
+
+#: gonvert:1925
+msgid ""
+"Named after the German physicist Johann Heinrich Lambert (1728-1777).Equal "
+"to the brightness of a perfectly diffusing surface that emits or reflects "
+"one lumen per square centimeter"
+msgstr ""
+
+#: gonvert:1926
+msgid "candela per square inch"
+msgstr ""
+
+#: gonvert:1928
+msgid "candela per square foot"
+msgstr ""
+
+#: gonvert:1930
+msgid "foot lambert"
+msgstr ""
+
+#: gonvert:1932
+msgid "millilambert"
+msgstr ""
+
+#: gonvert:1934
+msgid "candela per square meter"
+msgstr ""
+
+#: gonvert:1936
+msgid "lumen per steradian square meter"
+msgstr ""
+
+#: gonvert:1938
+msgid "nit"
+msgstr ""
+
+#: gonvert:1939
+msgid "Named from the Latin niteo, to shine."
+msgstr ""
+
+#: gonvert:1940
+msgid "apostilb"
+msgstr ""
+
+#: gonvert:1943
+msgid "Illumination"
+msgstr ""
+
+#: gonvert:1944
+msgid "phot"
+msgstr ""
+
+#: gonvert:1945
+msgid ""
+"a unit of illumination equal to 1 lumen per square centimeter; 10,000 phots "
+"equal 1 lux"
+msgstr ""
+
+#: gonvert:1946
+msgid "lumen per square centimeter"
+msgstr ""
+
+#: gonvert:1948
+msgid "foot candle"
+msgstr ""
+
+#: gonvert:1950
+msgid "lumen per square foot"
+msgstr ""
+
+#: gonvert:1952
+msgid "lux"
+msgstr ""
+
+#: gonvert:1953
+msgid ""
+"Equal to the illumination produced by luminous flux of one lumen falling "
+"perpendicularly on a surface one meter square. Also called meter-candle."
+msgstr ""
+
+#: gonvert:1954
+msgid "lumen per square meter"
+msgstr ""
+
+#: gonvert:1956
+msgid "candela steradian per square meter"
+msgstr ""
+
+#: gonvert:1959
+msgid "Luminous Intensity (point sources)"
+msgstr ""
+
+#: gonvert:1960
+msgid "candela"
+msgstr ""
+
+#: gonvert:1961
+msgid ""
+"The basic unit of luminous intensity adopted under the System International "
+"d'Unites; equal to 1/60 of the luminous intensity per square centimeter of a "
+"blackbody radiating at the temperature of 2,046 degrees Kelvin syn: candle, "
+"cd, standard candle."
+msgstr ""
+
+#: gonvert:1962
+msgid "lumen per steradian"
+msgstr ""
+
+#: gonvert:1964
+msgid "hefner candle"
+msgstr ""
+
+#: gonvert:1965
+msgid "Named after F. von Hefner-Altenack (1845-1904)"
+msgstr ""
+
+#: gonvert:1967
+msgid "Luminous Flux"
+msgstr ""
+
+#: gonvert:1968
+msgid "lumen"
+msgstr ""
+
+#: gonvert:1969
+msgid ""
+"Equal to the luminous flux emitted in a unit solid angle by a point source "
+"of one candle intensity"
+msgstr ""
+
+#: gonvert:1970
+msgid "candela steradian"
+msgstr ""
+
+#: gonvert:1973
+#, fuzzy
+msgid "Magnetomotive force"
+msgstr "Siła magnetomotoryczna"
+
+#: gonvert:1976
+msgid "ampere-turn"
+msgstr ""
+
+#: gonvert:1977
+msgid ""
+"A unit of magnetomotive force equal to the magnetomotive force produced by "
+"the passage of 1 ampere through 1 complete turn of a coil."
+msgstr ""
+
+#: gonvert:1978
+msgid "gilbert"
+msgstr ""
+
+#: gonvert:1979
+msgid "Named after the English scientist William Gilbert (1544-1603)"
+msgstr ""
+
+#: gonvert:1982
+msgid "oersted-centimeter"
+msgstr ""
+
+#: gonvert:1983
+msgid "The same value as the gilbert."
+msgstr ""
+
+#: gonvert:1985
+msgid "Magnetic Flux"
+msgstr ""
+
+#: gonvert:1986
+msgid "weber"
+msgstr ""
+
+#: gonvert:1987
+msgid ""
+"From the name of Professor Weber, a German electrician. One volt second."
+msgstr ""
+
+#: gonvert:1988
+msgid "milliweber"
+msgstr ""
+
+#: gonvert:1990
+msgid "microweber"
+msgstr ""
+
+#: gonvert:1992
+msgid "unit pole (electro magnetic unit)"
+msgstr ""
+
+#: gonvert:1994
+msgid "maxwell"
+msgstr ""
+
+#: gonvert:1995
+msgid ""
+"Named after the Scottish physicist James Clerk Maxwell (1831-1879). A cgs "
+"unit of magnetic flux equal to the flux perpendicular to an area of 1 square "
+"centimeter in a magnetic field of 1 gauss."
+msgstr ""
+
+#: gonvert:1996
+msgid "line of force"
+msgstr ""
+
+#: gonvert:1997
+msgid "Same as Maxwell"
+msgstr ""
+
+#: gonvert:1999
+msgid "Magnetic Field strength"
+msgstr ""
+
+#: gonvert:2000
+msgid "oersted"
+msgstr ""
+
+#: gonvert:2001
+msgid ""
+"Named after the Danish physicist and chemist Hans Christian Oersted (1777-"
+"1851). The C.G.S. unit of magnetic reluctance or resistance, equal to the "
+"reluctance of a centimeter cube of air (or vacuum) between parallel faces. "
+"Also, a reluctance in which unit magnetomotive force sets up unit flux."
+msgstr ""
+
+#: gonvert:2002
+msgid "ampere per meter"
+msgstr ""
+
+#: gonvert:2004
+msgid "ampere-turn per meter"
+msgstr ""
+
+#: gonvert:2006
+msgid "kiloampere per meter"
+msgstr ""
+
+#: gonvert:2008
+msgid "ampere-turn per inch"
+msgstr ""
+
+#: gonvert:2010
+msgid "newton per weber"
+msgstr ""
+
+#: gonvert:2011
+msgid "Same as ampere per meter"
+msgstr ""
+
+#: gonvert:2013
+msgid "Magnetic Flux Density"
+msgstr ""
+
+#: gonvert:2014
+msgid "tesla"
+msgstr ""
+
+#: gonvert:2015
+msgid ""
+"Named after the Croatian born inventer Nikola Tesla (1856-1943). A unit of "
+"magnetic flux density equal to one weber per square meter."
+msgstr ""
+
+#: gonvert:2016
+msgid "millitesla"
+msgstr ""
+
+#: gonvert:2018
+msgid "microtesla"
+msgstr ""
+
+#: gonvert:2020
+msgid "nanotesla"
+msgstr ""
+
+#: gonvert:2022
+msgid "weber per square meter"
+msgstr ""
+
+#: gonvert:2024
+msgid "kilogauss"
+msgstr ""
+
+#: gonvert:2026
+msgid "gauss"
+msgstr ""
+
+#: gonvert:2027
+msgid ""
+"Named after German mathematician and astronomer Karl Friedrich Gauss (1777-"
+"1855). The C.G.S. unit of density of magnetic field, equal to a field of one "
+"line of force per square centimeter, being thus adopted as an international "
+"unit at Paris in 1900; sometimes used as a unit of intensity of magnetic "
+"field. It was previously suggested as a unit of magnetomotive force."
+msgstr ""
+
+#: gonvert:2028
+msgid "maxwell per square centimeter"
+msgstr ""
+
+#: gonvert:2030
+msgid "maxwell per square inch"
+msgstr ""
+
+#: gonvert:2032
+msgid "line per square inch"
+msgstr ""
+
+#: gonvert:2033
+msgid "Same as Maxwell per square inch."
+msgstr ""
+
+#: gonvert:2034
+msgid "gamma"
+msgstr ""
+
+#: gonvert:2035
+msgid "one nanotesla."
+msgstr ""
+
+#: gonvert:2037
+msgid "Mass"
+msgstr "Masa"
+
+#: gonvert:2038
+msgid "talanton"
+msgstr ""
+
+#: gonvert:2039
+msgid "Greek measure."
+msgstr ""
+
+#: gonvert:2040
+msgid "oka (Egyptian)"
+msgstr ""
+
+#: gonvert:2042
+msgid "oka (Greek)"
+msgstr ""
+
+#: gonvert:2044
+msgid "okia"
+msgstr ""
+
+#: gonvert:2045 gonvert:2047 gonvert:2049
+msgid "Egyptian measure."
+msgstr ""
+
+#: gonvert:2046
+msgid "kat"
+msgstr ""
+
+#: gonvert:2048
+msgid "kerat"
+msgstr ""
+
+#: gonvert:2050
+msgid "pala"
+msgstr ""
+
+#: gonvert:2051 gonvert:2053
+msgid "Indian measure."
+msgstr ""
+
+#: gonvert:2052
+msgid "kona"
+msgstr ""
+
+#: gonvert:2054
+msgid "mast"
+msgstr ""
+
+#: gonvert:2055
+msgid "British"
+msgstr ""
+
+#: gonvert:2057
+msgid ""
+"A measure of weight, being a thousand grams, equal to 2.2046 pounds "
+"avoirdupois (15,432.34 grains). It is equal to the weight of a cubic "
+"decimeter of distilled water at the temperature of maximum density, or 39deg "
+"Fahrenheit."
+msgstr ""
+
+#: gonvert:2058
+msgid "megagram"
+msgstr ""
+
+#: gonvert:2060
+msgid "gram"
+msgstr ""
+
+#: gonvert:2061
+msgid ""
+"The unit of weight in the metric system. It was intended to be exactly, and "
+"is very nearly, equivalent to the weight in a vacuum of one cubic centimeter "
+"of pure water at its maximum density. It is equal to 15.432 grains."
+msgstr ""
+
+#: gonvert:2062
+msgid "milligram"
+msgstr ""
+
+#: gonvert:2063
+msgid ""
+"A measure of weight, in the metric system, being the thousandth part of a "
+"gram, equal to the weight of a cubic millimeter of water, or .01543 of a "
+"grain avoirdupois."
+msgstr ""
+
+#: gonvert:2064
+msgid "microgram"
+msgstr ""
+
+#: gonvert:2065
+msgid ""
+"A measure of weight, in the metric system, being the millionth part of a "
+"gram."
+msgstr ""
+
+#: gonvert:2066
+msgid "ton (UK | long | gross | deadweight)"
+msgstr ""
+
+#: gonvert:2067
+msgid "A British unit of weight equivalent to 2240 pounds"
+msgstr ""
+
+#: gonvert:2068
+msgid "ton (US | short)"
+msgstr ""
+
+#: gonvert:2069
+msgid "A US unit of weight equivalent to 2000 pounds"
+msgstr ""
+
+#: gonvert:2070
+msgid "tonne | metric ton"
+msgstr ""
+
+#: gonvert:2071
+msgid "A metric ton, One Megagram. 1000 kg"
+msgstr ""
+
+#: gonvert:2072
+msgid "pound (avoirdupois)"
+msgstr ""
+
+#: gonvert:2073
+msgid ""
+"The pound in general use in the United States and in England is the pound "
+"avoirdupois, which is divided into sixteen ounces, and contains 7,000 "
+"grains. The pound troy is divided into twelve ounces, and contains 5,760 "
+"grains. 144 pounds avoirdupois are equal to 175 pounds troy weight"
+msgstr ""
+
+#: gonvert:2074
+msgid "pound (troy)"
+msgstr ""
+
+#: gonvert:2076
+msgid "hundredweight (short | net | US)"
+msgstr ""
+
+#: gonvert:2077
+msgid ""
+"A denomination of weight of 100 pounds. In most of the United States, both "
+"in practice and by law, it is 100 pounds avoirdupois."
+msgstr ""
+
+#: gonvert:2078
+msgid "hundredweight (long | English)"
+msgstr ""
+
+#: gonvert:2079
+msgid "A denomination of weight of 112 pounds"
+msgstr ""
+
+#: gonvert:2080
+msgid "slug"
+msgstr ""
+
+#: gonvert:2081
+msgid ""
+"One slug is the mass accelerated at 1 foot per second per second by a force "
+"of 1 pound."
+msgstr ""
+
+#: gonvert:2082
+msgid "ounce (troy)"
+msgstr ""
+
+#: gonvert:2083
+msgid "A unit of apothecary weight equal to 480 grains."
+msgstr ""
+
+#: gonvert:2084
+msgid "ounce (avoirdupois)"
+msgstr ""
+
+#: gonvert:2085
+msgid "A weight, the sixteenth part of a pound avoirdupois"
+msgstr ""
+
+#: gonvert:2086
+msgid "dram (avoirdupois)"
+msgstr ""
+
+#: gonvert:2087
+msgid "A weight; in Avoirdupois weight, one sixteenth part of an ounce."
+msgstr ""
+
+#: gonvert:2088
+msgid "dram (troy | apothecary)"
+msgstr ""
+
+#: gonvert:2089
+msgid ""
+"A weight; in Apothecaries' weight, one eighth part of an ounce, or sixty "
+"grains."
+msgstr ""
+
+#: gonvert:2090
+msgid "scruple (troy)"
+msgstr ""
+
+#: gonvert:2091
+msgid "A weight of twenty grains; the third part of a troy dram."
+msgstr ""
+
+#: gonvert:2092
+msgid "carat"
+msgstr ""
+
+#: gonvert:2093
+msgid "The weight by which precious stones and pearls are weighed."
+msgstr ""
+
+#: gonvert:2094
+msgid "grain"
+msgstr ""
+
+#: gonvert:2095
+msgid ""
+"The unit of the English system of weights; -- so called because considered "
+"equal to the average of grains taken from the middle of the ears of wheat. "
+"7,000 grains constitute the pound avoirdupois and 5,760 grains constitute "
+"the pound troy."
+msgstr ""
+
+#: gonvert:2096
+msgid "amu (atomic mass unit) | dalton"
+msgstr ""
+
+#: gonvert:2097
+msgid "Unit of mass for expressing masses of atoms or molecules."
+msgstr ""
+
+#: gonvert:2098
+msgid "catty | caddy | chin"
+msgstr ""
+
+#: gonvert:2099
+msgid "An Chinese or East Indian Weight of 1 1/3 pounds."
+msgstr ""
+
+#: gonvert:2100
+msgid "cental"
+msgstr ""
+
+#: gonvert:2101
+msgid "British for 100 pounds. Also called hundredweight in the US."
+msgstr ""
+
+#: gonvert:2102
+msgid "cotton bale (US)"
+msgstr ""
+
+#: gonvert:2103
+msgid "US measurement. 500 pounds"
+msgstr ""
+
+#: gonvert:2104
+msgid "cotton bale (Egypt)"
+msgstr ""
+
+#: gonvert:2105
+msgid "Egyptian measurement. 750 pounds"
+msgstr ""
+
+#: gonvert:2106
+msgid "crith"
+msgstr ""
+
+#: gonvert:2107
+msgid ""
+"From the Greek word for barleycorn. The weight of a liter of hydrogen at "
+"0.01 centigrade and with a and pressure of 1 atmosphere."
+msgstr ""
+
+#: gonvert:2108
+msgid "denarius"
+msgstr ""
+
+#: gonvert:2109
+msgid "Roman weight measuring 60 troy grains"
+msgstr ""
+
+#: gonvert:2110
+msgid "dinar"
+msgstr ""
+
+#: gonvert:2111
+msgid "Arabian weight measuring 4.2 gram"
+msgstr ""
+
+#: gonvert:2112
+msgid "doppelzentner"
+msgstr ""
+
+#: gonvert:2113
+msgid "Metric hundredweight = 100 kg"
+msgstr ""
+
+#: gonvert:2114
+msgid "drachma (Greek)"
+msgstr ""
+
+#: gonvert:2115
+msgid "The weight of an old Greek drachma coin"
+msgstr ""
+
+#: gonvert:2116
+msgid "drachma (Dutch)"
+msgstr ""
+
+#: gonvert:2117
+msgid "The weight of an old Dutch drachma coin"
+msgstr ""
+
+#: gonvert:2118
+msgid "earth mass"
+msgstr ""
+
+#: gonvert:2119
+msgid "Mass of the Earth."
+msgstr ""
+
+#: gonvert:2121
+msgid ""
+"The mass of an electron as measured when the it is at rest relative to an "
+"observer, an inherent property of the body."
+msgstr ""
+
+#: gonvert:2122
+msgid "funt"
+msgstr ""
+
+#: gonvert:2123
+msgid "Russian, 0.9 pounds"
+msgstr ""
+
+#: gonvert:2124
+msgid "obolos (Ancient Greece)"
+msgstr ""
+
+#: gonvert:2125
+msgid "Ancient Greek weight of an obol coin, 1/6 drachma"
+msgstr ""
+
+#: gonvert:2126
+msgid "obolos (Modern Greece)"
+msgstr ""
+
+#: gonvert:2127
+msgid "Modern Greek name for decigram."
+msgstr ""
+
+#: gonvert:2128
+msgid "hyl"
+msgstr ""
+
+#: gonvert:2129
+msgid ""
+"From an ancient Greek word for matter. One hyl is the mass that is "
+"accelerated at one meter per second per second by one kilogram of force. "
+"0.00980665 kg."
+msgstr ""
+
+#: gonvert:2131
+msgid "pennyweight (troy)"
+msgstr ""
+
+#: gonvert:2132
+msgid ""
+"A troy weight containing twenty-four grains, or the twentieth part of a troy "
+"ounce; as, a pennyweight of gold or of arsenic. It was anciently the weight "
+"of a silver penny."
+msgstr ""
+
+#: gonvert:2133
+msgid "bekah (Biblical)"
+msgstr ""
+
+#: gonvert:2134
+msgid "1/2 shekel, 5 pennyweight."
+msgstr ""
+
+#: gonvert:2135
+msgid "shekel (Israeli)"
+msgstr ""
+
+#: gonvert:2136
+msgid ""
+"The sixtieth part of a mina. Ten pennyweight. An ancient weight and coin "
+"used by the Jews and by other nations of the same stock."
+msgstr ""
+
+#: gonvert:2137
+msgid "mina (Greek) | minah (Biblical)"
+msgstr ""
+
+#: gonvert:2138
+msgid "The weight of the ancient Greek mina coin. 60 shekels"
+msgstr ""
+
+#: gonvert:2139
+msgid "talent (Roman)"
+msgstr ""
+
+#: gonvert:2140
+msgid "125 Roman libra."
+msgstr ""
+
+#: gonvert:2141
+msgid "talent (silver)"
+msgstr ""
+
+#: gonvert:2142
+msgid "3,000 shekels or 125 lbs."
+msgstr ""
+
+#: gonvert:2143
+msgid "talent (gold)"
+msgstr ""
+
+#: gonvert:2144
+msgid "2 silver talents, 250 lbs."
+msgstr ""
+
+#: gonvert:2145
+msgid "talent (Hebrew)"
+msgstr ""
+
+#: gonvert:2148
+msgid "kin"
+msgstr ""
+
+#: gonvert:2149
+msgid "Japanese kin,  1.323 pound."
+msgstr ""
+
+#: gonvert:2150
+msgid "kwan"
+msgstr ""
+
+#: gonvert:2151
+msgid "Japanese kwan. 8.27 pound"
+msgstr ""
+
+#: gonvert:2152
+msgid "liang | tael"
+msgstr ""
+
+#: gonvert:2153
+msgid "Chinese. 1/16 catty"
+msgstr ""
+
+#: gonvert:2154
+msgid "libra | librae | as | pondus"
+msgstr ""
+
+#: gonvert:2155
+msgid "Roman originator of the English pound (lb). 12 uncia"
+msgstr ""
+
+#: gonvert:2156
+msgid "libra (Mexican)"
+msgstr ""
+
+#: gonvert:2158
+msgid "libra (Spanish)"
+msgstr ""
+
+#: gonvert:2160
+msgid "livre (French)"
+msgstr ""
+
+#: gonvert:2162
+msgid "quarter (long)"
+msgstr ""
+
+#: gonvert:2163
+msgid "The fourth part of a long hundredweight. 28 pounds"
+msgstr ""
+
+#: gonvert:2164
+msgid "quarter (short)"
+msgstr ""
+
+#: gonvert:2165
+msgid "The fourth part of a short hundredweight. 25 pounds"
+msgstr ""
+
+#: gonvert:2166
+msgid "mite (English)"
+msgstr ""
+
+#: gonvert:2167
+msgid "A small weight; one twentieth of a grain."
+msgstr ""
+
+#: gonvert:2168
+msgid "neutron rest mass"
+msgstr ""
+
+#: gonvert:2169
+msgid ""
+"The mass of a neutron as measured when the it is at rest relative to an "
+"observer, an inherent property of the body."
+msgstr ""
+
+#: gonvert:2170
+msgid "proton rest mass"
+msgstr ""
+
+#: gonvert:2171
+msgid ""
+"The mass of a proton as measured when the it is at rest relative to an "
+"observer, an inherent property of the body."
+msgstr ""
+
+#: gonvert:2172
+msgid "pfund (German)"
+msgstr ""
+
+#: gonvert:2173
+msgid "German pound. 500 grams. 16 unze."
+msgstr ""
+
+#: gonvert:2174
+msgid "unze (German)"
+msgstr ""
+
+#: gonvert:2175
+msgid "German ounce. 1/16 pfund."
+msgstr ""
+
+#: gonvert:2176
+msgid "lot (German)"
+msgstr ""
+
+#: gonvert:2177
+msgid "One half unze."
+msgstr ""
+
+#: gonvert:2178
+msgid "picul | tan | pecul | pecal (Chinese | Summatra))"
+msgstr ""
+
+#: gonvert:2179
+msgid "100 catty. 133 1/2 pounds"
+msgstr ""
+
+#: gonvert:2180
+msgid "picul (Japan)"
+msgstr ""
+
+#: gonvert:2181
+msgid "133 1/3 pounds"
+msgstr ""
+
+#: gonvert:2182
+msgid "picul (Borneo)"
+msgstr ""
+
+#: gonvert:2183
+msgid "135 5/8 pounds"
+msgstr ""
+
+#: gonvert:2184
+msgid "pood (Russian)"
+msgstr ""
+
+#: gonvert:2185
+msgid ""
+"A Russian weight, equal to forty Russian pounds or about thirty-six English "
+"pounds avoirdupois."
+msgstr ""
+
+#: gonvert:2186
+msgid "quintal"
+msgstr ""
+
+#: gonvert:2187
+msgid "A metric measure of weight, being 100,000 grams, or 100 kilograms"
+msgstr ""
+
+#: gonvert:2188
+msgid "quintal (short UK)"
+msgstr ""
+
+#: gonvert:2189
+msgid "100 pounds"
+msgstr ""
+
+#: gonvert:2190
+msgid "quintal (long UK)"
+msgstr ""
+
+#: gonvert:2191
+msgid "112 pounds"
+msgstr ""
+
+#: gonvert:2192
+msgid "quintal (Spanish)"
+msgstr ""
+
+#: gonvert:2193
+msgid "Spanish hundredweight"
+msgstr ""
+
+#: gonvert:2194
+msgid "scrupulum (Roman)"
+msgstr ""
+
+#: gonvert:2196
+msgid "stone (legal)"
+msgstr ""
+
+#: gonvert:2197
+msgid "14 pounds"
+msgstr ""
+
+#: gonvert:2198
+msgid "stone (butchers)"
+msgstr ""
+
+#: gonvert:2199
+msgid "Meat or fish. 8 pounds"
+msgstr ""
+
+#: gonvert:2200
+msgid "stone (cheese)"
+msgstr ""
+
+#: gonvert:2201
+msgid "16 pounds."
+msgstr ""
+
+#: gonvert:2202
+msgid "stone (hemp)"
+msgstr ""
+
+#: gonvert:2203
+msgid "32 pounds"
+msgstr ""
+
+#: gonvert:2204
+msgid "stone (glass)"
+msgstr ""
+
+#: gonvert:2205
+msgid "5 pounds"
+msgstr ""
+
+#: gonvert:2206
+msgid "uncia"
+msgstr ""
+
+#: gonvert:2207
+msgid ""
+"Ancient Roman. A twelfth part, as of the Roman \"as\" or \"libra\"; an "
+"ounce. 420 grains"
+msgstr ""
+
+#: gonvert:2209
+msgid "Musical notes"
+msgstr ""
+
+#: gonvert:2210
+msgid "whole note | semibreve"
+msgstr ""
+
+#: gonvert:2211
+msgid ""
+"A note of half the time or duration of the breve; -- now usually called a "
+"whole note."
+msgstr ""
+
+#: gonvert:2212
+msgid "breve"
+msgstr ""
+
+#: gonvert:2213
+msgid ""
+"A note or character of time, equivalent to two semibreves or four minims. "
+"When dotted, it is equal to three semibreves."
+msgstr ""
+
+#: gonvert:2214 gonvert:2789
+msgid "minim"
+msgstr ""
+
+#: gonvert:2215
+msgid ""
+"A time note, a half note, equal to half a semibreve, or two quarter notes or "
+"crotchets."
+msgstr ""
+
+#: gonvert:2216
+msgid "crotchet"
+msgstr ""
+
+#: gonvert:2217
+msgid ""
+"A time note, with a stem, having one fourth the value of a semibreve, one "
+"half that of a minim, and twice that of a quaver; a quarter note."
+msgstr ""
+
+#: gonvert:2218
+msgid "quaver"
+msgstr ""
+
+#: gonvert:2219
+msgid "An eighth note."
+msgstr ""
+
+#: gonvert:2221
+msgid "Power"
+msgstr "Moc"
+
+#: gonvert:2222
+msgid "megawatt"
+msgstr ""
+
+#: gonvert:2224
+msgid "kilowatt"
+msgstr ""
+
+#: gonvert:2226
+msgid "watt"
+msgstr ""
+
+#: gonvert:2227
+msgid ""
+"Named after the Scottish engineer and inventor James Watt (1736-1819). A "
+"unit of power or activity equal to 10^7 C.G.S. units of power, or to work "
+"done at the rate of one joule a second."
+msgstr ""
+
+#: gonvert:2228
+msgid "milliwatt"
+msgstr ""
+
+#: gonvert:2230
+msgid "microwatt"
+msgstr ""
+
+#: gonvert:2233
+msgid "horsepower (boiler)"
+msgstr ""
+
+#: gonvert:2234
+msgid "A unit of power representing the power exerted by a horse in pulling."
+msgstr ""
+
+#: gonvert:2235
+msgid "horsepower"
+msgstr ""
+
+#: gonvert:2237
+msgid "ton of refrigeration"
+msgstr ""
+
+#: gonvert:2239
+msgid "btu per second"
+msgstr ""
+
+#: gonvert:2241
+msgid "calorie per second"
+msgstr ""
+
+#: gonvert:2243
+msgid "kilcalorie per hour"
+msgstr ""
+
+#: gonvert:2244
+msgid "Useful for calculating heating facilities and kitchens."
+msgstr ""
+
+#: gonvert:2245
+msgid "frig per hour"
+msgstr ""
+
+#: gonvert:2246
+msgid "The same as kcal/h, but used for air conditioning and refrigerating."
+msgstr ""
+
+#: gonvert:2247
+msgid "foot pound force per second"
+msgstr ""
+
+#: gonvert:2249
+msgid "joule per second"
+msgstr ""
+
+#: gonvert:2251
+msgid "newton meter per second"
+msgstr ""
+
+#: gonvert:2253
+msgid "btu per hour"
+msgstr ""
+
+#: gonvert:2255
+msgid "foot pound force per minute"
+msgstr ""
+
+#: gonvert:2257
+msgid "erg per second"
+msgstr ""
+
+#: gonvert:2259
+msgid "dyne centimeter per second"
+msgstr ""
+
+#: gonvert:2261
+msgid "lusec"
+msgstr ""
+
+#: gonvert:2262
+msgid ""
+"Used to measure the leakage of vacuum pumps. A flow of one liter per second "
+"at a pressure of one micrometer of mercury."
+msgstr ""
+
+#: gonvert:2264
+msgid "Pressure and Stress"
+msgstr ""
+
+#: gonvert:2265
+msgid "pascal"
+msgstr ""
+
+#: gonvert:2266
+msgid ""
+"Named after the French philosopher and mathematician Blaise Pascal (1623 - "
+"1662). Equal to one newton per square meter."
+msgstr ""
+
+#: gonvert:2267
+msgid "hectopascal"
+msgstr ""
+
+#: gonvert:2269
+msgid "kilopascal"
+msgstr ""
+
+#: gonvert:2271
+msgid "megapascal"
+msgstr ""
+
+#: gonvert:2273
+msgid "atmosphere (absolute,standard)"
+msgstr ""
+
+#: gonvert:2274
+msgid "The average pressure of the Earth's atmosphere at sea level."
+msgstr ""
+
+#: gonvert:2275
+msgid "atmosphere (technical)"
+msgstr ""
+
+#: gonvert:2276
+msgid "A metric unit equal to one kilogram of force per square centimeter."
+msgstr ""
+
+#: gonvert:2277
+msgid "bar"
+msgstr ""
+
+#: gonvert:2278
+msgid "From the Greek word baros."
+msgstr ""
+
+#: gonvert:2279
+msgid "pound force per square inch"
+msgstr ""
+
+#: gonvert:2281
+msgid "ounces per square inch"
+msgstr ""
+
+#: gonvert:2283
+msgid "feet of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2285
+msgid "inches of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2287
+msgid "meter of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2289
+msgid "centimeter of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2291
+msgid "millimeter of water (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2293
+msgid "feet of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2295
+msgid "inches of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2297
+msgid "meter of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2299
+msgid "centimeter of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2301
+msgid "millimeter of water (39.2F,4C)"
+msgstr ""
+
+#: gonvert:2303
+msgid "inches of mercury (60F,15.5C)"
+msgstr ""
+
+#: gonvert:2305
+msgid "millimeter of mercury (0C)"
+msgstr ""
+
+#: gonvert:2307
+msgid "inches of mercury (0C)"
+msgstr ""
+
+#: gonvert:2309
+msgid "micrometer of mercury (0C)"
+msgstr ""
+
+#: gonvert:2311
+msgid "centimeter of mercury (0C)"
+msgstr ""
+
+#: gonvert:2313
+msgid "foot of mercury (0C)"
+msgstr ""
+
+#: gonvert:2315
+msgid "torricelli"
+msgstr ""
+
+#: gonvert:2316
+msgid ""
+"Named after Italian physicist and mathematician Evangelista Torricelli, "
+"(1608-1647). A unit of pressure equal to 0.001316 atmosphere."
+msgstr ""
+
+#: gonvert:2317
+msgid "micron"
+msgstr ""
+
+#: gonvert:2318
+msgid "Used in vacuum technology. Equal to 1 millitorr."
+msgstr ""
+
+#: gonvert:2319
+msgid "millibar"
+msgstr ""
+
+#: gonvert:2321
+msgid "pound force per square foot"
+msgstr ""
+
+#: gonvert:2323
+msgid "tons (UK) per square foot"
+msgstr ""
+
+#: gonvert:2325
+msgid "tons (US) per square foot"
+msgstr ""
+
+#: gonvert:2327
+msgid "kilogram force per square meter"
+msgstr ""
+
+#: gonvert:2329
+msgid "kilogram force per square centimeter"
+msgstr ""
+
+#: gonvert:2330
+msgid "Used for ground pressure and steel stress."
+msgstr ""
+
+#: gonvert:2331
+msgid "newton per square meter"
+msgstr ""
+
+#: gonvert:2333
+msgid "newton per square centimeter"
+msgstr ""
+
+#: gonvert:2335
+msgid "newton per square millimeter"
+msgstr ""
+
+#: gonvert:2336
+msgid "Used for concrete stress."
+msgstr ""
+
+#: gonvert:2337
+msgid "kiloNewton per square meter"
+msgstr ""
+
+#: gonvert:2338
+msgid "Used for ground pressure."
+msgstr ""
+
+#: gonvert:2339
+msgid "kiloNewton per square centimeter"
+msgstr ""
+
+#: gonvert:2340
+msgid "Used for loads and concrete stress."
+msgstr ""
+
+#: gonvert:2341
+msgid "microbar"
+msgstr ""
+
+#: gonvert:2343
+msgid "dyne per square centimeter"
+msgstr ""
+
+#: gonvert:2345
+msgid "barie | barye"
+msgstr ""
+
+#: gonvert:2347
+msgid "pieze"
+msgstr ""
+
+#: gonvert:2348
+msgid ""
+"From the Greek word piezein (to press). The pieze is a pressure of one "
+"sthene per square meter. 1000 newtons per square meter."
+msgstr ""
+
+#: gonvert:2350
+msgid "Prefixes and Suffixes"
+msgstr ""
+
+#: gonvert:2351
+msgid "centillion (US)"
+msgstr ""
+
+#: gonvert:2352
+msgid ""
+"10^303. Note: British word centillion means 10^600 (too big for this program "
+"to represent as floating point)."
+msgstr ""
+
+#: gonvert:2353
+msgid "novemtrigintillion (US) | vigintillion (UK)"
+msgstr ""
+
+#: gonvert:2354
+msgid "10^120. "
+msgstr ""
+
+#: gonvert:2355
+msgid "octotrigintillion (US)"
+msgstr ""
+
+#: gonvert:2356
+msgid "10^117. "
+msgstr ""
+
+#: gonvert:2357
+msgid "septentrigintillion (US) | novemdecillion (UK)"
+msgstr ""
+
+#: gonvert:2358
+msgid "10^114. "
+msgstr ""
+
+#: gonvert:2359
+msgid "sextrigintillion (US)"
+msgstr ""
+
+#: gonvert:2360
+msgid "10^111. "
+msgstr ""
+
+#: gonvert:2361
+msgid "quintrigintillion (US) | octodecillion (UK)"
+msgstr ""
+
+#: gonvert:2362
+msgid "10^108. "
+msgstr ""
+
+#: gonvert:2363
+msgid "quattuortrigintillion (US)"
+msgstr ""
+
+#: gonvert:2364
+msgid "10^105. "
+msgstr ""
+
+#: gonvert:2365
+msgid "tretrigintillion (US) | septendecillion (UK)"
+msgstr ""
+
+#: gonvert:2366
+msgid "10^102. "
+msgstr ""
+
+#: gonvert:2367
+msgid "googol"
+msgstr ""
+
+#: gonvert:2368
+msgid "10^100 Ten dotrigintillion (US). Note: a googolplex is 10^10^10^2."
+msgstr ""
+
+#: gonvert:2369
+msgid "dotrigintillion (US)"
+msgstr ""
+
+#: gonvert:2370
+msgid "10^99. "
+msgstr ""
+
+#: gonvert:2371
+msgid "untrigintillion (US) | sexdecillion (UK)"
+msgstr ""
+
+#: gonvert:2372
+msgid "10^96. "
+msgstr ""
+
+#: gonvert:2373
+msgid "trigintillion (US)"
+msgstr ""
+
+#: gonvert:2374
+msgid "10^93. "
+msgstr ""
+
+#: gonvert:2375
+msgid "novemvigintillion (US) | quindecillion (UK)"
+msgstr ""
+
+#: gonvert:2376
+msgid "10^90. "
+msgstr ""
+
+#: gonvert:2377
+msgid "octovigintillion (US)"
+msgstr ""
+
+#: gonvert:2378
+msgid "10^87. "
+msgstr ""
+
+#: gonvert:2379
+msgid "septenvigintillion (US) | quattuordecillion (UK)"
+msgstr ""
+
+#: gonvert:2380
+msgid "10^84. "
+msgstr ""
+
+#: gonvert:2381
+msgid "sexvigintillion (US)"
+msgstr ""
+
+#: gonvert:2382
+msgid "10^81. "
+msgstr ""
+
+#: gonvert:2383
+msgid "quinvigintillion (US) | tredecillion (UK)"
+msgstr ""
+
+#: gonvert:2384
+msgid "10^78. "
+msgstr ""
+
+#: gonvert:2385
+msgid "quattuorvigintillion (US)"
+msgstr ""
+
+#: gonvert:2386
+msgid "10^75. "
+msgstr ""
+
+#: gonvert:2387
+msgid "trevigintillion (US) | duodecillion (UK)"
+msgstr ""
+
+#: gonvert:2388
+msgid "10^72. "
+msgstr ""
+
+#: gonvert:2389
+msgid "dovigintillion (US)"
+msgstr ""
+
+#: gonvert:2390
+msgid "10^69. "
+msgstr ""
+
+#: gonvert:2391
+msgid "unvigintillion (US) | undecillion (UK"
+msgstr ""
+
+#: gonvert:2392
+msgid "10^66. "
+msgstr ""
+
+#: gonvert:2393
+msgid "vigintillion (US)"
+msgstr ""
+
+#: gonvert:2394
+msgid "10^63. "
+msgstr ""
+
+#: gonvert:2395
+msgid "novemdecillion (US) | decillion (UK)"
+msgstr ""
+
+#: gonvert:2396
+msgid "10^60. "
+msgstr ""
+
+#: gonvert:2397
+msgid "octodecillion (US)"
+msgstr ""
+
+#: gonvert:2398
+msgid "10^57. "
+msgstr ""
+
+#: gonvert:2399
+msgid "septendecillion (US) | nonillion (UK)"
+msgstr ""
+
+#: gonvert:2400
+msgid "10^54. "
+msgstr ""
+
+#: gonvert:2401
+msgid "sexdecillion (US)"
+msgstr ""
+
+#: gonvert:2402
+msgid "10^51. "
+msgstr ""
+
+#: gonvert:2403
+msgid "quindecillion (US) | octillion (UK)"
+msgstr ""
+
+#: gonvert:2404
+msgid "10^48. "
+msgstr ""
+
+#: gonvert:2405
+msgid "quattuordecillion (US)"
+msgstr ""
+
+#: gonvert:2406
+msgid "10^45. "
+msgstr ""
+
+#: gonvert:2407
+msgid "tredecillion (US) | septillion (UK)"
+msgstr ""
+
+#: gonvert:2408
+msgid "10^42. "
+msgstr ""
+
+#: gonvert:2409
+msgid "duodecillion (US) | chici"
+msgstr ""
+
+#: gonvert:2410
+msgid "10^39. chici coined by Morgan Burke after Marx brother Chico Marx."
+msgstr ""
+
+#: gonvert:2411
+msgid "undecillion (US) | sextillion (UK) | gummi"
+msgstr ""
+
+#: gonvert:2412
+msgid "10^36. gummi coined by Morgan Burke after Marx brother Gummo Marx."
+msgstr ""
+
+#: gonvert:2413
+msgid "una | decillion (US) | zeppi"
+msgstr ""
+
+#: gonvert:2414
+msgid "10^33. zeppi coined by Morgan Burke after Marx brother Zeppo Marx."
+msgstr ""
+
+#: gonvert:2415
+msgid "dea | nonillion (US) | quintillion (UK) | grouchi"
+msgstr ""
+
+#: gonvert:2416
+msgid "10^30. grouchi coined by Morgan Burke after Marx brother Groucho Marx."
+msgstr ""
+
+#: gonvert:2417
+msgid "nea | octillion (US) | quadrilliard (UK) | harpi"
+msgstr ""
+
+#: gonvert:2418
+msgid "10^27. harpi coined by Morgan Burke after Marx brother Harpo Marx."
+msgstr ""
+
+#: gonvert:2419
+msgid "yotta | septillion (US) | quadrillion (UK)"
+msgstr ""
+
+#: gonvert:2421
+msgid "zetta | sextillion (US) | trilliard (UK)"
+msgstr ""
+
+#: gonvert:2423
+msgid "exa | quintillion (US) | trillion (UK)"
+msgstr ""
+
+#: gonvert:2425
+msgid "peta | quadrillion (US) | billiard (UK)"
+msgstr ""
+
+#: gonvert:2427
+msgid "tera | trillion (US) | billion (UK)"
+msgstr ""
+
+#: gonvert:2429
+msgid "giga"
+msgstr ""
+
+#: gonvert:2431
+msgid "billion (US) | milliard (UK)"
+msgstr ""
+
+#: gonvert:2433
+msgid "mega | million"
+msgstr ""
+
+#: gonvert:2435
+msgid "hectokilo"
+msgstr ""
+
+#: gonvert:2436
+msgid "10^5. 100 thousand times"
+msgstr ""
+
+#: gonvert:2437
+msgid "myra | myria"
+msgstr ""
+
+#: gonvert:2438
+msgid "Ten thousand times, 10^4"
+msgstr ""
+
+#: gonvert:2439
+msgid "kilo | thousand"
+msgstr ""
+
+#: gonvert:2441
+msgid "gross"
+msgstr ""
+
+#: gonvert:2442
+msgid "Twelve dozen."
+msgstr ""
+
+#: gonvert:2443
+msgid "hecto | hundred"
+msgstr ""
+
+#: gonvert:2445
+msgid "vic"
+msgstr ""
+
+#: gonvert:2446
+msgid "Twenty times."
+msgstr ""
+
+#: gonvert:2447
+msgid "duodec"
+msgstr ""
+
+#: gonvert:2448
+msgid "Twelve times."
+msgstr ""
+
+#: gonvert:2449
+msgid "dozen (bakers | long)"
+msgstr ""
+
+#: gonvert:2450
+msgid ""
+"Thirteen items. The cardinal number that is the sum of twelve and one syn:  "
+"thirteen, 13, XIII, long dozen."
+msgstr ""
+
+#: gonvert:2451
+msgid "dozen"
+msgstr ""
+
+#: gonvert:2452
+msgid "Twelve items. Usually used to measure the quantity of eggs in a carton."
+msgstr ""
+
+#: gonvert:2453
+msgid "undec"
+msgstr ""
+
+#: gonvert:2454
+msgid "Eleven times."
+msgstr ""
+
+#: gonvert:2455
+msgid "deca | deka | ten"
+msgstr ""
+
+#: gonvert:2457
+msgid "sex | hexad"
+msgstr ""
+
+#: gonvert:2458
+msgid "Six times."
+msgstr ""
+
+#: gonvert:2459
+msgid "quin"
+msgstr ""
+
+#: gonvert:2460
+msgid "Five times."
+msgstr ""
+
+#: gonvert:2461
+msgid "quadr | quadri | quadruple"
+msgstr ""
+
+#: gonvert:2462
+msgid "Four times."
+msgstr ""
+
+#: gonvert:2463
+msgid "thrice | tri | triple"
+msgstr ""
+
+#: gonvert:2464
+msgid "Three times."
+msgstr ""
+
+#: gonvert:2465
+msgid "bi | double"
+msgstr ""
+
+#: gonvert:2466
+msgid "Two times."
+msgstr ""
+
+#: gonvert:2467
+msgid "sesqui | sesqu"
+msgstr ""
+
+#: gonvert:2468
+msgid "One and one half times."
+msgstr ""
+
+#: gonvert:2469
+msgid "one | mono"
+msgstr ""
+
+#: gonvert:2470
+msgid "Single unit value."
+msgstr ""
+
+#: gonvert:2471
+msgid "quarter"
+msgstr ""
+
+#: gonvert:2472
+msgid "One fourth."
+msgstr ""
+
+#: gonvert:2473
+msgid "demi | semi | half"
+msgstr ""
+
+#: gonvert:2474
+msgid "One half."
+msgstr ""
+
+#: gonvert:2475
+msgid "eigth"
+msgstr ""
+
+#: gonvert:2476
+msgid "One eigth."
+msgstr ""
+
+#: gonvert:2477
+msgid "deci"
+msgstr ""
+
+#: gonvert:2479
+msgid "centi"
+msgstr ""
+
+#: gonvert:2481 gonvert:2935
+msgid "percent"
+msgstr ""
+
+#: gonvert:2482
+msgid "10^-2. A proportion multiplied by 100"
+msgstr ""
+
+#: gonvert:2483
+msgid "milli"
+msgstr ""
+
+#: gonvert:2485
+msgid "decimilli"
+msgstr ""
+
+#: gonvert:2486
+msgid "10^-4"
+msgstr ""
+
+#: gonvert:2487
+msgid "centimilli"
+msgstr ""
+
+#: gonvert:2488
+msgid "10^-5. "
+msgstr ""
+
+#: gonvert:2489
+msgid "micro"
+msgstr ""
+
+#: gonvert:2491
+msgid "parts per million | ppm"
+msgstr ""
+
+#: gonvert:2492
+msgid ""
+"10^-6. Parts per million usually used in measuring chemical concentrations."
+msgstr ""
+
+#: gonvert:2493
+msgid "nano"
+msgstr ""
+
+#: gonvert:2495
+msgid "pico"
+msgstr ""
+
+#: gonvert:2497
+msgid "femto"
+msgstr ""
+
+#: gonvert:2499
+msgid "atto"
+msgstr ""
+
+#: gonvert:2501
+msgid "zepto | ento"
+msgstr ""
+
+#: gonvert:2503
+msgid "yocto | fito"
+msgstr ""
+
+#: gonvert:2505
+msgid "syto | harpo"
+msgstr ""
+
+#: gonvert:2506
+msgid "10^-27. harpo coined by Morgan Burke after Marx brother Harpo Marx."
+msgstr ""
+
+#: gonvert:2507
+msgid "tredo | groucho"
+msgstr ""
+
+#: gonvert:2508
+msgid "10^-30. groucho coined by Morgan Burke after Marx brother Groucho Marx."
+msgstr ""
+
+#: gonvert:2509
+msgid "revo | zeppo"
+msgstr ""
+
+#: gonvert:2510
+msgid "10^-33. zeppo coined by Morgan Burke after Marx brother Zeppo Marx."
+msgstr ""
+
+#: gonvert:2511
+msgid "gummo"
+msgstr ""
+
+#: gonvert:2512
+msgid "10^-36. Coined by Morgan Burke after Marx brother Gummo Marx."
+msgstr ""
+
+#: gonvert:2513
+msgid "chico"
+msgstr ""
+
+#: gonvert:2514
+msgid "10^-39. Coined by Morgan Burke after Marx brother Chico Marx."
+msgstr ""
+
+#: gonvert:2517
+msgid "Shoe Size"
+msgstr ""
+
+#: gonvert:2524
+msgid "Mens (US)"
+msgstr ""
+
+#: gonvert:2526
+msgid "Womens (US)"
+msgstr ""
+
+#: gonvert:2528
+msgid "Childrens (US)"
+msgstr ""
+
+#: gonvert:2530
+msgid "Mens (UK)"
+msgstr ""
+
+#: gonvert:2532
+msgid "Womens (UK)"
+msgstr ""
+
+#: gonvert:2537
+msgid "Speed | Velocity"
+msgstr "Prędkość"
+
+#: gonvert:2538
+msgid "meter per second"
+msgstr ""
+
+#: gonvert:2540
+msgid "speed of light | warp"
+msgstr ""
+
+#: gonvert:2541
+msgid ""
+"The speed at which light travels in a vacuum; about 300,000 km per second; a "
+"universal constant."
+msgstr ""
+
+#: gonvert:2542
+msgid "miles per second"
+msgstr ""
+
+#: gonvert:2544
+msgid "kilometer per second"
+msgstr ""
+
+#: gonvert:2546
+msgid "millimeter per second"
+msgstr ""
+
+#: gonvert:2548
+msgid "knot"
+msgstr ""
+
+#: gonvert:2549
+msgid ""
+"Nautical measurement for speed as one nautical mile per hour. The number of "
+"knots which run off from the reel in half a minute, therefore, shows the "
+"number of miles the vessel sails in an hour."
+msgstr ""
+
+#: gonvert:2550
+msgid "miles per hour"
+msgstr ""
+
+#: gonvert:2552
+msgid "foot per second"
+msgstr ""
+
+#: gonvert:2554
+msgid "foot per minute"
+msgstr ""
+
+#: gonvert:2556
+msgid "kilometer per hour"
+msgstr ""
+
+#: gonvert:2558
+msgid "mile per day"
+msgstr ""
+
+#: gonvert:2560
+msgid "centimeter per second"
+msgstr ""
+
+#: gonvert:2562
+msgid "knot (admiralty)"
+msgstr ""
+
+#: gonvert:2564
+msgid "mach (sea level & 32 degF)"
+msgstr ""
+
+#: gonvert:2567
+msgid "Temperature"
+msgstr "Temperatura"
+
+#: gonvert:2569
+msgid ""
+"Named after the English mathematician and physicist William Thomson Kelvin "
+"(1824-1907). The basic unit of thermodynamic temperature adopted under the "
+"System International d'Unites."
+msgstr ""
+
+#: gonvert:2570
+msgid "celsius (absolute)"
+msgstr ""
+
+#: gonvert:2572
+msgid "celsius (formerly centigrade)"
+msgstr ""
+
+#: gonvert:2573
+msgid ""
+"Named after the Swedish astronomer and physicist Anders Celsius (1701-1744). "
+"The Celsius thermometer or scale. It is the same as the centigrade "
+"thermometer or scale. 0 marks the freezing point of water and 100 marks the "
+"boiling point of water.  "
+msgstr ""
+
+#: gonvert:2574
+msgid "fahrenheit"
+msgstr ""
+
+#: gonvert:2575
+msgid ""
+"Named after the German physicist Gabriel Daniel Fahrenheit (1686-1736). The "
+"Fahrenheit thermometer is so graduated that the freezing point of water is "
+"at 32 above the zero of its scale, and the boiling point at 212 above. It is "
+"commonly used in the United States and in England."
+msgstr ""
+
+#: gonvert:2577
+msgid "reaumur"
+msgstr ""
+
+#: gonvert:2578
+msgid ""
+"Named after the French scientist Ren-Antoine Ferchault de Raumur (1683-"
+"1757). Conformed to the scale adopted by Raumur in graduating the "
+"thermometer he invented. The Raumur thermometer is so graduated that 0 marks "
+"the freezing point and 80 the boiling point of water."
+msgstr ""
+
+#: gonvert:2579
+msgid "fahrenheit (absolute)"
+msgstr ""
+
+#: gonvert:2581
+msgid "rankine"
+msgstr ""
+
+#: gonvert:2582
+msgid ""
+"Named after the British physicist and engineer William Rankine (1820-1872). "
+"An absolute temperature scale in Fahrenheit degrees."
+msgstr ""
+
+#: gonvert:2585
+msgid "Temperature Difference"
+msgstr ""
+
+#: gonvert:2586
+msgid "temp. diff. in kelvin"
+msgstr ""
+
+#: gonvert:2588
+msgid "temp. diff. in degrees Celsius"
+msgstr ""
+
+#: gonvert:2590
+msgid "temp. diff. in degrees Reaumur"
+msgstr ""
+
+#: gonvert:2592
+msgid "temp. diff. in degrees Rankine"
+msgstr ""
+
+#: gonvert:2594
+msgid "temp. diff. in degrees Fahrenheit"
+msgstr ""
+
+#: gonvert:2597
+msgid "Time"
+msgstr "Czas"
+
+#: gonvert:2598
+msgid "year"
+msgstr ""
+
+#: gonvert:2599
+msgid ""
+"The time of the apparent revolution of the sun trough the ecliptic; the "
+"period occupied by the earth in making its revolution around the sun, called "
+"the astronomical year; also, a period more or less nearly agreeing with "
+"this, adopted by various nations as a measure of time, and called the civil "
+"year; as, the common lunar year of 354 days, still in use among the "
+"Mohammedans; the year of 360 days, etc. In common usage, the year consists "
+"of 365 days, and every fourth year (called bissextile, or leap year) of 366 "
+"days, a day being added to February on that year, on account of the excess "
+"above 365 days"
+msgstr ""
+
+#: gonvert:2600
+msgid "year (anomalistic)"
+msgstr ""
+
+#: gonvert:2601
+msgid ""
+"The time of the earth's revolution from perihelion to perihelion again, "
+"which is 365 days, 6 hours, 13 minutes, and 48 seconds."
+msgstr ""
+
+#: gonvert:2602
+msgid "year (common lunar)"
+msgstr ""
+
+#: gonvert:2603
+msgid "The period of 12 lunar months, or 354 days."
+msgstr ""
+
+#: gonvert:2604
+msgid "year (embolismic | Intercalary lunar)"
+msgstr ""
+
+#: gonvert:2605
+msgid "The period of 13 lunar months, or 384 days."
+msgstr ""
+
+#: gonvert:2606
+msgid "year (leap | bissextile)"
+msgstr ""
+
+#: gonvert:2607
+msgid ""
+"Bissextile; a year containing 366 days; every fourth year which leaps over a "
+"day more than a common year, giving to February twenty-nine days. Note: "
+"Every year whose number is divisible by four without a remainder is a leap "
+"year, excepting the full centuries, which, to be leap years, must be "
+"divisible by 400 without a remainder. If not so divisible they are common "
+"years. 1900, therefore, is not a leap year."
+msgstr ""
+
+#: gonvert:2608
+msgid "year (sabbatical)"
+msgstr ""
+
+#: gonvert:2609
+msgid ""
+"Every seventh year, in which the Israelites were commanded to suffer their "
+"fields and vineyards to rest, or lie without tillage."
+msgstr ""
+
+#: gonvert:2610
+msgid "year (lunar astronomical)"
+msgstr ""
+
+#: gonvert:2611
+msgid ""
+"The period of 12 lunar synodical months, or 354 days, 8 hours, 48 minutes, "
+"36 seconds."
+msgstr ""
+
+#: gonvert:2612
+msgid "year (lunisolar)"
+msgstr ""
+
+#: gonvert:2613
+msgid ""
+"A period of time, at the end of which, in the Julian calendar, the new and "
+"full moons and the eclipses recur on the same days of the week and month and "
+"year as in the previous period. It consists of 532 common years, being the "
+"least common multiple of the numbers of years in the cycle of the sun and "
+"the cycle of the moon."
+msgstr ""
+
+#: gonvert:2614
+msgid "year (sidereal)"
+msgstr ""
+
+#: gonvert:2615
+msgid ""
+"The time in which the sun, departing from any fixed star, returns to the "
+"same. This is 365 days, 6 hours, 9 minutes, and 9.3 seconds."
+msgstr ""
+
+#: gonvert:2616
+msgid "year (sothic)"
+msgstr ""
+
+#: gonvert:2617
+msgid ""
+"The Egyptian year of 365 days and 6 hours, as distinguished from the "
+"Egyptian vague year, which contained 365 days. The Sothic period consists of "
+"1,460 Sothic years, being equal to 1,461 vague years. One of these periods "
+"ended in July, a.d. 139."
+msgstr ""
+
+#: gonvert:2618
+msgid "year (tropic)"
+msgstr ""
+
+#: gonvert:2619
+msgid ""
+"The solar year; the period occupied by the sun in passing from one tropic or "
+"one equinox to the same again, having a mean length of 365 days, 5 hours, 48 "
+"minutes, 46.0 seconds, which is 20 minutes, 23.3 seconds shorter than the "
+"sidereal year, on account of the precession of the equinoxes."
+msgstr ""
+
+#: gonvert:2620
+msgid "month"
+msgstr ""
+
+#: gonvert:2621
+msgid ""
+"One of the twelve portions into which the year is divided; the twelfth part "
+"of a year, corresponding nearly to the length of a synodic revolution of the "
+"moon, -- whence the name. In popular use, a period of four weeks is often "
+"called a month."
+msgstr ""
+
+#: gonvert:2622
+msgid "month (sidereal)"
+msgstr ""
+
+#: gonvert:2623
+msgid "Period between successive conjunctions with a star, 27.322 days"
+msgstr ""
+
+#: gonvert:2624
+msgid "month (synodic | lunar month | lunation)"
+msgstr ""
+
+#: gonvert:2625
+msgid ""
+"The period between successive new moons (29.53059 days) syn: lunar month, "
+"moon, lunation"
+msgstr ""
+
+#: gonvert:2626
+msgid "day"
+msgstr ""
+
+#: gonvert:2627
+msgid ""
+"The period of the earth's revolution on its axis. -- ordinarily divided into "
+"twenty-four hours. It is measured by the interval between two successive "
+"transits of a celestial body over the same meridian, and takes a specific "
+"name from that of the body. Thus, if this is the sun, the day (the interval "
+"between two successive transits of the sun's center over the same meridian) "
+"is called a solar day; if it is a star, a sidereal day; if it is the moon, a "
+"lunar day."
+msgstr ""
+
+#: gonvert:2628
+msgid "day (sidereal)"
+msgstr ""
+
+#: gonvert:2629
+msgid ""
+"The interval between two successive transits of the first point of Aries "
+"over the same meridian. The Sidereal day is 23 h. 56 m. 4.09 s. of mean "
+"solar time."
+msgstr ""
+
+#: gonvert:2630
+msgid "day (lunar | tidal)"
+msgstr ""
+
+#: gonvert:2631
+msgid "24 hours 50 minutes used in tidal predictions. "
+msgstr ""
+
+#: gonvert:2632
+msgid "hour"
+msgstr ""
+
+#: gonvert:2633
+msgid "The twenty-fourth part of a day; sixty minutes."
+msgstr ""
+
+#: gonvert:2635
+msgid "The sixtieth part of an hour; sixty seconds."
+msgstr ""
+
+#: gonvert:2637
+msgid "The sixtieth part of a minute of time."
+msgstr ""
+
+#: gonvert:2638
+msgid "millisecond"
+msgstr ""
+
+#: gonvert:2639
+msgid "One thousandth of a second."
+msgstr ""
+
+#: gonvert:2640
+msgid "microsecond"
+msgstr ""
+
+#: gonvert:2641
+msgid "One millionth of a second."
+msgstr ""
+
+#: gonvert:2642
+msgid "nanosecond"
+msgstr ""
+
+#: gonvert:2644
+msgid "picosecond"
+msgstr ""
+
+#: gonvert:2646
+msgid "millennium"
+msgstr ""
+
+#: gonvert:2647
+msgid ""
+"A thousand years; especially, the thousand years mentioned in the twentieth "
+"chapter in the twentieth chapter of Revelation, during which holiness is to "
+"be triumphant throughout the world. Some believe that, during this period, "
+"Christ will reign on earth in person with his saints."
+msgstr ""
+
+#: gonvert:2648
+msgid "century"
+msgstr ""
+
+#: gonvert:2649
+msgid ""
+"A period of a hundred years; as, this event took place over two centuries "
+"ago. Note: Century, in the reckoning of time, although often used in a "
+"general way of any series of hundred consecutive years (as, a century of "
+"temperance work), usually signifies a division of the Christian era, "
+"consisting of a period of one hundred years ending with the hundredth year "
+"from which it is named; as, the first century (a. d. 1-100 inclusive); the "
+"seventh century (a.d. 601-700); the eighteenth century (a.d. 1701-1800). "
+"With words or phrases connecting it with some other system of chronology it "
+"is used of similar division of those eras; as, the first century of Rome (A."
+"U.C. 1-100)."
+msgstr ""
+
+#: gonvert:2650
+msgid "decade"
+msgstr ""
+
+#: gonvert:2651
+msgid ""
+"A group or division of ten; esp., a period of ten years; a decennium; as, a "
+"decade of years or days; a decade of soldiers; the second decade of Livy."
+msgstr ""
+
+#: gonvert:2652
+msgid "week"
+msgstr ""
+
+#: gonvert:2653
+msgid ""
+"A period of seven days, usually that reckoned from one Sabbath or Sunday to "
+"the next. Also seven nights, known as sennight."
+msgstr ""
+
+#: gonvert:2654
+msgid "fortnight"
+msgstr ""
+
+#: gonvert:2655
+msgid ""
+"Fourteen nights, our ancestors reckoning time by nights and winters.  The "
+"space of fourteen days; two weeks."
+msgstr ""
+
+#: gonvert:2656
+msgid "novennial"
+msgstr ""
+
+#: gonvert:2657
+msgid "Done or recurring every ninth year."
+msgstr ""
+
+#: gonvert:2658
+msgid "octennial"
+msgstr ""
+
+#: gonvert:2659
+msgid "Happening every eighth year; also, lasting a period of eight years."
+msgstr ""
+
+#: gonvert:2660
+msgid "olympiad"
+msgstr ""
+
+#: gonvert:2661
+msgid ""
+"A period of four years, by which the ancient Greeks reckoned time, being the "
+"interval from one celebration of the Olympic games to another, beginning "
+"with the victory of Coroebus in the foot race, which took place in the year "
+"776 b.c.; as, the era of the olympiads."
+msgstr ""
+
+#: gonvert:2662
+msgid "pregnancy"
+msgstr ""
+
+#: gonvert:2663
+msgid ""
+"The condition of being pregnant; the state of being with young. A period of "
+"approximately 9 months for humans"
+msgstr ""
+
+#: gonvert:2664
+msgid "quindecennial"
+msgstr ""
+
+#: gonvert:2665
+msgid "A period of 15 years."
+msgstr ""
+
+#: gonvert:2666
+msgid "quinquennial"
+msgstr ""
+
+#: gonvert:2667
+msgid ""
+"Occurring once in five years, or at the end of every five years; also, "
+"lasting five years. A quinquennial event."
+msgstr ""
+
+#: gonvert:2668
+msgid "septennial"
+msgstr ""
+
+#: gonvert:2669
+msgid "Lasting or continuing seven years; as, septennial parliaments."
+msgstr ""
+
+#: gonvert:2670
+msgid "cesium vibrations"
+msgstr ""
+
+#: gonvert:2671
+msgid ""
+"It takes one second for hot cesium atoms to vibrate 9,192,631,770 times "
+"(microwaves). This standard was adopted by the International System in 1967."
+msgstr ""
+
+#: gonvert:2673
+msgid "Viscosity (Dynamic)"
+msgstr ""
+
+#: gonvert:2674
+msgid "pascal-second"
+msgstr ""
+
+#: gonvert:2676
+msgid "reyn"
+msgstr ""
+
+#: gonvert:2678
+msgid "poise"
+msgstr ""
+
+#: gonvert:2680
+msgid "microreyn"
+msgstr ""
+
+#: gonvert:2682
+msgid "millipascal-second"
+msgstr ""
+
+#: gonvert:2684
+msgid "centipoise"
+msgstr ""
+
+#: gonvert:2686
+msgid "micropascal-second"
+msgstr ""
+
+#: gonvert:2689
+msgid "Viscosity (Kinematic)"
+msgstr ""
+
+#: gonvert:2690
+msgid "square meter per second"
+msgstr ""
+
+#: gonvert:2692
+msgid "square millimeter per second"
+msgstr ""
+
+#: gonvert:2694
+msgid "square foot per second"
+msgstr ""
+
+#: gonvert:2696
+msgid "square centimetre per second"
+msgstr ""
+
+#: gonvert:2698
+msgid "stokes"
+msgstr ""
+
+#: gonvert:2700
+msgid "centistokes"
+msgstr ""
+
+#: gonvert:2703
+msgid "Volume and Liquid Capacity"
+msgstr ""
+
+#: gonvert:2704
+msgid "caphite"
+msgstr ""
+
+#: gonvert:2705
+msgid "Ancient Arabian"
+msgstr ""
+
+#: gonvert:2706
+msgid "cantaro"
+msgstr ""
+
+#: gonvert:2707
+msgid "Spanish"
+msgstr ""
+
+#: gonvert:2708
+msgid "oxybaphon"
+msgstr ""
+
+#: gonvert:2709 gonvert:2711 gonvert:2713 gonvert:2715 gonvert:2717
+msgid "Greek"
+msgstr ""
+
+#: gonvert:2710
+msgid "cotula | hemina | kotyle"
+msgstr ""
+
+#: gonvert:2712
+msgid "cyathos"
+msgstr ""
+
+#: gonvert:2714
+msgid "cados"
+msgstr ""
+
+#: gonvert:2716
+msgid "metertes | amphura"
+msgstr ""
+
+#: gonvert:2718
+msgid "mushti"
+msgstr ""
+
+#: gonvert:2719
+msgid "Indian"
+msgstr ""
+
+#: gonvert:2720
+msgid "cab"
+msgstr ""
+
+#: gonvert:2721 gonvert:2723 gonvert:2725
+msgid "Israeli"
+msgstr ""
+
+#: gonvert:2722
+msgid "hekat"
+msgstr ""
+
+#: gonvert:2724
+msgid "bath | bu"
+msgstr ""
+
+#: gonvert:2726
+msgid "acetabulum"
+msgstr ""
+
+#: gonvert:2727
+msgid "Roman"
+msgstr ""
+
+#: gonvert:2729
+msgid "dash (UK)"
+msgstr ""
+
+#: gonvert:2730 gonvert:2749
+msgid "one half of a pinch"
+msgstr ""
+
+#: gonvert:2731
+msgid "pinch (UK)"
+msgstr ""
+
+#: gonvert:2732 gonvert:2751
+msgid "One eigth of a teaspoon"
+msgstr ""
+
+#: gonvert:2733
+msgid "gallon (UK)"
+msgstr ""
+
+#: gonvert:2734
+msgid ""
+"A measure of capacity, containing four quarts; -- used, for the most part, "
+"in liquid measure, but sometimes in dry measure. The English imperial gallon "
+"contains 10 pounds avoirdupois of distilled water at 62F, and barometer at "
+"30 inches, equal to 277.274 cubic inches."
+msgstr ""
+
+#: gonvert:2735
+msgid "quart (UK)"
+msgstr ""
+
+#: gonvert:2736 gonvert:2755 gonvert:2832
+msgid ""
+"The fourth part of a gallon; the eighth part of a peck; two pints. Note: In "
+"imperial measure, a quart is forty English fluid ounces; in wine measure, it "
+"is thirty-two American fluid ounces. The United States dry quart contains "
+"67.20 cubic inches, the fluid quart 57.75. The English quart contains 69.32 "
+"cubic inches."
+msgstr ""
+
+#: gonvert:2737
+msgid "pint (UK)"
+msgstr ""
+
+#: gonvert:2739
+msgid "cup (UK)"
+msgstr ""
+
+#: gonvert:2741
+msgid "fluid ounce (UK)"
+msgstr ""
+
+#: gonvert:2742
+msgid ""
+"Contains 1 ounce mass of distilled water at 62F, and barometer at 30 inches"
+msgstr ""
+
+#: gonvert:2743
+msgid "tablespoon (UK)"
+msgstr ""
+
+#: gonvert:2744 gonvert:2763
+msgid ""
+"One sixteenth of a cup. A spoon of the largest size commonly used at the "
+"table; -- distinguished from teaspoon, dessert spoon, etc."
+msgstr ""
+
+#: gonvert:2745
+msgid "teaspoon (UK)"
+msgstr ""
+
+#: gonvert:2746 gonvert:2765
+msgid ""
+"One third of a tablespoon. A small spoon used in stirring and sipping tea, "
+"coffee, etc., and for other purposes."
+msgstr ""
+
+#: gonvert:2748
+msgid "dash (US)"
+msgstr ""
+
+#: gonvert:2750
+msgid "pinch (US)"
+msgstr ""
+
+#: gonvert:2752
+msgid "gallon (US)"
+msgstr ""
+
+#: gonvert:2753
+msgid ""
+"A measure of capacity, containing four quarts; -- used, for the most part, "
+"in liquid measure, but sometimes in dry measure. Note: The standart gallon "
+"of the Unites States contains 231 cubic inches, or 8.3389 pounds avoirdupois "
+"of distilled water at its maximum density, and with the barometer at 30 "
+"inches. This is almost exactly equivalent to a cylinder of seven inches in "
+"diameter and six inches in height, and is the same as the old English wine "
+"gallon. The beer gallon, now little used in the United States, contains 282 "
+"cubic inches."
+msgstr ""
+
+#: gonvert:2754
+msgid "quart (US)"
+msgstr ""
+
+#: gonvert:2756
+msgid "pint (US)"
+msgstr ""
+
+#: gonvert:2758
+msgid "cup (US)"
+msgstr ""
+
+#: gonvert:2760
+msgid "fluid ounce (US)"
+msgstr ""
+
+#: gonvert:2762
+msgid "tablespoon (US)"
+msgstr ""
+
+#: gonvert:2764
+msgid "teaspoon (US)"
+msgstr ""
+
+#: gonvert:2768
+msgid ""
+"A Japanese unit of volume, the shaku equals about 18.04 milliliters (0.61 U."
+"S. fluid ounce). Note: shaku also means area and length."
+msgstr ""
+
+#: gonvert:2770 gonvert:2799
+msgid "cubic yard"
+msgstr ""
+
+#: gonvert:2772 gonvert:2817
+msgid "cubic foot"
+msgstr ""
+
+#: gonvert:2774 gonvert:2825
+msgid "cubic inch"
+msgstr ""
+
+#: gonvert:2777 gonvert:2793
+msgid "cubic meter"
+msgstr ""
+
+#: gonvert:2779 gonvert:2795
+msgid "cubic decimeter"
+msgstr ""
+
+#: gonvert:2781 gonvert:2821
+msgid "litre"
+msgstr ""
+
+#: gonvert:2782 gonvert:2822
+msgid "A measure of capacity in the metric system, being a cubic decimeter."
+msgstr ""
+
+#: gonvert:2783
+msgid "cubic centimeter"
+msgstr ""
+
+#: gonvert:2785
+msgid "millilitre"
+msgstr ""
+
+#: gonvert:2788
+msgid ""
+"Equal to one thousandth of a liter syn: milliliter, millilitre, ml, cubic "
+"centimeter, cubic centimeter, cc"
+msgstr ""
+
+#: gonvert:2790
+msgid ""
+"Used in Pharmaceutical to represent one drop. 1/60 fluid dram or 1/480 fluid "
+"ounce. A U.S. minim is about 0.003760 in or 61.610 l. The British minim is "
+"about 0.003612 in or 59.194 l. Origin of the word is from the Latin minimus, "
+"or small."
+msgstr ""
+
+#: gonvert:2792
+msgid "Volume and Dry Capacity"
+msgstr ""
+
+#: gonvert:2797
+msgid "cord"
+msgstr ""
+
+#: gonvert:2798
+msgid "A pile of wood 8ft x 4ft x 4ft."
+msgstr ""
+
+#: gonvert:2801
+msgid "bushel (US)"
+msgstr ""
+
+#: gonvert:2802 gonvert:2804
+msgid ""
+"A dry measure, containing four pecks, eight gallons, or thirty-two quarts. "
+"Note: The Winchester bushel, formerly used in England, contained 2150.42 "
+"cubic inches, being the volume of a cylinder 181/2 inches in internal "
+"diameter and eight inches in depth. The standard bushel measures, prepared "
+"by the United States Government and distributed to the States, hold each "
+"77.6274 pounds of distilled water, at 39.8deg Fahr. and 30 inches "
+"atmospheric pressure, being the equivalent of the Winchester bushel. The "
+"imperial bushel now in use in England is larger than the Winchester bushel, "
+"containing 2218.2 cubic inches, or 80 pounds of water at 62deg Fahr."
+msgstr ""
+
+#: gonvert:2803
+msgid "bushel (UK | CAN)"
+msgstr ""
+
+#: gonvert:2805
+msgid "peck (US)"
+msgstr ""
+
+#: gonvert:2807
+msgid "peck (UK | CAN)"
+msgstr ""
+
+#: gonvert:2809
+msgid "gallon (US dry)"
+msgstr ""
+
+#: gonvert:2811
+msgid "gallon (CAN)"
+msgstr ""
+
+#: gonvert:2813
+msgid "quart (US dry)"
+msgstr ""
+
+#: gonvert:2815
+msgid "quart (CAN)"
+msgstr ""
+
+#: gonvert:2819
+msgid "board foot"
+msgstr ""
+
+#: gonvert:2820
+msgid "lumber 1ft and 1 in thick"
+msgstr ""
+
+#: gonvert:2823
+msgid "pint (US dry)"
+msgstr ""
+
+#: gonvert:2827
+msgid "coomb"
+msgstr ""
+
+#: gonvert:2828
+msgid "British. 4 bushels"
+msgstr ""
+
+#: gonvert:2829
+msgid "peck"
+msgstr ""
+
+#: gonvert:2830
+msgid "The fourth part of a bushel; a dry measure of eight quarts"
+msgstr ""
+
+#: gonvert:2831
+msgid "quart (dry)"
+msgstr ""
+
+#: gonvert:2834
+msgid "Thermal conductance (Area)"
+msgstr ""
+
+#: gonvert:2835
+msgid "watts per square meter Kelvin"
+msgstr ""
+
+#: gonvert:2837
+msgid "watts per square meter deg C"
+msgstr ""
+
+#: gonvert:2839
+msgid "kilocalories per hour square meter deg C"
+msgstr ""
+
+#: gonvert:2841
+msgid "british thermal units per second square foot deg F"
+msgstr ""
+
+#: gonvert:2843
+msgid "british thermal units per hour square foot deg F"
+msgstr ""
+
+#: gonvert:2846
+msgid "Thermal conductance (Linear)"
+msgstr ""
+
+#: gonvert:2847
+msgid "watts per meter Kelvin"
+msgstr ""
+
+#: gonvert:2849
+msgid "watts per meter deg C"
+msgstr ""
+
+#: gonvert:2851
+msgid "kilocalories per hour meter deg C"
+msgstr ""
+
+#: gonvert:2853
+msgid "british thermal units per second foot deg F"
+msgstr ""
+
+#: gonvert:2856
+msgid "Thermal resistance"
+msgstr ""
+
+#: gonvert:2856 gonvert:2857
+msgid "square meter kelvin per watt"
+msgstr ""
+
+#: gonvert:2859
+msgid "square meter deg C per watt"
+msgstr ""
+
+#: gonvert:2861
+msgid "clo"
+msgstr ""
+
+#: gonvert:2862
+msgid ""
+"Clo is the unit for effective clothing insulation. It is used to evaluate "
+"the expected comfort of users in certain humidity, temperature and workload "
+"conditions (and estimate air conditioning or heating loads, for instance.)."
+msgstr ""
+
+#: gonvert:2863
+msgid "hour square foot deg F per BTU"
+msgstr ""
+
+#: gonvert:2865
+msgid "hour square meter deg C per kilocalorie"
+msgstr ""
+
+#: gonvert:2868
+msgid "Specific Heat"
+msgstr ""
+
+#: gonvert:2869
+msgid "joule per kilogram kelvin"
+msgstr ""
+
+#: gonvert:2871
+msgid "joule per kilogram deg C"
+msgstr ""
+
+#: gonvert:2873
+msgid "kilocalories per kilogram deg C"
+msgstr ""
+
+#: gonvert:2875
+msgid "btu per pound deg F"
+msgstr ""
+
+#: gonvert:2878
+msgid "Fuel consumption"
+msgstr "Zużycie paliwa"
+
+#: gonvert:2879
+msgid "miles per gallon (US)"
+msgstr ""
+
+#: gonvert:2881
+msgid "gallons  (US) per 100 miles"
+msgstr ""
+
+#: gonvert:2883
+msgid "miles per gallon (Imperial)"
+msgstr ""
+
+#: gonvert:2885
+msgid "gallons (Imperial) per 100 miles"
+msgstr ""
+
+#: gonvert:2887
+msgid "liters per 100 kilometer"
+msgstr ""
+
+#: gonvert:2889
+msgid "kilometers per liter"
+msgstr ""
+
+#: gonvert:2892
+msgid "Torque"
+msgstr ""
+
+#: gonvert:2893
+msgid "newton meter"
+msgstr ""
+
+#: gonvert:2894
+msgid "The SI unit of force that causes rotation."
+msgstr ""
+
+#: gonvert:2895
+msgid "joules"
+msgstr ""
+
+#: gonvert:2897
+msgid "kilo newton meter"
+msgstr ""
+
+#: gonvert:2899
+msgid "mega newton meter"
+msgstr ""
+
+#: gonvert:2901
+msgid "milli newton meter"
+msgstr ""
+
+#: gonvert:2903
+msgid "micro newton meter"
+msgstr ""
+
+#: gonvert:2905
+msgid "dyne centimeter"
+msgstr ""
+
+#: gonvert:2907
+msgid "kilogram meter"
+msgstr ""
+
+#: gonvert:2909
+msgid "centimeter gram"
+msgstr ""
+
+#: gonvert:2912
+msgid "One thousand inch pounds."
+msgstr ""
+
+#: gonvert:2913
+msgid "foot pounds"
+msgstr ""
+
+#: gonvert:2915
+msgid "foot ounce"
+msgstr ""
+
+#: gonvert:2917
+msgid "meter kilopond"
+msgstr ""
+
+#: gonvert:2919
+msgid "newton centimeter"
+msgstr ""
+
+#: gonvert:2921
+msgid "inch ounces"
+msgstr ""
+
+#: gonvert:2923
+msgid "inch pounds"
+msgstr ""
+
+#: gonvert:2925
+msgid "foot poundal"
+msgstr ""
+
+#: gonvert:2928
+msgid "Current Loop"
+msgstr ""
+
+#: gonvert:2929
+msgid "6400 to 32000"
+msgstr ""
+
+#: gonvert:2930
+msgid ""
+"Many PLCs must scale the 4 to 20mA signal to an integer, this is commonly a "
+"value from 6400 to 32000,"
+msgstr ""
+
+#: gonvert:2931
+msgid "4 to 20mA"
+msgstr ""
+
+#: gonvert:2932
+msgid ""
+"This range of current is commonly used in instrumentation. 0mA is an "
+"indication of a broken transmitter loop."
+msgstr ""
+
+#: gonvert:2933
+msgid "V across 250 ohm"
+msgstr ""
+
+#: gonvert:2934
+msgid ""
+"A common resistance for current loop instrumentation is 250 ohms. A voltage "
+"will be developed across this resistor, that voltage can be used to test the "
+"current loop."
+msgstr ""
+
+#: gonvert:2936
+msgid "This is a percentage of the 4 to 20mA signal."
+msgstr ""
+
+#: gonvert:2945
+msgid "Wire Gauge"
+msgstr ""
+
+#: gonvert:2950
+msgid "square milimetres"
+msgstr ""
+
+#: gonvert:2952
+msgid "AWG"
+msgstr ""
+
+#: gonvert:2953
+msgid "American Wire Gauge"
+msgstr ""
+
+#: gonvert:2954
+msgid "Diameter mils"
+msgstr ""
+
+#: gonvert:2956
+msgid "Diameter inches"
+msgstr ""
+
+#: gonvert:2958
+msgid "Diameter mm"
+msgstr ""
+
+#: gonvert:2960
+msgid "Diameter m"
+msgstr ""
+
+#: gonvert:2962
+msgid "Ampacity Cu"
+msgstr ""
+
+#: gonvert:2963
+msgid "Copper wire ampacity"
+msgstr ""
+
+#: gonvert:2964
+msgid "Ampacity Al"
+msgstr ""
+
+#: gonvert:2965
+msgid "Aluminum wire ampacity"
+msgstr ""
+
+#: gonvert:2966 gonvert:2968 gonvert:2970 gonvert:2972
+msgid "Resistance of Cu wire at xxdegC"
+msgstr ""
+
+#: gonvert:2967 gonvert:2969 gonvert:2971 gonvert:2973 gonvert:2975
+#: gonvert:2977 gonvert:2979 gonvert:2981
+msgid "Copper wire resistance."
+msgstr ""
+
+#: gonvert:2974 gonvert:2976 gonvert:2978 gonvert:2980
+msgid "Resistance of Al wire at xxdegC"
+msgstr ""
+
+#: gonvert:2982
+msgid "Length per Weight Cu Wire"
+msgstr ""
+
+#: gonvert:2983
+msgid "Length per weight Copper Wire."
+msgstr ""
+
+#: gonvert:2984
+msgid "Length per Weight Al Wire"
+msgstr ""
+
+#: gonvert:2985
+msgid "Length per weight Aluminum Wire."
+msgstr ""
+
+#: gonvert:2986
+msgid "Length per resistance Cu Wire"
+msgstr ""
+
+#: gonvert:2987
+msgid "Length per resistance Copper Wire."
+msgstr ""
+
+#: gonvert:2988
+msgid "Length per resistance Al Wire"
+msgstr ""
+
+#: gonvert:2989
+msgid "Length per resistance Aluminum Wire."
+msgstr ""
+
+#: gonvert:2990 gonvert:2994
+msgid "Weight Cu wire"
+msgstr ""
+
+#: gonvert:2991
+msgid "Copper wire weight."
+msgstr ""
+
+#: gonvert:2992 gonvert:2996
+msgid "Weight Al wire"
+msgstr ""
+
+#: gonvert:2993 gonvert:2999
+msgid "Aluminum wire weight."
+msgstr ""
+
+#: gonvert:2995
+msgid "Copper wire weight in pounds per 1000 feet."
+msgstr ""
+
+#: gonvert:2997
+msgid "Aluminum wire weight in pounds per 1000 feet."
+msgstr ""
+
+#: gonvert:2998
+msgid "Tensile strength"
+msgstr ""
+
+#: gonvert:3000
+msgid "Turns per inch"
+msgstr ""
+
+#: gonvert:3001
+msgid ""
+"Turns per inch of bare wire, useful for winding coils. This value is "
+"approximate and will be reduced with insulated wire"
+msgstr ""
+
+#: gonvert:3025
+msgid "Units"
+msgstr ""
+
+#: gonvert:3103
+msgid "Find unit (F6)"
+msgstr ""
index a2b137b..5db16d4 100644 (file)
@@ -1,36 +1,37 @@
 <html>
        <head>
-               <title></title>
+               <title>Gonvert</title>
        </head>
        <body>
                <h1>
+                       Gonvert
                </h1>
-               <h2></h2>
-               <h3><a href="index.html">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a>
+               <h2>Unit Converter</h2>
+               <h3><a href="index.html">[About]</a> <a href="download.html">[Download]</a>
                <h3>Download</h3>
 
                <h4>Packages</h4>
-               <p>Maemo 5 and Later: Go to the application installer, enable Extras, and download</p>
+               <p>Maemo 5 and Later: Go to the application installer, enable Extras, and download Gonvert (Note: technically its still in extras-testing because people haven't been reviewing it)</p>
 
-               <p>Maemo 4.1 and Earlier: Add the <a href="http://wiki.maemo.org/Extras">Extras Repository</a> and check the App Manager</p>
+               <p>Maemo 4.1 and Earlier: Add the <a href="http://wiki.maemo.org/Extras">Extras Repository</a> and check the App Manager for DialCentral</p>
 
-               <p>Linux: <a href="">.deb files</a></p>
+               <p>Linux: <a href="gonvert.deb">.deb files</a></p>
 
                <h3>Development</h3>
                <h4>Source</h4>
-               <p>For the most up to date version check out <a href="">git</a>.
+               <p>For the most up to date version check out <a href="https://garage.maemo.org/scm/?group_id=1111">svn</a>.
                </p>
                <p>Requires</p>
                <ul>
                        <li>PyGTK / Glade</li>
-                       <li>Python bindings for hildon, osso, dbus, and conic</li>
+                       <li>Python bindings for hildon, and osso</li>
                </ul>
 
                <h4>Bugs</h4>
 
-               <p>Discuss your issue on <a href="">Maemo.Org Talk</a></p>
+               <p>Discuss your issue on <a href="http://talk.maemo.org/showthread.php?t=34403">Maemo.Org Talk</a></p>
 
-               <p>File a <a href="">bug report</a></p>
-               <p>View  <a href="">existing bug reports</a></p>
+               <p>File a <a href="https://bugs.maemo.org/enter_bug.cgi?product=Gonvert">bug report</a> against Extras-&gt;ejpi</p>
+               <p>View  <a href="https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Gonvert&content=">existing bug reports</a></p>
        </body>
 </html>
diff --git a/www/gonvert.deb b/www/gonvert.deb
new file mode 100644 (file)
index 0000000..424d639
Binary files /dev/null and b/www/gonvert.deb differ
diff --git a/www/images/gonvert-n900.jpg b/www/images/gonvert-n900.jpg
new file mode 100644 (file)
index 0000000..317cb7d
Binary files /dev/null and b/www/images/gonvert-n900.jpg differ
index b794594..b1e6616 100644 (file)
@@ -1,30 +1,48 @@
 <html>
        <head>
-               <title></title>
+               <title>Gonvert</title>
        </head>
        <body>
                <h1>
+                       Gonvert
                </h1>
-               <h2></h2>
+               <h2>Unit Converter</h2>
+               <h3><a href="index.html">[About]</a> <a href="download.html">[Download]</a>
 
-               <h3><a href="">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a>
+               <h3>Documentation</h3>
 
                <h3>About</h3>
                <p>
+               Gonvert is a thorough unit converter originally developed by Anthony Tekatch for Linux and ported to Maemo by Ed Page
                </p>
 
+               <p>Gonvert has been tested on Ubuntu 9.05, Maemo 5, and Maemo 4.1</p>
 
-               <p>This has been tested on Maemo 5, Maemo 4.1, and Ubuntu 9.04.  Go check out some <a href="">reviews</a>  or join the <a href="">conversation</a></p>
-
-               <p>This is Free Software and available under the <a href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPLv2.1</a>.
+               <p>Gonvert is Free Software and available under the <a href="http://www.gnu.org/licenses/gpl-2.1.html">GPLv2.1</a>.
 
                <h4>Features</h4>
-
-               <p>(See <a href="">Maemo.Org Talk</a>)</p>
+               <p>Gonvert v0.9.0-6 (See <a href="http://talk.maemo.org/showthread.php?t=34403">t.m.o Thread</a>)</p>
 
                <ul>
-                       <li></li>
+                       <li>51+ categories with 972+ units</li>
+                       <li>Everything is updated as you type</li>
+                       <li>Unit Search</li>
+                       <li>Keyboard shortcuts:
+                       <ul>
+                               <li>Ctrl+enter to toggle fullscreen</li>
+                               <li>Ctrl+l to copy debug logs to the clipboard</li>
+                               <li>Ctrl+f show/hide the search box</li>
+                               <li>Ctrl+p previous search result</li>
+                               <li>Ctrl+n next search result</li>
+                       </ul>
+                       </li>
                </ul>
 
+               <h4>Sample Screenshots</h4>
+
+               <div>
+                       <p><img src="./images/gonvert-n900.jpg" alt="Screenshot of Gonvert v0.9.0 on an n900"/></p>
+                       <p>Gonvert on an n900</p>
+               </div>
        </body>
 </html>