<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,8 @@
 # Danish translation file for standard Ruby on Rails internationalization
-# by Lars Hoeg (http://www.lenio.dk/)
+# by Lars Hoeg (larshoeg@gmail.com, http://www.lenio.dk/)
 
 da:
+  # active_support
   date:
     formats:
       default: &quot;%d.%m.%Y&quot;
@@ -24,8 +25,13 @@ da:
 
   support:
     array:
-      sentence_connector: &quot;og&quot;
-      skip_last_comma: true
+      # Rails 2.2
+      #sentence_connector: &quot;og&quot;
+      #skip_last_comma: true
+      # Rails 2.3
+      words_connector: &quot;, &quot;
+      two_words_connector: &quot; og &quot;
+      last_word_connector: &quot; og &quot;
 
   datetime:
     distance_in_words:
@@ -60,7 +66,15 @@ da:
       over_x_years:
         one:  &quot;mere end et &#229;r&quot;
         other: &quot;mere end {{count}} &#229;r&quot;
+    prompts:
+      second: &quot;Sekund&quot;
+      minute: &quot;Minut&quot;
+      hour: &quot;Time&quot;
+      day: &quot;Dag&quot;
+      month: &quot;M&#229;ned&quot;
+      year: &quot;&#197;r&quot;
 
+  # action_view
   number:
     format:
       separator: &quot;,&quot;
@@ -83,13 +97,28 @@ da:
         # separator: 
         delimiter: &quot;&quot;
         precision: 1
-      storage_units: [Bytes, KB, MB, GB, TB]
+      # Rails 2.2
+      #storage_units: [Bytes, KB, MB, GB, TB]
+      # Rails 2.3
+      storage_units:
+        # Storage units output formatting.
+        # %u is the storage unit, %n is the number (default: 2 MB)
+        format: &quot;%n %u&quot;
+        units:
+          byte:
+            one:   &quot;Byte&quot;
+            other: &quot;Bytes&quot;
+          kb: &quot;KB&quot;
+          mb: &quot;MB&quot;
+          gb: &quot;GB&quot;
+          tb: &quot;TB&quot;
     percentage:
       format:
         # separator:
         delimiter: &quot;&quot;
         # precision:
 
+  # active_record
   activerecord:
     errors:
       messages:</diff>
      <filename>rails/locale/da.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>66f23cefc064d5207c5690302b8036b0710cc4f2</id>
    </parent>
  </parents>
  <author>
    <name>Lars E. Hoeg</name>
    <email>leh@lenio.dk</email>
  </author>
  <url>http://github.com/svenfuchs/rails-i18n/commit/d080e6059c6c07a3b6d15868db645453ffd46733</url>
  <id>d080e6059c6c07a3b6d15868db645453ffd46733</id>
  <committed-date>2009-02-14T12:13:25-08:00</committed-date>
  <authored-date>2009-02-09T04:40:32-08:00</authored-date>
  <message>Upgraded translation for :da to Rails 2.3

Signed-off-by: Yaroslav Markin &lt;yaroslav@markin.net&gt;</message>
  <tree>d58fe887a97e196762b96bd413b6ce0ef659f8ab</tree>
  <committer>
    <name>Yaroslav Markin</name>
    <email>yaroslav@markin.net</email>
  </committer>
</commit>
