From ec7b1a7efaec66ccd7e60d30e1ece0de3b378553 Mon Sep 17 00:00:00 2001 From: slubek Date: Tue, 27 Jun 2006 20:29:21 +0000 Subject: [PATCH] Arguments --- lang/polish.php | 17 +++++++++++++++-- lang/recoded/polish.php | 17 +++++++++++++++-- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/lang/polish.php b/lang/polish.php index 5c47e9d2..c7043899 100644 --- a/lang/polish.php +++ b/lang/polish.php @@ -4,7 +4,7 @@ * Polish language file for WebDB. * @maintainer Rafal Slubowski [slubek@users.sourceforge.net] * - * $Id: polish.php,v 1.52 2006/06/24 23:28:33 slubek Exp $ + * $Id: polish.php,v 1.53 2006/06/27 20:29:21 slubek Exp $ */ // Language and character set @@ -468,7 +468,6 @@ $lang['strcreatecfunction'] = 'Utwórz funkcję C'; $lang['strfunctionname'] = 'Nazwa funkcji'; $lang['strreturns'] = 'Zwraca'; - $lang['strarguments'] = 'Parametry'; $lang['strproglanguage'] = 'Język'; $lang['strfunctionneedsname'] = 'Musisz nazwać funkcję.'; $lang['strfunctionneedsdef'] = 'Musisz zdefiniować funkcję.'; @@ -481,6 +480,20 @@ $lang['strfunctionupdatedbad'] = 'Próba aktualizacji funkcji się nie powiodła.'; $lang['strobjectfile'] = 'Plik obiektów'; $lang['strlinksymbol'] = 'Łącz symbol'; + $lang['strarguments'] = 'Argumenty'; + $lang['strargname'] = 'Nazwa'; + $lang['strargmode'] = 'Tryb'; + $lang['strargtype'] = 'Typ'; + $lang['strargadd'] = 'Dodaj nowy argument'; + $lang['strargremove'] = 'Usuń ten argument'; + $lang['strargnoargs'] = 'Ta funkcja nie będzie wymagała żadnych argumentów.'; + $lang['strargenableargs'] = 'Włącz podawanie argumentów tej funkcji.'; + $lang['strargnorowabove'] = 'Nad tym wierszem musi być wiersz.'; + $lang['strargnorowbelow'] = 'Pod tym wierszem musi być inny wiersz.'; + $lang['strargraise'] = 'Przesuń w górę.'; + $lang['strarglower'] = 'Przesuń w dół.'; + $lang['strargremoveconfirm'] = 'Czy na pewno chcesz usunąć ten argument? Tej operacji nie będzie można cofnąć.'; + // Triggers $lang['strtrigger'] = 'Procedura wyzwalana'; diff --git a/lang/recoded/polish.php b/lang/recoded/polish.php index 4881190a..a6920e39 100644 --- a/lang/recoded/polish.php +++ b/lang/recoded/polish.php @@ -4,7 +4,7 @@ * Polish language file for WebDB. * @maintainer Rafal Slubowski [slubek@users.sourceforge.net] * - * $Id: polish.php,v 1.47 2006/06/24 23:28:33 slubek Exp $ + * $Id: polish.php,v 1.48 2006/06/27 20:29:22 slubek Exp $ */ // Language and character set @@ -468,7 +468,6 @@ $lang['strcreatecfunction'] = 'Utwórz funkcję C'; $lang['strfunctionname'] = 'Nazwa funkcji'; $lang['strreturns'] = 'Zwraca'; - $lang['strarguments'] = 'Parametry'; $lang['strproglanguage'] = 'Język'; $lang['strfunctionneedsname'] = 'Musisz nazwać funkcję.'; $lang['strfunctionneedsdef'] = 'Musisz zdefiniować funkcję.'; @@ -481,6 +480,20 @@ $lang['strfunctionupdatedbad'] = 'Próba aktualizacji funkcji się nie powiodła.'; $lang['strobjectfile'] = 'Plik obiektów'; $lang['strlinksymbol'] = 'Łącz symbol'; + $lang['strarguments'] = 'Argumenty'; + $lang['strargname'] = 'Nazwa'; + $lang['strargmode'] = 'Tryb'; + $lang['strargtype'] = 'Typ'; + $lang['strargadd'] = 'Dodaj nowy argument'; + $lang['strargremove'] = 'Usuń ten argument'; + $lang['strargnoargs'] = 'Ta funkcja nie będzie wymagała żadnych argumentów.'; + $lang['strargenableargs'] = 'Włącz podawanie argumentów tej funkcji.'; + $lang['strargnorowabove'] = 'Nad tym wierszem musi być wiersz.'; + $lang['strargnorowbelow'] = 'Pod tym wierszem musi być inny wiersz.'; + $lang['strargraise'] = 'Przesuń w górę.'; + $lang['strarglower'] = 'Przesuń w dół.'; + $lang['strargremoveconfirm'] = 'Czy na pewno chcesz usunąć ten argument? Tej operacji nie będzie można cofnąć.'; + // Triggers $lang['strtrigger'] = 'Procedura wyzwalana'; -- 2.39.5