diff options
| author | 2015-01-30 17:00:07 -0500 | |
|---|---|---|
| committer | 2015-01-30 17:00:07 -0500 | |
| commit | 016003905ca0e8e459e3dc33e786beda8ec92f45 (patch) | |
| tree | 34aba2d2e0d66fbf2c3821ee8358f56e40c4c95e /SQLiteStudio3/sqlitestudio/translations/sqlitestudio_pl.ts | |
| parent | 724c012ada23ef480c61fe99e3c9784b91aeb1ca (diff) | |
Imported Upstream version 3.0.2upstream/3.0.2
Diffstat (limited to 'SQLiteStudio3/sqlitestudio/translations/sqlitestudio_pl.ts')
| -rw-r--r-- | SQLiteStudio3/sqlitestudio/translations/sqlitestudio_pl.ts | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/SQLiteStudio3/sqlitestudio/translations/sqlitestudio_pl.ts b/SQLiteStudio3/sqlitestudio/translations/sqlitestudio_pl.ts new file mode 100644 index 0000000..cc2f9ca --- /dev/null +++ b/SQLiteStudio3/sqlitestudio/translations/sqlitestudio_pl.ts @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pl_PL"> +<context> + <name>QObject</name> + <message> + <source>GUI interface to SQLiteStudio, a SQLite manager.</source> + <translation>Interfejs graficzny dla SQLiteStudio, menadżera SQLite.</translation> + </message> + <message> + <source>Enables debug messages in console (accessible with F12).</source> + <translation>Włącza wiadomości debugujące w konsoli (dostępnej przez F12).</translation> + </message> + <message> + <source>Redirects debug messages into standard output (forces debug mode).</source> + <translation>Przekierowuje wiadomości debugujące na standardowe wyjście (wymusza tryb debugujący).</translation> + </message> + <message> + <source>Enables Lemon parser debug messages for SQL code assistant.</source> + <translation>Włącza wiadomości debugujące analizatora Lemon dla asystenta kodu SQL.</translation> + </message> + <message> + <source>Enables debugging of every single SQL query being sent to any database.</source> + <translation>Włacza debugowanie każdego pojedynczego zapytania SQL, wykonywanego na dowolnej bazie danych.</translation> + </message> + <message> + <source>Limits SQL query messages to only the given <database>.</source> + <translation>Ogranicze wiadomości zapytań SQL do podanej <bazy danych>.</translation> + </message> + <message> + <source>database</source> + <translation>baza danych</translation> + </message> + <message> + <source>file</source> + <translation>plik</translation> + </message> + <message> + <source>Database file to open</source> + <translation>Baza danych do otwarcia</translation> + </message> + <message> + <source>Error</source> + <translation>Błąd</translation> + </message> + <message> + <source>Lists plugins installed in the SQLiteStudio and quits.</source> + <translation>Wypisuje listę zainstalowanych w SQLiteStudio wtyczek i wychodzi.</translation> + </message> +</context> +</TS> |
