Show
Ignore:
Timestamp:
01/21/2008 06:56:39 AM (12 months ago)
Author:
Geert
Message:

Cleaning up tons of whitespace:

  • Use tabs for indenting
  • Use spaces for aligning
  • Avoid whitespace at the end of a line
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/i18n/pl_PL/validation.php

    r1674 r1766  
    3030        'max_height'    => 'Wysokość pliku %s przekracza dozwoloną wartość. Maksymalna wysokość to %spx.', 
    3131 
    32         // Field types 
    33         'alpha'         => 'litera', 
    34         'alpha_dash'    => 'litera, podkreślenie i myślnik', 
    35         'digit'         => 'cyfra', 
    36         'numeric'       => 'liczba', 
    37  
     32        // Field types 
     33        'alpha'         => 'litera', 
     34        'alpha_dash'    => 'litera, podkreślenie i myślnik', 
     35        'digit'         => 'cyfra', 
     36        'numeric'       => 'liczba', 
    3837);