]> git.joonet.de Git - adminer.git/commitdiff
Update translation
authorJakub Vrana <jakub@vrana.cz>
Fri, 1 Apr 2011 15:44:26 +0000 (08:44 -0700)
committerJakub Vrana <jakub@vrana.cz>
Fri, 1 Apr 2011 15:44:26 +0000 (08:44 -0700)
adminer/lang/pl.inc.php

index 769cd7dcda2d3fd82d385e29030f1dc47fb418dc..ab8f569f32ec7352c87158c7c317bf779b5f4d21 100644 (file)
@@ -53,6 +53,7 @@ $translations = array(
        '%.3f s' => '%.3f s',
        'History' => 'Historia',
        'Clear' => 'Wyczyść',
+       'Edit all' => 'Edytuj wszystkie',
        
        'File upload' => 'Wgranie pliku',
        'From server' => 'Z serwera',
@@ -276,11 +277,16 @@ $translations = array(
        'Geometry' => 'Geometria',
        'Relations' => 'Relacje',
        
+       // reload confirmation in AJAX
+       'Resend POST data?' => 'Wysłać dane ponownie?',
+       
        'Editor' => 'Edytor',
        // date format in Editor: $1 yyyy, $2 yy, $3 mm, $4 m, $5 dd, $6 d
        '$1-$3-$5' => '$6.$4.$1',
        // hint for date format - use language equivalents for day, month and year shortcuts
        '[yyyy]-mm-dd' => 'd.m.[rrrr]',
+       // hint for time format - use language equivalents for hour, minute and second shortcuts
+       'HH:MM:SS' => 'HH:MM:SS',
        'now' => 'teraz',
        
        // general SQLite error in create, drop or rename database