<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,9 +17,9 @@ de:
   
   time:
     formats:
-      default: &quot;%A, %e. %B %Y, %H:%M Uhr&quot;
-      short: &quot;%e. %B, %H:%M Uhr&quot;
-      long: &quot;%A, %e. %B %Y, %H:%M Uhr&quot;
+      default: &quot;%A, %d. %B %Y, %H:%M Uhr&quot;
+      short: &quot;%d. %B, %H:%M Uhr&quot;
+      long: &quot;%A, %d. %B %Y, %H:%M Uhr&quot;
       time: &quot;%H:%M&quot;
 
     am: &quot;vormittags&quot;
@@ -60,7 +60,14 @@ de:
       over_x_years:
         one: 'mehr als 1 Jahr'
         other: 'mehr als {{count}} Jahre'
-      
+    prompts:
+      second: &quot;Sekunden&quot;
+      minute: &quot;Minuten&quot;
+      hour: &quot;Stunden&quot;
+      day: &quot;Tag&quot;
+      month: &quot;Monat&quot;
+      year: &quot;Jahr&quot;
+
   number:
     format:
       precision: 2
@@ -83,12 +90,25 @@ de:
       format:
         delimiter: &quot;&quot;
         precision: 1
+      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;
 
   support:
     array:
-      sentence_connector: &quot;und&quot;
-      skip_last_comma: true
-        
+      words_connector: &quot;, &quot;
+      two_words_connector: &quot; und &quot;
+      last_word_connector: &quot; und &quot;
+
   activerecord:
     errors:
       template:</diff>
      <filename>config/locales/de_rails.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,37 @@
-en-US:
+en:
+  date:
+    formats:
+      # Use the strftime parameters for formats.
+      # When no format has been given, it uses default.
+      # You can provide other formats here if you like!
+      default: &quot;%Y-%m-%d&quot;
+      short: &quot;%b %d&quot;
+      long: &quot;%B %d, %Y&quot;
+      
+    day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
+    abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
+      
+    # Don't forget the nil at the beginning; there's no such thing as a 0th month
+    month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
+    abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
+    # Used in date_select and datime_select.
+    order: [ :year, :month, :day ]
+
+  time:
+    formats:
+      default: &quot;%a, %d %b %Y %H:%M:%S %z&quot;
+      short: &quot;%d %b %H:%M&quot;
+      long: &quot;%B %d, %Y %H:%M&quot;
+    am: &quot;am&quot;
+    pm: &quot;pm&quot;
+      
+# Used in array.to_sentence.
+  support:
+    array:
+      words_connector: &quot;, &quot;
+      two_words_connector: &quot; and &quot;
+      last_word_connector: &quot;, and &quot;
+
   number:
     # Used in number_with_delimiter()
     # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
@@ -9,7 +42,7 @@ en-US:
       delimiter: &quot;,&quot;
       # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
       precision: 3
-      
+  
     # Used in number_to_currency()
     currency:
       format:
@@ -20,7 +53,7 @@ en-US:
         separator: &quot;.&quot;
         delimiter: &quot;,&quot;
         precision: 2
-        
+  
     # Used in number_to_percentage()
     percentage:
       format:
@@ -28,7 +61,7 @@ en-US:
         # separator: 
         delimiter: &quot;&quot;
         # precision: 
-        
+  
     # Used in number_to_precision()
     precision:
       format:
@@ -36,7 +69,7 @@ en-US:
         # separator:
         delimiter: &quot;&quot;
         # precision:
-        
+  
     # Used in number_to_human_size()
     human:
       format:
@@ -44,8 +77,19 @@ en-US:
         # separator: 
         delimiter: &quot;&quot;
         precision: 1
-      storage_units: [Bytes, KB, MB, GB, TB]
-
+      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;
+  
   # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
   datetime:
     distance_in_words:
@@ -96,7 +140,7 @@ en-US:
           other:  &quot;{{count}} errors prohibited this {{model}} from being saved&quot;
         # The variable :count is also available
         body: &quot;There were problems with the following fields:&quot;
-    
+  
       # The values :model, :attribute and :value are always available for interpolation
       # The value :count is available when applicable. Can be used for pluralization.
       messages:
@@ -119,36 +163,33 @@ en-US:
         less_than_or_equal_to: &quot;must be less than or equal to {{count}}&quot;
         odd: &quot;must be odd&quot;
         even: &quot;must be even&quot;
+        # Append your own errors here or at the model/attributes scope.
     
-    date:
-      formats:
-        # Use the strftime parameters for formats.
-        # When no format has been given, it uses default.
-        # You can provide other formats here if you like!
-        default: &quot;%Y-%m-%d&quot;
-        short: &quot;%b %d&quot;
-        long: &quot;%B %d, %Y&quot;
-
-      day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
-      abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
-
-      # Don't forget the nil at the beginning; there's no such thing as a 0th month
-      month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
-      abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
-      # Used in date_select and datime_select.
-      order: [ :year, :month, :day ]
-
-    time:
-      formats:
-        default: &quot;%a, %d %b %Y %H:%M:%S %z&quot;
-        short: &quot;%d %b %H:%M&quot;
-        long: &quot;%B %d, %Y %H:%M&quot;
-      am: &quot;am&quot;
-      pm: &quot;pm&quot;
-
-  # Used in array.to_sentence.
-  support:
-    array:
-      words_connector: &quot;, &quot;
-      two_words_connector: &quot; and &quot;
-      last_word_connector: &quot;, and &quot;
+      # You can define own errors for models or model attributes.
+      # The values :model, :attribute and :value are always available for interpolation.
+      #
+      # For example,
+      #   models:
+      #     user:
+      #       blank: &quot;This is a custom blank message for {{model}}: {{attribute}}&quot;
+      #       attributes:
+      #         login:
+      #           blank: &quot;This is a custom blank message for User login&quot;
+      # Will define custom blank validation message for User model and 
+      # custom blank validation message for login attribute of User model.
+      #models:
+    
+    # Translate model names. Used in Model.human_name().
+    #models:
+      # For example,
+      #   user: &quot;Dude&quot;
+      # will translate User model name to &quot;Dude&quot;
+    
+    # Translate model attribute names. Used in Model.human_attribute_name(attribute).
+    #attributes:
+      # For example,
+      #   user:
+      #     login: &quot;Handle&quot;
+      # will translate User attribute &quot;login&quot; as &quot;Handle&quot;
+    
+    
\ No newline at end of file</diff>
      <filename>config/locales/en-US_rails.yml</filename>
    </modified>
    <modified>
      <diff>@@ -47,6 +47,19 @@ es:
         # separator: 
         delimiter: &quot;&quot; 
         precision: 1
+      # Rails &lt;= v2.2.2
+      # storage_units: [Bytes, KB, MB, GB, TB]
+      # Rails &gt;= v2.3
+      storage_units:
+        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;
 
   # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
   datetime:
@@ -128,9 +141,9 @@ es:
       # Use the strftime parameters for formats.
       # When no format has been given, it uses default.
       # You can provide other formats here if you like!
-      default: &quot;%Y-%m-%d&quot; 
-      short: &quot;%d de %b&quot; 
-      long: &quot;%d de %B de %Y&quot; 
+      default: &quot;%e/%m/%Y&quot;
+      short: &quot;%e de %b&quot; 
+      long: &quot;%e de %B de %Y&quot; 
 
     day_names: [Domingo, Lunes, Martes, Mi&#233;rcoles, Jueves, Viernes, S&#225;bado]
     abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
@@ -139,17 +152,22 @@ es:
     month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Setiembre, Octubre, Noviembre, Diciembre]
     abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, Oct, Nov, Dic]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order: [ :day, :month, :year ]
 
   time:
     formats:
-      default: &quot;%A, %d de %B de %Y %H:%M:%S %z&quot;
-      short: &quot;%d de %b %H:%M&quot; 
-      long: &quot;%d de %B de %Y %H:%M&quot; 
+      default: &quot;%A, %e de %B de %Y %H:%M:%S %z&quot;
+      short: &quot;%e de %b %H:%M&quot; 
+      long: &quot;%e de %B de %Y %H:%M&quot; 
     am: &quot;am&quot; 
     pm: &quot;pm&quot; 
 
 # Used in array.to_sentence.
   support:
     array:
-      sentence_connector: &quot;y&quot;
\ No newline at end of file
+      # Rails &lt;= v.2.2.2
+      # sentence_connector: &quot;y&quot;
+      # Rails &gt;= v.2.3
+      words_connector: &quot;, &quot;
+      two_words_connector: &quot; y &quot;
+      last_word_connector: &quot; y &quot;</diff>
      <filename>config/locales/es_rails.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,8 @@
-# French translations for Ruby on Rails
+# French translations for Ruby on Rails 
 # by Christian Lescuyer (christian@flyingcoders.com)
+# contributor: Sebastien Grosjean - ZenCocoon.com
 
-
-fr-FR:
-  switch_language : &quot;Changez de langue&quot;
-  this_file_language : &quot;Francais&quot;
+fr:
   date:
     formats:
       default: &quot;%d/%m/%Y&quot;
@@ -18,7 +16,7 @@ fr-FR:
     month_names: [~, janvier, f&#233;vrier, mars, avril, mai, juin, juillet, ao&#251;t, septembre, octobre, novembre, d&#233;cembre]
     abbr_month_names: [~, jan., f&#233;v., mar., avr., mai, juin, juil., ao&#251;t, sept., oct., nov., d&#233;c.]
     order: [ :day, :month, :year ]
-
+  
   time:
     formats:
       default: &quot;%d %B %Y %H:%M&quot;
@@ -27,74 +25,84 @@ fr-FR:
       long: &quot;%A %d %B %Y %H:%M:%S %Z&quot;
       long_ordinal: &quot;%A %d %B %Y %H:%M:%S %Z&quot;
       only_second: &quot;%S&quot;
-      post_date_time: &quot;le %d %B %Y &#224; %H:%M&quot;
-      event_date_time: &quot;%Y-%m-%d  %H:%M:%S&quot;
     am: 'am'
     pm: 'pm'
-    text: &quot;il y a {{time}}&quot;
 
   datetime:
     distance_in_words:
       half_a_minute: &quot;une demi-minute&quot;
       less_than_x_seconds:
-        zero: &quot;moins d'une seconde&quot;
-        one: &quot;moins de 1 seconde&quot;
-        other: &quot;moins de {{count}} secondes&quot;
+        zero:  &quot;moins d'une seconde&quot;
+        one:   &quot;moins de 1&#160;seconde&quot;
+        other: &quot;moins de {{count}}&#160;secondes&quot;
       x_seconds:
-        one: &quot;1 seconde&quot;
-        other: &quot;{{count}} secondes&quot;
+        one:   &quot;1&#160;seconde&quot;
+        other: &quot;{{count}}&#160;secondes&quot;
       less_than_x_minutes:
-        zero: &quot;moins d'une minute&quot;
-        one: &quot;moins de 1 minute&quot;
-        other: &quot;moins de {{count}} minutes&quot;
+        zero:  &quot;moins d'une minute&quot;
+        one:   &quot;moins de 1&#160;minute&quot;
+        other: &quot;moins de {{count}}&#160;minutes&quot;
       x_minutes:
-        one: &quot;1 minute&quot;
-        other: &quot;{{count}} minutes&quot;
+        one:   &quot;1&#160;minute&quot;
+        other: &quot;{{count}}&#160;minutes&quot;
       about_x_hours:
-        one: &quot;environ une heure&quot;
-        other: &quot;environ {{count}} heures&quot;
+        one:   &quot;environ une heure&quot;
+        other: &quot;environ {{count}}&#160;heures&quot;
       x_days:
-        one: &quot;1 jour&quot;
-        other: &quot;{{count}} jours&quot;
+        one:   &quot;1&#160;jour&quot;
+        other: &quot;{{count}}&#160;jours&quot;
       about_x_months:
-        one: &quot;environ un mois&quot;
-        other: &quot;environ {{count}} mois&quot;
+        one:   &quot;environ un mois&quot;
+        other: &quot;environ {{count}}&#160;mois&quot;
       x_months:
-        one: &quot;1 mois&quot;
-        other: &quot;{{count}} mois&quot;
+        one:   &quot;1&#160;mois&quot;
+        other: &quot;{{count}}&#160;mois&quot;
       about_x_years:
-        one: &quot;environ un an&quot;
-        other: &quot;environ {{count}} ans&quot;
-      x_years:
-        one: &quot;un an&quot;
-        other: &quot;{{count}} ans&quot;
+        one:   &quot;environ un an&quot;
+        other: &quot;environ {{count}}&#160;ans&quot;
       over_x_years:
-        one: &quot;plus d'un an&quot;
-        other: &quot;plus de {{count}} ans&quot;
-
+        one:   &quot;plus d'un an&quot;
+        other: &quot;plus de {{count}}&#160;ans&quot;
+    prompts:
+      year:   &quot;Ann&#233;e&quot;
+      month:  &quot;Mois&quot;
+      day:    &quot;Jour&quot;
+      hour:   &quot;Heure&quot;
+      minute: &quot;Minute&quot;
+      second: &quot;Seconde&quot;
+  
   number:
     format:
       precision: 3
       separator: ','
-      delimiter: ' '
+      delimiter: '&#160;'
     currency:
       format:
-        unit: 'EUR'
+        unit: '&#8364;'
         precision: 2
-        format: '%n %u'
+        format: '%n&#160;%u'
     human:
+      format:
+        precision: 2
       storage_units: [ Octet, ko, Mo, Go, To ]
-
-
+  
+  support:
+    array:
+      sentence_connector: 'et'
+      skip_last_comma: true
+      words_connector: &quot;, &quot;
+      two_words_connector: &quot; et &quot;
+      last_word_connector: &quot; et &quot;
+  
   activerecord:
     errors:
       template:
-        header:
+        header: 
           one: &quot;Impossible d'enregistrer {{model}}: 1 erreur&quot;
           other: &quot;Impossible d'enregistrer {{model}}: {{count}} erreurs.&quot;
-        body: &quot;Veuillez v&#233;rifier les champs suivants :&quot;
+        body: &quot;Veuillez v&#233;rifier les champs suivants&#160;:&quot;
       messages:
-        inclusion: &quot;n'est pas compris(e) dans la liste&quot;
+        inclusion: &quot;n'est pas inclus(e) dans la liste&quot;
         exclusion: &quot;n'est pas disponible&quot;
         invalid: &quot;n'est pas valide&quot;
         confirmation: &quot;ne concorde pas avec la confirmation&quot;
@@ -112,4 +120,4 @@ fr-FR:
         less_than: &quot;doit &#234;tre inf&#233;rieur &#224; {{count}}&quot;
         less_than_or_equal_to: &quot;doit &#234;tre inf&#233;rieur ou &#233;gal &#224; {{count}}&quot;
         odd: &quot;doit &#234;tre impair&quot;
-        even: &quot;doit &#234;tre pair&quot;
\ No newline at end of file
+        even: &quot;doit &#234;tre pair&quot;</diff>
      <filename>config/locales/fr-FR_rails.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,62 @@
 # Italian translations for Ruby on Rails 
 # by Claudio Poli (masterkain@gmail.com)
+# maintained by Simone Carletti (weppos@weppos.net)
+#
+# This localization file targets Rails 2.3.2.
+# If you need a previous version go to http://github.com/weppos/rails-i18n/
+# and choose between available tags.
 
 it:
+  number:
+    format:
+      separator: &quot;,&quot;
+      delimiter: &quot;.&quot;
+      precision: 3
+      
+    currency:
+      format:
+        format: &quot;%n %u&quot;
+        unit: &quot;&#8364;&quot;
+        separator: &quot;.&quot;
+        delimiter: &quot;,&quot;
+        precision: 2
+        
+    percentage:
+      format:
+        delimiter: &quot;&quot;
+        # precision: 
+        
+    precision:
+      format:
+        # separator:
+        delimiter: &quot;&quot;
+        # precision:
+        
+    human:
+      format:
+        # separator: 
+        delimiter: &quot;&quot;
+        precision: 1
+      storage_units:
+        format: &quot;%n %u&quot;
+        units:
+          byte:
+            one:   &quot;Byte&quot;
+            other: &quot;Byte&quot;
+          kb: &quot;Kb&quot;
+          mb: &quot;Mb&quot;
+          gb: &quot;Gb&quot;
+          tb: &quot;Tb&quot;
+
   date:
     formats:
       default: &quot;%d-%m-%Y&quot;
       short: &quot;%d %b&quot;
       long: &quot;%d %B %Y&quot;
-      only_day: &quot;%e&quot;
 
     day_names: [Domenica, Luned&#236;, Marted&#236;, Mercoled&#236;, Gioved&#236;, Venerd&#236;, Sabato]
     abbr_day_names: [Dom, Lun, Mar, Mer, Gio, Ven, Sab]
+
     month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre]
     abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic]
     order: [ :day, :month, :year ]
@@ -18,14 +64,8 @@ it:
   time:
     formats:
       default: &quot;%a %d %b %Y, %H:%M:%S %z&quot;
-      time: &quot;%H:%M&quot;
       short: &quot;%d %b %H:%M&quot;
       long: &quot;%d %B %Y %H:%M&quot;
-      only_second: &quot;%S&quot;
-      
-      datetime:
-        formats:
-          default: &quot;%d-%m-%YT%H:%M:%S%Z&quot;
           
     am: 'am'
     pm: 'pm'
@@ -63,17 +103,19 @@ it:
       over_x_years:
         one:  &quot;oltre un anno&quot;
         other: &quot;oltre {{count}} anni&quot;
-      
-  number:
-    format:
-      precision: 3
-      separator: ','
-      delimiter: '.'
-    currency:
-      format:
-        unit: '&#8364;'
-        precision: 2
-        format: '%n %u'
+    prompts:
+      year:   &quot;Anno&quot;
+      month:  &quot;Mese&quot;
+      day:    &quot;Giorno&quot;
+      hour:   &quot;Ora&quot;
+      minute: &quot;Minuto&quot;
+      second: &quot;Secondi&quot;
+
+  support:
+    array:
+      words_connector: &quot;, &quot;
+      two_words_connector: &quot; e &quot;
+      last_word_connector: &quot;, e &quot;
         
   activerecord:
     errors:</diff>
      <filename>config/locales/it_rails.yml</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,7 @@ pt-BR:
     abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, S&#225;b]
     month_names: [~, Janeiro, Fevereiro, Mar&#231;o, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
     abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
-    order: [:day,:month,:year]
+    order: [ :day, :month, :year ]
   
   time:
     formats:
@@ -135,4 +135,4 @@ pt-BR:
         less_than: &quot;precisa ser menor do que {{count}}&quot;
         less_than_or_equal_to: &quot;precisa ser menor ou igual a {{count}}&quot;
         odd: &quot;precisa ser &#237;mpar&quot;
-        even: &quot;precisa ser par&quot;
\ No newline at end of file
+        even: &quot;precisa ser par&quot;</diff>
      <filename>config/locales/pt-BR_rails.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,17 +1,21 @@
 # Portuguese localization for Ruby on Rails
 # by Ricardo Otero &lt;oterosantos@gmail.com&gt;
+#
+# This localization file targets Rails 2.3.2.
+# If you need a previous version go to http://github.com/weppos/rails-i18n/
+# and choose between available tags.
 pt-PT:
   support:
     array:
-      sentence_connector: &quot;e&quot;
-      skip_last_comma: true
+      words_connector: &quot;,&quot;
+      two_words_connector: &quot;e&quot;
+      last_word_connector: &quot;, e&quot;
     
   date:
     formats:
       default: &quot;%d/%m/%Y&quot;
       short: &quot;%d de %B&quot;
       long: &quot;%d de %B de %Y&quot;
-      only_day: &quot;%d&quot;
     day_names: [Domingo, Segunda, Ter&#231;a, Quarta, Quinta, Sexta, S&#225;bado]
     abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, S&#225;b]
     month_names: [~, Janeiro, Fevereiro, Mar&#231;o, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
@@ -59,6 +63,13 @@ pt-PT:
       over_x_years:
         one: &quot;mais de 1 ano&quot;
         other: &quot;mais de {{count}} anos&quot;
+    prompts:
+      year: &quot;Ano&quot;
+      month: &quot;M&#234;s&quot;
+      day: &quot;Dia&quot;
+      hour: &quot;Hora&quot;
+      minute: &quot;Minuto&quot;
+      second: &quot;Segundo&quot;
         
   number:
     format:
@@ -69,7 +80,7 @@ pt-PT:
       format:
         unit: '&#8364;'
         precision: 2
-        format: &quot;%u %n&quot;
+        format: &quot;%u%n&quot;
         separator: ','
         delimiter: '.'
     percentage:
@@ -82,6 +93,16 @@ pt-PT:
       format:
         precision: 1
         delimiter: ''
+      storage_units:
+        format:
+        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;
 
   activerecord:
     errors:</diff>
      <filename>config/locales/pt-PT_rails.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,154 +1,200 @@
-ru-RU:
+# Russian localization for Ruby on Rails 2.2+
+# by Yaroslav Markin &lt;yaroslav@markin.net&gt;
+#
+# Be sure to check out &quot;russian&quot; gem (http://github.com/yaroslav/russian) for
+# full Russian language support in Rails (month names, pluralization, etc). 
+# The following is an excerpt from that gem.
+#
+# &#1044;&#1083;&#1103; &#1087;&#1086;&#1083;&#1085;&#1086;&#1094;&#1077;&#1085;&#1085;&#1086;&#1081; &#1087;&#1086;&#1076;&#1076;&#1077;&#1088;&#1078;&#1082;&#1080; &#1088;&#1091;&#1089;&#1089;&#1082;&#1086;&#1075;&#1086; &#1103;&#1079;&#1099;&#1082;&#1072; (&#1074;&#1072;&#1088;&#1080;&#1072;&#1085;&#1090;&#1099; &#1085;&#1072;&#1079;&#1074;&#1072;&#1085;&#1080;&#1081; &#1084;&#1077;&#1089;&#1103;&#1094;&#1077;&#1074;, 
+# &#1087;&#1083;&#1102;&#1088;&#1072;&#1083;&#1080;&#1079;&#1072;&#1094;&#1080;&#1103; &#1080; &#1090;&#1072;&#1082; &#1076;&#1072;&#1083;&#1077;&#1077;) &#1074; Rails 2.2 &#1085;&#1091;&#1078;&#1085;&#1086; &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1100; gem &quot;russian&quot; 
+# (http://github.com/yaroslav/russian). &#1057;&#1083;&#1077;&#1076;&#1091;&#1102;&#1097;&#1080;&#1077; &#1076;&#1072;&#1085;&#1085;&#1099;&#1077; -- &#1074;&#1099;&#1076;&#1077;&#1088;&#1078;&#1082;&#1072; &#1080;&#1093; &#1085;&#1077;&#1075;&#1086;, &#1095;&#1090;&#1086;&#1073;&#1099;
+# &#1073;&#1099;&#1083;&#1072; &#1074;&#1086;&#1079;&#1084;&#1086;&#1078;&#1085;&#1086;&#1089;&#1090;&#1100; &#1084;&#1080;&#1085;&#1080;&#1084;&#1072;&#1083;&#1100;&#1085;&#1086;&#1081; &#1083;&#1086;&#1082;&#1072;&#1083;&#1080;&#1079;&#1072;&#1094;&#1080;&#1080; &#1087;&#1088;&#1080;&#1083;&#1086;&#1078;&#1077;&#1085;&#1080;&#1103; &#1085;&#1072; &#1088;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; &#1103;&#1079;&#1099;&#1082;.
+
+ru:
+  date:
+    formats:
+      default: &quot;%d.%m.%Y&quot;
+      short: &quot;%d %b&quot;
+      long: &quot;%d %B %Y&quot;
+
+    day_names: [&#1074;&#1086;&#1089;&#1082;&#1088;&#1077;&#1089;&#1077;&#1085;&#1100;&#1077;, &#1087;&#1086;&#1085;&#1077;&#1076;&#1077;&#1083;&#1100;&#1085;&#1080;&#1082;, &#1074;&#1090;&#1086;&#1088;&#1085;&#1080;&#1082;, &#1089;&#1088;&#1077;&#1076;&#1072;, &#1095;&#1077;&#1090;&#1074;&#1077;&#1088;&#1075;, &#1087;&#1103;&#1090;&#1085;&#1080;&#1094;&#1072;, &#1089;&#1091;&#1073;&#1073;&#1086;&#1090;&#1072;]
+    standalone_day_names: [&#1042;&#1086;&#1089;&#1082;&#1088;&#1077;&#1089;&#1077;&#1085;&#1100;&#1077;, &#1055;&#1086;&#1085;&#1077;&#1076;&#1077;&#1083;&#1100;&#1085;&#1080;&#1082;, &#1042;&#1090;&#1086;&#1088;&#1085;&#1080;&#1082;, &#1057;&#1088;&#1077;&#1076;&#1072;, &#1063;&#1077;&#1090;&#1074;&#1077;&#1088;&#1075;, &#1055;&#1103;&#1090;&#1085;&#1080;&#1094;&#1072;, &#1057;&#1091;&#1073;&#1073;&#1086;&#1090;&#1072;]
+    abbr_day_names: [&#1042;&#1089;, &#1055;&#1085;, &#1042;&#1090;, &#1057;&#1088;, &#1063;&#1090;, &#1055;&#1090;, &#1057;&#1073;]
+
+    month_names: [~, &#1103;&#1085;&#1074;&#1072;&#1088;&#1103;, &#1092;&#1077;&#1074;&#1088;&#1072;&#1083;&#1103;, &#1084;&#1072;&#1088;&#1090;&#1072;, &#1072;&#1087;&#1088;&#1077;&#1083;&#1103;, &#1084;&#1072;&#1103;, &#1080;&#1102;&#1085;&#1103;, &#1080;&#1102;&#1083;&#1103;, &#1072;&#1074;&#1075;&#1091;&#1089;&#1090;&#1072;, &#1089;&#1077;&#1085;&#1090;&#1103;&#1073;&#1088;&#1103;, &#1086;&#1082;&#1090;&#1103;&#1073;&#1088;&#1103;, &#1085;&#1086;&#1103;&#1073;&#1088;&#1103;, &#1076;&#1077;&#1082;&#1072;&#1073;&#1088;&#1103;]
+    # see russian gem for info on &quot;standalone&quot; day names
+    standalone_month_names: [~, &#1071;&#1085;&#1074;&#1072;&#1088;&#1100;, &#1060;&#1077;&#1074;&#1088;&#1072;&#1083;&#1100;, &#1052;&#1072;&#1088;&#1090;, &#1040;&#1087;&#1088;&#1077;&#1083;&#1100;, &#1052;&#1072;&#1081;, &#1048;&#1102;&#1085;&#1100;, &#1048;&#1102;&#1083;&#1100;, &#1040;&#1074;&#1075;&#1091;&#1089;&#1090;, &#1057;&#1077;&#1085;&#1090;&#1103;&#1073;&#1088;&#1100;, &#1054;&#1082;&#1090;&#1103;&#1073;&#1088;&#1100;, &#1053;&#1086;&#1103;&#1073;&#1088;&#1100;, &#1044;&#1077;&#1082;&#1072;&#1073;&#1088;&#1100;]
+    abbr_month_names: [~, &#1103;&#1085;&#1074;., &#1092;&#1077;&#1074;&#1088;., &#1084;&#1072;&#1088;&#1090;&#1072;, &#1072;&#1087;&#1088;., &#1084;&#1072;&#1103;, &#1080;&#1102;&#1085;&#1103;, &#1080;&#1102;&#1083;&#1103;, &#1072;&#1074;&#1075;., &#1089;&#1077;&#1085;&#1090;., &#1086;&#1082;&#1090;., &#1085;&#1086;&#1103;&#1073;., &#1076;&#1077;&#1082;.]
+    standalone_abbr_month_names: [~, &#1103;&#1085;&#1074;., &#1092;&#1077;&#1074;&#1088;., &#1084;&#1072;&#1088;&#1090;, &#1072;&#1087;&#1088;., &#1084;&#1072;&#1081;, &#1080;&#1102;&#1085;&#1100;, &#1080;&#1102;&#1083;&#1100;, &#1072;&#1074;&#1075;., &#1089;&#1077;&#1085;&#1090;., &#1086;&#1082;&#1090;., &#1085;&#1086;&#1103;&#1073;., &#1076;&#1077;&#1082;.]
+
+    order: [ :day, :month, :year ]
+
+  time:
+    formats:
+      default: &quot;%a, %d %b %Y, %H:%M:%S %z&quot;
+      short: &quot;%d %b, %H:%M&quot;
+      long: &quot;%d %B %Y, %H:%M&quot;
+
+    am: &quot;&#1091;&#1090;&#1088;&#1072;&quot;
+    pm: &quot;&#1074;&#1077;&#1095;&#1077;&#1088;&#1072;&quot;
+
   number:
-    # Used in number_with_delimiter()
-    # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
     format:
-      # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
       separator: &quot;.&quot;
-      # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
-      delimiter: &quot;,&quot;
-      # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
+      delimiter: &quot; &quot;
       precision: 3
       
-    # Used in number_to_currency()
     currency:
       format:
-        # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
-        format: &quot;%u%n&quot;
-        unit: &quot;$&quot;
-        # These three are to override number.format and are optional
+        format: &quot;%n %u&quot;
+        unit: &quot;&#1088;&#1091;&#1073;.&quot;
         separator: &quot;.&quot;
-        delimiter: &quot;,&quot;
+        delimiter: &quot; &quot;
         precision: 2
         
-    # Used in number_to_percentage()
     percentage:
       format:
-        # These three are to override number.format and are optional
-        # separator: 
         delimiter: &quot;&quot;
-        # precision: 
         
-    # Used in number_to_precision()
     precision:
       format:
-        # These three are to override number.format and are optional
-        # separator:
         delimiter: &quot;&quot;
-        # precision:
         
-    # Used in number_to_human_size()
     human:
       format:
-        # These three are to override number.format and are optional
-        # separator: 
         delimiter: &quot;&quot;
         precision: 1
-      storage_units: [Bytes, KB, MB, GB, TB]
+      # Rails 2.2
+      # storage_units: [&#1073;&#1072;&#1081;&#1090;, &#1050;&#1041;, &#1052;&#1041;, &#1043;&#1041;, &#1058;&#1041;]
+
+      # 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;&#1073;&#1072;&#1081;&#1090;&quot;
+            few:   &quot;&#1073;&#1072;&#1081;&#1090;&#1072;&quot;
+            many:  &quot;&#1073;&#1072;&#1081;&#1090;&quot;
+            other: &quot;&#1073;&#1072;&#1081;&#1090;&#1072;&quot;
+          kb: &quot;&#1050;&#1041;&quot;
+          mb: &quot;&#1052;&#1041;&quot;
+          gb: &quot;&#1043;&#1041;&quot;
+          tb: &quot;&#1058;&#1041;&quot;
 
-  # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
   datetime:
     distance_in_words:
-      half_a_minute: &quot;half a minute&quot;
+      half_a_minute: &quot;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077; &#1084;&#1080;&#1085;&#1091;&#1090;&#1099;&quot;
       less_than_x_seconds:
-        one:   &quot;less than 1 second&quot;
-        other: &quot;less than {{count}} seconds&quot;
+        one:   &quot;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1089;&#1077;&#1082;&#1091;&#1085;&#1076;&#1099;&quot;
+        few:   &quot;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1089;&#1077;&#1082;&#1091;&#1085;&#1076;&quot;
+        many:  &quot;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1089;&#1077;&#1082;&#1091;&#1085;&#1076;&quot;
+        other: &quot;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1089;&#1077;&#1082;&#1091;&#1085;&#1076;&#1099;&quot;
       x_seconds:
-        one:   &quot;1 second&quot;
-        other: &quot;{{count}} seconds&quot;
+        one:   &quot;{{count}} &#1089;&#1077;&#1082;&#1091;&#1085;&#1076;&#1072;&quot;
+        few:   &quot;{{count}} &#1089;&#1077;&#1082;&#1091;&#1085;&#1076;&#1099;&quot;
+        many:  &quot;{{count}} &#1089;&#1077;&#1082;&#1091;&#1085;&#1076;&quot;
+        other: &quot;{{count}} &#1089;&#1077;&#1082;&#1091;&#1085;&#1076;&#1099;&quot;
       less_than_x_minutes:
-        one:   &quot;less than a minute&quot;
-        other: &quot;less than {{count}} minutes&quot;
+        one:   &quot;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1084;&#1080;&#1085;&#1091;&#1090;&#1099;&quot;
+        few:   &quot;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1084;&#1080;&#1085;&#1091;&#1090;&quot;
+        many:  &quot;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1084;&#1080;&#1085;&#1091;&#1090;&quot;
+        other: &quot;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1084;&#1080;&#1085;&#1091;&#1090;&#1099;&quot;
       x_minutes:
-        one:   &quot;1 minute&quot;
-        other: &quot;{{count}} minutes&quot;
+        one:   &quot;{{count}} &#1084;&#1080;&#1085;&#1091;&#1090;&#1091;&quot;
+        few:   &quot;{{count}} &#1084;&#1080;&#1085;&#1091;&#1090;&#1099;&quot;
+        many:  &quot;{{count}} &#1084;&#1080;&#1085;&#1091;&#1090;&quot;
+        other: &quot;{{count}} &#1084;&#1080;&#1085;&#1091;&#1090;&#1099;&quot;
       about_x_hours:
-        one:   &quot;about 1 hour&quot;
-        other: &quot;about {{count}} hours&quot;
+        one:   &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1095;&#1072;&#1089;&#1072;&quot;
+        few:   &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1095;&#1072;&#1089;&#1086;&#1074;&quot;
+        many:  &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1095;&#1072;&#1089;&#1086;&#1074;&quot;
+        other: &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1095;&#1072;&#1089;&#1072;&quot;
       x_days:
-        one:   &quot;1 day&quot;
-        other: &quot;{{count}} days&quot;
+        one:   &quot;{{count}} &#1076;&#1077;&#1085;&#1100;&quot;
+        few:   &quot;{{count}} &#1076;&#1085;&#1103;&quot;
+        many:  &quot;{{count}} &#1076;&#1085;&#1077;&#1081;&quot;
+        other: &quot;{{count}} &#1076;&#1085;&#1103;&quot;
       about_x_months:
-        one:   &quot;about 1 month&quot;
-        other: &quot;about {{count}} months&quot;
+        one:   &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1084;&#1077;&#1089;&#1103;&#1094;&#1072;&quot;
+        few:   &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1084;&#1077;&#1089;&#1103;&#1094;&#1077;&#1074;&quot;
+        many:  &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1084;&#1077;&#1089;&#1103;&#1094;&#1077;&#1074;&quot;
+        other: &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1084;&#1077;&#1089;&#1103;&#1094;&#1072;&quot;
       x_months:
-        one:   &quot;1 month&quot;
-        other: &quot;{{count}} months&quot;
+        one:   &quot;{{count}} &#1084;&#1077;&#1089;&#1103;&#1094;&quot;
+        few:   &quot;{{count}} &#1084;&#1077;&#1089;&#1103;&#1094;&#1072;&quot;
+        many:  &quot;{{count}} &#1084;&#1077;&#1089;&#1103;&#1094;&#1077;&#1074;&quot;
+        other: &quot;{{count}} &#1084;&#1077;&#1089;&#1103;&#1094;&#1072;&quot;
       about_x_years:
-        one:   &quot;about 1 year&quot;
-        other: &quot;about {{count}} years&quot;
+        one:   &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1075;&#1086;&#1076;&#1072;&quot;
+        few:   &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1083;&#1077;&#1090;&quot;
+        many:  &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1083;&#1077;&#1090;&quot;
+        other: &quot;&#1086;&#1082;&#1086;&#1083;&#1086; {{count}} &#1083;&#1077;&#1090;&quot;
       over_x_years:
-        one:   &quot;over 1 year&quot;
-        other: &quot;over {{count}} years&quot;
+        one:   &quot;&#1073;&#1086;&#1083;&#1100;&#1096;&#1077; {{count}} &#1075;&#1086;&#1076;&#1072;&quot;
+        few:   &quot;&#1073;&#1086;&#1083;&#1100;&#1096;&#1077; {{count}} &#1083;&#1077;&#1090;&quot;
+        many:  &quot;&#1073;&#1086;&#1083;&#1100;&#1096;&#1077; {{count}} &#1083;&#1077;&#1090;&quot;
+        other: &quot;&#1073;&#1086;&#1083;&#1100;&#1096;&#1077; {{count}} &#1083;&#1077;&#1090;&quot;
     prompts:
-      year:   &quot;Year&quot;
-      month:  &quot;Month&quot;
-      day:    &quot;Day&quot;
-      hour:   &quot;Hour&quot;
-      minute: &quot;Minute&quot;
-      second: &quot;Seconds&quot;
+      year: &quot;&#1043;&#1086;&#1076;&quot;
+      month: &quot;&#1052;&#1077;&#1089;&#1103;&#1094;&quot;
+      day: &quot;&#1044;&#1077;&#1085;&#1100;&quot;
+      hour: &quot;&#1063;&#1072;&#1089;&#1086;&#1074;&quot;
+      minute: &quot;&#1052;&#1080;&#1085;&#1091;&#1090;&quot;
+      second: &quot;&#1057;&#1077;&#1082;&#1091;&#1085;&#1076;&quot;
 
   activerecord:
     errors:
       template:
         header:
-          one:    &quot;1 error prohibited this {{model}} from being saved&quot;
-          other:  &quot;{{count}} errors prohibited this {{model}} from being saved&quot;
-        # The variable :count is also available
-        body: &quot;There were problems with the following fields:&quot;
-    
-      # The values :model, :attribute and :value are always available for interpolation
-      # The value :count is available when applicable. Can be used for pluralization.
-      messages:
-        inclusion: &quot;is not included in the list&quot;
-        exclusion: &quot;is reserved&quot;
-        invalid: &quot;is invalid&quot;
-        confirmation: &quot;doesn't match confirmation&quot;
-        accepted: &quot;must be accepted&quot;
-        empty: &quot;can't be empty&quot;
-        blank: &quot;can't be blank&quot;
-        too_long: &quot;is too long (maximum is {{count}} characters)&quot;
-        too_short: &quot;is too short (minimum is {{count}} characters)&quot;
-        wrong_length: &quot;is the wrong length (should be {{count}} characters)&quot;
-        taken: &quot;has already been taken&quot;
-        not_a_number: &quot;is not a number&quot;
-        greater_than: &quot;must be greater than {{count}}&quot;
-        greater_than_or_equal_to: &quot;must be greater than or equal to {{count}}&quot;
-        equal_to: &quot;must be equal to {{count}}&quot;
-        less_than: &quot;must be less than {{count}}&quot;
-        less_than_or_equal_to: &quot;must be less than or equal to {{count}}&quot;
-        odd: &quot;must be odd&quot;
-        even: &quot;must be even&quot;
-    
-    date:
-      formats:
-        # Use the strftime parameters for formats.
-        # When no format has been given, it uses default.
-        # You can provide other formats here if you like!
-        default: &quot;%Y-%m-%d&quot;
-        short: &quot;%b %d&quot;
-        long: &quot;%B %d, %Y&quot;
+          one:   &quot;{{model}}: &#1089;&#1086;&#1093;&#1088;&#1072;&#1085;&#1077;&#1085;&#1080;&#1077; &#1085;&#1077; &#1091;&#1076;&#1072;&#1083;&#1086;&#1089;&#1100; &#1080;&#1079;-&#1079;&#1072; {{count}} &#1086;&#1096;&#1080;&#1073;&#1082;&#1080;&quot;
+          few:   &quot;{{model}}: &#1089;&#1086;&#1093;&#1088;&#1072;&#1085;&#1077;&#1085;&#1080;&#1077; &#1085;&#1077; &#1091;&#1076;&#1072;&#1083;&#1086;&#1089;&#1100; &#1080;&#1079;-&#1079;&#1072; {{count}} &#1086;&#1096;&#1080;&#1073;&#1086;&#1082;&quot;
+          many:  &quot;{{model}}: &#1089;&#1086;&#1093;&#1088;&#1072;&#1085;&#1077;&#1085;&#1080;&#1077; &#1085;&#1077; &#1091;&#1076;&#1072;&#1083;&#1086;&#1089;&#1100; &#1080;&#1079;-&#1079;&#1072; {{count}} &#1086;&#1096;&#1080;&#1073;&#1086;&#1082;&quot;
+          other: &quot;{{model}}: &#1089;&#1086;&#1093;&#1088;&#1072;&#1085;&#1077;&#1085;&#1080;&#1077; &#1085;&#1077; &#1091;&#1076;&#1072;&#1083;&#1086;&#1089;&#1100; &#1080;&#1079;-&#1079;&#1072; {{count}} &#1086;&#1096;&#1080;&#1073;&#1082;&#1080;&quot;
 
-      day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
-      abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
+        body: &quot;&#1055;&#1088;&#1086;&#1073;&#1083;&#1077;&#1084;&#1099; &#1074;&#1086;&#1079;&#1085;&#1080;&#1082;&#1083;&#1080; &#1089;&#1086; &#1089;&#1083;&#1077;&#1076;&#1091;&#1102;&#1097;&#1080;&#1084;&#1080; &#1087;&#1086;&#1083;&#1103;&#1084;&#1080;:&quot;
 
-      # Don't forget the nil at the beginning; there's no such thing as a 0th month
-      month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
-      abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
-      # Used in date_select and datime_select.
-      order: [ :year, :month, :day ]
-
-    time:
-      formats:
-        default: &quot;%a, %d %b %Y %H:%M:%S %z&quot;
-        short: &quot;%d %b %H:%M&quot;
-        long: &quot;%B %d, %Y %H:%M&quot;
-      am: &quot;am&quot;
-      pm: &quot;pm&quot;
+      messages:
+        inclusion: &quot;&#1080;&#1084;&#1077;&#1077;&#1090; &#1085;&#1077;&#1087;&#1088;&#1077;&#1076;&#1091;&#1089;&#1084;&#1086;&#1090;&#1088;&#1077;&#1085;&#1085;&#1086;&#1077; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077;&quot;
+        exclusion: &quot;&#1080;&#1084;&#1077;&#1077;&#1090; &#1079;&#1072;&#1088;&#1077;&#1079;&#1077;&#1088;&#1074;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1085;&#1086;&#1077; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077;&quot;
+        invalid: &quot;&#1080;&#1084;&#1077;&#1077;&#1090; &#1085;&#1077;&#1074;&#1077;&#1088;&#1085;&#1086;&#1077; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077;&quot;
+        confirmation: &quot;&#1085;&#1077; &#1089;&#1086;&#1074;&#1087;&#1072;&#1076;&#1072;&#1077;&#1090; &#1089; &#1087;&#1086;&#1076;&#1090;&#1074;&#1077;&#1088;&#1078;&#1076;&#1077;&#1085;&#1080;&#1077;&#1084;&quot;
+        accepted: &quot;&#1085;&#1091;&#1078;&#1085;&#1086; &#1087;&#1086;&#1076;&#1090;&#1074;&#1077;&#1088;&#1076;&#1080;&#1090;&#1100;&quot;
+        empty: &quot;&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1087;&#1091;&#1089;&#1090;&#1099;&#1084;&quot;
+        blank: &quot;&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1087;&#1091;&#1089;&#1090;&#1099;&#1084;&quot;
+        too_long:
+          one:   &quot;&#1089;&#1083;&#1080;&#1096;&#1082;&#1086;&#1084; &#1073;&#1086;&#1083;&#1100;&#1096;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1073;&#1086;&#1083;&#1100;&#1096;&#1077; &#1095;&#1077;&#1084; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;)&quot;
+          few:   &quot;&#1089;&#1083;&#1080;&#1096;&#1082;&#1086;&#1084; &#1073;&#1086;&#1083;&#1100;&#1096;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1073;&#1086;&#1083;&#1100;&#1096;&#1077; &#1095;&#1077;&#1084; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1072;)&quot;
+          many:  &quot;&#1089;&#1083;&#1080;&#1096;&#1082;&#1086;&#1084; &#1073;&#1086;&#1083;&#1100;&#1096;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1073;&#1086;&#1083;&#1100;&#1096;&#1077; &#1095;&#1077;&#1084; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1086;&#1074;)&quot;
+          other: &quot;&#1089;&#1083;&#1080;&#1096;&#1082;&#1086;&#1084; &#1073;&#1086;&#1083;&#1100;&#1096;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1073;&#1086;&#1083;&#1100;&#1096;&#1077; &#1095;&#1077;&#1084; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1072;)&quot;
+        too_short:
+          one:   &quot;&#1085;&#1077;&#1076;&#1086;&#1089;&#1090;&#1072;&#1090;&#1086;&#1095;&#1085;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1072;)&quot;
+          few:   &quot;&#1085;&#1077;&#1076;&#1086;&#1089;&#1090;&#1072;&#1090;&#1086;&#1095;&#1085;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1086;&#1074;)&quot;
+          many:  &quot;&#1085;&#1077;&#1076;&#1086;&#1089;&#1090;&#1072;&#1090;&#1086;&#1095;&#1085;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1086;&#1074;)&quot;
+          other: &quot;&#1085;&#1077;&#1076;&#1086;&#1089;&#1090;&#1072;&#1090;&#1086;&#1095;&#1085;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1084;&#1077;&#1085;&#1100;&#1096;&#1077; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1072;)&quot;
+        wrong_length:
+          one:   &quot;&#1085;&#1077;&#1074;&#1077;&#1088;&#1085;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1076;&#1083;&#1080;&#1085;&#1086;&#1081; &#1088;&#1086;&#1074;&#1085;&#1086; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;)&quot;
+          few:   &quot;&#1085;&#1077;&#1074;&#1077;&#1088;&#1085;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1076;&#1083;&#1080;&#1085;&#1086;&#1081; &#1088;&#1086;&#1074;&#1085;&#1086; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1072;)&quot;
+          many:  &quot;&#1085;&#1077;&#1074;&#1077;&#1088;&#1085;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1076;&#1083;&#1080;&#1085;&#1086;&#1081; &#1088;&#1086;&#1074;&#1085;&#1086; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1086;&#1074;)&quot;
+          other: &quot;&#1085;&#1077;&#1074;&#1077;&#1088;&#1085;&#1086;&#1081; &#1076;&#1083;&#1080;&#1085;&#1099; (&#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1076;&#1083;&#1080;&#1085;&#1086;&#1081; &#1088;&#1086;&#1074;&#1085;&#1086; {{count}} &#1089;&#1080;&#1084;&#1074;&#1086;&#1083;&#1072;)&quot;
+        taken: &quot;&#1091;&#1078;&#1077; &#1089;&#1091;&#1097;&#1077;&#1089;&#1090;&#1074;&#1091;&#1077;&#1090;&quot;
+        not_a_number: &quot;&#1085;&#1077; &#1103;&#1074;&#1083;&#1103;&#1077;&#1090;&#1089;&#1103; &#1095;&#1080;&#1089;&#1083;&#1086;&#1084;&quot;
+        greater_than: &quot;&#1084;&#1086;&#1078;&#1077;&#1090; &#1080;&#1084;&#1077;&#1090;&#1100; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077; &#1073;&#1086;&#1083;&#1100;&#1096;&#1077;&#1077; {{count}}&quot;
+        greater_than_or_equal_to: &quot;&#1084;&#1086;&#1078;&#1077;&#1090; &#1080;&#1084;&#1077;&#1090;&#1100; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077; &#1073;&#1086;&#1083;&#1100;&#1096;&#1077;&#1077; &#1080;&#1083;&#1080; &#1088;&#1072;&#1074;&#1085;&#1086;&#1077; {{count}}&quot;
+        equal_to: &quot;&#1084;&#1086;&#1078;&#1077;&#1090; &#1080;&#1084;&#1077;&#1090;&#1100; &#1083;&#1080;&#1096;&#1100; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077;, &#1088;&#1072;&#1074;&#1085;&#1086;&#1077; {{count}}&quot;
+        less_than: &quot;&#1084;&#1086;&#1078;&#1077;&#1090; &#1080;&#1084;&#1077;&#1090;&#1100; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077; &#1084;&#1077;&#1085;&#1100;&#1096;&#1077;&#1077; &#1095;&#1077;&#1084; {{count}}&quot;
+        less_than_or_equal_to: &quot;&#1084;&#1086;&#1078;&#1077;&#1090; &#1080;&#1084;&#1077;&#1090;&#1100; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077; &#1084;&#1077;&#1085;&#1100;&#1096;&#1077;&#1077; &#1080;&#1083;&#1080; &#1088;&#1072;&#1074;&#1085;&#1086;&#1077; {{count}}&quot;
+        odd: &quot;&#1084;&#1086;&#1078;&#1077;&#1090; &#1080;&#1084;&#1077;&#1090;&#1100; &#1083;&#1080;&#1096;&#1100; &#1095;&#1077;&#1090;&#1085;&#1086;&#1077; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077;&quot;
+        even: &quot;&#1084;&#1086;&#1078;&#1077;&#1090; &#1080;&#1084;&#1077;&#1090;&#1100; &#1083;&#1080;&#1096;&#1100; &#1085;&#1077;&#1095;&#1077;&#1090;&#1085;&#1086;&#1077; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077;&quot;
 
-    # Used in array.to_sentence.
-    support:
-      array:
-        words_connector: &quot;, &quot;
-        two_words_connector: &quot; and &quot;
-        last_word_connector: &quot;, and &quot;
+  support:
+    array:
+      # Rails 2.2
+      sentence_connector: &quot;&#1080;&quot;
+      skip_last_comma: true
+      
+      # Rails 2.3
+      words_connector: &quot;, &quot;
+      two_words_connector: &quot; &#1080; &quot;
+      last_word_connector: &quot; &#1080; &quot;</diff>
      <filename>config/locales/ru-RU_rails.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3a6221e3aab5a200a619df0a4cc772a17b791f94</id>
    </parent>
  </parents>
  <author>
    <name>Fabio Akita</name>
    <email>fabioakita@MacHal9004.local</email>
  </author>
  <url>http://github.com/akitaonrails/spree/commit/adea45b275be60ef2c38f3a879035af0124bd965</url>
  <id>adea45b275be60ef2c38f3a879035af0124bd965</id>
  <committed-date>2009-04-26T08:34:59-07:00</committed-date>
  <authored-date>2009-04-26T08:34:59-07:00</authored-date>
  <message>Updating Rails locale files directly from Sven Fuch's Rails-I18n project (http://github.com/svenfuchs/rails-i18n).</message>
  <tree>e8b0d4db53929beb1aeb617b4a6feea97d1e5951</tree>
  <committer>
    <name>Fabio Akita</name>
    <email>fabioakita@MacHal9004.local</email>
  </committer>
</commit>
