Browse Source

Add files via upload

Daniel Voipan 5 years ago
parent
commit
b0d65aee07
2 changed files with 16 additions and 2 deletions
  1. 9 1
      BlackTools/lang/BT.man-en.lang.tcl
  2. 7 1
      BlackTools/lang/BT.man-ro.lang.tcl

+ 9 - 1
BlackTools/lang/BT.man-en.lang.tcl

@@ -12,7 +12,7 @@
 #########################################################################################################################################
 #                                                                                                                                       #
 #                                                      *** The Future is Here ***                                                       #
-#                                                                                            Copyright 2008 - 2018 @ www.tclscripts.net #
+#                                                                                            Copyright 2008 - 2021 @ www.tclscripts.net #
 #########################################################################################################################################
 #                                                                                                                                       #
 #   ENGLISH LANGUAGE                                                                                                            �       #
@@ -698,6 +698,7 @@ set black(say.en.man.490) "\[MAN\] \002TCL\002 supports uploading, loading and u
 set black(say.en.man.491) "\[MAN\] USAGE SYNTAX:"
 set black(say.en.man.492) "\[MAN\] \002%char%tcl <list>\002 (see scripts); \002%char%tcl wget\002 <link/name.tcl>; \002%char%tcl load\002 <name.tcl> (load a tcl script); \002%char%tcl unload\002 <name.tcl> (unload a tcl script); \002%char%tcl info\002 <name.tcl> (information about a tcl) "
 
+
 #NeXt
 
 set black(say.en.man.493) "\[MAN\] \002Next\002 allows you to assist users who need your help in an orderly fashion (used in help channels)."
@@ -1750,6 +1751,13 @@ set black(say.en.man.2204) "\[MAN\] \002%char%set\002 flood-chan <lines:seconds>
 set black(say.en.man.2205) "View options settings: \002%char%show\002 <setting> ; \002%botnick% show\002 <setting> ; \002(PRIVMSG) show\002 <#chan> <setting>"
 
 
+#AutoUpdate
+
+set black(say.en.man.2206) "\[MAN\] \002AutoUpdate\002 gives the ability for the script to \001update\001 itself (if new version of BT or bugfix available) by command or \002AUTO\002 (by timer). The BT files and the variables set in \001BlackTools.tcl\001 are saved and restored."
+set black(say.en.man.2207) "\[MAN\] USAGE SYNTAX:"
+set black(say.en.man.2208) "\[MAN\] \002%char%update <on>\002 (enable autoupdate); \002%char%update off\002 <disable autoupdate>; \002%char%update check\002 (check for new updates); \002%char%update start\002 (start update); \002%char%update time\002 [time] (set update time interval, can use X\001m\001,X\001h\001,X\001d\001 ; if \001[time]\001 isn't specified, it shows the current set time)"
+
+
 ##############################
 ############################################################################################################
 #   END                                                                                                    #

+ 7 - 1
BlackTools/lang/BT.man-ro.lang.tcl

@@ -12,7 +12,7 @@
 #########################################################################################################################################
 #                                                                                                                                       #
 #                                                      *** The Future is Here ***                                                       #
-#                                                                                            Copyright 2008 - 2018 @ www.tclscripts.net #
+#                                                                                            Copyright 2008 - 2021 @ www.tclscripts.net #
 #########################################################################################################################################
 #                                                                                                                                       #
 #   LIMBA ROMANA                                                                                                                        #
@@ -1751,6 +1751,12 @@ set black(say.ro.man.2204) "\[MAN\] \002%char%set\002 flood-chan <linii:secunde>
 set black(say.ro.man.2205) "Vizualizare setari optiuni: \002%char%show\002 <setare> ; \002%botnick% show\002 <setare> ; \002(PRIVMSG) show\002 <#canal> <setare>"
 
 
+#AutoUpdate
+
+set black(say.ro.man.2206) "\[MAN\] \002AutoUpdate\002 este un modul ce ii confera capacitatea de a-si da \001update\001 singur (daca exista versiune noua sau un bugfix pentru BT) prin intermediul unei comenzi sau \002AUTOMAT\002 (prin timer). Fisierele BT si variabilele setate in \001BlackTools.tcl\001 sunt salvate si restaurate."
+set black(say.ro.man.2207) "\[MAN\] SINTAXA FOLOSIRE:"
+set black(say.ro.man.2208) "\[MAN\] \002%char%update <on>\002 (activare autoupdate); \002%char%update off\002 <dezactivare autoupdate>; \002%char%update check\002 (verificare de noi update-uri); \002%char%update start\002 (pornire update); \002%char%update time\002 [timp] (se seteaza intervalul de verificare update, se poate folosi X\001m\001, X\001h\001, X\001d\001 ; daca \001[timp]\001 nu este specificat, se afiseaza timpul curent setat)"
+
 ##############################
 ############################################################################################################
 #   SFARSIT                                                                                                #