Translations: removed completely untranslated files

git-svn-id: trunk@62072 -
This commit is contained in:
maxim 2019-10-17 23:43:46 +00:00
parent 6e821e62a0
commit 9107baee24
4 changed files with 0 additions and 331 deletions

3
.gitattributes vendored
View File

@ -3022,7 +3022,6 @@ components/lazreport/source/addons/addfunction/languages/lr_add_function_const.d
components/lazreport/source/addons/addfunction/languages/lr_add_function_const.es.po svneol=native#text/plain components/lazreport/source/addons/addfunction/languages/lr_add_function_const.es.po svneol=native#text/plain
components/lazreport/source/addons/addfunction/languages/lr_add_function_const.fr.po svneol=native#text/plain components/lazreport/source/addons/addfunction/languages/lr_add_function_const.fr.po svneol=native#text/plain
components/lazreport/source/addons/addfunction/languages/lr_add_function_const.hu.po svneol=native#text/plain components/lazreport/source/addons/addfunction/languages/lr_add_function_const.hu.po svneol=native#text/plain
components/lazreport/source/addons/addfunction/languages/lr_add_function_const.it.po svneol=native#text/plain
components/lazreport/source/addons/addfunction/languages/lr_add_function_const.lt.po svneol=native#text/plain components/lazreport/source/addons/addfunction/languages/lr_add_function_const.lt.po svneol=native#text/plain
components/lazreport/source/addons/addfunction/languages/lr_add_function_const.pot svneol=native#text/plain components/lazreport/source/addons/addfunction/languages/lr_add_function_const.pot svneol=native#text/plain
components/lazreport/source/addons/addfunction/languages/lr_add_function_const.pt_BR.po svneol=native#text/plain components/lazreport/source/addons/addfunction/languages/lr_add_function_const.pt_BR.po svneol=native#text/plain
@ -3523,7 +3522,6 @@ components/leakview/dbginforeader.pas svneol=native#text/pascal
components/leakview/heaptrcview.lfm svneol=native#text/plain components/leakview/heaptrcview.lfm svneol=native#text/plain
components/leakview/heaptrcview.pas svneol=native#text/plain components/leakview/heaptrcview.pas svneol=native#text/plain
components/leakview/languages/heaptrcview.cs.po svneol=native#text/plain components/leakview/languages/heaptrcview.cs.po svneol=native#text/plain
components/leakview/languages/heaptrcview.es.po svneol=native#text/plain
components/leakview/languages/heaptrcview.fr.po svneol=native#text/plain components/leakview/languages/heaptrcview.fr.po svneol=native#text/plain
components/leakview/languages/heaptrcview.hu.po svneol=native#text/plain components/leakview/languages/heaptrcview.hu.po svneol=native#text/plain
components/leakview/languages/heaptrcview.it.po svneol=native#text/plain components/leakview/languages/heaptrcview.it.po svneol=native#text/plain
@ -4100,7 +4098,6 @@ components/printers/design/Makefile.fpc svneol=native#text/plain
components/printers/design/ideprinting.pas svneol=native#text/plain components/printers/design/ideprinting.pas svneol=native#text/plain
components/printers/design/languages/ideprinting.cs.po svneol=native#text/plain components/printers/design/languages/ideprinting.cs.po svneol=native#text/plain
components/printers/design/languages/ideprinting.de.po svneol=native#text/plain components/printers/design/languages/ideprinting.de.po svneol=native#text/plain
components/printers/design/languages/ideprinting.es.po svneol=native#text/plain
components/printers/design/languages/ideprinting.fi.po svneol=native#text/plain components/printers/design/languages/ideprinting.fi.po svneol=native#text/plain
components/printers/design/languages/ideprinting.fr.po svneol=native#text/plain components/printers/design/languages/ideprinting.fr.po svneol=native#text/plain
components/printers/design/languages/ideprinting.hu.po svneol=native#text/plain components/printers/design/languages/ideprinting.hu.po svneol=native#text/plain

View File

@ -1,207 +0,0 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: lr_add_function_const.sdatecategory
msgid "Date"
msgstr ""
#: lr_add_function_const.sdescriptionabs
msgid "ABS(<Number>)/Returns absolute value <Number>"
msgstr ""
#: lr_add_function_const.sdescriptionchr
msgid "CHR(<Code>)/Returns symbol of ASCII code <Code>."
msgstr ""
#: lr_add_function_const.sdescriptioncomparestr
msgid "COMPARESTR(<String1>,<String2>)/Compares two strings. Returns the position where begins the difference between the strings or 0 if strings are equivalent."
msgstr ""
#: lr_add_function_const.sdescriptioncreatedate
msgid "CREATEDATE(<String>)/Converts <String> string to string that contains date to use it in SQL clause. To use this function put the string with desired date format to TfrAddFunctionLibrary.FormatDate property."
msgstr ""
#: lr_add_function_const.sdescriptioncreatenum
msgid "CREATENUM(<String>)/Converts <String> string to string that contains numeric value to use it in SQL clause."
msgstr ""
#: lr_add_function_const.sdescriptioncreatestr
msgid "CREATESTR(<String>)/Adds quotes to the <String> string to use it in SQL clause."
msgstr ""
#: lr_add_function_const.sdescriptiondatediff
msgid "DATEDIFF(<Date1>,<Date2>,<var String>)/Returns the difference between two dates <Date1> and <Date2>. Result is in the string <String> in format \"days;months;years\"."
msgstr ""
#: lr_add_function_const.sdescriptiondatetostr
msgid "DATETOSTR(<Date>)/Converts date <Date> to string and returns the result."
msgstr ""
#: lr_add_function_const.sdescriptiondayspermonth
msgid "DAYSPERMONTH(<Year>,<Month>)/Returns days in the given month <Month> of the year <Year>."
msgstr ""
#: lr_add_function_const.sdescriptiondelete
msgid "DELETE(<String>,<DelFrom>,<DelCount>)/Deletes <DelCount> symbols starting at position <DelFrom> in the given string <String> and returns the result."
msgstr ""
#: lr_add_function_const.sdescriptionendpos
msgid "ENDPOS(<String>,<SubStr>)/Returns position of substring <SubStr> in the string <String> starting at the end of the string."
msgstr ""
#: lr_add_function_const.sdescriptionextractword
msgid "EXTRACTWORD(<WordNo>,<String>,<Delimiters>)/Returns word number <WordNo> from the string <String>.<Delimiters> is the list of word delimiters."
msgstr ""
#: lr_add_function_const.sdescriptionfirstdayofnextmonth
msgid "FIRSTDAYOFNEXTMONTH(<Date>)/Returns the date of first day of the next month of date <Date>."
msgstr ""
#: lr_add_function_const.sdescriptionfirstdayofprevmonth
msgid "FIRSTDAYOFPREVMONTH(<Date>)/Returns the date of first day of the previous month of date <Date>."
msgstr ""
#: lr_add_function_const.sdescriptionincdate
msgid "INCDATE(<Date>,<String>)/Increments the date <Date> by given number of days, months and years passed in the <String> parameter in format \"days;months;years\". Returns the result date."
msgstr ""
#: lr_add_function_const.sdescriptionincday
msgid "INCDAY(<Date>,<Number>)/Increments the date <Date> by given number of days <Number> and returns the result date."
msgstr ""
#: lr_add_function_const.sdescriptionincmonth
msgid "INCMONTH(<Date>,<Number>)/Increments the date <Date> by given number of months <Number> and returns the result date."
msgstr ""
#: lr_add_function_const.sdescriptioninctime
msgid "INCTIME(<Time>,<String>)/Increments the time <Time> by given number of hours, minutes, seconds and milliseconds passed in the <String> parameter in format \"h;min;sec;msec\". Returns the result time."
msgstr ""
#: lr_add_function_const.sdescriptionincyear
msgid "INCYEAR(<Date>,<Number>)/Increments the date <Date> by given number of years <Number> and returns the result date."
msgstr ""
#: lr_add_function_const.sdescriptioninsert
msgid "INSERT(<SubStr>,<String>,<InsertFrom>)/Inserts <SubStr> substring into <String> string starting at position <InsertFrom> and returns the result."
msgstr ""
#: lr_add_function_const.sdescriptionisleapyear
msgid "ISLEAPYEAR(<Year>)/Returns True if <Year> year is leap year."
msgstr ""
#: lr_add_function_const.sdescriptionisrangedate
msgid "ISRANGEDATE(<Date1>,<Date2>,<Date3>)/Returns True if date <Date3> is between <Date1> and <Date2>."
msgstr ""
#: lr_add_function_const.sdescriptionisrangenum
msgid "ISRANGENUM(<Number1>,<Number2>,<Number3>)/Returns True if <Number3> is between <Number1> and <Number2>."
msgstr ""
#: lr_add_function_const.sdescriptioniswordpresent
msgid "ISWORDPRESENT(<Word>,<String>,<Delimiters>)/Determines if word <Word> is present in the string <String>.<Delimiters> is the list of word delimiters."
msgstr ""
#: lr_add_function_const.sdescriptionlastdayofprevmonth
msgid "LASTDAYOFPREVMONTH(<Date>)/Returns the date of last day of the previous month of date <Date>."
msgstr ""
#: lr_add_function_const.sdescriptionleftcopy
msgid "LEFTCOPY(<String>,<Count>)/Copies number of symbols <Count> from the string <String> starting at the begin of the string."
msgstr ""
#: lr_add_function_const.sdescriptionnpos
msgid "NPOS(<SubStr>,<String>,<SubStrNo>)/Returns position of <SubStrNo>-th substring <SubStr> inclusion in the string <String>."
msgstr ""
#: lr_add_function_const.sdescriptionpadcenter
msgid "PADCENTER(<String>,<Length>,<Symbol>)/Adds symbols <Symbol> to begin and end of the string <String> to make it as long as stated in the <Length> parameter and returns result string."
msgstr ""
#: lr_add_function_const.sdescriptionpadleft
msgid "PADLEFT(<String>,<Length>,<Symbol>)/Adds symbols <Symbol> to begin of the string <String> to make it as long as stated in the <Length> parameter and returns result string."
msgstr ""
#: lr_add_function_const.sdescriptionpadright
msgid "PADRIGHT(<String>,<Length>,<Symbol>)/Adds symbols <Symbol> to end of the string <String> to make it as long as stated in the <Length> parameter and returns result string."
msgstr ""
#: lr_add_function_const.sdescriptionreplacestr
msgid "REPLACESTR(<String>,<SubStr1>,<SubStr2>)/Replaces all inclusions of <SubStr1> string to the <SubStr2> string in the string <String> and returns the result."
msgstr ""
#: lr_add_function_const.sdescriptionreplicate
msgid "REPLICATE(<Symbol>,<Length>)/Returns the string with length <Length> that consists of symbols <Symbol>."
msgstr ""
#: lr_add_function_const.sdescriptionrightcopy
msgid "RIGHTCOPY(<String>,<Count>)/Copies number of symbols <Count> from the string <String> starting at the end of the string."
msgstr ""
#: lr_add_function_const.sdescriptionstrtodatedef
msgid "STRTODATEDEF(<String>,<DefDate>)/Converts <String> string to date. If conversion fails, returns default value <DefDate>."
msgstr ""
#: lr_add_function_const.sdescriptionstrtofloat
msgid "STRTOFLOAT(<String>)/Converts <String> string to the float value."
msgstr ""
#: lr_add_function_const.sdescriptionstrtofloatdef
msgid "STRTOFLOATDEF(<String>,<DefValue>)/Converts <String> string to float value. If conversion fails, returns default value <DefValue>."
msgstr ""
#: lr_add_function_const.sdescriptionstrtoint
msgid "STRTOINT(<String>)/Converts <String> string to the integer value."
msgstr ""
#: lr_add_function_const.sdescriptionstrtointdef
msgid "STRTOINTDEF(<String>,<DefValue>)/Converts <String> string to integer value. If conversion fails, returns default value <DefValue>."
msgstr ""
#: lr_add_function_const.sdescriptionswap
msgid "SWAP(<var var1>,<var var2>)/Swaps the variables var1 and var2."
msgstr ""
#: lr_add_function_const.sdescriptiontimetostr
msgid "TIMETOSTR(<Time>)/Converts time <Time> to string and returns the result."
msgstr ""
#: lr_add_function_const.sdescriptiontrimleft
msgid "TRIMLEFT(<String>)/Trims all left spaces from the string <String> and returns the result."
msgstr ""
#: lr_add_function_const.sdescriptiontrimright
msgid "TRIMRIGHT(<String>)/Trims all right spaces from the string <String> and returns the result."
msgstr ""
#: lr_add_function_const.sdescriptionvaliddate
msgid "VALIDDATE(<String>)/Returns True if <String> string is valid date."
msgstr ""
#: lr_add_function_const.sdescriptionvalidfloat
msgid "VALIDFLOAT(<String>)/Returns True if <String> is valid float value."
msgstr ""
#: lr_add_function_const.sdescriptionvalidint
msgid "VALIDINT(<String>)/Returns True if <String> is valid integer value."
msgstr ""
#: lr_add_function_const.sdescriptionwordcount
msgid "WORDCOUNT(<String>,<Delimiters>)/Returns number of words in the string <String>.<Delimiters> is the list of word delimiters."
msgstr ""
#: lr_add_function_const.sdescriptionwordposition
msgid "WORDPOSITION(<WordNo>,<String>,<Delimiters>)/Returns position of word number <WordNo> in the string <String>.<Delimiters> is the list of word delimiters."
msgstr ""
#: lr_add_function_const.smathcategory
msgid "Math"
msgstr ""
#: lr_add_function_const.sothercategory
msgid "Other"
msgstr ""
#: lr_add_function_const.sstringcategory
msgid "String"
msgstr ""

View File

@ -1,87 +0,0 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: heaptrcview.rsdtimes
#, object-pascal-format
msgid " (%d times)"
msgstr ""
#: heaptrcview.rserrorparse
msgid "Error while parsing trace file"
msgstr ""
#: heaptrcview.rsleakview
msgid "Leaks and Traces"
msgstr ""
#: heaptrcview.sbtnclipbrd
msgid "Paste Clipboard"
msgstr ""
#: heaptrcview.sbtnresolve
msgid "Resolve"
msgstr ""
#: heaptrcview.sbtnupdate
msgid "Update"
msgstr ""
#: heaptrcview.schkraw
msgid "Raw leak data"
msgstr ""
#: heaptrcview.schktop
msgid "Stay on top"
msgstr ""
#: heaptrcview.sfrmcap
msgid "Leaks and Traces - HeapTrc and GDB backtrace output viewer"
msgstr ""
#: heaptrcview.sfrmselectfilewithdebuginfo
msgid "Select file with debug info"
msgstr ""
#: heaptrcview.sfrmselecttrcfile
msgid "Select file with trace log"
msgstr ""
#: heaptrcview.slbltrace
msgid ".trc file"
msgstr ""
#: heaptrcview.stacklineformat
#, object-pascal-format
msgid "%s"
msgstr ""
#: heaptrcview.stacklineformatwithfile
#, object-pascal-format
msgid "%s file: %s : %d; "
msgstr ""
#: heaptrcview.stacktraceformat
#, object-pascal-format
msgid "Leak: %d bytes x %d times"
msgstr ""
#: heaptrcview.stacktraceformatsingle
#, object-pascal-format
msgid "Leak: %d bytes"
msgstr ""
#: heaptrcview.strleakingblockscount
#, object-pascal-format
msgid "Leaking Blocks Count: %d"
msgstr ""
#: heaptrcview.strleakingmemsize
#, object-pascal-format
msgid "Leaking Mem Size: %d"
msgstr ""
#: heaptrcview.strtotalmemalloc
#, object-pascal-format
msgid "Total Mem allocated: %d"
msgstr ""

View File

@ -1,34 +0,0 @@
msgid ""
msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ideprinting.sdescrformatting
msgid "Formatting"
msgstr ""
#: ideprinting.sdescrpfselection
msgid "Print ..."
msgstr ""
#: ideprinting.spfselectioncmd
msgid "Print"
msgstr ""
#: ideprinting.sprintfile
msgid "Complete file"
msgstr ""
#: ideprinting.sprintselection
msgid "Selected text"
msgstr ""
#: ideprinting.sprintsources
msgid "Print sources"
msgstr ""
#: ideprinting.sprintwhat
msgid "What would you like to print ?"
msgstr ""