mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
IDE: Regenerated translations and updated Russian translation.
git-svn-id: trunk@53059 -
This commit is contained in:
parent
8af5a9ce5b
commit
1377f905ad
@ -10095,6 +10095,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16134,6 +16163,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr ""
|
||||
|
@ -10108,6 +10108,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16077,6 +16106,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr ""
|
||||
|
@ -10361,6 +10361,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16675,6 +16704,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Ha fallat la reversió"
|
||||
|
@ -10103,6 +10103,35 @@ msgstr "Vložit datum. Volitelně: formátovací řetězec"
|
||||
msgid "insert end if needed"
|
||||
msgstr "vložit konec pokud je třeba"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16144,6 +16173,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "vrací seznam všech hodnot podmínkové proměnné před proměnnou"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Vrácení selhalo"
|
||||
|
@ -10101,6 +10101,35 @@ msgstr "Datum einfügen. Optional: Formatstring"
|
||||
msgid "insert end if needed"
|
||||
msgstr "End bei Bedarf einfügen"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16076,6 +16105,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "gibt die Liste aller Werte der Case-Variable vor der Variable zurück"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Rücknahme fehlgeschlagen"
|
||||
|
@ -10136,6 +10136,35 @@ msgstr "Insertar fecha. Opcional: cadena de formato"
|
||||
msgid "insert end if needed"
|
||||
msgstr "insertar end si es necesario"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16194,6 +16223,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "Devuelve una lista de todos los valores de una variable CASE frente a la variable"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Fallo al revertir"
|
||||
|
@ -10029,6 +10029,35 @@ msgstr "liitä päivämäärä. Valinnaisesti muotoile merkkijono"
|
||||
msgid "insert end if needed"
|
||||
msgstr "liitä end tarvittaessa"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgid "Insert Macro"
|
||||
msgstr "Liitä makro"
|
||||
@ -16019,6 +16048,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "palauttaa kaikki case-muuttujan arvot muuttujan edessä"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Palauttaminen epäonnistui"
|
||||
|
@ -10101,6 +10101,35 @@ msgstr "Insérer la date. Facultatif : formater la chaîne de caractères"
|
||||
msgid "insert end if needed"
|
||||
msgstr "Insérer \"end\" si nécessaire"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16093,6 +16122,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "Retourne la liste de toutes les valeurs de la variable \"case\" en face de la variable"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "La restauration a échoué"
|
||||
|
@ -10663,6 +10663,35 @@ msgstr "הכנס תאריך. אפשרי: עיצוב המחרוזת"
|
||||
msgid "insert end if needed"
|
||||
msgstr "הכנס סיום אם צריך"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -17245,6 +17274,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "מחזיר רשימה של כל הערכים של משתנה case לפני המשתנה"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "השחזור נכשל"
|
||||
|
@ -10098,6 +10098,35 @@ msgstr "Dátum beillesztése. Nem kötelező: formátum karakterlánc"
|
||||
msgid "insert end if needed"
|
||||
msgstr "end beillesztése, ha szükséges"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16084,6 +16113,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "a \"case\" változó összes értékének listáját adja vissza a változó elé"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Visszaállítás sikertelen"
|
||||
|
@ -10427,6 +10427,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16852,6 +16881,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Pengembalian gagal"
|
||||
|
@ -10156,6 +10156,35 @@ msgstr "Inserisci la data. Opzionale: stringa di formattazione"
|
||||
msgid "insert end if needed"
|
||||
msgstr "Inserisci end se serve"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16212,6 +16241,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "ritorna lalista di tutti i valori della variabile case a fronte della variabile"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Ripristino fallito"
|
||||
|
@ -10286,6 +10286,35 @@ msgstr "日付と挿入。オプションとして:書式化文字列"
|
||||
msgid "insert end if needed"
|
||||
msgstr "必要ならばendを挿入"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16453,6 +16482,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "変数の前のcase変数のすべての値のリストを返す"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "復帰に失敗"
|
||||
|
@ -10365,6 +10365,35 @@ msgstr "Įterpti datą. Papildomai: formatuoti tekstą."
|
||||
msgid "insert end if needed"
|
||||
msgstr "Jei reikia, įterpti „end“"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16560,6 +16589,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "Po „case“ kintamojo įterpia to kintamojo visas galimas vertes"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Atstatyti nepavyko"
|
||||
|
@ -10395,6 +10395,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16771,6 +16800,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Terugzetten mislukt"
|
||||
|
@ -10451,6 +10451,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16830,6 +16859,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Przywrócenie nie udało się"
|
||||
|
@ -10067,6 +10067,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16014,6 +16043,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr ""
|
||||
|
@ -10324,6 +10324,35 @@ msgstr "Inserir data. Opcional: seq.caracteres formatação"
|
||||
msgid "insert end if needed"
|
||||
msgstr "inserir fim se necessário"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16497,6 +16526,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "retorna lista de todos os valores da variável \"case\" em frente da variável"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Falha na reversão"
|
||||
|
@ -5,7 +5,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: 2016-09-29 01:46+0300\n"
|
||||
"PO-Revision-Date: 2016-09-30 02:28+0300\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,3325,-1,-1\n"
|
||||
@ -10091,6 +10091,60 @@ msgstr "Вставить дату. Возможно форматирование
|
||||
msgid "insert end if needed"
|
||||
msgstr "Вставить при необходимости слово 'end'"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
"Вставить заголовок текущей процедуры.\n"
|
||||
"\n"
|
||||
"Необязательные параметры (разделяются запятыми):\n"
|
||||
"WithStart, // ключевое слово, например, 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// опустить ключевое слово 'class'\n"
|
||||
"AddClassName, // извлечь/добавить имя класса\n"
|
||||
"WithoutClassName, // опустить имя класса\n"
|
||||
"WithoutName, // опустить имя функции\n"
|
||||
"WithoutParamList, // опустить список параметров\n"
|
||||
"WithVarModifiers, // извлечь 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // извлечь имена параметров\n"
|
||||
"WithoutParamTypes, // опустить двоеточие, типы параметров и значения по умолчанию\n"
|
||||
"WithDefaultValues, // извлечь значения по умолчанию\n"
|
||||
"WithResultType, // извлечь двоеточие + тип результата\n"
|
||||
"WithOfObject, // извлечь 'of object'\n"
|
||||
"WithCallingSpecs, // извлечь cdecl; inline;\n"
|
||||
"WithProcModifiers, // извлечь forward; alias; external;\n"
|
||||
"WithComments, // извлечь комментарии и пробелы\n"
|
||||
"InUpperCase, // преобразовать в верхний регистр\n"
|
||||
"CommentsToSpace, // заменить комментарии единственным пробелом\n"
|
||||
" // (по умолчанию лишние пробелы опускаются,\n"
|
||||
" // например, 'Do ;' обычно преобразуется в 'Do;',\n"
|
||||
" // а с этим параметром вы получите 'Do ;')\n"
|
||||
"WithoutBrackets, // опустить открывающую и закрывающую скобки списка параметров\n"
|
||||
"WithoutSemicolon, // опустить точку с запятой в конце\n"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16081,6 +16135,32 @@ msgstr ""
|
||||
"Необязательные параметры (разделяются запятыми):\n"
|
||||
"WithoutExtraIndent // список case будет сгенерирован без дополнительных отступов\n"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
"Возвратить слово, индексированное параметром, из части текущей строки перед курсором.\n"
|
||||
"\n"
|
||||
"Слова в строке нумеруются 1,2,3,... слева направо, но последнее слово,\n"
|
||||
"всегда являющееся раскрываемым макросом, имеет номер 0, поэтому $PrevWord(0)\n"
|
||||
"всегда содержит текущий макрос.\n"
|
||||
"\n"
|
||||
"Пример:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Здесь $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"В конце шаблона используйте $PrevWord(-1), который раскрывается пустой строкой, но при этом производит важную операцию очистки всех найденных $PrevWord. Для справки приводим регулярное выражение, использующееся для обнаружения слов для этого макроса: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Возвращение не удалось"
|
||||
|
@ -10499,6 +10499,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16957,6 +16986,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Obnovenie zlyhalo"
|
||||
|
@ -10188,6 +10188,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16387,6 +16416,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Döndürme başarısızlıkla sonuçlandı"
|
||||
|
@ -10103,6 +10103,35 @@ msgstr "Вставити дату. Можливо: форматування ря
|
||||
msgid "insert end if needed"
|
||||
msgstr "вставити кінець якщо потрібно"
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -16147,6 +16176,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr "повертає список значень змінних case перед змінною"
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "Обертання не вдалося"
|
||||
|
@ -10522,6 +10522,35 @@ msgstr ""
|
||||
msgid "insert end if needed"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertheaderofcurrentprocedure
|
||||
msgid ""
|
||||
"Insert header of current procedure\n"
|
||||
"\n"
|
||||
"Optional Parameters (comma separated):\n"
|
||||
"WithStart, // proc keyword e.g. 'function', 'class procedure'\n"
|
||||
"WithoutClassKeyword,// without 'class' proc keyword\n"
|
||||
"AddClassName, // extract/add ClassName.\n"
|
||||
"WithoutClassName, // skip classname\n"
|
||||
"WithoutName, // skip function name\n"
|
||||
"WithoutParamList, // skip param list\n"
|
||||
"WithVarModifiers, // extract 'var', 'out', 'const'\n"
|
||||
"WithParameterNames, // extract parameter names\n"
|
||||
"WithoutParamTypes, // skip colon, param types and default values\n"
|
||||
"WithDefaultValues, // extract default values\n"
|
||||
"WithResultType, // extract colon + result type\n"
|
||||
"WithOfObject, // extract 'of object'\n"
|
||||
"WithCallingSpecs, // extract cdecl; inline;\n"
|
||||
"WithProcModifiers, // extract forward; alias; external;\n"
|
||||
"WithComments, // extract comments and spaces\n"
|
||||
"InUpperCase, // turn to uppercase\n"
|
||||
"CommentsToSpace, // replace comments with a single space\n"
|
||||
" // (default is to skip unnecessary space,\n"
|
||||
" // e.g 'Do ;' normally becomes 'Do;'\n"
|
||||
" // with this option you get 'Do ;')\n"
|
||||
"WithoutBrackets, // skip start- and end-bracket of parameter list\n"
|
||||
"WithoutSemicolon, // skip semicolon at end\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisinsertmacro
|
||||
msgctxt "lazarusidestrconsts.lisinsertmacro"
|
||||
msgid "Insert Macro"
|
||||
@ -17004,6 +17033,21 @@ msgid ""
|
||||
"WithoutExtraIndent // the case list will be generated without extra indentation\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisreturnsparameterindexedword
|
||||
msgid ""
|
||||
"Returns parameter-indexed word from the current line preceding cursor position.\n"
|
||||
"\n"
|
||||
"Words in a line are numbered 1,2,3,... from left to right, but the last word\n"
|
||||
"which is always a macro command to be expanded has number 0, thus $PrevWord(0)\n"
|
||||
"is always the current macro.\n"
|
||||
"\n"
|
||||
"Example line:\n"
|
||||
"i 0 count-1 forb|\n"
|
||||
"Here $PrevWord(0)=forb, $PrevWord(1)=i, $PrevWord(2)=0, $PrevWord(3)=count-1\n"
|
||||
"\n"
|
||||
"In the end of your template use $PrevWord(-1) which expands to an empty string, but performs an importaint operation of wiping off all of the $PrevWords found. In addition here is a regexp that is used to detect words for this macro: [\\w\\-+*\\(\\)\\[\\].^@]+\n"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisrevertfailed
|
||||
msgid "Revert failed"
|
||||
msgstr "重新打开失败"
|
||||
|
Loading…
Reference in New Issue
Block a user