Changeset 2157

Show
Ignore:
Timestamp:
02/23/2008 10:35:49 AM (9 months ago)
Author:
kamilko
Message:

Update for 'table_not_found' message

Files:
1 modified

Legend:

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

    r1674 r2157  
    1111        'must_use_where'        => 'Proszę ustawić sekcję WHERE dla zapytania.', 
    1212        'must_use_table'        => 'Proszę wybrać tabelę dla zapytania.', 
     13        'table_not_found'       => 'Tabeli %s nie ma w bazie danych.', 
    1314        'not_implemented'       => 'Wywołana metoda, %s, nie jest obsługiwana przez sterownik.' 
    1415);