diff options
Diffstat (limited to 'lib/plugins/authpgsql/lang/pl/settings.php')
-rw-r--r-- | lib/plugins/authpgsql/lang/pl/settings.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authpgsql/lang/pl/settings.php b/lib/plugins/authpgsql/lang/pl/settings.php index 37afb252d..25a2afd4f 100644 --- a/lib/plugins/authpgsql/lang/pl/settings.php +++ b/lib/plugins/authpgsql/lang/pl/settings.php @@ -1,5 +1,9 @@ <?php + /** - * Polish language file - * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Mati <mackosa@wp.pl> */ +$lang['server'] = 'Twój serwer PostgreSQL'; +$lang['database'] = 'Baza danych do użycia'; |