diff --git a/doc/de/weechat_scripting.de.txt b/doc/de/weechat_scripting.de.txt index 3f7e73c44..3f4c70f1e 100644 --- a/doc/de/weechat_scripting.de.txt +++ b/doc/de/weechat_scripting.de.txt @@ -99,7 +99,7 @@ Argumente: * 'version': Version des Skripts (String) * 'license': Lizenz für das Skripts (String) * 'description': kurze Beschreibung des Skripts (String) -* 'shutdown_function': Name der Funktion die beim Beenden des Skripts aufgerufen werden soll (String) +* 'shutdown_function': Name der Funktion die beim Beenden des Skripts aufgerufen werden soll (String, optional) * 'charset': Skript Zeichensatz (optional, liegt das Skript im UTF-8 Format vor kann dieser Wert leer bleiben. UTF-8 ist der Standardzeichensatz) (String) diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt index 83466b437..e64962ead 100644 --- a/doc/en/weechat_scripting.en.txt +++ b/doc/en/weechat_scripting.en.txt @@ -99,7 +99,7 @@ Arguments: * 'version': string, script version * 'license': string, script license * 'description': string, short description of script -* 'shutdown_function': string, name of function called when script is unloaded +* 'shutdown_function': string, name of function called when script is unloaded (optional) * 'charset': string, script charset (optional, if your script is UTF-8, you can use blank value here, because UTF-8 is default charset) diff --git a/doc/fr/weechat_scripting.fr.txt b/doc/fr/weechat_scripting.fr.txt index 223d31f14..235aeeea7 100644 --- a/doc/fr/weechat_scripting.fr.txt +++ b/doc/fr/weechat_scripting.fr.txt @@ -101,7 +101,7 @@ Paramètres : * 'license' : chaîne, licence du script * 'description' : chaîne, description courte du script * 'shutdown_function' : chaîne, nom de la fonction appelée lorsque le script - est déchargé + est déchargé (optionnel) * 'charset' : chaîne, jeu de caractères du script (optionnel, si votre script est UTF-8, vous pouvez utiliser une valeur vide ici, car UTF-8 est le jeu de caractères par défaut) diff --git a/doc/it/weechat_scripting.it.txt b/doc/it/weechat_scripting.it.txt index 416c29a34..4442a5e33 100644 --- a/doc/it/weechat_scripting.it.txt +++ b/doc/it/weechat_scripting.it.txt @@ -101,7 +101,7 @@ Argomenti: * 'license': stringa, licenza dello script * 'description': stringa, breve descrizione dello script * 'shutdown_function': stringa, nome della funzione chiamata quando lo script - viene scaricato + viene scaricato (opzionale) * 'charset': stringa, set caratteri dello script (opzionale, se il proprio script è in UTF-8, è possibile utilizzare un valore nullo qui, dato che UTF-8 è il set caratteri predefinito) diff --git a/doc/pl/weechat_scripting.pl.txt b/doc/pl/weechat_scripting.pl.txt index c91c77fc4..bd48a3be4 100644 --- a/doc/pl/weechat_scripting.pl.txt +++ b/doc/pl/weechat_scripting.pl.txt @@ -100,6 +100,7 @@ Argumenty: * 'licencja': string, licencja * 'opis': string, krótki opis skryptu * 'funkcja_wyłączająca': string, nazwa funkcji wywoływanej podczas wyładowania skryptu + (opcjonalne) * 'kodowanie': string, kodowane skryptu (opcjonalne, jeśli skrypt jest napisany w UTF-8 można nie podawać tej wartości - UTF-8 to domyślne kodowanie)