[ Index ]

PHP Cross Reference of TikiWiki TRUNK (development tree)

title

Body

[close]

/lang/cs/ -> language.php (source)

   1  <?php // -*- coding:utf-8 -*-
   2  // Parameters:
   3  
   4  // lang=xx    : only translates language 'xx',
   5  //              if not given all languages are translated
   6  
   7  // comments   : generate all comments (equal to close&module)
   8  
   9  // close      : look for similar strings that are already translated and
  10  //              generate a comment if a 'match' is made
  11  
  12  // module     : generate comments that describe in which .php and/or .tpl
  13  //              module(s) a certain string was found (useful for checking
  14  //              translations in context)
  15  
  16  // patch      : looks for the file 'language.patch' in the same directory
  17  //              as the corresponding language.php and overrides any strings
  18  //              in language.php - good if a user does not agree with
  19  //              some translations or if only changes are sent to the maintainer
  20  
  21  // spelling   : generates a file 'spellcheck_me.txt' that contains the
  22  //              words used in the translation. It is then easy to check this
  23  //              file for spelling errors (corrections must be done in
  24  //              'language.php, however)
  25  
  26  // groupwrite : Sets the generated files permissions to allow the generated
  27  //              language.php also be group writable. This is good for
  28  //              translators if they do not have root access to tiki but
  29  //              are in the same group as the webserver. Please remember
  30  //              to have write access removed when translation is finished
  31  //              for security reasons. (Run script again without this
  32  //              parameter)
  33  
  34  // Examples:
  35  // http://www.neonchart.com/get_strings.php?lang=sv
  36  // Will translate language 'sv' and (almost) avoiding comment generation
  37  
  38  // http://www.neonchart.com/get_strings.php?lang=sv&comments
  39  // Will translate language 'sv' and generate all possible comments.
  40  // This is the most usefull mode when working on a translation.
  41  
  42  // http://www.neonchart.com/get_strings.php?lang=sv&nohelp&nosections
  43  // These options will only provide the minimal amout of comments.
  44  // Usefull mode when preparing a translation for distribution.
  45  
  46  // http://www.neonchart.com/get_strings.php?nohelp&nosections
  47  // Prepare all languages for release
  48  
  49  
  50  // ### Note for translators about translation of text ending with punctuation
  51  // ###
  52  // ### The current list of concerned punctuation can be found in 'lib/init/tra.php'
  53  // ### On 2009-03-02, it is: (':', '!', ';', '.', ',', '?')
  54  // ### For clarity, we explain here only for colons: ':' but it is the same for the rest
  55  // ###
  56  // ### Short version: it is not a problem that string "Login:" has no translation. Only "Login" needs to be translated.
  57  // ###
  58  // ### Technical justification:
  59  // ### If a string ending with colon needs translating (like "{tr}Login:{/tr}")
  60  // ### then TikiWiki tries to translate 'Login' and ':' separately.
  61  // ### This allows to have only one translation for "{tr}Login{/tr}" and "{tr}Login:{/tr}"
  62  // ### and it still allows to translate ":" as "&nbsp;:" for languages that
  63  // ### need it (like french)
  64  
  65  $lang=Array(
  66  // ### Start of unused words
  67  // ### Please remove manually!
  68  // ### N.B. Legitimate strings may be marked// ### as unused!
  69  // ### Please see http://tikiwiki.org/tiki-index.php?page=UnusedWords for further info
  70  "some text" => "nějaký text",
  71  "Creates a box with the data" => "Vytvoří box s daty",
  72  "creates a title bar" => "vytvoří pruh titulku",
  73  "creates a table" => "vytvoří tabulku",
  74  "makes a horizontal rule" => "vytvoří horizontální čáru",
  75  "page|desc" => "stránka|popis",
  76  "displays an image" => "zobrazí obrázek",
  77  "Non cacheable images" => "Nekešovat obrázky",
  78  "height width desc link and align are optional" => "height, width, desc, link a align jsou volitelné",
  79  "displays rss feed with id=n maximum=m items" => "zobrazí rss obsah s id=n maximum=m položkami",
  80  "Will be replaced by the actual value of the dynamic content block with id=n" => "Bude zaměněno za aktuální hodnotu bloku s dynamickým obsahem s id=n",
  81  "Misc" => "Různé",
  82  // ### end of unused words
  83  
  84  // ### start of untranslated words
  85  // ### uncomment value pairs as you translate
  86  // "Cookies must be allowed to vote" => "Cookies must be allowed to vote",
  87  // "This forum is flat and doesn't allow replies to other replies" => "This forum is flat and doesn't allow replies to other replies",
  88  // "Tiki is unable to connect to the database " => "Tiki is unable to connect to the database ",
  89  // "Tiki was unable to retrieve login data from the database " => "Tiki was unable to retrieve login data from the database ",
  90  // "The following error message was returned" => "The following error message was returned",
  91  // "Things to check" => "Things to check",
  92  // "Is your database up and running" => "Is your database up and running",
  93  // "Are your database login credentials correct" => "Are your database login credentials correct",
  94  // "Did you complete the <a href='tiki-install.php' >Tiki Installer" => "Did you complete the <a href='tiki-install.php' >Tiki Installer",
  95  // "Please see <a href=\"http://doc.tikiwiki.org/\">the documentation</a> for more information" => "Please see <a href=\"http://doc.tikiwiki.org/\">the documentation</a> for more information",
  96  // "Explorer" => "Explorer",
  97  // "Slideshow" => "Slideshow",
  98  // "Default View" => "Default View",
  99  // "Cape Verde" => "Cape Verde",
 100  // "Central African Republic" => "Central African Republic",
 101  // "Comoros" => "Comoros",
 102  // "Djibouti" => "Djibouti",
 103  // "Dominica" => "Dominica",
 104  // "Equatorial Guinea" => "Equatorial Guinea",
 105  // "Eritrea" => "Eritrea",
 106  // "Ethiopia" => "Ethiopia",
 107  // "Europe" => "Europe",
 108  // "Faroe Islands" => "Faroe Islands",
 109  // "French Southern Territories" => "French Southern Territories",
 110  // "Gabon" => "Gabon",
 111  // "Gambia" => "Gambia",
 112  // "Georgia" => "Georgia",
 113  // "Ghana" => "Ghana",
 114  // "Gibraltar" => "Gibraltar",
 115  // "Grenada" => "Grenada",
 116  // "Guadeloupe" => "Guadeloupe",
 117  // "Guernsey" => "Guernsey",
 118  // "Guinea" => "Guinea",
 119  // "Guinea Bissau" => "Guinea Bissau",
 120  // "Guyana" => "Guyana",
 121  // "Heard Island and McDonald Islands" => "Heard Island and McDonald Islands",
 122  // "Hong Kong" => "Hong Kong",
 123  // "Isle of Man" => "Isle of Man",
 124  // "Jersey" => "Jersey",
 125  // "Kyrgyzstan" => "Kyrgyzstan",
 126  // "Laos" => "Laos",
 127  // "Lesotho" => "Lesotho",
 128  // "Liberia" => "Liberia",
 129  // "Libya" => "Libya",
 130  // "Liechtenstein" => "Liechtenstein",
 131  // "Macao" => "Macao",
 132  // "Macedonia" => "Macedonia",
 133  // "Madagascar" => "Madagascar",
 134  // "Maldives" => "Maldives",
 135  // "Mali" => "Mali",
 136  // "Martinique" => "Martinique",
 137  // "Mauritania" => "Mauritania",
 138  // "Mayotte" => "Mayotte",
 139  // "Moldova" => "Moldova",
 140  // "Monaco" => "Monaco",
 141  // "Mongolia" => "Mongolia",
 142  // "Montenegro" => "Montenegro",
 143  // "Montserrat" => "Montserrat",
 144  // "Myanmar" => "Myanmar",
 145  // "Namibia" => "Namibia",
 146  // "Netherlands Antilles" => "Netherlands Antilles",
 147  // "Niger" => "Niger",
 148  // "Norfolk Island" => "Norfolk Island",
 149  // "Northern Mariana Islands" => "Northern Mariana Islands",
 150  // "North Korea" => "North Korea",
 151  // "Oman" => "Oman",
 152  // "Palau" => "Palau",
 153  // "Palestine" => "Palestine",
 154  // "Pitcairn" => "Pitcairn",
 155  // "Republic of Macedonia" => "Republic of Macedonia",
 156  // "Reunion" => "Reunion",
 157  // "Rwanda" => "Rwanda",
 158  // "Saint Helena" => "Saint Helena",
 159  // "Saint Kitts and Nevis" => "Saint Kitts and Nevis",
 160  // "Saint Lucia" => "Saint Lucia",
 161  // "Saint Pierre and Miquelon" => "Saint Pierre and Miquelon",
 162  // "San Marino" => "San Marino",
 163  // "Sao Tome and Principe" => "Sao Tome and Principe",
 164  // "Senegal" => "Senegal",
 165  // "Serbia" => "Serbia",
 166  // "Seychelles" => "Seychelles",
 167  // "Sierra Leone" => "Sierra Leone",
 168  // "South Georgia and South Sandwich Islands" => "South Georgia and South Sandwich Islands",
 169  // "Sudan" => "Sudan",
 170  // "Svalbard and Jan Mayen" => "Svalbard and Jan Mayen",
 171  // "Swaziland" => "Swaziland",
 172  // "Syria" => "Syria",
 173  // "Tajikistan" => "Tajikistan",
 174  // "Tanzania" => "Tanzania",
 175  // "Timor-Leste" => "Timor-Leste",
 176  // "Togo" => "Togo",
 177  // "Tokelau" => "Tokelau",
 178  // "Tunisia" => "Tunisia",
 179  // "Turkmenistan" => "Turkmenistan",
 180  // "Turks and Caicos Islands" => "Turks and Caicos Islands",
 181  // "Uganda" => "Uganda",
 182  // "United Nations Organization" => "United Nations Organization",
 183  // "United States Minor Outlying Islands" => "United States Minor Outlying Islands",
 184  // "US Virgin Islands" => "US Virgin Islands",
 185  // "Uzbekistan" => "Uzbekistan",
 186  // "Vatican" => "Vatican",
 187  // "Viet Nam" => "Viet Nam",
 188  // "Wallis and Futuna" => "Wallis and Futuna",
 189  // "Western Sahara" => "Western Sahara",
 190  // "Yemen" => "Yemen",
 191  // "Text_Wiki libraries need to be installed. Please see http://dev.tikiwiki.org/MediaWiki+to+TikiWiki+converter" => "Text_Wiki libraries need to be installed. Please see http://dev.tikiwiki.org/MediaWiki+to+TikiWiki+converter",
 192  // "MySQL Improved (mysqli). Requires MySQL 4.1+" => "MySQL Improved (mysqli). Requires MySQL 4.1+",
 193  // "MySQL classic (mysql)" => "MySQL classic (mysql)",
 194  // "PostgeSQL 7.2+" => "PostgeSQL 7.2+",
 195  // "Oracle" => "Oracle",
 196  // "Sybase" => "Sybase",
 197  // "SQLLite" => "SQLLite",
 198  // "MSSQL" => "MSSQL",
 199  // "Email address not valid, test mail not sent" => "Email address not valid, test mail not sent",
 200  // "Email address empty and \"copy\" checkbox not set, test mail not sent" => "Email address empty and \"copy\" checkbox not set, test mail not sent",
 201  // "Test mail from Tiki installer " => "Test mail from Tiki installer ",
 202  // "Tiki version" => "Tiki version",
 203  // "PHP version" => "PHP version",
 204  // "Server" => "Server",
 205  // "Congratulations!\n\nYour server can send emails.\n\n" => "Congratulations!\n\nYour server can send emails.\n\n",
 206  // "Farsi" => "Farsi",
 207  // "Finnish" => "Finnish",
 208  // "Fijian" => "Fijian",
 209  // "Galician" => "Galician",
 210  // "newest" => "newest",
 211  // "oldest" => "oldest",
 212  // "on left side" => "on left side",
 213  // "on center" => "on center",
 214  // "on right side" => "on right side",
 215  // "as Creator &amp; Last Editor" => "as Creator &amp; Last Editor",
 216  // "Business style" => "Business style",
 217  // "Collaborative style" => "Collaborative style",
 218  // "no (disabled)" => "no (disabled)",
 219  // "Only with last version" => "Only with last version",
 220  // "Depends user language" => "Depends user language",
 221  // "Creation Date (asc)" => "Creation Date (asc)",
 222  // "Score ascending" => "Score ascending",
 223  // "Score descending" => "Score descending",
 224  // "Name ascending" => "Name ascending",
 225  // "Name descending" => "Name descending",
 226  // "Login ascending" => "Login ascending",
 227  // "Login descending" => "Login descending",
 228  // "Q and A" => "Q and A",
 229  // "Question ID" => "Question ID",
 230  // "Each day" => "Each day",
 231  // "Each week" => "Each week",
 232  // "Each month" => "Each month",
 233  // "15 minutes" => "15 minutes",
 234  // "30 minutes" => "30 minutes",
 235  // "1 hour" => "1 hour",
 236  // "2 hours" => "2 hours",
 237  // "10 hours" => "10 hours",
 238  // "20 hours" => "20 hours",
 239  // "1 year" => "1 year",
 240  // "Encourage secure (https) login" => "Encourage secure (https) login",
 241  // "Consider we are always in HTTPS, but do not check" => "Consider we are always in HTTPS, but do not check",
 242  // "crypt-md5" => "crypt-md5",
 243  // "crypt-des" => "crypt-des",
 244  // "tikihash (old)" => "tikihash (old)",
 245  // "Shibboleth" => "Shibboleth",
 246  // "OpenID and Tiki" => "OpenID and Tiki",
 247  // "Registered" => "Registered",
 248  // "Admins" => "Admins",
 249  // "Never use transition css" => "Never use transition css",
 250  // "Use @version:x.x specified in theme css or none if not specified" => "Use @version:x.x specified in theme css or none if not specified",
 251  // "Use @version:x.x specified in theme css or 1.9 if not specified" => "Use @version:x.x specified in theme css or 1.9 if not specified",
 252  // "Use @version:x.x specified in theme css or 2.0 if not specified" => "Use @version:x.x specified in theme css or 2.0 if not specified",
 253  // "Ascending" => "Ascending",
 254  // "Descending" => "Descending",
 255  // "No forums" => "No forums",
 256  // "\$feature is turned on" => "\$feature is turned on",
 257  // "\$feature is turned off" => "\$feature is turned off",
 258  // "\$feature set to \" . \$featureStr));\n\t\t\t\t} else {\n\t\t\t\t\t\$tikilib->set_preference(\$feature, \$_POST[\$feature]);\n\t\t\t\t\t\$logslib->add_log('Configuration', tra(\"\$feature set to \" . \$featureStr));\n\t\t\t\t}\n\t\t\t} else if( \$isMultiple ) {\n\n\n\t\t\t\tif ( \$pref != '' ) {\n\t\t\t\t\t\$tikilib->set_preference(\$pref, array());\n\t\t\t\t\t\$prefs[\$feature] = \$_POST[\$feature];\n\t\t\t\t\t\$logslib->add_log('Configuration', tra(\"\$feature set to nothing" => "\$feature set to \" . \$featureStr));\n\t\t\t\t} else {\n\t\t\t\t\t\$tikilib->set_preference(\$feature, \$_POST[\$feature]);\n\t\t\t\t\t\$logslib->add_log('Configuration', tra(\"\$feature set to \" . \$featureStr));\n\t\t\t\t}\n\t\t\t} else if( \$isMultiple ) {\n\n\n\t\t\t\tif ( \$pref != '' ) {\n\t\t\t\t\t\$tikilib->set_preference(\$pref, array());\n\t\t\t\t\t\$prefs[\$feature] = \$_POST[\$feature];\n\t\t\t\t\t\$logslib->add_log('Configuration', tra(\"\$feature set to nothing",
 259  // "\$feature set to nothing" => "\$feature set to nothing",
 260  // "Template %s not registered" => "Template %s not registered",
 261  // "Error line: %d" => "Error line: %d",
 262  // "All Day" => "All Day",
 263  // "Cannot write to this file" => "Cannot write to this file",
 264  // "(not registered)" => "(not registered)",
 265  // "You have mistyped the anti-bot verification code; please try again" => "You have mistyped the anti-bot verification code; please try again",
 266  // "Please wait %d secondes between posts" => "Please wait %d secondes between posts",
 267  // "A contribution is mandatory" => "A contribution is mandatory",
 268  // "Invalid Email" => "Invalid Email",
 269  // "Your message has been queued for approval, the message will be posted after a moderator approves it" => "Your message has been queued for approval, the message will be posted after a moderator approves it",
 270  // "This forum is locked" => "This forum is locked",
 271  // "This thread is locked" => "This thread is locked",
 272  // "Those comments are locked" => "Those comments are locked",
 273  // "Foo" => "Foo",
 274  // "Sample plugin" => "Sample plugin",
 275  // "Face" => "Face",
 276  // "Font family to use" => "Font family to use",
 277  // "As defined by CSS" => "As defined by CSS",
 278  // "Newsletter subscription information at" => "Newsletter subscription information at",
 279  // "Tiki Link - Insert internal link" => "Tiki Link - Insert internal link",
 280  // "Select a Wiki page to link to" => "Select a Wiki page to link to",
 281  // "Cannot open this file" => "Cannot open this file",
 282  // "This is an approximation based on your server memory limit" => "This is an approximation based on your server memory limit",
 283  // "This is the value of your server's PHP '%s' setting" => "This is the value of your server's PHP '%s' setting",
 284  // "You are alerted by the server " => "You are alerted by the server ",
 285  // "You can check the modifications at : " => "You can check the modifications at : ",
 286  // "You are alerted of a changement on " => "You are alerted of a changement on ",
 287  // "unknown destination directory. Please set it up in <a href='tiki-admin.php?page=galleries'>tiki-admin.php?page=galleries</a>" => "unknown destination directory. Please set it up in <a href='tiki-admin.php?page=galleries'>tiki-admin.php?page=galleries</a>",
 288  // "unlink failed" => "unlink failed",
 289  // "Contributions" => "Contributions",
 290  // "Query point" => "Query point",
 291  // "layer" => "layer",
 292  // "Record" => "Record",
 293  // "You can only use optionId = 0 to create a new option or optionId equal an id that already belongs to the menu to update it" => "You can only use optionId = 0 to create a new option or optionId equal an id that already belongs to the menu to update it",
 294  // "menu" => "menu",
 295  // "The content retrieved at %s is not a list of mods" => "The content retrieved at %s is not a list of mods",
 296  // "Can't chdir to '%s'" => "Can't chdir to '%s'",
 297  // "%s impossible to remove" => "%s impossible to remove",
 298  // "section edit" => "section edit",
 299  // "This poll is closed" => "This poll is closed",
 300  // "Created by profile installer" => "Created by profile installer",
 301  // "Page updated by profile installer" => "Page updated by profile installer",
 302  // "The passwords do not match" => "The passwords do not match",
 303  // "The registration mail can't be sent. Contact the administrator" => "The registration mail can't be sent. Contact the administrator",
 304  // "Feed provided by %s. Click to visit" => "Feed provided by %s. Click to visit",
 305  // "Wiki Comment" => "Wiki Comment",
 306  // "Calendar item" => "Calendar item",
 307  // "Tracker item" => "Tracker item",
 308  // "Simple" => "Simple",
 309  // "Advanced" => "Advanced",
 310  // "_HOMEPAGE_CONTENT_" => "_HOMEPAGE_CONTENT_",
 311  // "<!-- jq smarty plugin inactive: feature_jquery off -->" => "<!-- jq smarty plugin inactive: feature_jquery off -->",
 312  // "Fast Next" => "Fast Next",
 313  // "Fast Prev" => "Fast Prev",
 314  // "First {\$params['itemname']}" => "First {\$params['itemname']}",
 315  // "Last {\$params['itemname']}" => "Last {\$params['itemname']}",
 316  // "Next {\$params['itemname']}" => "Next {\$params['itemname']}",
 317  // "Prev {\$params['itemname']}" => "Prev {\$params['itemname']}",
 318  // "You need either JQuery or MooTools enabled for this feature" => "You need either JQuery or MooTools enabled for this feature",
 319  // "Help page" => "Help page",
 320  // "Admin Feature" => "Admin Feature",
 321  // "phplayers are not available on this site" => "phplayers are not available on this site",
 322  // "Invert Sort" => "Invert Sort",
 323  // "sec" => "sec",
 324  // "Gender" => "Gender",
 325  // "You have to make %d choice(s) for the question" => "You have to make %d choice(s) for the question",
 326  // "You have to make at least %d choice(s) for the question" => "You have to make at least %d choice(s) for the question",
 327  // "You have to make less than %d choice(s) for the question" => "You have to make less than %d choice(s) for the question",
 328  // "You have to choose at least %d choice(s) for the question" => "You have to choose at least %d choice(s) for the question",
 329  // "Page '%0' cannot be found" => "Page '%0' cannot be found",
 330  // "For the security of your password direct access to the feed is only available via https" => "For the security of your password direct access to the feed is only available via https",
 331  // "Your database requires an update to match the current TikiWiki version. Please proceed to <a href=\"tiki-install.php\">the installer</a>. Using Tiki with an incorrect database version usually provoke errors" => "Your database requires an update to match the current TikiWiki version. Please proceed to <a href=\"tiki-install.php\">the installer</a>. Using Tiki with an incorrect database version usually provoke errors",
 332  // "Help link" => "Help link",
 333  // "Edit Plugin" => "Edit Plugin",
 334  // "Edit Section" => "Edit Section",
 335  // "index" => "index",
 336  // "You are not allowed to upload this type of file" => "You are not allowed to upload this type of file",
 337  // "The file you are trying upload was only partially uploaded" => "The file you are trying upload was only partially uploaded",
 338  // "You must select a file" => "You must select a file",
 339  // "Flash player not available" => "Flash player not available",
 340  // "__WARNING__: Plugin disabled \$plugin" => "__WARNING__: Plugin disabled \$plugin",
 341  // "Upload was not successful. Duplicate file content " => "Upload was not successful. Duplicate file content ",
 342  // "Field is not numeric" => "Field is not numeric",
 343  // "Field is not a link to mp3 in the gallery" => "Field is not a link to mp3 in the gallery",
 344  // "Field is not a link to FLV in the gallery" => "Field is not a link to FLV in the gallery",
 345  // "Field is not a link to FLV or MP3 in the gallery" => "Field is not a link to FLV or MP3 in the gallery",
 346  // "<dl>\n\t\t\t\t<dt>Function: Allows alphanumeric text input in a one-line field of arbitrary size.\n\t\t\t\t<dt>Usage: <strong>samerow,size,prepend,append,max</strong>\n\t\t\t\t<dt>Example: 0,80,\$,,80\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[samerow]</strong> will display the next field or checkbox in the same row if a 1 is specified;\n\t\t\t\t<dd><strong>[size]</strong> is the visible length of the field in characters;\n\t\t\t\t<dd><strong>[prepend]</strong> is text that will be displayed before the field;\n\t\t\t\t<dd><strong>[append]</strong> is text that will be displayed just after the field;\n\t\t\t\t<dd><strong>[max]</strong> is the maximum number of characters that can be saved;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows alphanumeric text input in a one-line field of arbitrary size.\n\t\t\t\t<dt>Usage: <strong>samerow,size,prepend,append,max</strong>\n\t\t\t\t<dt>Example: 0,80,\$,,80\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[samerow]</strong> will display the next field or checkbox in the same row if a 1 is specified;\n\t\t\t\t<dd><strong>[size]</strong> is the visible length of the field in characters;\n\t\t\t\t<dd><strong>[prepend]</strong> is text that will be displayed before the field;\n\t\t\t\t<dd><strong>[append]</strong> is text that will be displayed just after the field;\n\t\t\t\t<dd><strong>[max]</strong> is the maximum number of characters that can be saved;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 347  // "<dl>\n\t\t\t\t<dt>Function: Allows alphanumeric text input in a multi-line field of arbitrary size.\n\t\t\t\t<dt>Usage: <strong>quicktags,width,height,max,listmax,wordmax</strong>\n\t\t\t\t<dt>Example: 0,80,5,30,200\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[quicktags]</strong> enables quicktags if a 1 is specified;\n\t\t\t\t<dd><strong>[width]</strong> is the width of the box, in chars;\n\t\t\t\t<dd><strong>[height]</strong> is the number of visible lines in the box;\n\t\t\t\t<dd><strong>[max]</strong> is the maximum number of characters that can be saved;\n\t\t\t\t<dd><strong>[listmax]</strong> is the maximum number of characters that are displayed in list mode;\n\t\t\t\t<dd><strong>[wordmax]</strong> will alert if word count exceeded with a positive number (1+) or display a word count with a negative number (-1);\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows alphanumeric text input in a multi-line field of arbitrary size.\n\t\t\t\t<dt>Usage: <strong>quicktags,width,height,max,listmax,wordmax</strong>\n\t\t\t\t<dt>Example: 0,80,5,30,200\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[quicktags]</strong> enables quicktags if a 1 is specified;\n\t\t\t\t<dd><strong>[width]</strong> is the width of the box, in chars;\n\t\t\t\t<dd><strong>[height]</strong> is the number of visible lines in the box;\n\t\t\t\t<dd><strong>[max]</strong> is the maximum number of characters that can be saved;\n\t\t\t\t<dd><strong>[listmax]</strong> is the maximum number of characters that are displayed in list mode;\n\t\t\t\t<dd><strong>[wordmax]</strong> will alert if word count exceeded with a positive number (1+) or display a word count with a negative number (-1);\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 348  // "<dl>\n\t\t\t\t<dt>Function: Provides a checkbox field for yes/no, on/off input.\n\t\t\t\t<dt>Usage: <strong>samerow</strong>\n\t\t\t\t<dt>Example: 1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[samerow]</strong> will display the next field on the same row if a 1 is specified.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Provides a checkbox field for yes/no, on/off input.\n\t\t\t\t<dt>Usage: <strong>samerow</strong>\n\t\t\t\t<dt>Example: 1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[samerow]</strong> will display the next field on the same row if a 1 is specified.\n\t\t\t\t</dl>",
 349  // "<dl>\n\t\t\t\t<dt>Function: Provides a one-line field for numeric input only.  Prepend or append values may be alphanumeric.\n\t\t\t\t<dt>Usage: <strong>samerow,size,prepend,append</strong>\n\t\t\t\t<dt>Example: 0,60,,hours\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[samerow]</strong> will display the next field or checkbox in the same row if a 1 is specified;\n\t\t\t\t<dd><strong>[size]</strong> is the visible size of the field in characters;\n\t\t\t\t<dd><strong>[prepend]</strong> is text that will be displayed before the field;\n\t\t\t\t<dd><strong>[append]</strong> is text that will be displayed just after the field;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Provides a one-line field for numeric input only.  Prepend or append values may be alphanumeric.\n\t\t\t\t<dt>Usage: <strong>samerow,size,prepend,append</strong>\n\t\t\t\t<dt>Example: 0,60,,hours\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[samerow]</strong> will display the next field or checkbox in the same row if a 1 is specified;\n\t\t\t\t<dd><strong>[size]</strong> is the visible size of the field in characters;\n\t\t\t\t<dd><strong>[prepend]</strong> is text that will be displayed before the field;\n\t\t\t\t<dd><strong>[append]</strong> is text that will be displayed just after the field;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 350  // "<dl>\n\t\t\t\t<dt>Function: Allows users to select only from a specified set of options in a drop-down bar.\n\t\t\t\t<dt>Usage: <strong>list_of_items</strong>\n\t\t\t\t<dt>Example: yes,no\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[list_of_items]</strong> is the list of all values you want in the drop-down, separated by commas;\n\t\t\t\t<dd>if you wish to specify a default value other than the first item, enter the value twice, consecutively, and it will appear once in the list as the default selection.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows users to select only from a specified set of options in a drop-down bar.\n\t\t\t\t<dt>Usage: <strong>list_of_items</strong>\n\t\t\t\t<dt>Example: yes,no\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[list_of_items]</strong> is the list of all values you want in the drop-down, separated by commas;\n\t\t\t\t<dd>if you wish to specify a default value other than the first item, enter the value twice, consecutively, and it will appear once in the list as the default selection.\n\t\t\t\t</dl>",
 351  // "drop down with other textfield" => "drop down with other textfield",
 352  // "<dl>\n\t\t\t\t<dt>Function: Allows users to select from a specified set of options in a drop-down bar, or provide an alternate selection in a one-line text field.\n\t\t\t\t<dt>Usage: <strong>list_of_items</strong>\n\t\t\t\t<dt>Example: yes,no\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[list_of_items]</strong> is the list of all values you want in the drop-down, separated by commas;\n\t\t\t\t<dd>if you wish to specify a default value other than the first item, enter the value twice, consecutively, and it will appear once in the list as the default selection.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows users to select from a specified set of options in a drop-down bar, or provide an alternate selection in a one-line text field.\n\t\t\t\t<dt>Usage: <strong>list_of_items</strong>\n\t\t\t\t<dt>Example: yes,no\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[list_of_items]</strong> is the list of all values you want in the drop-down, separated by commas;\n\t\t\t\t<dd>if you wish to specify a default value other than the first item, enter the value twice, consecutively, and it will appear once in the list as the default selection.\n\t\t\t\t</dl>",
 353  // "radio buttons" => "radio buttons",
 354  // "<dl>\n\t\t\t\t<dt>Function: Provides a multiple-choice-style set of options from which a user may only choose one.\n\t\t\t\t<dt>Usage: <strong>list_of_items</strong>\n\t\t\t\t<dt>Example: yes,no\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[list of items]</strong> is the list of all values you want in the set, separated by commas;\n\t\t\t\t<dd>if you wish to specify a default value other than the first item, enter the value twice, consecutively, and it will appear as the one selected.\n\t\t\t\t<dd>If first option is &lt;br&gt;, options will be separated with a carriaage return\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Provides a multiple-choice-style set of options from which a user may only choose one.\n\t\t\t\t<dt>Usage: <strong>list_of_items</strong>\n\t\t\t\t<dt>Example: yes,no\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[list of items]</strong> is the list of all values you want in the set, separated by commas;\n\t\t\t\t<dd>if you wish to specify a default value other than the first item, enter the value twice, consecutively, and it will appear as the one selected.\n\t\t\t\t<dd>If first option is &lt;br&gt;, options will be separated with a carriaage return\n\t\t\t\t</dl>",
 355  // "<dl>\n\t\t\t\t<dt>Function: Allows a selection from a specified list of usernames.\n\t\t\t\t<dt>Usage: <strong>auto-assign,email_notify</strong>\n\t\t\t\t<dt>Example: 1,1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[auto-assign]</strong> will auto-assign the creator of the item if set to 1, or will set the selection to the user who last modified the item if set to 2, or will give the choice between all the users for other values;\n\t\t\t\t<dd><strong>[email_notify]</strong> will send an email to the assigned user when the item is saved;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows a selection from a specified list of usernames.\n\t\t\t\t<dt>Usage: <strong>auto-assign,email_notify</strong>\n\t\t\t\t<dt>Example: 1,1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[auto-assign]</strong> will auto-assign the creator of the item if set to 1, or will set the selection to the user who last modified the item if set to 2, or will give the choice between all the users for other values;\n\t\t\t\t<dd><strong>[email_notify]</strong> will send an email to the assigned user when the item is saved;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 356  // "<dl>\n\t\t\t\t<dt>Function: Allows a selection from a specified list of usergroups.\n\t\t\t\t<dt>Usage: <strong>auto-assign</strong>\n\t\t\t\t<dt>Example: 1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[auto-assign]</strong> will auto-assign the field to the usergroup of the creator if set to 1, or will set the selection to the group of the user who last modified the item if set to 2, or will give the choice between all the groups for other values;\n\t\t\t\t<dd>if the user does not have a default group set, the first group the user belongs to will be chosen, otherwise Registered group will be used.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows a selection from a specified list of usergroups.\n\t\t\t\t<dt>Usage: <strong>auto-assign</strong>\n\t\t\t\t<dt>Example: 1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[auto-assign]</strong> will auto-assign the field to the usergroup of the creator if set to 1, or will set the selection to the group of the user who last modified the item if set to 2, or will give the choice between all the groups for other values;\n\t\t\t\t<dd>if the user does not have a default group set, the first group the user belongs to will be chosen, otherwise Registered group will be used.\n\t\t\t\t</dl>",
 357  // "ip selector" => "ip selector",
 358  // "<dl>\n\t\t\t\t<dt>Function: Provides a field for entering an IP address.\n\t\t\t\t<dt>Usage: <strong>auto-assign</strong>\n\t\t\t\t<dt>Example: 1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[auto-assign]</strong> will auto-populate the field with the IP address of the user who created the item if set to 1, or will set the field to the IP of the user who last modified the item if set to 2, or will be a free IP for other values.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Provides a field for entering an IP address.\n\t\t\t\t<dt>Usage: <strong>auto-assign</strong>\n\t\t\t\t<dt>Example: 1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[auto-assign]</strong> will auto-populate the field with the IP address of the user who created the item if set to 1, or will set the field to the IP of the user who last modified the item if set to 2, or will be a free IP for other values.\n\t\t\t\t</dl>",
 359  // "page selector" => "page selector",
 360  // "<dl>\n\t\t\t\t<dt>Function: Allows a selection from the list of pages.\n\t\t\t\t<dt>Usage: <strong>auto-assign, size, create</strong>\n\t\t\t\t<dt>Example: 1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[auto-assign]</strong> will auto-assign the creator of the item if set to 1\n\t\t\t\t<dd><strong>[size]</strong> is the visible input length of the field in characters (<=0 not limited);\n\t\t\t\t<dd><strong>[create]</strong>: will create the page if not exits copy of the page with name value of this param.which pagename is the value of this param\n\t\t\t\t<dd>\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows a selection from the list of pages.\n\t\t\t\t<dt>Usage: <strong>auto-assign, size, create</strong>\n\t\t\t\t<dt>Example: 1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[auto-assign]</strong> will auto-assign the creator of the item if set to 1\n\t\t\t\t<dd><strong>[size]</strong> is the visible input length of the field in characters (<=0 not limited);\n\t\t\t\t<dd><strong>[create]</strong>: will create the page if not exits copy of the page with name value of this param.which pagename is the value of this param\n\t\t\t\t<dd>\n\t\t\t\t</dl>",
 361  // "country selector" => "country selector",
 362  // "<dl>\n\t\t\t\t<dt>Function: Allows a selection from a specified list of countries.\n\t\t\t\t<dt>Usage: <strong>name_flag,sort</strong>\n\t\t\t\t<dt>Example: 1,0\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[name_flag]</strong> default is 0 and will display both the country name and its flag, 1 will display only the country name, while 2 will show only the country flag;\n\t\t\t\t<dd><strong>[sortorder]</strong> specifies the order the country list should be displayed in, where 0 is the default and sorts according to the translated name, and 1 sorts according to the english name;\n\t\t\t\t<dd>if the country names are translated and option 1 is selected for the sort order, the countries will still appear translated, but will merely be in english order.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows a selection from a specified list of countries.\n\t\t\t\t<dt>Usage: <strong>name_flag,sort</strong>\n\t\t\t\t<dt>Example: 1,0\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[name_flag]</strong> default is 0 and will display both the country name and its flag, 1 will display only the country name, while 2 will show only the country flag;\n\t\t\t\t<dd><strong>[sortorder]</strong> specifies the order the country list should be displayed in, where 0 is the default and sorts according to the translated name, and 1 sorts according to the english name;\n\t\t\t\t<dd>if the country names are translated and option 1 is selected for the sort order, the countries will still appear translated, but will merely be in english order.\n\t\t\t\t</dl>",
 363  // "<dl>\n\t\t\t\t<dt>Function: Provides drop-down options to accurately select a date and/or time.\n\t\t\t\t<dt>Usage: <strong>datetime,startyear,endyear,blankdate</strong>\n\t\t\t\t<dt>Example: d,2000,,blank\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[datetime]</strong> will only allow a date to be selected if set to \"d\", and allows a full date and time selection if set to \"dt\", defaulting to \"dt\";\n\t\t\t\t<dd><strong>[startyear]</strong> allows you to specify a custom first year in the date range (eg. 1987), default is current year;\n\t\t\t\t<dd><strong>[endyear]</strong> allows you to specify a custom end year in the date range (eg. 2020), default is 4 years from now;\n\t\t\t\t<dd><strong>[blankdate]</strong> when set to \"blank\" will default the initial date field to an empty date, and allow selection of empty dates;\n\t\t\t\t<dd>blankdate is overridden if the field isMandatory;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t<dt>Example: \"d,2000,2009,blank\"\n\t\t\t\t<dd>sets a date only field from 2000 through 2009, allowing blank dates.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Provides drop-down options to accurately select a date and/or time.\n\t\t\t\t<dt>Usage: <strong>datetime,startyear,endyear,blankdate</strong>\n\t\t\t\t<dt>Example: d,2000,,blank\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[datetime]</strong> will only allow a date to be selected if set to \"d\", and allows a full date and time selection if set to \"dt\", defaulting to \"dt\";\n\t\t\t\t<dd><strong>[startyear]</strong> allows you to specify a custom first year in the date range (eg. 1987), default is current year;\n\t\t\t\t<dd><strong>[endyear]</strong> allows you to specify a custom end year in the date range (eg. 2020), default is 4 years from now;\n\t\t\t\t<dd><strong>[blankdate]</strong> when set to \"blank\" will default the initial date field to an empty date, and allow selection of empty dates;\n\t\t\t\t<dd>blankdate is overridden if the field isMandatory;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t<dt>Example: \"d,2000,2009,blank\"\n\t\t\t\t<dd>sets a date only field from 2000 through 2009, allowing blank dates.\n\t\t\t\t</dl>",
 364  // "<dl>\n\t\t\t\t<dt>Function: Provides a javascript graphical date selector to select a date and/or time.\n\t\t\t\t<dt>Usage: <strong>datetime</strong>\n\t\t\t\t<dt>Example: dt\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[datetime]</strong> will only allow a date to be selected if set to \"d\", and allows a full date and time selection if set to \"dt\", defaulting to \"dt\".\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Provides a javascript graphical date selector to select a date and/or time.\n\t\t\t\t<dt>Usage: <strong>datetime</strong>\n\t\t\t\t<dt>Example: dt\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[datetime]</strong> will only allow a date to be selected if set to \"d\", and allows a full date and time selection if set to \"dt\", defaulting to \"dt\".\n\t\t\t\t</dl>",
 365  // "<dl>\n\t\t\t\t<dt>Function: Allows user to upload an image into the tracker item.\n\t\t\t\t<dt>Usage: <strong>xListSize,yListSize,xDetailsSize,yDetailsSize,uploadLimitScale,shadowBox</strong>\n\t\t\t\t<dt>Example: 30,30,100,100,1000,item\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[xListSize]</strong> sets the pixel width of the image in the list view;\n\t\t\t\t<dd><strong>[yListSize]</strong> sets the pixel height of the image in the list view;\n\t\t\t\t<dd><strong>[xDetailSize]</strong> sets the pixel width of the image in the item view;\n\t\t\t\t<dd><strong>[yDetailSize]</strong> sets the pixel height of the image in the item view;\n\t\t\t\t<dd><strong>[uploadLimitScale]</strong> sets the maximum total size of the image, in pixels (width or height);\n\t\t\t\t<dd><strong>[shadowbox]</strong> actives a shadowbox(if feature on) = \\'item\\': to use the same shadowbox for an item, =\\'individual\\': to use a shadowbox only for this image, other value= to set the group of images of the shadowbox ;\n\t\t\t\t<dd>images are stored in img/trackers;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows user to upload an image into the tracker item.\n\t\t\t\t<dt>Usage: <strong>xListSize,yListSize,xDetailsSize,yDetailsSize,uploadLimitScale,shadowBox</strong>\n\t\t\t\t<dt>Example: 30,30,100,100,1000,item\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[xListSize]</strong> sets the pixel width of the image in the list view;\n\t\t\t\t<dd><strong>[yListSize]</strong> sets the pixel height of the image in the list view;\n\t\t\t\t<dd><strong>[xDetailSize]</strong> sets the pixel width of the image in the item view;\n\t\t\t\t<dd><strong>[yDetailSize]</strong> sets the pixel height of the image in the item view;\n\t\t\t\t<dd><strong>[uploadLimitScale]</strong> sets the maximum total size of the image, in pixels (width or height);\n\t\t\t\t<dd><strong>[shadowbox]</strong> actives a shadowbox(if feature on) = \\'item\\': to use the same shadowbox for an item, =\\'individual\\': to use a shadowbox only for this image, other value= to set the group of images of the shadowbox ;\n\t\t\t\t<dd>images are stored in img/trackers;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 366  // "<dl>\n\t\t\t\t<dt>Function: ?\n\t\t\t\t<dt>Usage: <strong>label,post,tiki-index.php,page:fieldname,highlight=test</strong>\n\t\t\t\t<dt>Example: \n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[label]</strong> needs explanation;\n\t\t\t\t<dd><strong>[post]</strong> needs explanation;\n\t\t\t\t<dd><strong>[tiki-index.php]</strong> needs explanation;\n\t\t\t\t<dd><strong>[page:fieldname]</strong> needs explanation;\n\t\t\t\t<dd><strong>[highlight=test]</strong> needs explanation;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: ?\n\t\t\t\t<dt>Usage: <strong>label,post,tiki-index.php,page:fieldname,highlight=test</strong>\n\t\t\t\t<dt>Example: \n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[label]</strong> needs explanation;\n\t\t\t\t<dd><strong>[post]</strong> needs explanation;\n\t\t\t\t<dd><strong>[tiki-index.php]</strong> needs explanation;\n\t\t\t\t<dd><strong>[page:fieldname]</strong> needs explanation;\n\t\t\t\t<dd><strong>[highlight=test]</strong> needs explanation;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 367  // "<dl>\n\t\t\t\t<dt>Function: will display trhe field name as a html header h2;\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: will display trhe field name as a html header h2;\n\t\t\t\t</dl>",
 368  // "static text" => "static text",
 369  // "<dl>\n\t\t\t\t<dt>Function: Allows insertion of a static block of text into a tracker to augment input fields. (non-editable)\n\t\t\t\t<dt>Usage: <strong>wikiparse,max</strong>\n\t\t\t\t<dt>Example: 1,20\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[wikiparse]</strong> will allow wiki syntax to be parsed if set to 1, otherwise default is 0 to only support line-breaks;\n\t\t\t\t<dd><strong>[max]</strong> is the maximum number of characters that are displayed in list mode;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows insertion of a static block of text into a tracker to augment input fields. (non-editable)\n\t\t\t\t<dt>Usage: <strong>wikiparse,max</strong>\n\t\t\t\t<dt>Example: 1,20\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[wikiparse]</strong> will allow wiki syntax to be parsed if set to 1, otherwise default is 0 to only support line-breaks;\n\t\t\t\t<dd><strong>[max]</strong> is the maximum number of characters that are displayed in list mode;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 370  // "<dl>\n\t\t\t\t<dt>Function: Allows one or more categories under a main category to be assigned to the tracker item.\n\t\t\t\t<dt>Usage: <strong>parentId,inputtype,selectall</strong>\n\t\t\t\t<dt>Example: 12,radio,1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[parentId]</strong> is the ID of the main category, categories in the list will be children of this;\n\t\t\t\t<dd><strong>[inputtype]</strong> is one of [d|m|radio|checkbox], where d is a drop-down list, m is a multiple-selection drop-down list, radio and checkbox are self-explanatory;\n\t\t\t\t<dd><strong>[selectall]</strong> will provide a checkbox to automatically select all categories in the list if set to 1, default is 0;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows one or more categories under a main category to be assigned to the tracker item.\n\t\t\t\t<dt>Usage: <strong>parentId,inputtype,selectall</strong>\n\t\t\t\t<dt>Example: 12,radio,1\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[parentId]</strong> is the ID of the main category, categories in the list will be children of this;\n\t\t\t\t<dd><strong>[inputtype]</strong> is one of [d|m|radio|checkbox], where d is a drop-down list, m is a multiple-selection drop-down list, radio and checkbox are self-explanatory;\n\t\t\t\t<dd><strong>[selectall]</strong> will provide a checkbox to automatically select all categories in the list if set to 1, default is 0;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 371  // "<dl>\n\t\t\t\t<dt>Function: Provides a way to choose a value from another tracker (eventually with a link).\n\t\t\t\t<dt>Usage: <strong>trackerId,fieldId,linkToItem,displayedFieldsList</strong>\n\t\t\t\t<dt>Example: 3,5,1,6|8\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[trackerId]</strong> is the tracker ID of the fields you want to display;\n\t\t\t\t<dd><strong>[fieldId]</strong> is the field in [trackerId] from which you can select a value among all the field values of the items of [trackerId];\n\t\t\t\t<dd><strong>[linkToItem]</strong> if set to 0 will simply display the value, but if set to 1 will provide a link directly to the item in the other tracker;\n\t\t\t\t<dd><strong>[displayedFieldsList]</strong> is a list of fields in [trackerId] to display instead of [fieldId], multiple fields can be separated with a |;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Provides a way to choose a value from another tracker (eventually with a link).\n\t\t\t\t<dt>Usage: <strong>trackerId,fieldId,linkToItem,displayedFieldsList</strong>\n\t\t\t\t<dt>Example: 3,5,1,6|8\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[trackerId]</strong> is the tracker ID of the fields you want to display;\n\t\t\t\t<dd><strong>[fieldId]</strong> is the field in [trackerId] from which you can select a value among all the field values of the items of [trackerId];\n\t\t\t\t<dd><strong>[linkToItem]</strong> if set to 0 will simply display the value, but if set to 1 will provide a link directly to the item in the other tracker;\n\t\t\t\t<dd><strong>[displayedFieldsList]</strong> is a list of fields in [trackerId] to display instead of [fieldId], multiple fields can be separated with a |;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 372  // "<dl>\n\t\t\t\t<dt>Function: Displays a list of field values from another tracker that has a relation with this tracker(eventually with a link).\n\t\t\t\t<dt>Usage: <strong>trackerId,fieldIdThere,fieldIdHere,displayFieldIdThere,linkToItems</strong>\n\t\t\t\t<dt>Example: 5,3,4,10|11\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[trackerId]</strong> is the tracker ID of the fields you want to display;\n\t\t\t\t<dd><strong>[fieldIdThere]</strong> is the field (multiple fields can be separated with a \":\") you want to link with;\n\t\t\t\t<dd><strong>[fieldIdHere]</strong> is the field in this tracker you want to link with;\n\t\t\t\t<dd><strong>[displayFieldIdThere]</strong> the field(s) in [trackerId] you want to display, multiple fields can be separated by \"|\";\n\t\t\t\t<dd><strong>[linkToItems]</strong> if set to 0 will simply display the value, but if set to 1 will provide a link directly to that values item in the other tracker;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Displays a list of field values from another tracker that has a relation with this tracker(eventually with a link).\n\t\t\t\t<dt>Usage: <strong>trackerId,fieldIdThere,fieldIdHere,displayFieldIdThere,linkToItems</strong>\n\t\t\t\t<dt>Example: 5,3,4,10|11\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[trackerId]</strong> is the tracker ID of the fields you want to display;\n\t\t\t\t<dd><strong>[fieldIdThere]</strong> is the field (multiple fields can be separated with a \":\") you want to link with;\n\t\t\t\t<dd><strong>[fieldIdHere]</strong> is the field in this tracker you want to link with;\n\t\t\t\t<dd><strong>[displayFieldIdThere]</strong> the field(s) in [trackerId] you want to display, multiple fields can be separated by \"|\";\n\t\t\t\t<dd><strong>[linkToItems]</strong> if set to 0 will simply display the value, but if set to 1 will provide a link directly to that values item in the other tracker;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 373  // "dynamic items list" => "dynamic items list",
 374  // "<dl>\n\t\t\t\t<dt>Function: Dynamically updates a selection list based on linked data from another tracker.\n\t\t\t\t<dt>Usage: <strong>trackerId,filterFieldIdThere,filterFieldIdHere,listFieldIdThere,statusThere</strong>\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[trackerId]</strong> is the ID of the tracker to link with;\n\t\t\t\t<dd><strong>[filterFieldIdThere]</strong> is the field you want to link with in that tracker;\n\t\t\t\t<dd><strong>[filterFieldIdHere]</strong> is the field you want to link with in the current tracker;\n\t\t\t\t<dd><strong>[listFieldIdThere]</strong> is the field ID you wish to pull the selection list from, based on the value selected in fiterFieldIdHere matching field(s) in filterFieldIdThere;\n\t\t\t\t<dd><strong>[statusThere]</strong> restricts values appearing in the list to those coming from records in the other tracker that meet specified statuses of [o|p|c] or in combination (op, opc);\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Dynamically updates a selection list based on linked data from another tracker.\n\t\t\t\t<dt>Usage: <strong>trackerId,filterFieldIdThere,filterFieldIdHere,listFieldIdThere,statusThere</strong>\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[trackerId]</strong> is the ID of the tracker to link with;\n\t\t\t\t<dd><strong>[filterFieldIdThere]</strong> is the field you want to link with in that tracker;\n\t\t\t\t<dd><strong>[filterFieldIdHere]</strong> is the field you want to link with in the current tracker;\n\t\t\t\t<dd><strong>[listFieldIdThere]</strong> is the field ID you wish to pull the selection list from, based on the value selected in fiterFieldIdHere matching field(s) in filterFieldIdThere;\n\t\t\t\t<dd><strong>[statusThere]</strong> restricts values appearing in the list to those coming from records in the other tracker that meet specified statuses of [o|p|c] or in combination (op, opc);\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 375  // "<dl>\n\t\t\t\t<dt>Function: Allows users to enter an email address with option of making it active.\n\t\t\t\t<dt>Usage: <strong>link,watchopen,watchpending,watchclosed</strong>\n\t\t\t\t<dt>Example: 0,o\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[link]</strong> may be one of [0|1|2] and specifies how to display the email address, defaulting to 0 as plain text, 1 as an encoded hex mailto link, or 2 as a standard mailto link;\n\t\t\t\t<dd><strong>[watchopen]</strong> if set to \"o\" will email the address every time the status of the item changes to open;\n\t\t\t\t<dd><strong>[watchpending]</strong> if set to \"p\" will email the address every time the status of the item changes to pending;\n\t\t\t\t<dd><strong>[watchclosed]</strong> if set to \"c\" will email the address every time the status of the item changes to closed;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows users to enter an email address with option of making it active.\n\t\t\t\t<dt>Usage: <strong>link,watchopen,watchpending,watchclosed</strong>\n\t\t\t\t<dt>Example: 0,o\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[link]</strong> may be one of [0|1|2] and specifies how to display the email address, defaulting to 0 as plain text, 1 as an encoded hex mailto link, or 2 as a standard mailto link;\n\t\t\t\t<dd><strong>[watchopen]</strong> if set to \"o\" will email the address every time the status of the item changes to open;\n\t\t\t\t<dd><strong>[watchpending]</strong> if set to \"p\" will email the address every time the status of the item changes to pending;\n\t\t\t\t<dd><strong>[watchclosed]</strong> if set to \"c\" will email the address every time the status of the item changes to closed;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 376  // "multimedia" => "multimedia",
 377  // "<dl>\n\t\t\t\t<dt>Function: Will play MP3 or FLV files, as specified, in a player.\n\t\t\t\t<dt>Usage: <strong>source,xSize,ySize</strong>\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[source]</strong> is one of [0|1|2|3|4|5] where 0 is default and will support a URL in the file gallery for MP3, 1 for URL in file gallery for FLV, 2 for URL in file gallery of either MP3 or FLV, 3 to upload an MP3 file to be played, 4 to upload an FLV file to be played, 5 to upload either an MP3 or FLV file;\n\t\t\t\t<dd><strong>[xSize]</strong> is the width in pixels of the player applet (default 200);\n\t\t\t\t<dd><strong>[ySize]</strong> is the height in pixels of the player applet (default 100);\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t<dd>this is best-used as a tracker item that is not generally editable and you want a specific file played;\n\t\t\t\t\tedit the tracker item and provide the URL for the file you wish to play.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Will play MP3 or FLV files, as specified, in a player.\n\t\t\t\t<dt>Usage: <strong>source,xSize,ySize</strong>\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[source]</strong> is one of [0|1|2|3|4|5] where 0 is default and will support a URL in the file gallery for MP3, 1 for URL in file gallery for FLV, 2 for URL in file gallery of either MP3 or FLV, 3 to upload an MP3 file to be played, 4 to upload an FLV file to be played, 5 to upload either an MP3 or FLV file;\n\t\t\t\t<dd><strong>[xSize]</strong> is the width in pixels of the player applet (default 200);\n\t\t\t\t<dd><strong>[ySize]</strong> is the height in pixels of the player applet (default 100);\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t<dd>this is best-used as a tracker item that is not generally editable and you want a specific file played;\n\t\t\t\t\tedit the tracker item and provide the URL for the file you wish to play.\n\t\t\t\t</dl>",
 378  // "auto-increment" => "auto-increment",
 379  // "<dl>\n\t\t\t\t<dt>Function: Allows an incrementing value field, or itemId field. (non-editable)\n\t\t\t\t<dt>Usage: <strong>start,prepend,append,itemId</strong>\n\t\t\t\t<dt>Example: 1,,,itemId\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[start]</strong> is the starting value for the field, defaults to 1;\n\t\t\t\t<dd><strong>[prepend]</strong> is text that will be displayed before the field;\n\t\t\t\t<dd><strong>[append]</strong> is text that will be displayed after the field;\n\t\t\t\t<dd><strong>[itemId]</strong> if set to \"itemId\" will set this field to match the value of the actual database itemId field value;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows an incrementing value field, or itemId field. (non-editable)\n\t\t\t\t<dt>Usage: <strong>start,prepend,append,itemId</strong>\n\t\t\t\t<dt>Example: 1,,,itemId\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[start]</strong> is the starting value for the field, defaults to 1;\n\t\t\t\t<dd><strong>[prepend]</strong> is text that will be displayed before the field;\n\t\t\t\t<dd><strong>[append]</strong> is text that will be displayed after the field;\n\t\t\t\t<dd><strong>[itemId]</strong> if set to \"itemId\" will set this field to match the value of the actual database itemId field value;\n\t\t\t\t<dd>multiple options must appear in the order specified, separated by commas.\n\t\t\t\t</dl>",
 380  // "user subscription" => "user subscription",
 381  // "<dl>\n\t\t\t\t<dt>Function: Allow registered users to subscribe themselves to a tracker item (think Evite.com).\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd>Use this field as you would to have people sign up for an event. It is best if the tracker is only editable by its creator or the admin.  To set the max number of subscribers, edit the tracker item and put the number at the beginning of the field.\n\t\t\t\t<dt>Example:\n\t\t\t\t<dd>Old field may have \"#\" or \"#2[0]\" in it.  Making it \"20#2[0]\" will set the max number to 20.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allow registered users to subscribe themselves to a tracker item (think Evite.com).\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd>Use this field as you would to have people sign up for an event. It is best if the tracker is only editable by its creator or the admin.  To set the max number of subscribers, edit the tracker item and put the number at the beginning of the field.\n\t\t\t\t<dt>Example:\n\t\t\t\t<dd>Old field may have \"#\" or \"#2[0]\" in it.  Making it \"20#2[0]\" will set the max number to 20.\n\t\t\t\t</dl>",
 382  // "Google Maps" => "Google Maps",
 383  // "<dl>\n\t\t\t\t<dt>Function: Use Google Maps.\n\t\t\t\t<dt>Will display a Google Maps around a point.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Use Google Maps.\n\t\t\t\t<dt>Will display a Google Maps around a point.\n\t\t\t\t</dl>",
 384  // "<dl>\n\t\t\t\t<dt>Function: System only.\n\t\t\t\t<dt>Usage: None\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd>Needs a description.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: System only.\n\t\t\t\t<dt>Usage: None\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd>Needs a description.\n\t\t\t\t</dl>",
 385  // "computed field" => "computed field",
 386  // "<dl>\n\t\t\t\t<dt>Function: Provides a computed value based on numeric field values.\n\t\t\t\t<dt>Usage: <strong>formula</strong>\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[formula]</strong> is the formula you wish to compute, using numeric values, operators \"+ - * / ( )\", and tracker fields identified with a leading #;\n\t\t\t\t<dt>Example: \"#3*(#4+5)\"\n\t\t\t\t<dd>adds the numeric value in item 4 by 5, and multiplies it by the numeric value in item 3.\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Provides a computed value based on numeric field values.\n\t\t\t\t<dt>Usage: <strong>formula</strong>\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[formula]</strong> is the formula you wish to compute, using numeric values, operators \"+ - * / ( )\", and tracker fields identified with a leading #;\n\t\t\t\t<dt>Example: \"#3*(#4+5)\"\n\t\t\t\t<dd>adds the numeric value in item 4 by 5, and multiplies it by the numeric value in item 3.\n\t\t\t\t</dl>",
 387  // "user preference" => "user preference",
 388  // "<dl>\n\t\t\t\t<dt>Function: Allows user preference changes from a tracker.\n\t\t\t\t<dt>Usage: <strong>type</strong>\n\t\t\t\t<dt>Example: password\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[type]</strong> if value is password, will allow to change the user password, if value is email, will display/allow to change the user email;\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows user preference changes from a tracker.\n\t\t\t\t<dt>Usage: <strong>type</strong>\n\t\t\t\t<dt>Example: password\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[type]</strong> if value is password, will allow to change the user password, if value is email, will display/allow to change the user email;\n\t\t\t\t</dl>",
 389  // "<dl>\n\t\t\t\t<dt>Function: Allows a file to be attached to the tracker item.\n\t\t\t\t<dt>Usage: <strong>listview</strong>\n\t\t\t\t<dt>Example: nu\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[listview]</strong> may be one of [n|t|s|u] on their own or in any combination (n, t, ns, nts), allowing you to see the attachment in the item list view as its name (n), its type (t), its name (n), or display the username of the uploader (u);\n\t\t\t\tnote that this option will cost an extra query to the database for each attachment and can severely impact performance with several attachments.\n\t\t\t\t<dd>\n\t\t\t\t</dl>" => "<dl>\n\t\t\t\t<dt>Function: Allows a file to be attached to the tracker item.\n\t\t\t\t<dt>Usage: <strong>listview</strong>\n\t\t\t\t<dt>Example: nu\n\t\t\t\t<dt>Description:\n\t\t\t\t<dd><strong>[listview]</strong> may be one of [n|t|s|u] on their own or in any combination (n, t, ns, nts), allowing you to see the attachment in the item list view as its name (n), its type (t), its name (n), or display the username of the uploader (u);\n\t\t\t\tnote that this option will cost an extra query to the database for each attachment and can severely impact performance with several attachments.\n\t\t\t\t<dd>\n\t\t\t\t</dl>",
 390  // "The administrator has not yet validated your account. Please wait" => "The administrator has not yet validated your account. Please wait",
 391  // "You must validate your account first. An email has been sent to you" => "You must validate your account first. An email has been sent to you",
 392  // "The registration mail can't be sent because there is no server email address set, and this feature is disabled" => "The registration mail can't be sent because there is no server email address set, and this feature is disabled",
 393  // "The user email confirmation can't be sent. Contact the administrator" => "The user email confirmation can't be sent. Contact the administrator",
 394  // "Personal Phone" => "Personal Phone",
 395  // "Personal Mobile" => "Personal Mobile",
 396  // "Personal Fax" => "Personal Fax",
 397  // "Work Phone" => "Work Phone",
 398  // "Work Mobile" => "Work Mobile",
 399  // "Work Fax" => "Work Fax",
 400  // "Company" => "Company",
 401  // "Organization" => "Organization",
 402  // "Department" => "Department",
 403  // "Division" => "Division",
 404  // "Job Title" => "Job Title",
 405  // "Street Address" => "Street Address",
 406  // "City" => "City",
 407  // "Zip Code" => "Zip Code",
 408  // "User-Agent Info" => "User-Agent Info",
 409  // "Displays various information about the client" => "Displays various information about the client",
 410  // "Info required - IP|SVRSW|BROWSER" => "Info required - IP|SVRSW|BROWSER",
 411  // "Anchor Link" => "Anchor Link",
 412  // "Creates a link to an anchor within a page. Anchors can be created using the ANAME plugin" => "Creates a link to an anchor within a page. Anchors can be created using the ANAME plugin",
 413  // "Anchor link label" => "Anchor link label",
 414  // "The anchor name as defined in the ANAME plugin" => "The anchor name as defined in the ANAME plugin",
 415  // "The name of the wiki page containing the anchor" => "The name of the wiki page containing the anchor",
 416  // "Anchor Name" => "Anchor Name",
 417  // "Inserts an anchor in the wiki page. Anchors can be linked to using the ALINK plugin" => "Inserts an anchor in the wiki page. Anchors can be linked to using the ALINK plugin",
 418  // "The name of the anchor" => "The name of the anchor",
 419  // "Image Annotation" => "Image Annotation",
 420  // "Autogenerated content. Leave blank initially" => "Autogenerated content. Leave blank initially",
 421  // "Absolute URL to the image or relative path from tikiwiki root" => "Absolute URL to the image or relative path from tikiwiki root",
 422  // "Width" => "Width",
 423  // "Image width" => "Image width",
 424  // "Height" => "Height",
 425  // "Image height" => "Image height",
 426  // "Alignment" => "Alignment",
 427  // "Image alignment. Possible values: left, right, center" => "Image alignment. Possible values: left, right, center",
 428  // "Save changes to annotations" => "Save changes to annotations",
 429  // "Image annotations changed" => "Image annotations changed",
 430  // "Creates an annotation block for an image" => "Creates an annotation block for an image",
 431  // "Displays an image and allow the users to define zones to highlight information on the image" => "Displays an image and allow the users to define zones to highlight information on the image",
 432  // "Includes an article\\'s content within the page" => "Includes an article\\'s content within the page",
 433  // "The article field to display. Default field is Heading" => "The article field to display. Default field is Heading",
 434  // "Article ID" => "Article ID",
 435  // "The article to display. If no value is provided, most recent article will be used" => "The article to display. If no value is provided, most recent article will be used",
 436  // "Includes an article" => "Includes an article",
 437  // "~np~{ARTICLE(Field=>[,Id=>])}{ARTICLE}~/np~" => "~np~{ARTICLE(Field=>[,Id=>])}{ARTICLE}~/np~",
 438  // "Id is optional. If not given, last article is used. Default field is heading" => "Id is optional. If not given, last article is used. Default field is heading",
 439  // "Article List" => "Article List",
 440  // "Includes a list of articles within the page" => "Includes a list of articles within the page",
 441  // "Articles displayed" => "Articles displayed",
 442  // "The amount of articles to display in the list" => "The amount of articles to display in the list",
 443  // "Topics expression" => "Topics expression",
 444  // "Topic ID expression" => "Topic ID expression",
 445  // "Type expression" => "Type expression",
 446  // "Category ID" => "Category ID",
 447  // "The ID of the category to list from" => "The ID of the category to list from",
 448  // "The article language to list" => "The article language to list",
 449  // "Sort order" => "Sort order",
 450  // "The column and order of the sort in columnName_asc or columnName_desc format" => "The column and order of the sort in columnName_asc or columnName_desc format",
 451  // "Quiet" => "Quiet",
 452  // "Whether to not report when there are no articles" => "Whether to not report when there are no articles",
 453  // "Title only" => "Title only",
 454  // "Whether to only show the title of the articles" => "Whether to only show the title of the articles",
 455  // "Includes articles listing into a wiki page" => "Includes articles listing into a wiki page",
 456  // "~np~{ARTICLES(max=>3, topic=>topicName, topicId=>id, type=>type, categId=>Category parent ID, lang=>en, sort=>columnName_asc|columnName_desc), quiet=>y|n, titleonly=>y|n}{ARTICLES}~/np~" => "~np~{ARTICLES(max=>3, topic=>topicName, topicId=>id, type=>type, categId=>Category parent ID, lang=>en, sort=>columnName_asc|columnName_desc), quiet=>y|n, titleonly=>y|n}{ARTICLES}~/np~",
 457  // "Bullets" => "Bullets",
 458  // "Inline" => "Inline",
 459  // "Number" => "Number",
 460  // "Show icon" => "Show icon",
 461  // "Gives the name of the attached file to link to" => "Gives the name of the attached file to link to",
 462  // "Same as name" => "Same as name",
 463  // "Gives the name of another page the attached file is on. The file on that page is linked to instead. Only works with wiki pages" => "Gives the name of another page the attached file is on. The file on that page is linked to instead. Only works with wiki pages",
 464  // "Shows the description as the link text instead of the file name" => "Shows the description as the link text instead of the file name",
 465  // "Makes the list of attachments a bulleted list" => "Makes the list of attachments a bulleted list",
 466  // "Says that this file is an image, and should be displayed inline using the img tag" => "Says that this file is an image, and should be displayed inline using the img tag",
 467  // "Puts the stuff between {ATTACH} tags as the link text instead of the file name or description" => "Puts the stuff between {ATTACH} tags as the link text instead of the file name or description",
 468  // "Shows all attachments from the whole wiki" => "Shows all attachments from the whole wiki",
 469  // "Gives the number, in the list of attachments, of the attachment to link to" => "Gives the number, in the list of attachments, of the attachment to link to",
 470  // "Gives the actual id of the attachment to link in. You probably should never use this" => "Gives the actual id of the attachment to link in. You probably should never use this",
 471  // "Puts the number of downloads in the alt comment" => "Puts the number of downloads in the alt comment",
 472  // "Shows a file icon" => "Shows a file icon",
 473  // "The wiki page the avatar will link to" => "The wiki page the avatar will link to",
 474  // "Float" => "Float",
 475  // "left|right" => "left|right",
 476  // "Displays a link that allows to go back in the browser history" => "Displays a link that allows to go back in the browser history",
 477  // "Insert back link on wiki page" => "Insert back link on wiki page",
 478  // "List all pages linking to the specified page" => "List all pages linking to the specified page",
 479  // "The page links will point to. Default value is the current page" => "The page links will point to. Default value is the current page",
 480  // "Displayed information" => "Displayed information",
 481  // "Pipe separated list of fields to display. ex: hits|user" => "Pipe separated list of fields to display. ex: hits|user",
 482  // "Excluded pages" => "Excluded pages",
 483  // "Pipe separated list of pages to be excluded from the listing. ex: HomePage|Sandbox" => "Pipe separated list of pages to be excluded from the listing. ex: HomePage|Sandbox",
 484  // "Include Self" => "Include Self",
 485  // "1|0" => "1|0",
 486  // "No Header" => "No Header",
 487  // "Banner" => "Banner",
 488  // "Insert a banner" => "Insert a banner",
 489  // "Target" => "Target",
 490  // "missing parameter" => "missing parameter",
 491  // "Blog List" => "Blog List",
 492  // "Use BLOGLIST to include posts from a blog" => "Use BLOGLIST to include posts from a blog",
 493  // "Blog ID" => "Blog ID",
 494  // "Numeric value" => "Numeric value",
 495  // "Maximum amount of entries to list" => "Maximum amount of entries to list",
 496  // "Use BLOGLIST to include posts from a blog. Syntax is" => "Use BLOGLIST to include posts from a blog. Syntax is",
 497  // "where Id is the blog Id and Items is the max number of posts to display" => "where Id is the blog Id and Items is the max number of posts to display",
 498  // "Ex: ~np~{BLOGLIST(Id=2, Items=15)}{BLOGLIST}~/np~" => "Ex: ~np~{BLOGLIST(Id=2, Items=15)}{BLOGLIST}~/np~",
 499  // "Box" => "Box",
 500  // "Box title" => "Box title",
 501  // "Displayed above the content" => "Displayed above the content",
 502  // "Background color" => "Background color",
 503  // "As defined by CSS, name or Hex code" => "As defined by CSS, name or Hex code",
 504  // "Box width" => "Box width",
 505  // "In pixels or percentage. Default value is 100%" => "In pixels or percentage. Default value is 100%",
 506  // "Text Alignment" => "Text Alignment",
 507  // "Float Position" => "Float Position",
 508  // "for box with width lesser than 100%, make text wrap around the box" => "for box with width lesser than 100%, make text wrap around the box",
 509  // "CSS Class" => "CSS Class",
 510  // "Apply custom CSS class to the box" => "Apply custom CSS class to the box",
 511  // "Category IDs" => "Category IDs",
 512  // "List of category IDs separated by + signs. ex: 1+2+3. Default will use category of the current page" => "List of category IDs separated by + signs. ex: 1+2+3. Default will use category of the current page",
 513  // "Types" => "Types",
 514  // "List of object types to include in the list separated by plus signs. ex: article+blog+faq+fgal+forum+igal+newsletter+event+poll+quiz+survey+tracker+wiki+img" => "List of object types to include in the list separated by plus signs. ex: article+blog+faq+fgal+forum+igal+newsletter+event+poll+quiz+survey+tracker+wiki+img",
 515  // "Sort Order" => "Sort Order",
 516  // "fieldName_asc|fieldName_desc, valid fields: type, created, name, hits, shuffle" => "fieldName_asc|fieldName_desc, valid fields: type, created, name, hits, shuffle",
 517  // "Split" => "Split",
 518  // "And" => "And",
 519  // "Category Orphans" => "Category Orphans",
 520  // "wiki|article|blog|faq|fgal|forum|igal|newsletter|poll|quizz|survey|tracker" => "wiki|article|blog|faq|fgal|forum|igal|newsletter|poll|quizz|survey|tracker",
 521  // "Category Path" => "Category Path",
 522  // "Separator" => "Separator",
 523  // "String used to separate the categories in the path. Default character is >" => "String used to separate the categories in the path. Default character is >",
 524  // "Display top category" => "Display top category",
 525  // "yes|no, default to no" => "yes|no, default to no",
 526  // "Displays a chart from TikiSheet. This plugin can be generated by the TikiSheet chart tool" => "Displays a chart from TikiSheet. This plugin can be generated by the TikiSheet chart tool",
 527  // "Chart caption" => "Chart caption",
 528  // "Sheet ID" => "Sheet ID",
 529  // "Data sheet ID" => "Data sheet ID",
 530  // "Chart Type" => "Chart Type",
 531  // "BarStackGraphic|MultibarGraphic|MultilineGraphic|PieChartGraphic" => "BarStackGraphic|MultibarGraphic|MultilineGraphic|PieChartGraphic",
 532  // "Chart Width" => "Chart Width",
 533  // "Width in pixels" => "Width in pixels",
 534  // "Chart Height" => "Chart Height",
 535  // "Height in pixels" => "Height in pixels",
 536  // "Value series" => "Value series",
 537  // "Required for pie charts" => "Required for pie charts",
 538  // "Independant series" => "Independant series",
 539  // "Required for types other than pie chart" => "Required for types other than pie chart",
 540  // "Dependant series" => "Dependant series",
 541  // "'),\n\t\t\t),\n\t\t\t'y2' => array(\n\t\t\t\t'required' => false,\n\t\t\t\t'name' => tra('Dependant series" => "'),\n\t\t\t),\n\t\t\t'y2' => array(\n\t\t\t\t'required' => false,\n\t\t\t\t'name' => tra('Dependant series",
 542  // "'),\n\t\t\t),\n\t\t\t'y3' => array(\n\t\t\t\t'required' => false,\n\t\t\t\t'name' => tra('Dependant series" => "'),\n\t\t\t),\n\t\t\t'y3' => array(\n\t\t\t\t'required' => false,\n\t\t\t\t'name' => tra('Dependant series",
 543  // "'),\n\t\t\t),\n\t\t\t'y4' => array(\n\t\t\t\t'required' => false,\n\t\t\t\t'name' => tra('Dependant series" => "'),\n\t\t\t),\n\t\t\t'y4' => array(\n\t\t\t\t'required' => false,\n\t\t\t\t'name' => tra('Dependant series",
 544  // "'),\n\t\t\t),\n\t\t\t'color' => array(\n\t\t\t\t'required' => false,\n\t\t\t\t'name' => tra('Colors" => "'),\n\t\t\t),\n\t\t\t'color' => array(\n\t\t\t\t'required' => false,\n\t\t\t\t'name' => tra('Colors",
 545  // "List of colors to use" => "List of colors to use",
 546  // "Styles" => "Styles",
 547  // "List of styles to use" => "List of styles to use",
 548  // "Labels" => "Labels",
 549  // "Labels for the series or values in the legend" => "Labels for the series or values in the legend",
 550  // "Chart as PDF" => "Chart as PDF",
 551  // "Chart as PostScript" => "Chart as PostScript",
 552  // "Caption" => "Caption",
 553  // "Code snippet label" => "Code snippet label",
 554  // "Word Wrap" => "Word Wrap",
 555  // "0|1, Enable word wrapping on the code to avoid breaking the layout" => "0|1, Enable word wrapping on the code to avoid breaking the layout",
 556  // "Colors" => "Colors",
 557  // "Syntax highlighting to use. May not be used with line numbers. Available: php, html, sql, javascript, css, java, c, doxygen, delphi, .." => "Syntax highlighting to use. May not be used with line numbers. Available: php, html, sql, javascript, css, java, c, doxygen, delphi, ..",
 558  // "Line numbers" => "Line numbers",
 559  // "0|1, may not be used with colors" => "0|1, may not be used with colors",
 560  // "Wiki syntax" => "Wiki syntax",
 561  // "0|1, parse wiki syntax within the code snippet" => "0|1, parse wiki syntax within the code snippet",
 562  // "Right to left" => "Right to left",
 563  // "0|1, switch the text display from left to right to right to left" => "0|1, switch the text display from left to right to right to left",
 564  // "Content is HTML" => "Content is HTML",
 565  // "0|1, display the content as is instead of escaping HTML special chars" => "0|1, display the content as is instead of escaping HTML special chars",
 566  // "Includes content from the dynamic content system" => "Includes content from the dynamic content system",
 567  // "Content ID" => "Content ID",
 568  // "Also known as Fortune cookies or Taglines" => "Also known as Fortune cookies or Taglines",
 569  // "Pattern to display the copyright in. May contain ~title~, ~year~ and ~authors~" => "Pattern to display the copyright in. May contain ~title~, ~year~ and ~authors~",
 570  // "Countdown" => "Countdown",
 571  // "Displays a countdown from now until the specified date" => "Displays a countdown from now until the specified date",
 572  // "Text to append to the countdown" => "Text to append to the countdown",
 573  // "End date" => "End date",
 574  // "Target date. Multiple formats accepted" => "Target date. Multiple formats accepted",
 575  // "Locate Time" => "Locate Time",
 576  // "on|off" => "on|off",
 577  // "DBReport" => "DBReport",
 578  // "Run a database report" => "Run a database report",
 579  // "report definition" => "report definition",
 580  // "Full DSN" => "Full DSN",
 581  // "A full DSN (Data Source Name) connection string. eg: mysql://user:pass@server/database" => "A full DSN (Data Source Name) connection string. eg: mysql://user:pass@server/database",
 582  // "Wiki DSN name" => "Wiki DSN name",
 583  // "The name of a DSN connection defined by the Wiki administrator" => "The name of a DSN connection defined by the Wiki administrator",
 584  // "0|1, parse wiki syntax within the report" => "0|1, parse wiki syntax within the report",
 585  // "Debug" => "Debug",
 586  // "0|1, display the parsed report definition" => "0|1, display the parsed report definition",
 587  // "Missing db or dsn parameter" => "Missing db or dsn parameter",
 588  // "You do not have permission to use this DSN" => "You do not have permission to use this DSN",
 589  // "No DSN connection string found" => "No DSN connection string found",
 590  // "Div" => "Div",
 591  // "left|right|center|justify" => "left|right|center|justify",
 592  // "left|right, for box with width lesser than 100%, make text wrap around the box" => "left|right, for box with width lesser than 100%, make text wrap around the box",
 593  // "Definition List" => "Definition List",
 594  // "One entry per line. Each line is in \"Term: Definition\" format" => "One entry per line. Each line is in \"Term: Definition\" format",
 595  // "Draw" => "Draw",
 596  // "Displays drawings in the wiki page" => "Displays drawings in the wiki page",
 597  // "Name of the drawing to display" => "Name of the drawing to display",
 598  // "Name parameter missing" => "Name parameter missing",
 599  // "Equation" => "Equation",
 600  // "Renders an equation written in LaTeX syntax as an image" => "Renders an equation written in LaTeX syntax as an image",
 601  // "equation" => "equation",
 602  // "Percentage of increase from normal size. 100 produces the default size. 200 produces an image twice as large" => "Percentage of increase from normal size. 100 produces the default size. 200 produces an image twice as large",
 603  // "Renders an equation written in LaTeX syntax as a png.  Optional parameter size defaults to 100 and is the percentage of the normal size, i.e., size=200 indicates an equation 2x the normal size" => "Renders an equation written in LaTeX syntax as a png.  Optional parameter size defaults to 100 and is the percentage of the normal size, i.e., size=200 indicates an equation 2x the normal size",
 604  // "Includes the list of events from a calendar in the page" => "Includes the list of events from a calendar in the page",
 605  // "Calendar ID" => "Calendar ID",
 606  // "Numeric" => "Numeric",
 607  // "Maximum days" => "Maximum days",
 608  // "Maximum Rows" => "Maximum Rows",
 609  // "Datetime" => "Datetime",
 610  // "0|1" => "0|1",
 611  // "~np~{~/np~EVENTS(calendarid=1|2,maxdays=365,max=-1,datetime=1,desc=1)}{EVENTS} Insert rss feed output into a wikipage" => "~np~{~/np~EVENTS(calendarid=1|2,maxdays=365,max=-1,datetime=1,desc=1)}{EVENTS} Insert rss feed output into a wikipage",
 612  // "Fade" => "Fade",
 613  // "Displays a label. On click, the block of content will fade in and fade out" => "Displays a label. On click, the block of content will fade in and fade out",
 614  // "Wiki syntax containing the text to display" => "Wiki syntax containing the text to display",
 615  // "Label to display on first display" => "Label to display on first display",
 616  // "Unspecified label" => "Unspecified label",
 617  // "Fancy List" => "Fancy List",
 618  // "One item per line starting with anything followed by \")\"" => "One item per line starting with anything followed by \")\"",
 619  // "Use div" => "Use div",
 620  // "Use div instead of ol" => "Use div instead of ol",
 621  // "Class" => "Class",
 622  // "CSS class of the fancylist" => "CSS class of the fancylist",
 623  // "Creates a fancy looking list" => "Creates a fancy looking list",
 624  // "num" => "num",
 625  // "item text" => "item text",
 626  // "one item per line" => "one item per line",
 627  // "Fancy Table" => "Fancy Table",
 628  // "One row per line, cells separated by ~|~" => "One row per line, cells separated by ~|~",
 629  // "Heading row" => "Heading row",
 630  // "Heading row of the table, same format as the body section" => "Heading row of the table, same format as the body section",
 631  // "Heading CSS Class" => "Heading CSS Class",
 632  // "CSS Class to apply on the heading row" => "CSS Class to apply on the heading row",
 633  // "Displays a link to an attachment to a wiki page and can display an image attachment. " => "Displays a link to an attachment to a wiki page and can display an image attachment. ",
 634  // "Gallery ID" => "Gallery ID",
 635  // "name_asc" => "name_asc",
 636  // "Shows ID" => "Shows ID",
 637  // "Shows Icon" => "Shows Icon",
 638  // "Shows Name" => "Shows Name",
 639  // "Shows Filename" => "Shows Filename",
 640  // "Shows Size" => "Shows Size",
 641  // "Shows Description" => "Shows Description",
 642  // "Shows Creation Date" => "Shows Creation Date",
 643  // "Shows Hits" => "Shows Hits",
 644  // "Shows Locked by" => "Shows Locked by",
 645  // "Shows Modification Date" => "Shows Modification Date",
 646  // "Shows Author" => "Shows Author",
 647  // "Shows Creator" => "Shows Creator",
 648  // "Shows Parent Gallery Name" => "Shows Parent Gallery Name",
 649  // "Shows Number of Files" => "Shows Number of Files",
 650  // "Shows the slideshow of a gallery" => "Shows the slideshow of a gallery",
 651  // "List files in a file gallery (with a category) or in a category or a file gallery od this category" => "List files in a file gallery (with a category) or in a category or a file gallery od this category",
 652  // "Displays a list of files from the File Gallery" => "Displays a list of files from the File Gallery",
 653  // "Flash video" => "Flash video",
 654  // "Movie URL" => "Movie URL",
 655  // "Complete URL to the movie to include" => "Complete URL to the movie to include",
 656  // "Default width: 425" => "Default width: 425",
 657  // "Default height: 350" => "Default height: 350",
 658  // "Quality" => "Quality",
 659  // "Flash video quality. Default value: high" => "Flash video quality. Default value: high",
 660  // "Missing parameter movie to the plugin flash" => "Missing parameter movie to the plugin flash",
 661  // "Footnote" => "Footnote",
 662  // "Inserts a superscripted footnote number next to text and takes in footnote as parameter" => "Inserts a superscripted footnote number next to text and takes in footnote as parameter",
 663  // "The footnote" => "The footnote",
 664  // "Footnotearea" => "Footnotearea",
 665  // "Inserts a section for collected footnotes within the wiki page" => "Inserts a section for collected footnotes within the wiki page",
 666  // "Download box for a file on ftp server" => "Download box for a file on ftp server",
 667  // "ftp" => "ftp",
 668  // "file name" => "file name",
 669  // "Ftp Server Name" => "Ftp Server Name",
 670  // "Ftp User name" => "Ftp User name",
 671  // "Ftp password" => "Ftp password",
 672  // "Download button label" => "Download button label",
 673  // "missing parameters" => "missing parameters",
 674  // "Connection failed" => "Connection failed",
 675  // "Incorrect param" => "Incorrect param",
 676  // "Gauge" => "Gauge",
 677  // "Displays a graphical gauge" => "Displays a graphical gauge",
 678  // "current value (REQUIRED)" => "current value (REQUIRED)",
 679  // "Maximum Value" => "Maximum Value",
 680  // "Maximum possible value. Default: 100" => "Maximum possible value. Default: 100",
 681  // "Label displayed on the left side of the gauge" => "Label displayed on the left side of the gauge",
 682  // "Color" => "Color",
 683  // "Background Color" => "Background Color",
 684  // "Bar width in pixels" => "Bar width in pixels",
 685  // "Label Width" => "Label Width",
 686  // "Width in pixels allocated to the label" => "Width in pixels allocated to the label",
 687  // "Display Percentage" => "Display Percentage",
 688  // "true|false, if true then a percentage of the maximum is displayed" => "true|false, if true then a percentage of the maximum is displayed",
 689  // "Display Value" => "Display Value",
 690  // "true|false, if the numeric value is displayed" => "true|false, if the numeric value is displayed",
 691  // "Bar height in pixels" => "Bar height in pixels",
 692  // "Google Analytics" => "Google Analytics",
 693  // "Add the tracking code for Google Analytics" => "Add the tracking code for Google Analytics",
 694  // "Account number" => "Account number",
 695  // "The account number for the site" => "The account number for the site",
 696  // "Missing parameter" => "Missing parameter",
 697  // "googledoc" => "googledoc",
 698  // "Leave this empty" => "Leave this empty",
 699  // "Type of Google document" => "Type of Google document",
 700  // "key" => "key",
 701  // "Google doc key - for example pXsHENf1bGGY92X1iEeJJI" => "Google doc key - for example pXsHENf1bGGY92X1iEeJJI",
 702  // "Name of iframe" => "Name of iframe",
 703  // "Size of frame, use instead of width and height, they will fit the Google presentations sizes exactly. It can be small|medium|large" => "Size of frame, use instead of width and height, they will fit the Google presentations sizes exactly. It can be small|medium|large",
 704  // "Pixels or %" => "Pixels or %",
 705  // "Margin Height" => "Margin Height",
 706  // "Pixels" => "Pixels",
 707  // "Margin Width" => "Margin Width",
 708  // "Scrolling" => "Scrolling",
 709  // "editLink" => "editLink",
 710  // "Required parameter \"type\" missing" => "Required parameter \"type\" missing",
 711  // "Required parameter \"key\" missing" => "Required parameter \"key\" missing",
 712  // "Displays a Google document" => "Displays a Google document",
 713  // "Wiki text to display if conditions are met. The body may contain {ELSE}. Text after the marker will be displayed to users not matching the condition" => "Wiki text to display if conditions are met. The body may contain {ELSE}. Text after the marker will be displayed to users not matching the condition",
 714  // "Allowed Groups" => "Allowed Groups",
 715  // "Pipe separated list of groups allowed to view the block. ex: Admins|Developers" => "Pipe separated list of groups allowed to view the block. ex: Admins|Developers",
 716  // "Denied Groups" => "Denied Groups",
 717  // "Pipe separated list of groups denied from viewing the block. ex: Anonymous|Managers" => "Pipe separated list of groups denied from viewing the block. ex: Anonymous|Managers",
 718  // "Display wiki text if user is in one of listed groups" => "Display wiki text if user is in one of listed groups",
 719  // "HTML" => "HTML",
 720  // "Include literal HTML in a Wiki page" => "Include literal HTML in a Wiki page",
 721  // "0|1, parse wiki syntax within the html code" => "0|1, parse wiki syntax within the html code",
 722  // "Include literal HTML" => "Include literal HTML",
 723  // "Iframe" => "Iframe",
 724  // "iframe" => "iframe",
 725  // "Displays an iframe" => "Displays an iframe",
 726  // " (experimental - possible successor to img in 4.0)" => " (experimental - possible successor to img in 4.0)",
 727  // "File ID" => "File ID",
 728  // "Numeric ID of an image in a File Gallery (or comma-separated list). \"fileId\", \"id\" or \"src\" required" => "Numeric ID of an image in a File Gallery (or comma-separated list). \"fileId\", \"id\" or \"src\" required",
 729  // "Numeric ID of an image in an Image Gallery (or comma-separated list). \"fileId\", \"id\" or \"src\" required" => "Numeric ID of an image in an Image Gallery (or comma-separated list). \"fileId\", \"id\" or \"src\" required",
 730  // "Image Source" => "Image Source",
 731  // "Full URL to the image to display. \"fileId\", \"id\" or \"src\" required" => "Full URL to the image to display. \"fileId\", \"id\" or \"src\" required",
 732  // "Maximum height or width in pixels (largest dimension is scaled).\tIf no scalesize is given one will be attempted from default or given height or width.  If scale does not match a defined scale for the gallery the full sized image is downloaded" => "Maximum height or width in pixels (largest dimension is scaled).\tIf no scalesize is given one will be attempted from default or given height or width.  If scale does not match a defined scale for the gallery the full sized image is downloaded",
 733  // "Alias: lnk. Location the image should point to" => "Alias: lnk. Location the image should point to",
 734  // "Link Relation" => "Link Relation",
 735  // "\"rel\" attribute to add to the link" => "\"rel\" attribute to add to the link",
 736  // "Link title" => "Link title",
 737  // "Title text" => "Title text",
 738  // "Image alt text" => "Image alt text",
 739  // "Alternate text to display if impossible to load the image" => "Alternate text to display if impossible to load the image",
 740  // "Alias:imalign. Image alignment in the page. (left, right)" => "Alias:imalign. Image alignment in the page. (left, right)",
 741  // "Whether to block items from flowing next to image from the top or bottom. (top,bottom,both,none)" => "Whether to block items from flowing next to image from the top or bottom. (top,bottom,both,none)",
 742  // "Image description to display on the page" => "Image description to display on the page",
 743  // "Image Map" => "Image Map",
 744  // "Name of the image map to use for the image" => "Name of the image map to use for the image",
 745  // "CSS class to apply to the image'.\"'\".'s img tag. (Usually used in configuration rather than on individual images.)" => "CSS class to apply to the image'.\"'\".'s img tag. (Usually used in configuration rather than on individual images.)",
 746  // "CSS Style" => "CSS Style",
 747  // "CSS styling to apply to the plugin. (Usually used in configuration rather than on individual images.)" => "CSS styling to apply to the plugin. (Usually used in configuration rather than on individual images.)",
 748  // "Border options" => "Border options",
 749  // "Border configuration.  Values \"on\" and \"off\" control visibility, or else specify CSS styling options" => "Border configuration.  Values \"on\" and \"off\" control visibility, or else specify CSS styling options",
 750  // "Description options" => "Description options",
 751  // "Description configuration.\tValues \"on\" and \"off\" control visibility, or else specify CSS styling options. (Usually used in configuration rather than on individual images.)" => "Description configuration.\tValues \"on\" and \"off\" control visibility, or else specify CSS styling options. (Usually used in configuration rather than on individual images.)",
 752  // "Default configuration" => "Default configuration",
 753  // "Default configuration definitions. (Usually used in configuration rather than on individual images.)" => "Default configuration definitions. (Usually used in configuration rather than on individual images.)",
 754  // "Mandatory configuration" => "Mandatory configuration",
 755  // "Mandatory configuration definitions. (Usually used in configuration rather than on individual images.)" => "Mandatory configuration definitions. (Usually used in configuration rather than on individual images.)",
 756  // "Display an image using configured format. Allows presentation of all images to be changed without having to alter existing content" => "Display an image using configured format. Allows presentation of all images to be changed without having to alter existing content",
 757  // "Display an image" => "Display an image",
 758  // "Displays an image" => "Displays an image",
 759  // "Full URL to the image to display" => "Full URL to the image to display",
 760  // "Alternate Text" => "Alternate Text",
 761  // "Height of the image to display" => "Height of the image to display",
 762  // "Width of the image to display" => "Width of the image to display",
 763  // "Link Title" => "Link Title",
 764  // "Image alignment in the page. (left, right, center) Uses HTML IMG tag" => "Image alignment in the page. (left, right, center) Uses HTML IMG tag",
 765  // "Float Alignment" => "Float Alignment",
 766  // "Image alignment in the flow of the document. (left, right, none) Uses CSS float property" => "Image alignment in the flow of the document. (left, right, none) Uses CSS float property",
 767  // "Style to apply to the image" => "Style to apply to the image",
 768  // "Include a page\\'s content" => "Include a page\\'s content",
 769  // "Page Name" => "Page Name",
 770  // "Wiki page name to include" => "Wiki page name to include",
 771  // "When only a portion of the page should be included, specify the marker from which inclusion should start" => "When only a portion of the page should be included, specify the marker from which inclusion should start",
 772  // "When only a portion of the page should be included, specify the marker at which inclusion should end" => "When only a portion of the page should be included, specify the marker at which inclusion should end",
 773  // "Jabber" => "Jabber",
 774  // "Runs a Java applet to access a local Jabber service" => "Runs a Java applet to access a local Jabber service",
 775  // "Applet height in pixels" => "Applet height in pixels",
 776  // "'),\n\t\t\t\t'description' => tra('Applet width in pixels" => "'),\n\t\t\t\t'description' => tra('Applet width in pixels",
 777  // "'),\n\t\t\t\t'description' => tra('jabber.org" => "'),\n\t\t\t\t'description' => tra('jabber.org",
 778  // "Default Color" => "Default Color",
 779  // "255,255,255" => "255,255,255",
 780  // "JQuery" => "JQuery",
 781  // "Insert JQuery javascript code. Requires feature_jquery" => "Insert JQuery javascript code. Requires feature_jquery",
 782  // " (experimental - may change in future versions)" => " (experimental - may change in future versions)",
 783  // "JQuery Code" => "JQuery Code",
 784  // "NotOnReady" => "NotOnReady",
 785  // "NoJQuery" => "NoJQuery",
 786  // "Optional markup for when feature_jquery is off" => "Optional markup for when feature_jquery is off",
 787  // "Insert JQuery javascript code" => "Insert JQuery javascript code",
 788  // "jquery code e.g. \$jq(\"img\\" => "jquery code e.g. \$jq(\"img\\",
 789  // "Do not execute on document ready (execute inline)" => "Do not execute on document ready (execute inline)",
 790  // "Javascript" => "Javascript",
 791  // "Insert a javascript file or/and some javascript code" => "Insert a javascript file or/and some javascript code",
 792  // "javascript code" => "javascript code",
 793  // "Javascript filename" => "Javascript filename",
 794  // "List of languages for which the block is displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs" => "List of languages for which the block is displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs",
 795  // "Not Language" => "Not Language",
 796  // "List of languages for which the block is not displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs" => "List of languages for which the block is not displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs",
 797  // "Page name to display information of. Default value is current page" => "Page name to display information of. Default value is current page",
 798  // "The last_mod plugin replaces itself with last modification time of the named wiki page, or the current page if no name given" => "The last_mod plugin replaces itself with last modification time of the named wiki page, or the current page if no name given",
 799  // "Result Offset" => "Result Offset",
 800  // "Result number at which the listing should start" => "Result number at which the listing should start",
 801  // "Result Count" => "Result Count",
 802  // "Amount of results displayed in the list" => "Amount of results displayed in the list",
 803  // "Initial" => "Initial",
 804  // "txt" => "txt",
 805  // "Show Name Only" => "Show Name Only",
 806  // "Structure Head" => "Structure Head",
 807  // "Show Page Alias" => "Show Page Alias",
 808  // "Two letter language code to filter pages listed" => "Two letter language code to filter pages listed",
 809  // "Orphan Language" => "Orphan Language",
 810  // "Two letter language code to filter pages listed. Only pages not available in the provided language will be listed" => "Two letter language code to filter pages listed. Only pages not available in the provided language will be listed",
 811  // "Load Translations" => "Load Translations",
 812  // "user or pipe separated list of two letter language codes for additional languages to display. If the language parameter is not defined, the first element of this list will be used as the primary filter" => "user or pipe separated list of two letter language codes for additional languages to display. If the language parameter is not defined, the first element of this list will be used as the primary filter",
 813  // "Exact Match" => "Exact Match",
 814  // "Related to Find" => "Related to Find",
 815  // "Only Orphan Pages" => "Only Orphan Pages",
 816  // "For List Pages" => "For List Pages",
 817  // "List Directory" => "List Directory",
 818  // "Full path to the server-local directory" => "Full path to the server-local directory",
 819  // "URL Prefix" => "URL Prefix",
 820  // ".ext" => ".ext",
 821  // "Limit" => "Limit",
 822  // "Maximum amount of files to display" => "Maximum amount of files to display",
 823  // "Displays a map" => "Displays a map",
 824  // "Map File" => "Map File",
 825  // "Extents" => "Extents",
 826  // "Inline Flash mp3 and flv Player" => "Inline Flash mp3 and flv Player",
 827  // "Mediaplayer" => "Mediaplayer",
 828  // "MP3 URL" => "MP3 URL",
 829  // "Complete URL to the mp3 to include" => "Complete URL to the mp3 to include",
 830  // "FLV URL" => "FLV URL",
 831  // "Complete URL to the flv to include" => "Complete URL to the flv to include",
 832  // "One of" => "One of",
 833  // "Mini Quiz" => "Mini Quiz",
 834  // "Displays a miniquiz" => "Displays a miniquiz",
 835  // "Instructions::Feedback" => "Instructions::Feedback",
 836  // "Tracker ID" => "Tracker ID",
 837  // "Insert Module" => "Insert Module",
 838  // "Module name as known in Tikiwiki" => "Module name as known in Tikiwiki",
 839  // "Decoration" => "Decoration",
 840  // "Flip" => "Flip",
 841  // "Max" => "Max",
 842  // "np" => "np",
 843  // "notitle" => "notitle",
 844  // "Displays a module inlined in page. More parameters can be added, not supported by UI" => "Displays a module inlined in page. More parameters can be added, not supported by UI",
 845  // "Monospace" => "Monospace",
 846  // "Font name as known in browsers" => "Font name as known in browsers",
 847  // "Mouse Over" => "Mouse Over",
 848  // "Create a mouseover feature on some text" => "Create a mouseover feature on some text",
 849  // "Mouseover text if param label exists. Page text if text param exists" => "Mouseover text if param label exists. Page text if text param exists",
 850  // "Text displayed on the page. The body is the mouseover content" => "Text displayed on the page. The body is the mouseover content",
 851  // "Destination link when moused-over text is clicked. Use http:// for external links" => "Destination link when moused-over text is clicked. Use http:// for external links",
 852  // "DEPRECATED" => "DEPRECATED",
 853  // "Text displayed on the mouseover. The body contains the text of the page" => "Text displayed on the mouseover. The body contains the text of the page",
 854  // "Mouse over box width. Default: 400px" => "Mouse over box width. Default: 400px",
 855  // "Mouse over box height. Default: 200px" => "Mouse over box height. Default: 200px",
 856  // "Offset X" => "Offset X",
 857  // "Shifts the overlay to the right by the specified amount of pixels in relation to the cursor. Default: 5px" => "Shifts the overlay to the right by the specified amount of pixels in relation to the cursor. Default: 5px",
 858  // "Offset Y" => "Offset Y",
 859  // "Shifts the overlay to the bottom by the specified amount of pixels in relation to the cursor. Default: 0px" => "Shifts the overlay to the bottom by the specified amount of pixels in relation to the cursor. Default: 0px",
 860  // "Parse Body" => "Parse Body",
 861  // "y|n, parse the body of the plugin as wiki content. (Default to y)" => "y|n, parse the body of the plugin as wiki content. (Default to y)",
 862  // "Color of the inside popup" => "Color of the inside popup",
 863  // "Default: #F5F5F5" => "Default: #F5F5F5",
 864  // "Text popup color" => "Text popup color",
 865  // "#FFFFFF" => "#FFFFFF",
 866  // "Padding" => "Padding",
 867  // "No label specified" => "No label specified",
 868  // "MWTable" => "MWTable",
 869  // "fancy" => "fancy",
 870  // "true|false" => "true|false",
 871  // "wiki_classes" => "wiki_classes",
 872  // "Displays the data using (sort of) MediaWiki syntax" => "Displays the data using (sort of) MediaWiki syntax",
 873  // "Displays a table using MediaWiki syntax" => "Displays a table using MediaWiki syntax",
 874  // "MySpace" => "MySpace",
 875  // "MySpace Page" => "MySpace Page",
 876  // "Displays a SWF myspace mp3 playlist on the wiki page" => "Displays a SWF myspace mp3 playlist on the wiki page",
 877  // "Object Hits" => "Object Hits",
 878  // "Object ID" => "Object ID",
 879  // "Object Type" => "Object Type",
 880  // "Displays object hit info by object and days" => "Displays object hit info by object and days",
 881  // "Search for images uploaded by users" => "Search for images uploaded by users",
 882  // " (deprecated - scheduled to be removed or changed significantly)" => " (deprecated - scheduled to be removed or changed significantly)",
 883  // "Filename or full path to file" => "Filename or full path to file",
 884  // "Plugin Manager" => "Plugin Manager",
 885  // "Multiple values separated with | can be used" => "Multiple values separated with | can be used",
 886  // "Poll ID" => "Poll ID",
 887  // "Profile Installer" => "Profile Installer",
 888  // "Adds controls required to install a profile" => "Adds controls required to install a profile",
 889  // "Domain" => "Domain",
 890  // "Profile repository domain. Default value is profiles.tikiwiki.org" => "Profile repository domain. Default value is profiles.tikiwiki.org",
 891  // "Profile Name" => "Profile Name",
 892  // "Name of the profile" => "Name of the profile",
 893  // "Profile plugin only available to administrators" => "Profile plugin only available to administrators",
 894  // "Profile %0/%1 not found" => "Profile %0/%1 not found",
 895  // "Proposal" => "Proposal",
 896  // "Provides a widget for users to vote on a proposal and view the current decision" => "Provides a widget for users to vote on a proposal and view the current decision",
 897  // "The list of votes casted. One vote per line. Either 0, +1 or -1 followed by a username" => "The list of votes casted. One vote per line. Either 0, +1 or -1 followed by a username",
 898  // "Accept proposal" => "Accept proposal",
 899  // "Still undecided" => "Still undecided",
 900  // "Reject proposal" => "Reject proposal",
 901  // "Displays a proposal acceptance widget" => "Displays a proposal acceptance widget",
 902  // "Short description of the proposal to vote on. Will be displayed above the result table" => "Short description of the proposal to vote on. Will be displayed above the result table",
 903  // "Quote" => "Quote",
 904  // "Quoted text" => "Quoted text",
 905  // "Reply to" => "Reply to",
 906  // "Name of the quoted person" => "Name of the quoted person",
 907  // "Random Dynamic Content" => "Random Dynamic Content",
 908  // "Includes random content from the dynamic content system" => "Includes random content from the dynamic content system",
 909  // "Redirect" => "Redirect",
 910  // "Redirect the user to a wiki page or generic URL" => "Redirect the user to a wiki page or generic URL",
 911  // "Wiki page name to redirect to" => "Wiki page name to redirect to",
 912  // "Complete URL, internal or external" => "Complete URL, internal or external",
 913  // "Redirects you to another wiki page" => "Redirects you to another wiki page",
 914  // "Regular Expression" => "Regular Expression",
 915  // "Takes regex expressions and parses the content between REGEX tags and replaces the text" => "Takes regex expressions and parses the content between REGEX tags and replaces the text",
 916  // "Page name containing the regular expression" => "Page name containing the regular expression",
 917  // "Displays a comment, tip, note or warning box" => "Displays a comment, tip, note or warning box",
 918  // "remarks text" => "remarks text",
 919  // "Remarks Box" => "Remarks Box",
 920  // "Label displayed above the remark" => "Label displayed above the remark",
 921  // "Highlight" => "Highlight",
 922  // "Icon ID" => "Icon ID",
 923  // "RSS Feed" => "RSS Feed",
 924  // "Inserts an RSS feed output" => "Inserts an RSS feed output",
 925  // "IDs" => "IDs",
 926  // "List of feed IDs separated by colons. ex: feedId:feedId2" => "List of feed IDs separated by colons. ex: feedId:feedId2",
 927  // "Amount of results displayed" => "Amount of results displayed",
 928  // "You need to specify a RSS Id" => "You need to specify a RSS Id",
 929  // "RSS Id incorrect" => "RSS Id incorrect",
 930  // "~np~{~/np~RSS(id=>feedId:feedId2,max=>3,date=>1,desc=>1,author=>1)}{RSS} Insert rss feed output into a wikipage" => "~np~{~/np~RSS(id=>feedId:feedId2,max=>3,date=>1,desc=>1,author=>1)}{RSS} Insert rss feed output into a wikipage",
 931  // "SourceForge" => "SourceForge",
 932  // "aid?" => "aid?",
 933  // "adit?" => "adit?",
 934  // "groupid?" => "groupid?",
 935  // "sharethis" => "sharethis",
 936  // "Insert a ShareThis Button from www.sharethis.com" => "Insert a ShareThis Button from www.sharethis.com",
 937  // "Display a social networking tool" => "Display a social networking tool",
 938  // "Sheet" => "Sheet",
 939  // "Displays the content of a spreadsheet in the page" => "Displays the content of a spreadsheet in the page",
 940  // "Internal ID of the TikiSheet" => "Internal ID of the TikiSheet",
 941  // "New sheet in page: " => "New sheet in page: ",
 942  // "Incomplete call to plugin: No target sheet" => "Incomplete call to plugin: No target sheet",
 943  // "Create new sheet" => "Create new sheet",
 944  // "Show Pages" => "Show Pages",
 945  // "Search criteria" => "Search criteria",
 946  // "Maximum amount of results displayed" => "Maximum amount of results displayed",
 947  // "name|desc" => "name|desc",
 948  // "Skype" => "Skype",
 949  // "Clickable Skype link" => "Clickable Skype link",
 950  // "Name or number to call or chat with" => "Name or number to call or chat with",
 951  // "Snarf" => "Snarf",
 952  // "Include the content of a remote HTTP page. Regular expression selecting the content portion to include must be specified" => "Include the content of a remote HTTP page. Regular expression selecting the content portion to include must be specified",
 953  // "Full URL to the page to include" => "Full URL to the page to include",
 954  // "PCRE compliant regular expression" => "PCRE compliant regular expression",
 955  // "Regular Expression Part" => "Regular Expression Part",
 956  // "ex: \$1" => "ex: \$1",
 957  // "Data to sort, one entry per line" => "Data to sort, one entry per line",
 958  // "asc|desc|shuffle" => "asc|desc|shuffle",
 959  // "Join Columns" => "Join Columns",
 960  // "Generate the colspan attribute if columns are missing" => "Generate the colspan attribute if columns are missing",
 961  // "Fixed Size" => "Fixed Size",
 962  // "Generate the width attribute on the columns" => "Generate the width attribute on the columns",
 963  // "Column Size" => "Column Size",
 964  // "Editable" => "Editable",
 965  // "Display edit icon for each section" => "Display edit icon for each section",
 966  // "Custom class" => "Custom class",
 967  // "add a class to customize the design" => "add a class to customize the design",
 968  // "SQL" => "SQL",
 969  // "DNS Name" => "DNS Name",
 970  // "ADODB DNS" => "ADODB DNS",
 971  // "Subscript" => "Subscript",
 972  // "Subscribe or unsubscribe to a group" => "Subscribe or unsubscribe to a group",
 973  // "Subscribe Group" => "Subscribe Group",
 974  // "Group Name" => "Group Name",
 975  // "As known in Tikiwiki" => "As known in Tikiwiki",
 976  // "Subscribe Text" => "Subscribe Text",
 977  // "Subscribe text, containing %s as the placeholder for the group name" => "Subscribe text, containing %s as the placeholder for the group name",
 978  // "Unsubscribe Text" => "Unsubscribe Text",
 979  // "Unsubscribe text, containing %s as the placeholder for the group name" => "Unsubscribe text, containing %s as the placeholder for the group name",
 980  // "Subscribe Action" => "Subscribe Action",
 981  // "Subscribe button label, containing %s as the placeholder for the group name" => "Subscribe button label, containing %s as the placeholder for the group name",
 982  // "Unsubscribe Action" => "Unsubscribe Action",
 983  // "Unsubscribe button label, containing %s as the placeholder for the group name" => "Unsubscribe button label, containing %s as the placeholder for the group name",
 984  // "Subscribe Groups" => "Subscribe Groups",
 985  // "Colon separated list of groups" => "Colon separated list of groups",
 986  // "Superscript" => "Superscript",
 987  // "Displays text in superscript (exponent)" => "Displays text in superscript (exponent)",
 988  // "Displays text in superscript" => "Displays text in superscript",
 989  // "Wiki Page to redirect the user after his vote" => "Wiki Page to redirect the user after his vote",
 990  // "Displays a survey" => "Displays a survey",
 991  // "Tag" => "Tag",
 992  // "Displays the text between an html tag" => "Displays the text between an html tag",
 993  // "Tag Name" => "Tag Name",
 994  // "Any valid HTML tag, span by default" => "Any valid HTML tag, span by default",
 995  // "Equivalent of the style attribute on the HTML tag" => "Equivalent of the style attribute on the HTML tag",
 996  // "Displays text between an html tag" => "Displays text between an html tag",
 997  // "File ID from the file gallery" => "File ID from the file gallery",
 998  // "Image ID from the image gallery" => "Image ID from the image gallery",
 999  // "URL to the image" => "URL to the image",
1000  // "Maximum Size" => "Maximum Size",
1001  // "Maximum width or height for the image" => "Maximum width or height for the image",
1002  // "Floating" => "Floating",
1003  // "Link target of the image" => "Link target of the image",
1004  // "File is not an image" => "File is not an image",
1005  // "Server does not support image manipulation" => "Server does not support image manipulation",
1006  // "No image specified" => "No image specified",
1007  // "Title Search" => "Title Search",
1008  // "Search wiki page titles" => "Search wiki page titles",
1009  // "Search Criteria" => "Search Criteria",
1010  // "Portion of a page name" => "Portion of a page name",
1011  // "hits|user" => "hits|user",
1012  // "Exclude" => "Exclude",
1013  // "Pipe separated list of page names to exclude from results" => "Pipe separated list of page names to exclude from results",
1014  // "Table of Contents (Structure)" => "Table of Contents (Structure)",
1015  // "Displays the table of contents for the current structure\\'s subtree as part of the page content" => "Displays the table of contents for the current structure\\'s subtree as part of the page content",
1016  // "Maximum Depth" => "Maximum Depth",
1017  // "Maximum amount of levels to display. On very large structures, this should be limited" => "Maximum amount of levels to display. On very large structures, this should be limited",
1018  // "By default, structure for the current page will be displayed. Alternate structure may be provided" => "By default, structure for the current page will be displayed. Alternate structure may be provided",
1019  // "asc|desc" => "asc|desc",
1020  // "Show Description" => "Show Description",
1021  // "0|1, show the page description instead of the page name" => "0|1, show the page description instead of the page name",
1022  // "Show Numbering" => "Show Numbering",
1023  // "0|1, display the section numbers or not" => "0|1, display the section numbers or not",
1024  // "plain|fancy" => "plain|fancy",
1025  // "Top Friends" => "Top Friends",
1026  // "List top scoring users" => "List top scoring users",
1027  // "Maximum result count" => "Maximum result count",
1028  // "Translate a string using Tikiwiki translation table" => "Translate a string using Tikiwiki translation table",
1029  // "string" => "string",
1030  // "Translate a string" => "Translate a string",
1031  // "Confirmation message after posting form" => "Confirmation message after posting form",
1032  // "Colon-separated list of field IDs to be displayed. Example: 2:4:5" => "Colon-separated list of field IDs to be displayed. Example: 2:4:5",
1033  // "Label on the submit button" => "Label on the submit button",
1034  // "Show Title" => "Show Title",
1035  // "Show Mandatory" => "Show Mandatory",
1036  // "Embedded" => "Embedded",
1037  // "Url used for the field links" => "Url used for the field links",
1038  // "Values" => "Values",
1039  // "Colon-separated list of values" => "Colon-separated list of values",
1040  // "Note that plugin arguments can be enclosed with double quotes \"; this allows them to contain , or " => "Note that plugin arguments can be enclosed with double quotes \"; this allows them to contain , or ",
1041  // "user|page" => "user|page",
1042  // "itemId" => "itemId",
1043  // "itemId if you want to edit an item" => "itemId if you want to edit an item",
1044  // "Template File" => "Template File",
1045  // "Name of the template used to display the tracker items" => "Name of the template used to display the tracker items",
1046  // "Name of the wiki page containing the template to display the tracker items" => "Name of the wiki page containing the template to display the tracker items",
1047  // "New Status" => "New Status",
1048  // "Default status applied to newly created items" => "Default status applied to newly created items",
1049  // "Width of first column " => "Width of first column ",
1050  // "Specify the width in pixels or percentage of the first column in the tracker form" => "Specify the width in pixels or percentage of the first column in the tracker form",
1051  // "Incorrect fieldId" => "Incorrect fieldId",
1052  // "Following mandatory fields are missing" => "Following mandatory fields are missing",
1053  // "Following fields are incorrect" => "Following fields are incorrect",
1054  // "You do not have permission to insert an item" => "You do not have permission to insert an item",
1055  // "You do not have permission to modify an item" => "You do not have permission to modify an item",
1056  // "Filters" => "Filters",
1057  // "Display List" => "Display List",
1058  // "Line" => "Line",
1059  // "Tracker Filter" => "Tracker Filter",
1060  // "notice" => "notice",
1061  // "tracker field type not processed yet" => "tracker field type not processed yet",
1062  // "Filters the items of a tracker, fields are indicated with numeric ids" => "Filters the items of a tracker, fields are indicated with numeric ids",
1063  // "Wiki text" => "Wiki text",
1064  // "Tracker Item Field" => "Tracker Item Field",
1065  // "Wiki text containing an {ELSE} marker" => "Wiki text containing an {ELSE} marker",
1066  // "Item ID" => "Item ID",
1067  // "Field ID" => "Field ID",
1068  // "Colon separated list of field IDs" => "Colon separated list of field IDs",
1069  // "o|p|c|op|oc|pc|opc" => "o|p|c|op|oc|pc|opc",
1070  // "Test" => "Test",
1071  // "Value to compare against" => "Value to compare against",
1072  // "Displays the value of a tracker item field or the wiki text if the value of the field is set or has a value(if itemId not specified, use the itemId of the url or the user tracker)" => "Displays the value of a tracker item field or the wiki text if the value of the field is set or has a value(if itemId not specified, use the itemId of the url or the user tracker)",
1073  // "Tracker List" => "Tracker List",
1074  // "Notice" => "Notice",
1075  // "Popup" => "Popup",
1076  // "Colon-separated list of fields to display on click. Example: 6:7" => "Colon-separated list of fields to display on click. Example: 6:7",
1077  // "Sticky Popup" => "Sticky Popup",
1078  // "Show Links" => "Show Links",
1079  // "shownbitems" => "shownbitems",
1080  // "Show Initials" => "Show Initials",
1081  // "Show Status" => "Show Status",
1082  // "Show Creation Date" => "Show Creation Date",
1083  // "Show Last Modification" => "Show Last Modification",
1084  // "Show Field Name" => "Show Field Name",
1085  // "Status Filter" => "Status Filter",
1086  // "Which item status to list. o = open, p = pending, c = closed" => "Which item status to list. o = open, p = pending, c = closed",
1087  // "Sort Mode" => "Sort Mode",
1088  // "Filter Field" => "Filter Field",
1089  // "Colon separated list of fields to allow filtering on" => "Colon separated list of fields to allow filtering on",
1090  // "Filter Value" => "Filter Value",
1091  // "Exact Value" => "Exact Value",
1092  // "Checkbox" => "Checkbox",
1093  // "goIfOne" => "goIfOne",
1094  // "More" => "More",
1095  // "More URL" => "More URL",
1096  // "Select automatically the item of the current user or the page" => "Select automatically the item of the current user or the page",
1097  // "View User" => "View User",
1098  // "Item ID separated with " => "Item ID separated with ",
1099  // "List of items Ids" => "List of items Ids",
1100  // "link url" => "link url",
1101  // "Left Deliminator" => "Left Deliminator",
1102  // "Right Deliminator" => "Right Deliminator",
1103  // "If y, value will be truncated" => "If y, value will be truncated",
1104  // "Export Button" => "Export Button",
1105  // "Compute" => "Compute",
1106  // "Sum or average all the values of a field  and displays it at the bottom of the table" => "Sum or average all the values of a field  and displays it at the bottom of the table",
1107  // "fieldId" => "fieldId",
1108  // "incorrect filterfield" => "incorrect filterfield",
1109  // "Displays a button to link to a page with a tracker plugin with prefilled tracker fields" => "Displays a button to link to a page with a tracker plugin with prefilled tracker fields",
1110  // "Tracker Prefill" => "Tracker Prefill",
1111  // "Tracker page name" => "Tracker page name",
1112  // "Button label" => "Button label",
1113  // "Field 1" => "Field 1",
1114  // "Value 1" => "Value 1",
1115  // "Content of the field" => "Content of the field",
1116  // "Field 2" => "Field 2",
1117  // "Value 2" => "Value 2",
1118  // "Field 3" => "Field 3",
1119  // "Value 3" => "Value 3",
1120  // "Field 4" => "Field 4",
1121  // "Value 4" => "Value 4",
1122  // "Field 5" => "Field 5",
1123  // "Value 5" => "Value 5",
1124  // "Tracker Stats" => "Tracker Stats",
1125  // "Show Percentage" => "Show Percentage",
1126  // "Show Bar" => "Show Bar",
1127  // "Show link to tiki-view_tracker" => "Show link to tiki-view_tracker",
1128  // "Displays some stat of a tracker content, fields are indicated with numeric ids" => "Displays some stat of a tracker content, fields are indicated with numeric ids",
1129  // "incorrect fieldId" => "incorrect fieldId",
1130  // "Tracker Timeline" => "Tracker Timeline",
1131  // "Timeline view of a tracker, can be used to display event schedules or gantt charts" => "Timeline view of a tracker, can be used to display event schedules or gantt charts",
1132  // "Title Field" => "Title Field",
1133  // "Tracker Field ID containing the item title" => "Tracker Field ID containing the item title",
1134  // "Summary Field" => "Summary Field",
1135  // "Tracker Field ID containing the summary of the item. The summary will be displayed on the timeline when the item is focused" => "Tracker Field ID containing the summary of the item. The summary will be displayed on the timeline when the item is focused",
1136  // "Start Date" => "Start Date",
1137  // "Tracker Field ID containing the element start date. The field must be a datetime/jscalendar field" => "Tracker Field ID containing the element start date. The field must be a datetime/jscalendar field",
1138  // "End Date" => "End Date",
1139  // "Tracker Field ID containing the element end date. The field must be a datetime/jscalendar field" => "Tracker Field ID containing the element end date. The field must be a datetime/jscalendar field",
1140  // "Element Group" => "Element Group",
1141  // "Tracker Field ID containing the element\\'s group. Elements of a same group are displayed on the same row" => "Tracker Field ID containing the element\\'s group. Elements of a same group are displayed on the same row",
1142  // "Lower Bound" => "Lower Bound",
1143  // "Date from which element should be displayed. Date must be provided in YYYY-MM-DD HH:mm:ss format" => "Date from which element should be displayed. Date must be provided in YYYY-MM-DD HH:mm:ss format",
1144  // "Upper Bound" => "Upper Bound",
1145  // "Date until which element should be displayed. Date must be provided in YYYY-MM-DD HH:mm:ss format" => "Date until which element should be displayed. Date must be provided in YYYY-MM-DD HH:mm:ss format",
1146  // "Primary Scale Unit" => "Primary Scale Unit",
1147  // "hour, day, week, month or year (default to hour)" => "hour, day, week, month or year (default to hour)",
1148  // "Secondary Scale Unit" => "Secondary Scale Unit",
1149  // "hour, day, week, month, year or empty (default to empty)" => "hour, day, week, month, year or empty (default to empty)",
1150  // "Link Group Name" => "Link Group Name",
1151  // "Convert the group name to a link. (y|n)" => "Convert the group name to a link. (y|n)",
1152  // "Page Link Field" => "Page Link Field",
1153  // "Tracker Field ID containing the page name for item details" => "Tracker Field ID containing the page name for item details",
1154  // "Missing parameter: %0" => "Missing parameter: %0",
1155  // "Start date after end date" => "Start date after end date",
1156  // "Translated" => "Translated",
1157  // "[url] or ((wikiname)) or ((inter:interwiki)) (use wiki syntax)" => "[url] or ((wikiname)) or ((inter:interwiki)) (use wiki syntax)",
1158  // "Two letter language code of the language, ex: fr" => "Two letter language code of the language, ex: fr",
1159  // "Country name, ex: France" => "Country name, ex: France",
1160  // "User Count" => "User Count",
1161  // "Group name" => "Group name",
1162  // "Displays a list of registered users" => "Displays a list of registered users",
1163  // "Login Filter" => "Login Filter",
1164  // "String to use between elements of the list" => "String to use between elements of the list",
1165  // "Maximum" => "Maximum",
1166  // "Result limit" => "Result limit",
1167  // "Layout" => "Layout",
1168  // "Block of text separated by ---(version x)--- markers. Text before the first marker is used by default" => "Block of text separated by ---(version x)--- markers. Text before the first marker is used by default",
1169  // "Navigation" => "Navigation",
1170  // "Displays a navigation box that allows users to select a specific version to display" => "Displays a navigation box that allows users to select a specific version to display",
1171  // "Display the current version name as the title. Note: Do not work when nav=>y" => "Display the current version name as the title. Note: Do not work when nav=>y",
1172  // "Default" => "Default",
1173  // "Specifies version label to show when displaying the page for the first time. e.g. \\'Default\\'" => "Specifies version label to show when displaying the page for the first time. e.g. \\'Default\\'",
1174  // "This is the default text" => "This is the default text",
1175  // "(version 3)" => "(version 3)",
1176  // "This is version 3 info" => "This is version 3 info",
1177  // "(version 2)" => "(version 2)",
1178  // "This is version 2 info" => "This is version 2 info",
1179  // "(version 1)" => "(version 1)",
1180  // "This is version 1 info" => "This is version 1 info",
1181  // "Show Stats" => "Show Stats",
1182  // "Show Stats After" => "Show Stats After",
1183  // "Show Creator" => "Show Creator",
1184  // "Wanted Pages" => "Wanted Pages",
1185  // "Custom level regex. A custom filter for wanted pages to be listed (only used when level=>custom).\n\t\tpossible values: a valid regex-expression (PCRE)" => "Custom level regex. A custom filter for wanted pages to be listed (only used when level=>custom).\n\t\tpossible values: a valid regex-expression (PCRE)",
1186  // "Ignore" => "Ignore",
1187  // "Split By" => "Split By",
1188  // "Skip Extension" => "Skip Extension",
1189  // "Collect" => "Collect",
1190  // "Level" => "Level",
1191  // "Lists ''wanted'' Wiki pages: " => "Lists ''wanted'' Wiki pages: ",
1192  // "Page-Pattern" => "Page-Pattern",
1193  // "Custom-Level-Regex" => "Custom-Level-Regex",
1194  // "^Parameters: key=>value,...\n" => "^Parameters: key=>value,...\n",
1195  // "__key__ | __default__ | __comments__\n" => "__key__ | __default__ | __comments__\n",
1196  // "empty string" => "empty string",
1197  // "A wildcard pattern of originating pages to be ignored" => "A wildcard pattern of originating pages to be ignored",
1198  // "(refer to PHP function fnmatch() for details)\n" => "(refer to PHP function fnmatch() for details)\n",
1199  // "The character, by which ignored patterns are separated" => "The character, by which ignored patterns are separated",
1200  // "possible values: characters\n" => "possible values: characters\n",
1201  // "Whether to include external wikis in the list" => "Whether to include external wikis in the list",
1202  // "possible values: " => "possible values: ",
1203  // "Collect either originating or wanted pages in a cell and display them in the second column" => "Collect either originating or wanted pages in a cell and display them in the second column",
1204  // "Switch-on debug output with details about the items" => "Switch-on debug output with details about the items",
1205  // "Multiple collected items are separated in distinct table rows, or by comma or line break in one cell" => "Multiple collected items are separated in distinct table rows, or by comma or line break in one cell",
1206  // "Filter the list of wanted pages according to page_regex or custom filter. The default value is the site's __current__ page_regex" => "Filter the list of wanted pages according to page_regex or custom filter. The default value is the site's __current__ page_regex",
1207  // "A custom filter for wanted pages to be listed (only used when level=>custom)" => "A custom filter for wanted pages to be listed (only used when level=>custom)",
1208  // "a valid regex-expression (PCRE)" => "a valid regex-expression (PCRE)",
1209  // "Lists ''wanted'' wiki pages" => "Lists ''wanted'' wiki pages",
1210  // "A wildcard pattern of originating pages to be ignored. (refer to PHP fuction fnmatch() for details)" => "A wildcard pattern of originating pages to be ignored. (refer to PHP fuction fnmatch() for details)",
1211  // "The character, by which ignored patterns are separated. possible values: characters" => "The character, by which ignored patterns are separated. possible values: characters",
1212  // "Whether to include external wikis in the list. possible values" => "Whether to include external wikis in the list. possible values",
1213  // "Collect either originating or wanted pages in a cell and display them in the second column. possible values" => "Collect either originating or wanted pages in a cell and display them in the second column. possible values",
1214  // "Switch-on debug output with details about the items. possible values" => "Switch-on debug output with details about the items. possible values",
1215  // "Multiple collected items are separated in distinct table rows, or by comma or line break in one cell. possible values" => "Multiple collected items are separated in distinct table rows, or by comma or line break in one cell. possible values",
1216  // "non-valid custom regex" => "non-valid custom regex",
1217  // ", " => ", ",
1218  // "ignored" => "ignored",
1219  // "dash-WikiWord" => "dash-WikiWord",
1220  // "WikiWord" => "WikiWord",
1221  // "not in level" => "not in level",
1222  // "End of debug output" => "End of debug output",
1223  // "Wanted Page" => "Wanted Page",
1224  // "Referenced By Page" => "Referenced By Page",
1225  // "Web Service" => "Web Service",
1226  // "Obtains and display remote information exposed in JSON or YAML. The plugin can be used to display registered or unregistered services. Registered services may use more parameters not defined in this interface" => "Obtains and display remote information exposed in JSON or YAML. The plugin can be used to display registered or unregistered services. Registered services may use more parameters not defined in this interface",
1227  // "Template to apply to the data provided. Template format uses smarty templating engine using double brackets as delimiter. Output must provide wiki syntax. Body can be sent to a parameter instead by using the bodyname parameter" => "Template to apply to the data provided. Template format uses smarty templating engine using double brackets as delimiter. Output must provide wiki syntax. Body can be sent to a parameter instead by using the bodyname parameter",
1228  // "Complete service URL" => "Complete service URL",
1229  // "Service Name" => "Service Name",
1230  // "Registered service name" => "Registered service name",
1231  // "Template Name" => "Template Name",
1232  // "For use with registered services, name of the template to be used to display the service output. This parameter will be ignored if a body is provided" => "For use with registered services, name of the template to be used to display the service output. This parameter will be ignored if a body is provided",
1233  // "Body as Parameter" => "Body as Parameter",
1234  // "Name of the argument to send the body as for services with complex input. Named service required for this to be useful" => "Name of the argument to send the body as for services with complex input. Named service required for this to be useful",
1235  // "Unknown Template" => "Unknown Template",
1236  // "Unknown Service" => "Unknown Service",
1237  // "Missing parameters" => "Missing parameters",
1238  // "Youtube" => "Youtube",
1239  // "Display youtube video in a wiki page" => "Display youtube video in a wiki page",
1240  // "URL to the Youtube video" => "URL to the Youtube video",
1241  // "Missing parameter movie to the youtube plugin" => "Missing parameter movie to the youtube plugin",
1242  // "Removed version \$version" => "Removed version \$version",
1243  // "rollback version " => "rollback version ",
1244  // "Changed actual version to \$version" => "Changed actual version to \$version",
1245  // "Plugin " => "Plugin ",
1246  // "Semantic token already exists" => "Semantic token already exists",
1247  // "Invalid semantic token name" => "Invalid semantic token name",
1248  // "Semantic token not found" => "Semantic token not found",
1249  // "Page locked" => "Page locked",
1250  // "Page unlocked" => "Page unlocked",
1251  // "Removed last version" => "Removed last version",
1252  // "You have to be able to receive messages in order to send them. Goto your user preferences and enable 'Allow messages from other users'" => "You have to be able to receive messages in order to send them. Goto your user preferences and enable 'Allow messages from other users'",
1253  // "list topics with links to the articles" => "list topics with links to the articles",
1254  // "Article Topics" => "Article Topics",
1255  // "Categorize %s in %s" => "Categorize %s in %s",
1256  // "List by month" => "List by month",
1257  // "Please wait.." => "Please wait..",
1258  // "Since your last visit.." => "Since your last visit..",
1259  // "new posts" => "new posts",
1260  // "new tracker items" => "new tracker items",
1261  // "updated tracker items" => "updated tracker items",
1262  // "Invalid server key" => "Invalid server key",
1263  // "Cookie not found" => "Cookie not found",
1264  // "Admin live support system" => "Admin live support system",
1265  // "Administrator, can admin banners" => "Administrator, can admin banners",
1266  // "Administrator, can create channels remove channels etc" => "Administrator, can create channels remove channels etc",
1267  // "Administrator, can manage users groups and permissions, Hotwords and all the weblog features" => "Administrator, can manage users groups and permissions, Hotwords and all the weblog features",
1268  // "Auto approve forum posts" => "Auto approve forum posts",
1269  // "Autovalidate suggestions" => "Autovalidate suggestions",
1270  // "Can abort a process instance" => "Can abort a process instance",
1271  // "Can access site when closed" => "Can access site when closed",
1272  // "Can add and change ratings on wiki pages" => "Can add and change ratings on wiki pages",
1273  // "Can add events in the calendar" => "Can add events in the calendar",
1274  // "Can admin article topics" => "Can admin article topics",
1275  // "Can admin article types" => "Can admin article types",
1276  // "Can admin attachments to wiki pages" => "Can admin attachments to wiki pages",
1277  // "Can admin blogs" => "Can admin blogs",
1278  // "Can admin categories" => "Can admin categories",
1279  // "Can admin charts" => "Can admin charts",
1280  // "Can admin comments" => "Can admin comments",
1281  // "Can admin content templates" => "Can admin content templates",
1282  // "Can admin contributions" => "Can admin contributions",
1283  // "Can admin cookies" => "Can admin cookies",
1284  // "Can admin directory categories" => "Can admin directory categories",
1285  // "Can admin directory sites" => "Can admin directory sites",
1286  // "Can admin drawings" => "Can admin drawings",
1287  // "Can admin faqs" => "Can admin faqs",
1288  // "Can admin file galleries" => "Can admin file galleries",
1289  // "Can admin forums" => "Can admin forums",
1290  // "Can admin freetags" => "Can admin freetags",
1291  // "Can admin games" => "Can admin games",
1292  // "Can admin Image Galleries" => "Can admin Image Galleries",
1293  // "Can admin integrator repositories and rules" => "Can admin integrator repositories and rules",
1294  // "Can admin mail notifications" => "Can admin mail notifications",
1295  // "Can admin mail-in accounts" => "Can admin mail-in accounts",
1296  // "Can admin newsletters" => "Can admin newsletters",
1297  // "Can admin polls" => "Can admin polls",
1298  // "Can admin public tasks" => "Can admin public tasks",
1299  // "Can admin quicktags" => "Can admin quicktags",
1300  // "Can admin quizzes" => "Can admin quizzes",
1301  // "Can admin received articles" => "Can admin received articles",
1302  // "Can admin received pages" => "Can admin received pages",
1303  // "Can admin rss modules" => "Can admin rss modules",
1304  // "Can admin sheet" => "Can admin sheet",
1305  // "Can admin shoutbox (Edit/remove msgs)" => "Can admin shoutbox (Edit/remove msgs)",
1306  // "Can admin surveys" => "Can admin surveys",
1307  // "Can admin the cms" => "Can admin the cms",
1308  // "Can admin the directory" => "Can admin the directory",
1309  // "Can admin the dynamic content system" => "Can admin the dynamic content system",
1310  // "Can admin the TikiTests" => "Can admin the TikiTests",
1311  // "Can admin the wiki" => "Can admin the wiki",
1312  // "Can admin trackers" => "Can admin trackers",
1313  // "Can admin users" => "Can admin users",
1314  // "Can admin workflow processes" => "Can admin workflow processes",
1315  // "Can administrate group webmail accounts" => "Can administrate group webmail accounts",
1316  // "Can administrate personal webmail accounts" => "Can administrate personal webmail accounts",
1317  // "Can approve plugin execution" => "Can approve plugin execution",
1318  // "Can approve submissions" => "Can approve submissions",
1319  // "Can assign perms to blog" => "Can assign perms to blog",
1320  // "Can assign perms to file gallery" => "Can assign perms to file gallery",
1321  // "Can assign perms to image gallery" => "Can assign perms to image gallery",
1322  // "Can assign perms to wiki pages" => "Can assign perms to wiki pages",
1323  // "Can attach files to tracker items" => "Can attach files to tracker items",
1324  // "Can attach files to wiki pages" => "Can attach files to wiki pages",
1325  // "Can attach to forum posts" => "Can attach to forum posts",
1326  // "Can ban users or ips" => "Can ban users or ips",
1327  // "Can broadcast messages to all user" => "Can broadcast messages to all user",
1328  // "Can broadcast messages to groups" => "Can broadcast messages to groups",
1329  // "Can browse freetags" => "Can browse freetags",
1330  // "Can browse the calendar" => "Can browse the calendar",
1331  // "Can cache user bookmarks" => "Can cache user bookmarks",
1332  // "Can change events in the calendar" => "Can change events in the calendar",
1333  // "Can change tracker items" => "Can change tracker items",
1334  // "Can clean cache" => "Can clean cache",
1335  // "Can configure modules" => "Can configure modules",
1336  // "Can create a blog" => "Can create a blog",
1337  // "Can create and edit sheets" => "Can create and edit sheets",
1338  // "Can create and edit structures" => "Can create and edit structures",
1339  // "Can create file galleries" => "Can create file galleries",
1340  // "Can create image galleries" => "Can create image galleries",
1341  // "Can create items in personal menu" => "Can create items in personal menu",
1342  // "Can create new css suffixed with -user" => "Can create new css suffixed with -user",
1343  // "Can create new items for trackers" => "Can create new items for trackers",
1344  // "Can create new mapfile" => "Can create new mapfile",
1345  // "Can create user bookmarks" => "Can create user bookmarks",
1346  // "Can create/admin calendars" => "Can create/admin calendars",
1347  // "Can declare an instance as exception" => "Can declare an instance as exception",
1348  // "Can delete comments" => "Can delete comments",
1349  // "Can delete mapfiles" => "Can delete mapfiles",
1350  // "Can download files" => "Can download files",
1351  // "Can edit a gallery file" => "Can edit a gallery file",
1352  // "Can edit all comments" => "Can edit all comments",
1353  // "Can edit articles" => "Can edit articles",
1354  // "Can edit content templates" => "Can edit content templates",
1355  // "Can edit copyright notices" => "Can edit copyright notices",
1356  // "Can edit drawings" => "Can edit drawings",
1357  // "Can edit dynamic variables" => "Can edit dynamic variables",
1358  // "Can edit HTML pages" => "Can edit HTML pages",
1359  // "Can edit items in categories" => "Can edit items in categories",
1360  // "Can edit mapfiles" => "Can edit mapfiles",
1361  // "Can edit menu" => "Can edit menu",
1362  // "Can edit menu option" => "Can edit menu option",
1363  // "Can edit object permissions" => "Can edit object permissions",
1364  // "Can edit own forum posts" => "Can edit own forum posts",
1365  // "Can edit pages" => "Can edit pages",
1366  // "Can edit site templates" => "Can edit site templates",
1367  // "Can edit submissions" => "Can edit submissions",
1368  // "Can edit TikiTests" => "Can edit TikiTests",
1369  // "Can edit translations and create new languages" => "Can edit translations and create new languages",
1370  // "Can execute unapproved plugin" => "Can execute unapproved plugin",
1371  // "Can execute workflow activities" => "Can execute workflow activities",
1372  // "Can export tracker items" => "Can export tracker items",
1373  // "Can export wiki pages using the export feature" => "Can export wiki pages using the export feature",
1374  // "Can insert comments for tracker items" => "Can insert comments for tracker items",
1375  // "Can list file galleries" => "Can list file galleries",
1376  // "Can list image galleries" => "Can list image galleries",
1377  // "Can list registered users" => "Can list registered users",
1378  // "Can list trackers" => "Can list trackers",
1379  // "Can lock pages" => "Can lock pages",
1380  // "Can participate to rating of wiki pages" => "Can participate to rating of wiki pages",
1381  // "Can play games" => "Can play games",
1382  // "Can post in forums" => "Can post in forums",
1383  // "Can post messages in shoutbox" => "Can post messages in shoutbox",
1384  // "Can post new comments" => "Can post new comments",
1385  // "Can post to a blog" => "Can post to a blog",
1386  // "Can read a topic (Applies only to individual topic perms)" => "Can read a topic (Applies only to individual topic perms)",
1387  // "Can read article headings" => "Can read article headings",
1388  // "Can read articles" => "Can read articles",
1389  // "Can read blogs" => "Can read blogs",
1390  // "Can read comments" => "Can read comments",
1391  // "Can read forums" => "Can read forums",
1392  // "Can receive tasks from other users" => "Can receive tasks from other users",
1393  // "Can remove" => "Can remove",
1394  // "Can remove articles" => "Can remove articles",
1395  // "Can remove association between two pages in a translation set" => "Can remove association between two pages in a translation set",
1396  // "Can remove submissions" => "Can remove submissions",
1397  // "Can rename pages" => "Can rename pages",
1398  // "Can replay the TikiTests" => "Can replay the TikiTests",
1399  // "Can report a link to the webmaster" => "Can report a link to the webmaster",
1400  // "Can report msgs to moderator" => "Can report msgs to moderator",
1401  // "Can rollback pages" => "Can rollback pages",
1402  // "Can save as minor edit" => "Can save as minor edit",
1403  // "Can search" => "Can search",
1404  // "Can search on objects of this category" => "Can search on objects of this category",
1405  // "Can send a link to a friend" => "Can send a link to a friend",
1406  // "Can send articles to other sites" => "Can send articles to other sites",
1407  // "Can send articles to this site" => "Can send articles to this site",
1408  // "Can send instances after completion" => "Can send instances after completion",
1409  // "Can send newsletters" => "Can send newsletters",
1410  // "Can send pages to other sites" => "Can send pages to other sites",
1411  // "Can send pages to this site" => "Can send pages to this site",
1412  // "Can send tasks to other users" => "Can send tasks to other users",
1413  // "Can start threads in forums" => "Can start threads in forums",
1414  // "Can submit articles" => "Can submit articles",
1415  // "Can submit sites to the directory" => "Can submit sites to the directory",
1416  // "Can subscribe any email to newsletters" => "Can subscribe any email to newsletters",
1417  // "Can subscribe many e-mails at once (requires tiki_p_subscribe email)" => "Can subscribe many e-mails at once (requires tiki_p_subscribe email)",
1418  // "Can subscribe to groups" => "Can subscribe to groups",
1419  // "Can subscribe to newsletters" => "Can subscribe to newsletters",
1420  // "Can suggest faq questions" => "Can suggest faq questions",
1421  // "Can suggest items" => "Can suggest items",
1422  // "Can tag objects" => "Can tag objects",
1423  // "Can take quizzes" => "Can take quizzes",
1424  // "Can take surveys" => "Can take surveys",
1425  // "Can unassign tags from an object" => "Can unassign tags from an object",
1426  // "Can upload files" => "Can upload files",
1427  // "Can upload images" => "Can upload images",
1428  // "Can upload personal files" => "Can upload personal files",
1429  // "Can upload pictures to wiki pages" => "Can upload pictures to wiki pages",
1430  // "Can upload zip files with files" => "Can upload zip files with files",
1431  // "Can upload zip files with images" => "Can upload zip files with images",
1432  // "Can use content templates" => "Can use content templates",
1433  // "Can use Directory Batch Load" => "Can use Directory Batch Load",
1434  // "Can use group webmail" => "Can use group webmail",
1435  // "Can use HTML in pages" => "Can use HTML in pages",
1436  // "Can use live support system" => "Can use live support system",
1437  // "Can use personal webmail accounts" => "Can use personal webmail accounts",
1438  // "Can use tasks" => "Can use tasks",
1439  // "Can use the chat system" => "Can use the chat system",
1440  // "Can use the directory" => "Can use the directory",
1441  // "Can use the messaging system" => "Can use the messaging system",
1442  // "Can use the mini event calendar" => "Can use the mini event calendar",
1443  // "Can use the newsreader" => "Can use the newsreader",
1444  // "Can use the notepad" => "Can use the notepad",
1445  // "Can use the page as a tracker template" => "Can use the page as a tracker template",
1446  // "Can use webmail" => "Can use webmail",
1447  // "Can validate submited links" => "Can validate submited links",
1448  // "Can view action log" => "Can view action log",
1449  // "Can view action log for users of his own groups" => "Can view action log for users of his own groups",
1450  // "Can view categories" => "Can view categories",
1451  // "Can view categorized items" => "Can view categorized items",
1452  // "Can view charts" => "Can view charts",
1453  // "Can view contents of mapfiles" => "Can view contents of mapfiles",
1454  // "Can view events details" => "Can view events details",
1455  // "Can view faqs" => "Can view faqs",
1456  // "Can view file galleries" => "Can view file galleries",
1457  // "Can view file galleries explorer" => "Can view file galleries explorer",
1458  // "Can view file galleries path" => "Can view file galleries path",
1459  // "Can view HTML pages" => "Can view HTML pages",
1460  // "Can view image galleries" => "Can view image galleries",
1461  // "Can view integrated repositories" => "Can view integrated repositories",
1462  // "Can view mapfiles" => "Can view mapfiles",
1463  // "Can view page/pages" => "Can view page/pages",
1464  // "Can view poll results" => "Can view poll results",
1465  // "Can view poll voters" => "Can view poll voters",
1466  // "Can view quiz stats" => "Can view quiz stats",
1467  // "Can view rating of wiki pages" => "Can view rating of wiki pages",
1468  // "Can view rating result for tracker items" => "Can view rating result for tracker items",
1469  // "Can view referer stats" => "Can view referer stats",
1470  // "Can view sheet" => "Can view sheet",
1471  // "Can view sheet history" => "Can view sheet history",
1472  // "Can view shoutbox" => "Can view shoutbox",
1473  // "Can view site stats" => "Can view site stats",
1474  // "Can view site templates" => "Can view site templates",
1475  // "Can view source of wiki pages" => "Can view source of wiki pages",
1476  // "Can view survey stats" => "Can view survey stats",
1477  // "Can view Tikiwiki tools calendar" => "Can view Tikiwiki tools calendar",
1478  // "Can view tracker items comments" => "Can view tracker items comments",
1479  // "Can view trackers" => "Can view trackers",
1480  // "Can view trackers closed items" => "Can view trackers closed items",
1481  // "Can view trackers pending items" => "Can view trackers pending items",
1482  // "Can view unapproved plugin details" => "Can view unapproved plugin details",
1483  // "Can view user quiz results" => "Can view user quiz results",
1484  // "Can view wiki attachments and download" => "Can view wiki attachments and download",
1485  // "Can view wiki comments" => "Can view wiki comments",
1486  // "Can view wiki history" => "Can view wiki history",
1487  // "Can vote" => "Can vote",
1488  // "Can vote a rating for tracker items" => "Can vote a rating for tracker items",
1489  // "Can vote comments" => "Can vote comments",
1490  // "Can vote comments in forums" => "Can vote comments in forums",
1491  // "Can vote polls" => "Can vote polls",
1492  // "Can watch structure" => "Can watch structure",
1493  // "Can watch tracker" => "Can watch tracker",
1494  // "Submited articles automatically approved" => "Submited articles automatically approved",
1495  // "Submited links are valid" => "Submited links are valid",
1496  // "Trust all user inputs (no security checks)" => "Trust all user inputs (no security checks)",
1497  // "View page backlinks" => "View page backlinks",
1498  // "bot logo code" => "bot logo code",
1499  // "browsertitle" => "browsertitle",
1500  // "case patched" => "case patched",
1501  // "change theme" => "change theme",
1502  // "contact anon" => "contact anon",
1503  // "direct pagination max ending links" => "direct pagination max ending links",
1504  // "direct pagination max middle links" => "direct pagination max middle links",
1505  // "feature layoutshadows" => "feature layoutshadows",
1506  // "feature antibot" => "feature antibot",
1507  // "feature blogposts comments" => "feature blogposts comments",
1508  // "feature blogs" => "feature blogs",
1509  // "feature blog heading" => "feature blog heading",
1510  // "feature calendar" => "feature calendar",
1511  // "feature categories" => "feature categories",
1512  // "feature comments locking" => "feature comments locking",
1513  // "feature comments moderation" => "feature comments moderation",
1514  // "feature comments post as anonymous" => "feature comments post as anonymous",
1515  // "feature contact" => "feature contact",
1516  // "feature cssmenus" => "feature cssmenus",
1517  // "feature endbody code" => "feature endbody code",
1518  // "feature file galleries" => "feature file galleries",
1519  // "feature forums" => "feature forums",
1520  // "feature freetags" => "feature freetags",
1521  // "feature iepngfix" => "feature iepngfix",
1522  // "feature left column" => "feature left column",
1523  // "feature messages" => "feature messages",
1524  // "feature page title" => "feature page title",
1525  // "feature phplayers" => "feature phplayers",
1526  // "feature right column" => "feature right column",
1527  // "feature sitedesc" => "feature sitedesc",
1528  // "feature siteloc" => "feature siteloc",
1529  // "feature sitelogo" => "feature sitelogo",
1530  // "feature sitemenu" => "feature sitemenu",
1531  // "feature sitetitle" => "feature sitetitle",
1532  // "feature site report email" => "feature site report email",
1533  // "feature topbar custom code" => "feature topbar custom code",
1534  // "feature topbar id menu" => "feature topbar id menu",
1535  // "feature top bar" => "feature top bar",
1536  // "feature trackers" => "feature trackers",
1537  // "feature user watches translations" => "feature user watches translations",
1538  // "feature wiki" => "feature wiki",
1539  // "feature wiki description" => "feature wiki description",
1540  // "feature wiki ext icon" => "feature wiki ext icon",
1541  // "feature wiki paragraph formatting" => "feature wiki paragraph formatting",
1542  // "feature wiki paragraph formatting add br" => "feature wiki paragraph formatting add br",
1543  // "iepngfix elements" => "iepngfix elements",
1544  // "iepngfix selectors" => "iepngfix selectors",
1545  // "jquery effect" => "jquery effect",
1546  // "jquery effect direction" => "jquery effect direction",
1547  // "jquery effect speed" => "jquery effect speed",
1548  // "jquery effect tabs" => "jquery effect tabs",
1549  // "jquery effect tabs direction" => "jquery effect tabs direction",
1550  // "jquery effect tabs speed" => "jquery effect tabs speed",
1551  // "lastUpdatePrefs" => "lastUpdatePrefs",
1552  // "maxRecords" => "maxRecords",
1553  // "rss blogs" => "rss blogs",
1554  // "sitelogo align" => "sitelogo align",
1555  // "sitelogo alt" => "sitelogo alt",
1556  // "sitelogo bgcolor" => "sitelogo bgcolor",
1557  // "sitelogo bgstyle" => "sitelogo bgstyle",
1558  // "sitelogo src" => "sitelogo src",
1559  // "sitelogo title" => "sitelogo title",
1560  // "sitemycode" => "sitemycode",
1561  // "sitesubtitle" => "sitesubtitle",
1562  // "sitetitle" => "sitetitle",
1563  // "site favicon" => "site favicon",
1564  // "site favicon type" => "site favicon type",
1565  // "site style" => "site style",
1566  // "site style option" => "site style option",
1567  // "slide style" => "slide style",
1568  // "style" => "style",
1569  // "style option" => "style option",
1570  // "tikiIndex" => "tikiIndex",
1571  // "tiki needs upgrade" => "tiki needs upgrade",
1572  // "tiki release" => "tiki release",
1573  // "tiki version last check" => "tiki version last check",
1574  // "transition style ver" => "transition style ver",
1575  // "urlIndex" => "urlIndex",
1576  // "useUrlIndex" => "useUrlIndex",
1577  // "wiki edit plugin" => "wiki edit plugin",
1578  // "Group Monitor" => "Group Monitor",
1579  // "Watched by categories" => "Watched by categories",
1580  // "Select Categories" => "Select Categories",
1581  // "Select/deselect all categories" => "Select/deselect all categories",
1582  // "top of page" => "top of page",
1583  // "Report this post" => "Report this post",
1584  // "Errors" => "Errors",
1585  // "Comments Locked" => "Comments Locked",
1586  // "Set" => "Set",
1587  // "Comments are locked" => "Comments are locked",
1588  // "Note" => "Note",
1589  // "Post new message" => "Post new message",
1590  // "required" => "required",
1591  // "Maximum size" => "Maximum size",
1592  // "Enter your name" => "Enter your name",
1593  // "If you would like to be notified when someone replies to this topic<br />please tell us your e-mail address" => "If you would like to be notified when someone replies to this topic<br />please tell us your e-mail address",
1594  // "Please note that the preview does not keep the attached file which you will have to choose before posting" => "Please note that the preview does not keep the attached file which you will have to choose before posting",
1595  // "Post as Anonymous" => "Post as Anonymous",
1596  // "Your comment will have to be approved by the moderator before it is displayed" => "Your comment will have to be approved by the moderator before it is displayed",
1597  // "Type of contribution" => "Type of contribution",
1598  // "Contributors" => "Contributors",
1599  // "Duplicate File Gallery" => "Duplicate File Gallery",
1600  // "Duplicate categories" => "Duplicate categories",
1601  // "Duplicate perms" => "Duplicate perms",
1602  // "View inserted gallery" => "View inserted gallery",
1603  // "Display Properties" => "Display Properties",
1604  // "required field for podcasts" => "required field for podcasts",
1605  // "any file" => "any file",
1606  // "podcast (audio)" => "podcast (audio)",
1607  // "podcast (video)" => "podcast (video)",
1608  // "This Gallery is Public" => "This Gallery is Public",
1609  // "Users with perms and not only the owner of the gallery can upload in it" => "Users with perms and not only the owner of the gallery can upload in it",
1610  // "The files can be locked at download" => "The files can be locked at download",
1611  // "Maximum number of archives for each file" => "Maximum number of archives for each file",
1612  // "Parent gallery" => "Parent gallery",
1613  // "Owner of the gallery" => "Owner of the gallery",
1614  // "Group of users alerted when file gallery is modified" => "Group of users alerted when file gallery is modified",
1615  // "Allows to select each user for small groups" => "Allows to select each user for small groups",
1616  // "Default sort order" => "Default sort order",
1617  // "Perhaps you were looking for" => "Perhaps you were looking for",
1618  // "Go to Login Page" => "Go to Login Page",
1619  // "Go to" => "Go to",
1620  // "Private Gallery" => "Private Gallery",
1621  // "Archives" => "Archives",
1622  // "Upload New Version" => "Upload New Version",
1623  // "Download and lock" => "Download and lock",
1624  // "Show as a column" => "Show as a column",
1625  // "Show in popup box" => "Show in popup box",
1626  // "Both" => "Both",
1627  // "Show an icon in a column" => "Show an icon in a column",
1628  // "any type" => "any type",
1629  // "all topic" => "all topic",
1630  // "any language" => "any language",
1631  // "not in" => "not in",
1632  // "any category" => "any category",
1633  // "Clear Filter" => "Clear Filter",
1634  // "Show php error messages" => "Show php error messages",
1635  // "Folksonomy Tags" => "Folksonomy Tags",
1636  // "Put tags separated by spaces. For tags with more than one word, use no spaces and put words together" => "Put tags separated by spaces. For tags with more than one word, use no spaces and put words together",
1637  // "Tags" => "Tags",
1638  // "Translate tags" => "Translate tags",
1639  // "Images Galleries" => "Images Galleries",
1640  // "RSS Calendars" => "RSS Calendars",
1641  // "You are about to leave this page. If you have made any changes without Saving, your changes will be lost.  Are you sure you want to exit this page" => "You are about to leave this page. If you have made any changes without Saving, your changes will be lost.  Are you sure you want to exit this page",
1642  // "Loading" => "Loading",
1643  // "\\074span class=\"shortcut\"\\076C\\074/span\\076lose" => "\\074span class=\"shortcut\"\\076C\\074/span\\076lose",
1644  // "\\074span class=\"shortcut\"\\076N\\074/span\\076ext" => "\\074span class=\"shortcut\"\\076N\\074/span\\076ext",
1645  // "\\074span class=\"shortcut\"\\076P\\074/span\\076revious" => "\\074span class=\"shortcut\"\\076P\\074/span\\076revious",
1646  // "Show Tree" => "Show Tree",
1647  // "Hide Tree" => "Hide Tree",
1648  // "Are you sure you want to delete the selected files" => "Are you sure you want to delete the selected files",
1649  // "Download the zip" => "Download the zip",
1650  // "Other Sorts" => "Other Sorts",
1651  // "No Additionnal Sort" => "No Additionnal Sort",
1652  // "No information" => "No information",
1653  // "To validate your account and login to the site, please click on the following link" => "To validate your account and login to the site, please click on the following link",
1654  // "The administrator approved your account" => "The administrator approved your account",
1655  // "Confirm your email at %s" => "Confirm your email at %s",
1656  // "Contribution" => "Contribution",
1657  // "Your Tiki account registration request for {\$mail_site} was validated by the site admin and your account is active now" => "Your Tiki account registration request for {\$mail_site} was validated by the site admin and your account is active now",
1658  // "To login with your username and password, please follow this link" => "To login with your username and password, please follow this link",
1659  // "Tiki User Account Activated" => "Tiki User Account Activated",
1660  // "{\$mail_user} <{\$mail_email}> has requested a new password on {\$mail_site}, but you need to validate his account first" => "{\$mail_user} <{\$mail_email}> has requested a new password on {\$mail_site}, but you need to validate his account first",
1661  // "User Tracker" => "User Tracker",
1662  // "Go to your friendship network to accept or refuse this request" => "Go to your friendship network to accept or refuse this request",
1663  // "Someone coming from IP Address" => "Someone coming from IP Address",
1664  // "requested a reminder of the password for your account" => "requested a reminder of the password for your account",
1665  // "requested password reset for your account" => "requested password reset for your account",
1666  // "Please click on the following link to confirm you wish to reset your password and go to the screen where you must enter a new \"permanent\" password. Please pick a password only you will know, and don't share it with anyone else" => "Please click on the following link to confirm you wish to reset your password and go to the screen where you must enter a new \"permanent\" password. Please pick a password only you will know, and don't share it with anyone else",
1667  // "Important: Username & password are CaSe SenSitiVe" => "Important: Username & password are CaSe SenSitiVe",
1668  // "Important: The old password remains active if you don't click the link above" => "Important: The old password remains active if you don't click the link above",
1669  // "Look at this link" => "Look at this link",
1670  // "A friend sends you a link from: " => "A friend sends you a link from: ",
1671  // "Download the file at" => "Download the file at",
1672  // "Please visit this link before login again" => "Please visit this link before login again",
1673  // "Confirm your account at %s" => "Confirm your account at %s",
1674  // "You or someone registered this email address at" => "You or someone registered this email address at",
1675  // "Your registration confirmation" => "Your registration confirmation",
1676  // "You'll receive email notification once your account is activated" => "You'll receive email notification once your account is activated",
1677  // "Please do not attempt to login until you receive the email notification" => "Please do not attempt to login until you receive the email notification",
1678  // "{\$mail_action} article post" => "{\$mail_action} article post",
1679  // "{\$mail_title} by {\$mail_user} at" => "{\$mail_title} by {\$mail_user} at",
1680  // "New article post" => "New article post",
1681  // "Edited article post" => "Edited article post",
1682  // "Deleted article post" => "Deleted article post",
1683  // "{\$mail_action} article post at" => "{\$mail_action} article post at",
1684  // "New blog post: {\$mail_title}, \"{\$mail_post_title}\", by {\$mail_user} at {\$mail_date|tiki_short_datetime}" => "New blog post: {\$mail_title}, \"{\$mail_post_title}\", by {\$mail_user} at {\$mail_date|tiki_short_datetime}",
1685  // "View item calendar at" => "View item calendar at",
1686  // "Modified calendar item" => "Modified calendar item",
1687  // "New calendar item" => "New calendar item",
1688  // "A new category was created in" => "A new category was created in",
1689  // "A category was removed in" => "A category was removed in",
1690  // "removed" => "removed",
1691  // "A category was updated" => "A category was updated",
1692  // "Updated by" => "Updated by",
1693  // "updated" => "updated",
1694  // "New forum post in <{\$mail_forum|truncate:20:\"...\"}> by {\$mail_author}" => "New forum post in <{\$mail_forum|truncate:20:\"...\"}> by {\$mail_author}",
1695  // "Image Gallery {\$galleryName} changed" => "Image Gallery {\$galleryName} changed",
1696  // "A new file was posted to image gallery" => "A new file was posted to image gallery",
1697  // "An object was added to category" => "An object was added to category",
1698  // "Added by" => "Added by",
1699  // "Object type" => "Object type",
1700  // "An object was removed from category" => "An object was removed from category",
1701  // "A page has been added to your watched sub-structure" => "A page has been added to your watched sub-structure",
1702  // "A page has been removed from your watched sub-structure" => "A page has been removed from your watched sub-structure",
1703  // "A page has been promoted out your watched sub-structure" => "A page has been promoted out your watched sub-structure",
1704  // "A page has been demoted to your watched structure" => "A page has been demoted to your watched structure",
1705  // "Structure modified" => "Structure modified",
1706  // "A new file have been attached to page" => "A new file have been attached to page",
1707  // "File name" => "File name",
1708  // "New attachment on %s, page" => "New attachment on %s, page",
1709  // "The page {\$mail_page} was deleted by {\$mail_user} at {\$mail_date|tiki_short_datetime}" => "The page {\$mail_page} was deleted by {\$mail_user} at {\$mail_date|tiki_short_datetime}",
1710  // "The page {\$mail_page} was deleted but used to be here" => "The page {\$mail_page} was deleted but used to be here",
1711  // "The old page content follows below" => "The old page content follows below",
1712  // "Wiki page %s created by {\$mail_user}" => "Wiki page %s created by {\$mail_user}",
1713  // "Wiki page %s deleted by {\$mail_user}" => "Wiki page %s deleted by {\$mail_user}",
1714  // "Wiki page %s changed by {\$mail_user}" => "Wiki page %s changed by {\$mail_user}",
1715  // "Wiki page %s was commented on by" => "Wiki page %s was commented on by",
1716  // "an anonymous user" => "an anonymous user",
1717  // "Wiki page renamed" => "Wiki page renamed",
1718  // "Old name" => "Old name",
1719  // "Thank you for your registration. You may log in now" => "Thank you for your registration. You may log in now",
1720  // "Query Results" => "Query Results",
1721  // "Querying" => "Querying",
1722  // "Scroll Up" => "Scroll Up",
1723  // "Scroll Down" => "Scroll Down",
1724  // "Zoom out" => "Zoom out",
1725  // "Zoom in" => "Zoom in",
1726  // "from the mapfile" => "from the mapfile",
1727  // "hits last 7 days" => "hits last 7 days",
1728  // "If you want people to be able to reply to you, enable <a href='tiki-user_preferences.php'>Allow messages from other users</a> in your preferences" => "If you want people to be able to reply to you, enable <a href='tiki-user_preferences.php'>Allow messages from other users</a> in your preferences",
1729  // "ERROR" => "ERROR",
1730  // "is reply to" => "is reply to",
1731  // "Toggle module contents" => "Toggle module contents",
1732  // "toggle" => "toggle",
1733  // "\$tpl_module_title" => "\$tpl_module_title",
1734  // "Admin Drawings" => "Admin Drawings",
1735  // "Content Templates" => "Content Templates",
1736  // "External Wikis" => "External Wikis",
1737  // "Tiki Cache/Sys Admin" => "Tiki Cache/Sys Admin",
1738  // "Syntax Highlighting" => "Syntax Highlighting",
1739  // "Display type unknown, you have to enter the banner type" => "Display type unknown, you have to enter the banner type",
1740  // "You forgot your Google ad_client number " => "You forgot your Google ad_client number ",
1741  // "\$module_title" => "\$module_title",
1742  // "More.." => "More..",
1743  // "To configure your Tiki" => "To configure your Tiki",
1744  // "Admin Home" => "Admin Home",
1745  // "from the menu" => "from the menu",
1746  // "Read the <a class=\"link\" href=\"http://doc.tikiwiki.org/Configuration\" title=\"Tikiwiki Documentation\" target=\"_blank\">configuration documentation</a>" => "Read the <a class=\"link\" href=\"http://doc.tikiwiki.org/Configuration\" title=\"Tikiwiki Documentation\" target=\"_blank\">configuration documentation</a>",
1747  // "Watch the <a class=\"link\" href=\"http://tikiwiki.org/TikiMovies\" title=\"Demos\" target=\"_blank\">demo movies" => "Watch the <a class=\"link\" href=\"http://tikiwiki.org/TikiMovies\" title=\"Demos\" target=\"_blank\">demo movies",
1748  // "To remove this module" => "To remove this module",
1749  // "and remove the assistant module" => "and remove the assistant module",
1750  // "You can also add other modules" => "You can also add other modules",
1751  // "To customize the menu" => "To customize the menu",
1752  // "and edit menu ID 42" => "and edit menu ID 42",
1753  // "Or, create your own menu and add it to a module" => "Or, create your own menu and add it to a module",
1754  // "To begin configuring Tiki, please" => "To begin configuring Tiki, please",
1755  // "as the Admin" => "as the Admin",
1756  // "The Tikiwiki Community" => "The Tikiwiki Community",
1757  // "To learn more, visit: <a href=\"http://tikiwiki.org\" title=\"The Tikiwiki Community\" target=\"_blank\">http://tikiwiki.org</a>" => "To learn more, visit: <a href=\"http://tikiwiki.org\" title=\"The Tikiwiki Community\" target=\"_blank\">http://tikiwiki.org</a>",
1758  // "Tikiwiki Documentation" => "Tikiwiki Documentation",
1759  // "For help, visit <a href=\"http://doc.tikiwiki.org\" title=\"Tikiwiki Documentation\" target=\"_blank\">http://doc.tikiwiki.org</a>" => "For help, visit <a href=\"http://doc.tikiwiki.org\" title=\"Tikiwiki Documentation\" target=\"_blank\">http://doc.tikiwiki.org</a>",
1760  // "Last `\$module_rows` blog comments" => "Last `\$module_rows` blog comments",
1761  // "Last blog comments" => "Last blog comments",
1762  // "on blogpost" => "on blogpost",
1763  // "\$modcattitle" => "\$modcattitle",
1764  // "Current events" => "Current events",
1765  // "Folksonomy" => "Folksonomy",
1766  // "Tags This Page Has" => "Tags This Page Has",
1767  // "Add tags" => "Add tags",
1768  // "More Like This" => "More Like This",
1769  // "Most popular tags" => "Most popular tags",
1770  // "List everything tagged" => "List everything tagged",
1771  // "My prefered tags" => "My prefered tags",
1772  // "\$type" => "\$type",
1773  // "insert original" => "insert original",
1774  // "insert thumbnail" => "insert thumbnail",
1775  // "more" => "more",
1776  // "Last `\$module_rows` Modified Comments" => "Last `\$module_rows` Modified Comments",
1777  // "Last Modified Comments" => "Last Modified Comments",
1778  // "No avatar" => "No avatar",
1779  // "You" => "You",
1780  // "Logged in as" => "Logged in as",
1781  // "Switch user" => "Switch user",
1782  // "Login through Shibboleth" => "Login through Shibboleth",
1783  // "Login as" => "Login as",
1784  // "CapsLock is on" => "CapsLock is on",
1785  // "local account" => "local account",
1786  // "OpenID Login" => "OpenID Login",
1787  // "What is OpenID" => "What is OpenID",
1788  // "Send a message" => "Send a message",
1789  // "Random Images" => "Random Images",
1790  // "RSS Feeds" => "RSS Feeds",
1791  // "Calendars" => "Calendars",
1792  // "Page Relations" => "Page Relations",
1793  // "Are you sure you want to delete this shout" => "Are you sure you want to delete this shout",
1794  // "Delete this shout" => "Delete this shout",
1795  // "Edit this shout" => "Edit this shout",
1796  // "New Tracker Items" => "New Tracker Items",
1797  // "New Calendar Events" => "New Calendar Events",
1798  // "`\$module_params.prefix`" => "`\$module_params.prefix`",
1799  // "Site Language" => "Site Language",
1800  // "Site default" => "Site default",
1801  // "TikiTests Menu" => "TikiTests Menu",
1802  // "List Tests" => "List Tests",
1803  // "Create Test" => "Create Test",
1804  // "Top `\$module_rows` Objects" => "Top `\$module_rows` Objects",
1805  // "Top Objects" => "Top Objects",
1806  // "Page translation" => "Page translation",
1807  // "There are no translations of this page" => "There are no translations of this page",
1808  // "Up-to-date-ness" => "Up-to-date-ness",
1809  // "Better translations" => "Better translations",
1810  // "update from it" => "update from it",
1811  // "None match your" => "None match your",
1812  // "Set your preferred languages" => "Set your preferred languages",
1813  // "preferred languages" => "preferred languages",
1814  // "Equivalent translations" => "Equivalent translations",
1815  // "Translations that need improvement" => "Translations that need improvement",
1816  // "update it" => "update it",
1817  // "Upcoming `\$module_rows` events" => "Upcoming `\$module_rows` events",
1818  // "The Next Event" => "The Next Event",
1819  // "No Upcoming Events" => "No Upcoming Events",
1820  // "click to view" => "click to view",
1821  // "You need to activate user and/or group trackers" => "You need to activate user and/or group trackers",
1822  // "on host" => "on host",
1823  // "Videos on YouTube" => "Videos on YouTube",
1824  // "More Videos" => "More Videos",
1825  // "Changes that need to be reproduced are highlighted below" => "Changes that need to be reproduced are highlighted below",
1826  // "Send Newsletter" => "Send Newsletter",
1827  // "Insert/Edit an internal wiki link" => "Insert/Edit an internal wiki link",
1828  // "Wiki Link insert" => "Wiki Link insert",
1829  // "Please make a selection of text in order to create a link" => "Please make a selection of text in order to create a link",
1830  // "Insert an image" => "Insert an image",
1831  // "Tiki Image - Insert an image" => "Tiki Image - Insert an image",
1832  // "By" => "By",
1833  // "Read more" => "Read more",
1834  // "Do not group by item" => "Do not group by item",
1835  // "Group by item" => "Group by item",
1836  // "Calendar View" => "Calendar View",
1837  // "List View" => "List View",
1838  // "Tiki Action Calendar" => "Tiki Action Calendar",
1839  // "Select <a href=\"tiki-list_banners.php\" title=\"Banners\">Admin &gt; Banners</a> from the menu to create and edit banner zones" => "Select <a href=\"tiki-list_banners.php\" title=\"Banners\">Admin &gt; Banners</a> from the menu to create and edit banner zones",
1840  // "<strong>Activate</strong> will display content for Admin only. Select <strong>Publish</strong> to display for all users" => "<strong>Activate</strong> will display content for Admin only. Select <strong>Publish</strong> to display for all users",
1841  // "Profiles" => "Profiles",
1842  // "Customize look and feel of your Tiki" => "Customize look and feel of your Tiki",
1843  // "Look &amp; Feel" => "Look &amp; Feel",
1844  // "i18n" => "i18n",
1845  // "Editing and Plugins" => "Editing and Plugins",
1846  // "Text area" => "Text area",
1847  // "Freetags" => "Freetags",
1848  // "Multimedia" => "Multimedia",
1849  // "Intertiki" => "Intertiki",
1850  // "InterTiki" => "InterTiki",
1851  // "Semantic wiki links" => "Semantic wiki links",
1852  // "Semantic links" => "Semantic links",
1853  // "Webservices" => "Webservices",
1854  // "Sef URL" => "Sef URL",
1855  // "Blogs Listing" => "Blogs Listing",
1856  // "Create a blog" => "Create a blog",
1857  // "Spell checking" => "Spell checking",
1858  // "Requires a separate download" => "Requires a separate download",
1859  // "Custom blog headings" => "Custom blog headings",
1860  // "Blog-level" => "Blog-level",
1861  // "Post-level" => "Post-level",
1862  // "Default number per page" => "Default number per page",
1863  // "Default ordering" => "Default ordering",
1864  // "Blogs Listings" => "Blogs Listings",
1865  // "Select which items to display when listing blogs" => "Select which items to display when listing blogs",
1866  // "Title length" => "Title length",
1867  // "To add/remove calendars, look for \"Calendar\" under \"Admin\" on the application menu, or" => "To add/remove calendars, look for \"Calendar\" under \"Admin\" on the application menu, or",
1868  // "General settings" => "General settings",
1869  // "Default calendars to display" => "Default calendars to display",
1870  // "All calendars" => "All calendars",
1871  // "A subset of available calendars" => "A subset of available calendars",
1872  // "Create calendar" => "Create calendar",
1873  // "Default view mode" => "Default view mode",
1874  // "View list begins" => "View list begins",
1875  // "Focus Date" => "Focus Date",
1876  // "Period beginning" => "Period beginning",
1877  // "First day of the week" => "First day of the week",
1878  // "Split hours in periods of" => "Split hours in periods of",
1879  // "1 minute" => "1 minute",
1880  // "10 minutes" => "10 minutes",
1881  // "Manual selection of time/date" => "Manual selection of time/date",
1882  // "JS calendar" => "JS calendar",
1883  // "Year selection is valid when the JS Calendar <strong>is not</strong> enabled" => "Year selection is valid when the JS Calendar <strong>is not</strong> enabled",
1884  // "First year in the dropdown" => "First year in the dropdown",
1885  // "Enter a year or use +/- N to specify a year relative to the current\n\tyear" => "Enter a year or use +/- N to specify a year relative to the current\n\tyear",
1886  // "Last year in the dropdown" => "Last year in the dropdown",
1887  // "Group calendars" => "Group calendars",
1888  // "Sticky popup" => "Sticky popup",
1889  // "Item view tab" => "Item view tab",
1890  // "Browse categories" => "Browse categories",
1891  // "Administer categories" => "Administer categories",
1892  // "Category path" => "Category path",
1893  // "Exclude these categories" => "Exclude these categories",
1894  // "Separate category IDs with a comma (,)" => "Separate category IDs with a comma (,)",
1895  // "Show category objects" => "Show category objects",
1896  // "Use PHPLayers for category browser" => "Use PHPLayers for category browser",
1897  // "PHPLayers is disabled" => "PHPLayers is disabled",
1898  // "Enable now" => "Enable now",
1899  // "Categories used in templates (TPL)" => "Categories used in templates (TPL)",
1900  // "Ignore category viewing restrictions" => "Ignore category viewing restrictions",
1901  // "Will improve performance, but may show forbidden results" => "Will improve performance, but may show forbidden results",
1902  // "Permission to all (not just any) of an object's categories is required for access" => "Permission to all (not just any) of an object's categories is required for access",
1903  // "Admin topics" => "Admin topics",
1904  // "Admin types" => "Admin types",
1905  // "Articles Listing" => "Articles Listing",
1906  // "Title of articles home page" => "Title of articles home page",
1907  // "Maximum number of articles on articles home page" => "Maximum number of articles on articles home page",
1908  // "Specify notification emails when creating articles" => "Specify notification emails when creating articles",
1909  // "Batch upload (CSV file)" => "Batch upload (CSV file)",
1910  // "File format: title,authorName,heading,body,lang,user" => "File format: title,authorName,heading,body,lang,user",
1911  // "Select which items to display when listing articles" => "Select which items to display when listing articles",
1912  // "Publication date" => "Publication date",
1913  // "Expiration date" => "Expiration date",
1914  // "Users Listing" => "Users Listing",
1915  // "Users can choose to show their gender" => "Users can choose to show their gender",
1916  // "Requires User Preferences feature" => "Requires User Preferences feature",
1917  // "Show user's information on mouseover" => "Show user's information on mouseover",
1918  // "Requires user's information to be public" => "Requires user's information to be public",
1919  // "Real name" => "Real name",
1920  // "Feature is disabled" => "Feature is disabled",
1921  // "Default user preferences" => "Default user preferences",
1922  // "Users Default Preferences" => "Users Default Preferences",
1923  // "Character set for mail" => "Character set for mail",
1924  // "Detect user timezone if browser allows, otherwise site default" => "Detect user timezone if browser allows, otherwise site default",
1925  // "Show user's info on mouseover" => "Show user's info on mouseover",
1926  // "User messages" => "User messages",
1927  // "Notify sender when reading mail" => "Notify sender when reading mail",
1928  // "Auto-archive read messages after x days" => "Auto-archive read messages after x days",
1929  // "My forum topics" => "My forum topics",
1930  // "My forum replies" => "My forum replies",
1931  // "Select which items to display when listing users" => "Select which items to display when listing users",
1932  // "Copyright allows to determine a copyright for all the objects of tikiwiki" => "Copyright allows to determine a copyright for all the objects of tikiwiki",
1933  // "License page" => "License page",
1934  // "Submit notice" => "Submit notice",
1935  // "Enable copyright management for" => "Enable copyright management for",
1936  // "Feature" => "Feature",
1937  // "Show Country Flag" => "Show Country Flag",
1938  // "Question and Answer prefix on Answers" => "Question and Answer prefix on Answers",
1939  // "Please see the <a class='rbox-link' target='tikihelp' href='http://doc.tikiwiki.org/Features'>evaluation of each feature</a> on Tiki's developer site" => "Please see the <a class='rbox-link' target='tikihelp' href='http://doc.tikiwiki.org/Features'>evaluation of each feature</a> on Tiki's developer site",
1940  // "No tabs" => "No tabs",
1941  // "Apply" => "Apply",
1942  // "Reset" => "Reset",
1943  // "Main" => "Main",
1944  // "Global Features" => "Global Features",
1945  // "More Functionality" => "More Functionality",
1946  // "UI Enhancements" => "UI Enhancements",
1947  // "Experimental" => "Experimental",
1948  // "Programmer" => "Programmer",
1949  // "Main Features" => "Main Features",
1950  // "Site Global Features" => "Site Global Features",
1951  // "Action Log" => "Action Log",
1952  // "Action log setting" => "Action log setting",
1953  // "Additional Features" => "Additional Features",
1954  // "Copyright System" => "Copyright System",
1955  // "Copyright system" => "Copyright system",
1956  // "Tell a Friend" => "Tell a Friend",
1957  // "HTML pages" => "HTML pages",
1958  // "Minichat" => "Minichat",
1959  // "Comments Moderation" => "Comments Moderation",
1960  // "Comments Locking" => "Comments Locking",
1961  // "User interface enhancement features" => "User interface enhancement features",
1962  // "JavaScript popup date selector" => "JavaScript popup date selector",
1963  // "Allow users to activate fullscreen mode" => "Allow users to activate fullscreen mode",
1964  // "Css Menus (suckerfish)" => "Css Menus (suckerfish)",
1965  // "Shadowbox" => "Shadowbox",
1966  // "Mootools or JQuery" => "Mootools or JQuery",
1967  // "Mootools" => "Mootools",
1968  // "Floating help aka the Big Blue Help Icon" => "Floating help aka the Big Blue Help Icon",
1969  // "Experimental Features" => "Experimental Features",
1970  // "Seem ok" => "Seem ok",
1971  // "Features that may change or might be re-worked in the future" => "Features that may change or might be re-worked in the future",
1972  // "Ajax" => "Ajax",
1973  // "HTML Purifier" => "HTML Purifier",
1974  // "HTML Purifier (Content is cleaned to XHTML 1.1 Strict on each save)" => "HTML Purifier (Content is cleaned to XHTML 1.1 Strict on each save)",
1975  // "JQuery: JavaScript UI effects" => "JQuery: JavaScript UI effects",
1976  // "Morcego 3D browser" => "Morcego 3D browser",
1977  // "Need polish" => "Need polish",
1978  // "Features that need admin help and user patience to work well" => "Features that need admin help and user patience to work well",
1979  // "Mindmap" => "Mindmap",
1980  // "Print Indexed" => "Print Indexed",
1981  // "SEFURL" => "SEFURL",
1982  // "Search engine friendly url" => "Search engine friendly url",
1983  // "Spreadsheet" => "Spreadsheet",
1984  // "Ajax auto-save" => "Ajax auto-save",
1985  // "Malfunctioning" => "Malfunctioning",
1986  // "These features have critical faults - not recommended" => "These features have critical faults - not recommended",
1987  // "Magic Admin Panel" => "Magic Admin Panel",
1988  // "Neglected" => "Neglected",
1989  // "Old features no longer maintained" => "Old features no longer maintained",
1990  // "Friendship" => "Friendship",
1991  // "SWFObject" => "SWFObject",
1992  // "SwfObject" => "SwfObject",
1993  // "Used to embed Flash content in wiki pages, banners etc" => "Used to embed Flash content in wiki pages, banners etc",
1994  // "Action Calendar" => "Action Calendar",
1995  // "Tiki action calendar" => "Tiki action calendar",
1996  // "Redirect On Error" => "Redirect On Error",
1997  // "Display 'MyTiki' in the application menu" => "Display 'MyTiki' in the application menu",
1998  // "User Contacts" => "User Contacts",
1999  // "Group Watches" => "Group Watches",
2000  // "User Levels" => "User Levels",
2001  // "Group Alert" => "Group Alert",
2002  // "Programmer Features" => "Programmer Features",
2003  // "TikiTests" => "TikiTests",
2004  // "requires PHP5 or more" => "requires PHP5 or more",
2005  // "Use Minified Scripts" => "Use Minified Scripts",
2006  // "To create or remove file galleries, select" => "To create or remove file galleries, select",
2007  // "from the application menu" => "from the application menu",
2008  // "If you decide to store files in a directory you must ensure that the user cannot access directly to the directory" => "If you decide to store files in a directory you must ensure that the user cannot access directly to the directory",
2009  // "You have two options to accomplish this:<br /><ul><li>Use a directory outside your document root, make sure your php script can read and write to that directory</li><li>Use a directory inside the document root and use .htaccess to prevent the user from listing the directory contents</li></ul>" => "You have two options to accomplish this:<br /><ul><li>Use a directory outside your document root, make sure your php script can read and write to that directory</li><li>Use a directory inside the document root and use .htaccess to prevent the user from listing the directory contents</li></ul>",
2010  // "To configure the directory path use UNIX like paths for example files/ or c:/foo/files or /www/files/" => "To configure the directory path use UNIX like paths for example files/ or c:/foo/files or /www/files/",
2011  // "Gallery Listing" => "Gallery Listing",
2012  // "Search Indexing" => "Search Indexing",
2013  // "Create a Gallery" => "Create a Gallery",
2014  // "Store in database" => "Store in database",
2015  // "Store in directory" => "Store in directory",
2016  // "The server must be able to read/write the directory" => "The server must be able to read/write the directory",
2017  // "The directory can be outside the web space" => "The directory can be outside the web space",
2018  // "Podcast directory" => "Podcast directory",
2019  // "Required for podcasts" => "Required for podcasts",
2020  // "Default Ordering" => "Default Ordering",
2021  // "Allow download limit per file" => "Allow download limit per file",
2022  // "Prevent download if score becomes negative" => "Prevent download if score becomes negative",
2023  // "Score is disabled" => "Score is disabled",
2024  // "Yes, even in the same gallery" => "Yes, even in the same gallery",
2025  // "Only in different galleries" => "Only in different galleries",
2026  // "Batch uploading" => "Batch uploading",
2027  // "If you enable Directory Batch Loading, you need to setup a web-readable directory (outside of your web space is better). Then setup a way to upload files in that dir, either by scp, ftp, or other protocols" => "If you enable Directory Batch Loading, you need to setup a web-readable directory (outside of your web space is better). Then setup a way to upload files in that dir, either by scp, ftp, or other protocols",
2028  // "The server must be able to read the directory" => "The server must be able to read the directory",
2029  // "Require file author's name for anonymous uploads" => "Require file author's name for anonymous uploads",
2030  // "Upload Regex" => "Upload Regex",
2031  // "Must match" => "Must match",
2032  // "Cannot match" => "Cannot match",
2033  // "Gallery Listings" => "Gallery Listings",
2034  // "Changing these settings will <em>not</em> affect existing file galleries. These changes will apply <em>only</em> to new file galleries" => "Changing these settings will <em>not</em> affect existing file galleries. These changes will apply <em>only</em> to new file galleries",
2035  // "Select which items to display when listing galleries: " => "Select which items to display when listing galleries: ",
2036  // "Automatically index files on upload or change" => "Automatically index files on upload or change",
2037  // "Handlers" => "Handlers",
2038  // "Add custom handlers to make your files &quot;searchable&quot; content" => "Add custom handlers to make your files &quot;searchable&quot; content",
2039  // "Use <strong>%1</strong> as the internal file name. For example, use <strong>strings %1</strong> to convert the document to text, using the Unix <strong>strings</strong> command" => "Use <strong>%1</strong> as the internal file name. For example, use <strong>strings %1</strong> to convert the document to text, using the Unix <strong>strings</strong> command",
2040  // "To delete a handler, leave the <strong>System Command</strong> field blank" => "To delete a handler, leave the <strong>System Command</strong> field blank",
2041  // "System Command" => "System Command",
2042  // "Forums Listing" => "Forums Listing",
2043  // "Create a forum" => "Create a forum",
2044  // "Topic archiving" => "Topic archiving",
2045  // "Quick jumps" => "Quick jumps",
2046  // "Replies are empty" => "Replies are empty",
2047  // "If disabled, replies will quote the original post" => "If disabled, replies will quote the original post",
2048  // "Do not prefix messages titles by 'Re: '" => "Do not prefix messages titles by 'Re: '",
2049  // "First post of a thread can have an empty body" => "First post of a thread can have an empty body",
2050  // "Will be a thread title" => "Will be a thread title",
2051  // "Uploaded filenames must match regex" => "Uploaded filenames must match regex",
2052  // "Threads" => "Threads",
2053  // "Manage thread defaults per-forum" => "Manage thread defaults per-forum",
2054  // "Display thread configuration bar" => "Display thread configuration bar",
2055  // "Allows users to override the defaults" => "Allows users to override the defaults",
2056  // "Keep settings for all forums during the user session" => "Keep settings for all forums during the user session",
2057  // "Default style" => "Default style",
2058  // "Default sort mode" => "Default sort mode",
2059  // "Forum name search" => "Forum name search",
2060  // "When listing forums" => "When listing forums",
2061  // "Forum content search" => "Forum content search",
2062  // "Topic content search" => "Topic content search",
2063  // "Search is disabled" => "Search is disabled",
2064  // "Use Tiki (database-independent) search" => "Use Tiki (database-independent) search",
2065  // "Use database (full-text) search" => "Use database (full-text) search",
2066  // "Select which items to display when listing forums" => "Select which items to display when listing forums",
2067  // "Description length" => "Description length",
2068  // "3D Tag Browser" => "3D Tag Browser",
2069  // "Show tag cloud" => "Show tag cloud",
2070  // "Maximum number of tags in cloud" => "Maximum number of tags in cloud",
2071  // "Show freetags in middle column" => "Show freetags in middle column",
2072  // "Preload freetag random tag" => "Preload freetag random tag",
2073  // "When arriving on <a href=\"tiki-browse_freetags.php\">freetag search page</a>" => "When arriving on <a href=\"tiki-browse_freetags.php\">freetag search page</a>",
2074  // "Random tag cloud colors" => "Random tag cloud colors",
2075  // "Separate colors with a comma (,)" => "Separate colors with a comma (,)",
2076  // "Number of Tags to show in Tag Suggestions" => "Number of Tags to show in Tag Suggestions",
2077  // "Valid characters pattern" => "Valid characters pattern",
2078  // "Alphanumeric ASCII characters only" => "Alphanumeric ASCII characters only",
2079  // "No accents or special characters" => "No accents or special characters",
2080  // "Accept all charactrs" => "Accept all charactrs",
2081  // "Lowercase tags only" => "Lowercase tags only",
2082  // "Multilingual freetags" => "Multilingual freetags",
2083  // "Multiligual disabled" => "Multiligual disabled",
2084  // "&quot;More Like This&quot; algorithm" => "&quot;More Like This&quot; algorithm",
2085  // "basic" => "basic",
2086  // "weighted" => "weighted",
2087  // "Minimum amount of tags in common" => "Minimum amount of tags in common",
2088  // "Tag Management" => "Tag Management",
2089  // "Cleanup unused tags" => "Cleanup unused tags",
2090  // "Morcego 3D browser disabled" => "Morcego 3D browser disabled",
2091  // "Enable freetags 3D browser" => "Enable freetags 3D browser",
2092  // "Graph appearance" => "Graph appearance",
2093  // "Node size" => "Node size",
2094  // "Text size" => "Text size",
2095  // "Spring (connection) size" => "Spring (connection) size",
2096  // "Node color" => "Node color",
2097  // "Camera settinsg" => "Camera settinsg",
2098  // "Camera distance adjusted relative to nearest node" => "Camera distance adjusted relative to nearest node",
2099  // "Camera distance" => "Camera distance",
2100  // "Field of view" => "Field of view",
2101  // "Physics engine" => "Physics engine",
2102  // "Friction constant" => "Friction constant",
2103  // "Elastic constant" => "Elastic constant",
2104  // "Eletrostatic constant" => "Eletrostatic constant",
2105  // "Node mass" => "Node mass",
2106  // "Node charge" => "Node charge",
2107  // "You can upload images of a size of " => "You can upload images of a size of ",
2108  // "Alter the php.ini variables file_uploads, upload_max_filesize, post_max_size and database variables (max_allowed_packet for mysql) to change this value" => "Alter the php.ini variables file_uploads, upload_max_filesize, post_max_size and database variables (max_allowed_packet for mysql) to change this value",
2109  // "Note: if you change this directory, you have to move the contents to the new directory. You can also use the 'Mover' below" => "Note: if you change this directory, you have to move the contents to the new directory. You can also use the 'Mover' below",
2110  // "Force and limit categorization to within subtree of" => "Force and limit categorization to within subtree of",
2111  // "Display image informations in a mouseover box" => "Display image informations in a mouseover box",
2112  // "yes, and don't display those informations under the image" => "yes, and don't display those informations under the image",
2113  // "Use default max rows, images per row, thumbnails size and scale size for all galleries (set values below)" => "Use default max rows, images per row, thumbnails size and scale size for all galleries (set values below)",
2114  // "Pixels Default" => "Pixels Default",
2115  // "Default scale size" => "Default scale size",
2116  // "Mover" => "Mover",
2117  // "Move images from database storage to filesystem storage" => "Move images from database storage to filesystem storage",
2118  // "Move images from filesystem storage to database storage" => "Move images from filesystem storage to database storage",
2119  // "Move images from old filesystem store to new directory" => "Move images from old filesystem store to new directory",
2120  // "Moved" => "Moved",
2121  // "Admin Password" => "Admin Password",
2122  // "Release Check" => "Release Check",
2123  // "Reset or upgrade your database" => "Reset or upgrade your database",
2124  // "Check for updates automatically" => "Check for updates automatically",
2125  // "Check frequency" => "Check frequency",
2126  // "TikiWiki will check for updates when you access the main Administration page" => "TikiWiki will check for updates when you access the main Administration page",
2127  // "Check for updates now" => "Check for updates now",
2128  // "Sender email" => "Sender email",
2129  // "Go to <a href=\"tiki-admin.php?page=look\" title=\"\"><strong>Look &amp; Feel</strong></a> section for additional site related customization preferences" => "Go to <a href=\"tiki-admin.php?page=look\" title=\"\"><strong>Look &amp; Feel</strong></a> section for additional site related customization preferences",
2130  // "Use TikiWiki feature as homepage" => "Use TikiWiki feature as homepage",
2131  // "Use different URL as home page" => "Use different URL as home page",
2132  // "Miscellaneous" => "Miscellaneous",
2133  // "Server OS" => "Server OS",
2134  // "Smarty Security" => "Smarty Security",
2135  // "Do not allow php code in smarty templates" => "Do not allow php code in smarty templates",
2136  // "Use PEAR::Date library" => "Use PEAR::Date library",
2137  // "Default charset for sending mail" => "Default charset for sending mail",
2138  // "Mail end of line" => "Mail end of line",
2139  // "Logging and Reporting" => "Logging and Reporting",
2140  // "PHP error reporting level" => "PHP error reporting level",
2141  // "Visible to Admin only" => "Visible to Admin only",
2142  // "Include Smarty notices" => "Include Smarty notices",
2143  // "Log mail in Tiki logs" => "Log mail in Tiki logs",
2144  // "Log SQL" => "Log SQL",
2145  // "Log queries using more than" => "Log queries using more than",
2146  // "This may impact performance" => "This may impact performance",
2147  // "Add HTML comment at start and end of each Smarty template (TPL)" => "Add HTML comment at start and end of each Smarty template (TPL)",
2148  // "CSRF Security" => "CSRF Security",
2149  // "Use these options to protect against cross-site request forgeries (CSRF)" => "Use these options to protect against cross-site request forgeries (CSRF)",
2150  // "Require confirmation if possible CSRF detected" => "Require confirmation if possible CSRF detected",
2151  // "See <a href=\"tiki-admin_security.php\" title=\"Security\"><strong>Admin &gt; Security Admin</strong></a> for additional security settings" => "See <a href=\"tiki-admin_security.php\" title=\"Security\"><strong>Admin &gt; Security Admin</strong></a> for additional security settings",
2152  // "Site Access" => "Site Access",
2153  // "Close site (except for those with permission)" => "Close site (except for those with permission)",
2154  // "Message to display" => "Message to display",
2155  // "Close site when server load is above the threshold  (except for those with permission)" => "Close site when server load is above the threshold  (except for those with permission)",
2156  // "Maximum average server load threshold in the last minute" => "Maximum average server load threshold in the last minute",
2157  // "Host" => "Host",
2158  // "On permission denied, display login module (for Anonymous)" => "On permission denied, display login module (for Anonymous)",
2159  // "Send to URL" => "Send to URL",
2160  // "Performance" => "Performance",
2161  // "Cache external pages" => "Cache external pages",
2162  // "Cache external images" => "Cache external images",
2163  // "GZip output" => "GZip output",
2164  // "Output compression is active" => "Output compression is active",
2165  // "Compression is handled by" => "Compression is handled by",
2166  // "Session" => "Session",
2167  // "Advanced configuration warning" => "Advanced configuration warning",
2168  // "Note that storing session data in the database is an advanced systems administration option, and is for admins who have comprehensive access and understanding of the database, in order to deal with any unexpected effects" => "Note that storing session data in the database is an advanced systems administration option, and is for admins who have comprehensive access and understanding of the database, in order to deal with any unexpected effects",
2169  // "Enabling this feature will immediately log you out when you save this preference" => "Enabling this feature will immediately log you out when you save this preference",
2170  // "Session lifetime" => "Session lifetime",
2171  // "Contact" => "Contact",
2172  // "The \"Contact Us\" feature is disabled" => "The \"Contact Us\" feature is disabled",
2173  // "Allow anonymous visitors to use the \"Contact Us\"" => "Allow anonymous visitors to use the \"Contact Us\"",
2174  // "The default help system may not be complete" => "The default help system may not be complete",
2175  // "You can help with the TikiWiki documentation" => "You can help with the TikiWiki documentation",
2176  // "Show user's real name instead of login (when possible)" => "Show user's real name instead of login (when possible)",
2177  // "Highlight group" => "Highlight group",
2178  // "Show user's contribution on the user information page" => "Show user's contribution on the user information page",
2179  // "Display UserTracker information on the user information page" => "Display UserTracker information on the user information page",
2180  // "Use the format: trackerId, fieldId1, fieldId2, .." => "Use the format: trackerId, fieldId1, fieldId2, ..",
2181  // "Separators" => "Separators",
2182  // "Locations (breadcrumbs)" => "Locations (breadcrumbs)",
2183  // "Examples" => "Examples",
2184  // "Choices" => "Choices",
2185  // "Default timezone" => "Default timezone",
2186  // "Use site default to show times" => "Use site default to show times",
2187  // "Detect user timezone (if browser allows). Otherwise use site default" => "Detect user timezone (if browser allows). Otherwise use site default",
2188  // "Sample" => "Sample",
2189  // "Fields display order" => "Fields display order",
2190  // "Change the <strong>Admin</strong> password" => "Change the <strong>Admin</strong> password",
2191  // "Minimum {\$prefs.min_pass_length} characters long" => "Minimum {\$prefs.min_pass_length} characters long",
2192  // "Google Map setup" => "Google Map setup",
2193  // "You need to request a Google Maps Key for this web site. You can easily generate a key for your domain at " => "You need to request a Google Maps Key for this web site. You can easily generate a key for your domain at ",
2194  // "Google Map Key" => "Google Map Key",
2195  // "Default x for map center" => "Default x for map center",
2196  // "Default y from map center" => "Default y from map center",
2197  // "Default zoom level" => "Default zoom level",
2198  // "whole earth" => "whole earth",
2199  // "country size" => "country size",
2200  // "city size" => "city size",
2201  // "max zoom" => "max zoom",
2202  // "Babelfish links" => "Babelfish links",
2203  // "Customized String Translation" => "Customized String Translation",
2204  // "Default language" => "Default language",
2205  // "User preferences are disabled" => "User preferences are disabled",
2206  // "Users can change site language" => "Users can change site language",
2207  // "Available languages" => "Available languages",
2208  // "Use Ctrl+Click to select multiple languages" => "Use Ctrl+Click to select multiple languages",
2209  // "Display available translations" => "Display available translations",
2210  // "Changing page language will also change the site language" => "Changing page language will also change the site language",
2211  // "Translation assistant" => "Translation assistant",
2212  // "Urgent translation notifications" => "Urgent translation notifications",
2213  // "Quantify change size" => "Quantify change size",
2214  // "Structures are disabled" => "Structures are disabled",
2215  // "Multilingual One Page feature" => "Multilingual One Page feature",
2216  // "Syntax error" => "Syntax error",
2217  // "Intertiki exchange feature" => "Intertiki exchange feature",
2218  // "Intertiki client" => "Intertiki client",
2219  // "Tiki Unique key" => "Tiki Unique key",
2220  // "InterTiki Slave mode" => "InterTiki Slave mode",
2221  // "Warning: overrides manually registered local users" => "Warning: overrides manually registered local users",
2222  // "as master" => "as master",
2223  // "Import user preferences" => "Import user preferences",
2224  // "Import user groups" => "Import user groups",
2225  // "Limit group import (comma-separated list of imported groups, leave empty to avoid limitation)" => "Limit group import (comma-separated list of imported groups, leave empty to avoid limitation)",
2226  // "Intertiki shared cookie for sliding auth under same domain" => "Intertiki shared cookie for sliding auth under same domain",
2227  // "InterTiki Server" => "InterTiki Server",
2228  // "host" => "host",
2229  // "Add new server" => "Add new server",
2230  // "Intertiki server" => "Intertiki server",
2231  // "Intertiki Server enabled" => "Intertiki Server enabled",
2232  // "Access Log file" => "Access Log file",
2233  // "Errors Log file" => "Errors Log file",
2234  // "Known hosts" => "Known hosts",
2235  // "Key" => "Key",
2236  // "Enable/disable Tiki features in " => "Enable/disable Tiki features in ",
2237  // ", but configure them elsewhere" => ", but configure them elsewhere",
2238  // "Look and Feel" => "Look and Feel",
2239  // "Text Area" => "Text Area",
2240  // "Wysiwyg" => "Wysiwyg",
2241  // "Semantic" => "Semantic",
2242  // "Webservices management" => "Webservices management",
2243  // "CAS" => "CAS",
2244  // "Tiki" => "Tiki",
2245  // "Tiki and OpenID" => "Tiki and OpenID",
2246  // "Validate by email" => "Validate by email",
2247  // "You need to set <a href=\"tiki-admin.php?page=general&amp;cookietab=2\">Sender Email</a>" => "You need to set <a href=\"tiki-admin.php?page=general&amp;cookietab=2\">Sender Email</a>",
2248  // "Validate user's email server" => "Validate user's email server",
2249  // "Require validation by Admin" => "Require validation by Admin",
2250  // "Require passcode to register" => "Require passcode to register",
2251  // "Passcode" => "Passcode",
2252  // "Users must enter this code to register" => "Users must enter this code to register",
2253  // "Use CAPTCHA to prevent automatic/robot registrations" => "Use CAPTCHA to prevent automatic/robot registrations",
2254  // "Requires PHP GD library" => "Requires PHP GD library",
2255  // "Include &quot;Generate Password&quot; option on registration form" => "Include &quot;Generate Password&quot; option on registration form",
2256  // "Use tracker to collect more user information" => "Use tracker to collect more user information",
2257  // "Use the <strong><a href=\"tiki-admingroups.php\" title=\"Admin Groups\">Admin: Groups</a></strong> page to select which tracker and fields to display" => "Use the <strong><a href=\"tiki-admingroups.php\" title=\"Admin Groups\">Admin: Groups</a></strong> page to select which tracker and fields to display",
2258  // "Use tracker to collect more group information" => "Use tracker to collect more group information",
2259  // "Users can select a group to join at registration" => "Users can select a group to join at registration",
2260  // "By default, new users automatically join the Registered group" => "By default, new users automatically join the Registered group",
2261  // "Re-validate user by email after" => "Re-validate user by email after",
2262  // "Use <strong>-1</strong> for never" => "Use <strong>-1</strong> for never",
2263  // "unsuccessful login attempts" => "unsuccessful login attempts",
2264  // "Create a new group for each user" => "Create a new group for each user",
2265  // "The group will be named identical to the user's username" => "The group will be named identical to the user's username",
2266  // "Disable browser's autocomplete feature for username and password fields" => "Disable browser's autocomplete feature for username and password fields",
2267  // "Confirm that the Admin account has a valid email address or you will not be permitted to login" => "Confirm that the Admin account has a valid email address or you will not be permitted to login",
2268  // "Use HTTPS login" => "Use HTTPS login",
2269  // "Users can choose to stay in SSL mode after an HTTPS login" => "Users can choose to stay in SSL mode after an HTTPS login",
2270  // "Users can switch between secured or standard mode at login" => "Users can switch between secured or standard mode at login",
2271  // "User's choice" => "User's choice",
2272  // "Always" => "Always",
2273  // "&quot;Standard&quot; uses the client's IP and is more secure. &quot;Simple&quot; uses a unique ID and is more reliable" => "&quot;Standard&quot; uses the client's IP and is more secure. &quot;Simple&quot; uses a unique ID and is more reliable",
2274  // "Cookie name" => "Cookie name",
2275  // "Use email as username" => "Use email as username",
2276  // "Minimum length" => "Minimum length",
2277  // "Maximum length" => "Maximum length",
2278  // "Force lowercase" => "Force lowercase",
2279  // "Username pattern" => "Username pattern",
2280  // "Store password as plain text" => "Store password as plain text",
2281  // "Store passwords in plain text is activated. You should never set this unless you know what you are doing" => "Store passwords in plain text is activated. You should never set this unless you know what you are doing",
2282  // "Remind/forgot password" => "Remind/forgot password",
2283  // "If passwords </em>are stored<em> as plain text, the password will be emailed to the user" => "If passwords </em>are stored<em> as plain text, the password will be emailed to the user",
2284  // "If passwords </em>are not<em> plain text, reset instructions will be emailed to the user" => "If passwords </em>are not<em> plain text, reset instructions will be emailed to the user",
2285  // "Encryption method" => "Encryption method",
2286  // "Users can change their password" => "Users can change their password",
2287  // "Require characters and numerals" => "Require characters and numerals",
2288  // "Password expires after" => "Password expires after",
2289  // "You must change the Authentication Method to PEAR::Auth for these changes to take effect" => "You must change the Authentication Method to PEAR::Auth for these changes to take effect",
2290  // "Create user if not in Tiki" => "Create user if not in Tiki",
2291  // "Create user if not in Auth" => "Create user if not in Auth",
2292  // "Use Tiki authentication for Admin login" => "Use Tiki authentication for Admin login",
2293  // "Will override the Host and Port settings" => "Will override the Host and Port settings",
2294  // "Search scope" => "Search scope",
2295  // "Subtree" => "Subtree",
2296  // "One level" => "One level",
2297  // "Base object" => "Base object",
2298  // "LDAP version" => "LDAP version",
2299  // "Realname attribute" => "Realname attribute",
2300  // "Base DN" => "Base DN",
2301  // "LDAP User" => "LDAP User",
2302  // "User DN" => "User DN",
2303  // "User attribute" => "User attribute",
2304  // "User OC" => "User OC",
2305  // "LDAP Group" => "LDAP Group",
2306  // "Group DN" => "Group DN",
2307  // "Group attribute" => "Group attribute",
2308  // "Group OC" => "Group OC",
2309  // "LDAP Member" => "LDAP Member",
2310  // "Member attribute" => "Member attribute",
2311  // "Member is DN" => "Member is DN",
2312  // "LDAP Admin" => "LDAP Admin",
2313  // "Admin user" => "Admin user",
2314  // "Admin password" => "Admin password",
2315  // "You must change the Authentication Method to PAM for these changes to take effect" => "You must change the Authentication Method to PAM for these changes to take effect",
2316  // "Shibboleth Authentication " => "Shibboleth Authentication ",
2317  // "You must change the Authentication Method to Shibboleth for these changes to take effect" => "You must change the Authentication Method to Shibboleth for these changes to take effect",
2318  // "Valid affiliations" => "Valid affiliations",
2319  // "Separate multiple affiliations with commas" => "Separate multiple affiliations with commas",
2320  // "Create with default group" => "Create with default group",
2321  // "Default group" => "Default group",
2322  // "You must change the Authentication Method to CAS for these changes to take effect" => "You must change the Authentication Method to CAS for these changes to take effect",
2323  // "You also need to upload the <a target=\"_blank\" href=\"http://esup-phpcas.sourceforge.net/\">phpCAS library</a> separately to lib/phpcas/" => "You also need to upload the <a target=\"_blank\" href=\"http://esup-phpcas.sourceforge.net/\">phpCAS library</a> separately to lib/phpcas/",
2324  // "CAS Server" => "CAS Server",
2325  // "Hostname" => "Hostname",
2326  // "You must enable PHP CAS first" => "You must enable PHP CAS first",
2327  // "General Layout" => "General Layout",
2328  // "UI Effects" => "UI Effects",
2329  // "The \"users can change theme\" feature will override the theme displayed" => "The \"users can change theme\" feature will override the theme displayed",
2330  // "Theme not saved yet - click \"Apply\"" => "Theme not saved yet - click \"Apply\"",
2331  // "Theme options" => "Theme options",
2332  // "Each group can have its theme" => "Each group can have its theme",
2333  // "Use transition style sheet from version" => "Use transition style sheet from version",
2334  // "View Templates" => "View Templates",
2335  // "Enable additional general layout layers for shadows, rounded corners or other decorative styling" => "Enable additional general layout layers for shadows, rounded corners or other decorative styling",
2336  // "Custom Site Header" => "Custom Site Header",
2337  // "Activate will only show content for admin. Check Publish to use content for all users" => "Activate will only show content for admin. Check Publish to use content for all users",
2338  // "Site Logo and Title" => "Site Logo and Title",
2339  // "Site logo source (image path)" => "Site logo source (image path)",
2340  // "Site logo background style" => "Site logo background style",
2341  // "Site logo alignment" => "Site logo alignment",
2342  // "Site title" => "Site title",
2343  // "Site subtitle" => "Site subtitle",
2344  // "Site Search Bar" => "Site Search Bar",
2345  // "Site Login Bar" => "Site Login Bar",
2346  // "Top Bar" => "Top Bar",
2347  // "Note: Needs feature PHPLayers on(default), or feature CSS Menu on  " => "Note: Needs feature PHPLayers on(default), or feature CSS Menu on  ",
2348  // "Menu ID" => "Menu ID",
2349  // "Custom code" => "Custom code",
2350  // "Site Breadcrumbs" => "Site Breadcrumbs",
2351  // "Site location bar" => "Site location bar",
2352  // "at top of page" => "at top of page",
2353  // "at top of center column" => "at top of center column",
2354  // "Prefix breadcrumbs with 'Location : '" => "Prefix breadcrumbs with 'Location : '",
2355  // "Larger font for" => "Larger font for",
2356  // "entire location" => "entire location",
2357  // "page name" => "page name",
2358  // "Use page description" => "Use page description",
2359  // "Site Report Bar" => "Site Report Bar",
2360  // "Webmaster Report" => "Webmaster Report",
2361  // "Webmaster Email" => "Webmaster Email",
2362  // "Left blank to use the default sender email" => "Left blank to use the default sender email",
2363  // "Email this page" => "Email this page",
2364  // "Custom Site Footer" => "Custom Site Footer",
2365  // "Custom End of <body> Code" => "Custom End of <body> Code",
2366  // "Bottom bar icons" => "Bottom bar icons",
2367  // "Bottom bar debug" => "Bottom bar debug",
2368  // "Bottom bar (RSS)" => "Bottom bar (RSS)",
2369  // "Power by" => "Power by",
2370  // "Pagination links" => "Pagination links",
2371  // "Use relative (next / previous) pagination links" => "Use relative (next / previous) pagination links",
2372  // "Max. number of links around the current item" => "Max. number of links around the current item",
2373  // "Max. number of links after the first or before the last item" => "Max. number of links after the first or before the last item",
2374  // "Display 'First' and 'Last' links" => "Display 'First' and 'Last' links",
2375  // "Display fast move links (by 10 percent of the total number of pages) " => "Display fast move links (by 10 percent of the total number of pages) ",
2376  // "Hide pagination when there is only one page" => "Hide pagination when there is only one page",
2377  // "Use Icons" => "Use Icons",
2378  // "JQuery plugins and add-ons" => "JQuery plugins and add-ons",
2379  // "Requires jquery feature" => "Requires jquery feature",
2380  // "JQuery Tooltips" => "JQuery Tooltips",
2381  // "JQuery Tooltips: Customisable help tips" => "JQuery Tooltips: Customisable help tips",
2382  // "JQuery Autocomplete" => "JQuery Autocomplete",
2383  // "JQuery Superfish" => "JQuery Superfish",
2384  // "JQuery Superfish (effects on CSS menus)" => "JQuery Superfish (effects on CSS menus)",
2385  // "JQuery Reflection" => "JQuery Reflection",
2386  // "JQuery Reflection (reflection effect on images)" => "JQuery Reflection (reflection effect on images)",
2387  // "JQuery Cycle (slideshow)" => "JQuery Cycle (slideshow)",
2388  // "For future use" => "For future use",
2389  // "JQuery UI" => "JQuery UI",
2390  // "JQuery UI: More JQuery functionality" => "JQuery UI: More JQuery functionality",
2391  // "JQuery Sheet" => "JQuery Sheet",
2392  // "JQuery Spreadsheet" => "JQuery Spreadsheet",
2393  // "JQuery Sortable Tables" => "JQuery Sortable Tables",
2394  // "Standard UI effects" => "Standard UI effects",
2395  // "Effect for modules etc" => "Effect for modules etc",
2396  // "Main JQuery effect" => "Main JQuery effect",
2397  // "Slide" => "Slide",
2398  // "Blind (UI)" => "Blind (UI)",
2399  // "Clip (UI)" => "Clip (UI)",
2400  // "Drop (UI)" => "Drop (UI)",
2401  // "Explode (UI)" => "Explode (UI)",
2402  // "Fold (UI)" => "Fold (UI)",
2403  // "Puff (UI)" => "Puff (UI)",
2404  // "Slide (UI)" => "Slide (UI)",
2405  // "Effect speed" => "Effect speed",
2406  // "Fast" => "Fast",
2407  // "Slow" => "Slow",
2408  // "Effect direction" => "Effect direction",
2409  // "Vertical" => "Vertical",
2410  // "Horizontal" => "Horizontal",
2411  // "Left" => "Left",
2412  // "Right" => "Right",
2413  // "Tab UI effects" => "Tab UI effects",
2414  // "Effect for tabs" => "Effect for tabs",
2415  // "JQuery effect for tabs" => "JQuery effect for tabs",
2416  // "Effect speed for tabs" => "Effect speed for tabs",
2417  // "Effect direction for tabs" => "Effect direction for tabs",
2418  // "Other options" => "Other options",
2419  // "image/png" => "image/png",
2420  // "image/bmp" => "image/bmp",
2421  // "image/x-icon" => "image/x-icon",
2422  // "Correct PNG images alpha transparency in IE6 (experimental)" => "Correct PNG images alpha transparency in IE6 (experimental)",
2423  // "List of CSS selectors to be fixed, each selector separated by comma" => "List of CSS selectors to be fixed, each selector separated by comma",
2424  // "List of HTMLDomElements to be fixed, each element separated by comma" => "List of HTMLDomElements to be fixed, each element separated by comma",
2425  // "Context Menus (only in file galleries so far)" => "Context Menus (only in file galleries so far)",
2426  // "Use context menus for actions (icons)" => "Use context menus for actions (icons)",
2427  // "Use context menus for actions (text)" => "Use context menus for actions (text)",
2428  // "Users can opt-out internal messages" => "Users can opt-out internal messages",
2429  // "Users accept internal messages by default" => "Users accept internal messages by default",
2430  // "Change Preferences" => "Change Preferences",
2431  // "Meta tags" => "Meta tags",
2432  // "Keywords" => "Keywords",
2433  // "Include freetags" => "Include freetags",
2434  // "Use thread title instead" => "Use thread title instead",
2435  // "Use image title instead" => "Use image title instead",
2436  // "Geo URL" => "Geo URL",
2437  // "Meta robots" => "Meta robots",
2438  // "Revisit after" => "Revisit after",
2439  // "&quot;Modules&quot; are the boxes of content in the right &amp; left columns" => "&quot;Modules&quot; are the boxes of content in the right &amp; left columns",
2440  // "Admin &gt; Modules" => "Admin &gt; Modules",
2441  // "from the menu to create and edit modules" => "from the menu to create and edit modules",
2442  // "Show module controls" => "Show module controls",
2443  // "Users can configure modules" => "Users can configure modules",
2444  // "Users can shade modules" => "Users can shade modules",
2445  // "Module decides" => "Module decides",
2446  // "It works with the File Gallery, wiki pages (via a plugin), and a new multimedia tracker item" => "It works with the File Gallery, wiki pages (via a plugin), and a new multimedia tracker item",
2447  // "ProgressBarPlay Color" => "ProgressBarPlay Color",
2448  // "ProgressBarLoad Color" => "ProgressBarLoad Color",
2449  // "ProgressBarButton Color" => "ProgressBarButton Color",
2450  // "ProgressBar Color" => "ProgressBar Color",
2451  // "Volume On Color" => "Volume On Color",
2452  // "Volume Off Color" => "Volume Off Color",
2453  // "Volume Button Color" => "Volume Button Color",
2454  // "Button Color" => "Button Color",
2455  // "Button Pressed Color" => "Button Pressed Color",
2456  // "Button Over Color" => "Button Over Color",
2457  // "Button Info Color" => "Button Info Color",
2458  // "Button Info Pressed Color" => "Button Info Pressed Color",
2459  // "Button Info Over Color" => "Button Info Over Color",
2460  // "Button Info Text Color" => "Button Info Text Color",
2461  // "ID3 Tag Color" => "ID3 Tag Color",
2462  // "Play Time Color" => "Play Time Color",
2463  // "Total Time Color" => "Total Time Color",
2464  // "Panel Display Color" => "Panel Display Color",
2465  // "Alert Message Color" => "Alert Message Color",
2466  // "Flash Length" => "Flash Length",
2467  // "Flash Heigth" => "Flash Heigth",
2468  // "Video Length" => "Video Length",
2469  // "Video Heigth" => "Video Heigth",
2470  // "Preload Delay" => "Preload Delay",
2471  // "Max Play time" => "Max Play time",
2472  // "URL Append" => "URL Append",
2473  // "Message after limited time" => "Message after limited time",
2474  // "ID of System File Galleries to upload multimedia files" => "ID of System File Galleries to upload multimedia files",
2475  // "Anonymous voting" => "Anonymous voting",
2476  // "Allow re-voting" => "Allow re-voting",
2477  // "Show categories" => "Show categories",
2478  // "Categories disabled" => "Categories disabled",
2479  // "Show objects" => "Show objects",
2480  // "TikiWiki Profiles" => "TikiWiki Profiles",
2481  // "Profile repository" => "Profile repository",
2482  // "Filter the list of profiles" => "Filter the list of profiles",
2483  // "Profile" => "Profile",
2484  // "Repository" => "Repository",
2485  // "installed" => "installed",
2486  // "Repositories" => "Repositories",
2487  // "Repository URLs" => "Repository URLs",
2488  // "Enter multiple repository URLs, one per line" => "Enter multiple repository URLs, one per line",
2489  // "Data Channels" => "Data Channels",
2490  // "Data channels create a named pipe to run profiles from user space. One channel per line. Each line is comma delimited and contain <strong>channel name, domain, profile, allowed groups</strong>. " => "Data channels create a named pipe to run profiles from user space. One channel per line. Each line is comma delimited and contain <strong>channel name, domain, profile, allowed groups</strong>. ",
2491  // "More information" => "More information",
2492  // "Use this page to configure the RSS feeds generated by Tiki. To syndicate RSS feeds from other sites, use the <strong>Admin</strong> &gt; <strong>RSS Modules</strong> menu option, or" => "Use this page to configure the RSS feeds generated by Tiki. To syndicate RSS feeds from other sites, use the <strong>Admin</strong> &gt; <strong>RSS Modules</strong> menu option, or",
2493  // "Feed for articles" => "Feed for articles",
2494  // "Maximum number of items to display" => "Maximum number of items to display",
2495  // "Show Author" => "Show Author",
2496  // "Homepage URL" => "Homepage URL",
2497  // "Feed for blogs" => "Feed for blogs",
2498  // "Individual blogs" => "Individual blogs",
2499  // "Feed for image galleries" => "Feed for image galleries",
2500  // "Individual image galleries" => "Individual image galleries",
2501  // "Feed for file galleries" => "Feed for file galleries",
2502  // "Individual file galleries" => "Individual file galleries",
2503  // "Feed for wiki" => "Feed for wiki",
2504  // "Individual forums" => "Individual forums",
2505  // "Individual trackers items" => "Individual trackers items",
2506  // "Calendar events" => "Calendar events",
2507  // "Feed for directory" => "Feed for directory",
2508  // "Map files" => "Map files",
2509  // "Feed for maps" => "Feed for maps",
2510  // "Defaults" => "Defaults",
2511  // "Image Path" => "Image Path",
2512  // "Caching time" => "Caching time",
2513  // "Use <strong>0</strong> for no caching" => "Use <strong>0</strong> for no caching",
2514  // "Enabling caching will override existing permissions - all content will be public. Enable this option <strong>only</strong> if your syndicated content should be public" => "Enabling caching will override existing permissions - all content will be public. Enable this option <strong>only</strong> if your syndicated content should be public",
2515  // "can be seen on page" => "can be seen on page",
2516  // "in Admin menu" => "in Admin menu",
2517  // "Search Results" => "Search Results",
2518  // "Search type" => "Search type",
2519  // "Database search" => "Database search",
2520  // "This search uses the MySQL Full-Text feature" => "This search uses the MySQL Full-Text feature",
2521  // "Tiki search" => "Tiki search",
2522  // "This database-independent search is always enabled" => "This database-independent search is always enabled",
2523  // "Specify the Tiki search settings" => "Specify the Tiki search settings",
2524  // "Refresh mode" => "Refresh mode",
2525  // "Use <strong>0</strong> for no refresh" => "Use <strong>0</strong> for no refresh",
2526  // "When the Database search is enabled, you must manually refresh the Tiki search indexes" => "When the Database search is enabled, you must manually refresh the Tiki search indexes",
2527  // "Refresh all search index now" => "Refresh all search index now",
2528  // "Refresh wiki search index now" => "Refresh wiki search index now",
2529  // "Refresh trackers search index now" => "Refresh trackers search index now",
2530  // "Refresh tracker search index now" => "Refresh tracker search index now",
2531  // "Refresh files search index now" => "Refresh files search index now",
2532  // "Parse the results" => "Parse the results",
2533  // "May impact performance" => "May impact performance",
2534  // "Enabling these options will improve performance, but may show forbidden results" => "Enabling these options will improve performance, but may show forbidden results",
2535  // "Ignore individual object permissions" => "Ignore individual object permissions",
2536  // "Select the items to display on the search results page" => "Select the items to display on the search results page",
2537  // "Object filter" => "Object filter",
2538  // "Search box" => "Search box",
2539  // "Select the information to display for each result" => "Select the information to display for each result",
2540  // "hits" => "hits",
2541  // "Pertinence" => "Pertinence",
2542  // "Last modified date" => "Last modified date",
2543  // "Search engine friendly url Postfilter" => "Search engine friendly url Postfilter",
2544  // "List of Url Parameters that should go in the path" => "List of Url Parameters that should go in the path",
2545  // "Display article title in the sefurl" => "Display article title in the sefurl",
2546  // "Display blog title in the sefurl" => "Display blog title in the sefurl",
2547  // "Known Types" => "Known Types",
2548  // "Token" => "Token",
2549  // "Invert" => "Invert",
2550  // "Show Usage" => "Show Usage",
2551  // "Delete &amp; Unreference" => "Delete &amp; Unreference",
2552  // "Invert Relation" => "Invert Relation",
2553  // "Self" => "Self",
2554  // "New Types" => "New Types",
2555  // "Fix" => "Fix",
2556  // "No occurences found" => "No occurences found",
2557  // "Text area (that apply throughout many features)" => "Text area (that apply throughout many features)",
2558  // "Plugins" => "Plugins",
2559  // "Plugin Aliases" => "Plugin Aliases",
2560  // "Anonymous editors must enter anti-bot code (CAPTCHA)" => "Anonymous editors must enter anti-bot code (CAPTCHA)",
2561  // "Protect email against spam" => "Protect email against spam",
2562  // "External link icon" => "External link icon",
2563  // "External links will be identified with" => "External links will be identified with",
2564  // "Use File Galleries to store pictures " => "Use File Galleries to store pictures ",
2565  // "Allow to post comments as Anonymous" => "Allow to post comments as Anonymous",
2566  // "Wiki paragraph formatting" => "Wiki paragraph formatting",
2567  // "...but still create line breaks within paragraphs" => "...but still create line breaks within paragraphs",
2568  // "&lt;return&gt; for rows" => "&lt;return&gt; for rows",
2569  // "Show quicktags above textareas" => "Show quicktags above textareas",
2570  // "If disabled, quicktags will be shown to the left of textareas" => "If disabled, quicktags will be shown to the left of textareas",
2571  // "Open Hotwords in new window" => "Open Hotwords in new window",
2572  // "Use Quote plugin rather than &ldquo;&gt;&rdquo; for quoting" => "Use Quote plugin rather than &ldquo;&gt;&rdquo; for quoting",
2573  // "Plugin disabled" => "Plugin disabled",
2574  // "Default size" => "Default size",
2575  // "Comments " => "Comments ",
2576  // "Forum reply" => "Forum reply",
2577  // "About plugins" => "About plugins",
2578  // "Tiki plugins add functionality to wiki pages, articles and blogs etc. You can enable and disable them below" => "Tiki plugins add functionality to wiki pages, articles and blogs etc. You can enable and disable them below",
2579  // "You can approve plugin use at <a href=\"tiki-plugins.php\">tiki-plugins.php</a>" => "You can approve plugin use at <a href=\"tiki-plugins.php\">tiki-plugins.php</a>",
2580  // "The edit plugin icon is an easy way for users to edit the parameters of each plugin in wiki pages. It can be disabled for individual plugins below" => "The edit plugin icon is an easy way for users to edit the parameters of each plugin in wiki pages. It can be disabled for individual plugins below",
2581  // "Edit plugin icons" => "Edit plugin icons",
2582  // "Enable edit plugin icons" => "Enable edit plugin icons",
2583  // "(experimental - not comprehensively tested and requires new JQuery feature)" => "(experimental - not comprehensively tested and requires new JQuery feature)",
2584  // "Enable" => "Enable",
2585  // "Disable edit plugin icon (make plugin inline)" => "Disable edit plugin icon (make plugin inline)",
2586  // "About plugin aliases" => "About plugin aliases",
2587  // "Tiki plugin aliases allow you to define your own custom configurations of existing plugins.<br />Find out more here: {help url=\"Plugin+Alias\"}" => "Tiki plugin aliases allow you to define your own custom configurations of existing plugins.<br />Find out more here: {help url=\"Plugin+Alias\"}",
2588  // "This page is designed to work with JQuery {icon _id=\"arrow_right\" href=\"tiki-admin.php?page=features\"}" => "This page is designed to work with JQuery {icon _id=\"arrow_right\" href=\"tiki-admin.php?page=features\"}",
2589  // "Available Alias" => "Available Alias",
2590  // "Enable Plugins" => "Enable Plugins",
2591  // "General Information" => "General Information",
2592  // "Plugin Name" => "Plugin Name",
2593  // "Base Plugin" => "Base Plugin",
2594  // "Body Label" => "Body Label",
2595  // "Dependencies" => "Dependencies",
2596  // "Validation" => "Validation",
2597  // "Inline (No Plugin Edit UI)" => "Inline (No Plugin Edit UI)",
2598  // "Simple Plugin Arguments" => "Simple Plugin Arguments",
2599  // "Argument" => "Argument",
2600  // "New Argument" => "New Argument",
2601  // "Plugin Parameter Documentation" => "Plugin Parameter Documentation",
2602  // "Safe" => "Safe",
2603  // "Plugin Body" => "Plugin Body",
2604  // "Ignore User Input" => "Ignore User Input",
2605  // "Default Content" => "Default Content",
2606  // "Encoding" => "Encoding",
2607  // "Argument Source (if different)" => "Argument Source (if different)",
2608  // "Default Value" => "Default Value",
2609  // "Composed Plugin Arguments" => "Composed Plugin Arguments",
2610  // "Pattern" => "Pattern",
2611  // "Tracker attachment preferences" => "Tracker attachment preferences",
2612  // "Trackers with mirror tables" => "Trackers with mirror tables",
2613  // "Use trackers with mirror tables" => "Use trackers with mirror tables",
2614  // "Values are stored in a dedicated table for each tracker, then you can easily manipulate them outside Tikiwiki" => "Values are stored in a dedicated table for each tracker, then you can easily manipulate them outside Tikiwiki",
2615  // "WARNING : Old and New trackers cannot coexist. Trackers created with new library will not work with old library and conversely" => "WARNING : Old and New trackers cannot coexist. Trackers created with new library will not work with old library and conversely",
2616  // "Validate choice" => "Validate choice",
2617  // "Tracker attachments" => "Tracker attachments",
2618  // "No records" => "No records",
2619  // "Unlimited" => "Unlimited",
2620  // "Include a flag by each e-mail to quickly flag/un-flag them" => "Include a flag by each e-mail to quickly flag/un-flag them",
2621  // "Enter the URL of a web services returning either JSON or YAML. Parameters can be specified by enclosing a name between percentage signs. For example: %name%. %service% and %template% are reserved keywords and cannot be used" => "Enter the URL of a web services returning either JSON or YAML. Parameters can be specified by enclosing a name between percentage signs. For example: %name%. %service% and %template% are reserved keywords and cannot be used",
2622  // "Lookup" => "Lookup",
2623  // "Test Input" => "Test Input",
2624  // "Response Information" => "Response Information",
2625  // "OIntegrate Version" => "OIntegrate Version",
2626  // "Not supported" => "Not supported",
2627  // "Schema Version" => "Schema Version",
2628  // "Schema Documentation" => "Schema Documentation",
2629  // "Available" => "Available",
2630  // "Not specified, default used" => "Not specified, default used",
2631  // "Content Type" => "Content Type",
2632  // "Not specified" => "Not specified",
2633  // "Returned Data" => "Returned Data",
2634  // "Proposed Templates" => "Proposed Templates",
2635  // "Register this web service. It will be possible to register the templates afterwards. Service name must only contain letters" => "Register this web service. It will be possible to register the templates afterwards. Service name must only contain letters",
2636  // "Register Service" => "Register Service",
2637  // "Registered Templates" => "Registered Templates",
2638  // "Engine" => "Engine",
2639  // "Output" => "Output",
2640  // "Register Template" => "Register Template",
2641  // "Use the 'Quick Edit' module to easily create or edit wiki pages" => "Use the 'Quick Edit' module to easily create or edit wiki pages",
2642  // "Select <a class=\"rbox-link\" href=\"tiki-admin_modules.php\">Admin &gt; Modules</a> to add this (or other) modules" => "Select <a class=\"rbox-link\" href=\"tiki-admin_modules.php\">Admin &gt; Modules</a> to add this (or other) modules",
2643  // "Staging &amp; Approval" => "Staging &amp; Approval",
2644  // "Page Listings" => "Page Listings",
2645  // "If the page does not exist, Tiki will create it" => "If the page does not exist, Tiki will create it",
2646  // "Wiki link format" => "Wiki link format",
2647  // "Latin" => "Latin",
2648  // "Select the characters that can be used with Wiki link syntax: ((page name))" => "Select the characters that can be used with Wiki link syntax: ((page name))",
2649  // "Page display" => "Page display",
2650  // "Page ID" => "Page ID",
2651  // "Page version" => "Page version",
2652  // "Page name display stripper" => "Page name display stripper",
2653  // "Enter a character to use as the delimiter when displaying page names. All characters after the delimiter will be stripped when displaying the page name.</em>" => "Enter a character to use as the delimiter when displaying page names. All characters after the delimiter will be stripped when displaying the page name.</em>",
2654  // "Allow override per page" => "Allow override per page",
2655  // "Display show/hide icon displayed before headings" => "Display show/hide icon displayed before headings",
2656  // "Wiki action bar" => "Wiki action bar",
2657  // "Buttons: Save, Preview, Cancel, .." => "Buttons: Save, Preview, Cancel, ..",
2658  // "Page navigation bar location" => "Page navigation bar location",
2659  // "When using the ...page... page break wiki syntax" => "When using the ...page... page break wiki syntax",
2660  // "Wiki top line" => "Wiki top line",
2661  // "Neither" => "Neither",
2662  // "Page description, icons, backlinks, .." => "Page description, icons, backlinks, ..",
2663  // "Wiki buttons" => "Wiki buttons",
2664  // "Buttons: Edit, Source, Remove, .." => "Buttons: Edit, Source, Remove, ..",
2665  // "Cache wiki pages (global)" => "Cache wiki pages (global)",
2666  // "Edit idle timeout" => "Edit idle timeout",
2667  // "Save draft" => "Save draft",
2668  // "Requires AJAX" => "Requires AJAX",
2669  // "experimental" => "experimental",
2670  // "Edit section" => "Edit section",
2671  // "Edit section level" => "Edit section level",
2672  // "Allow minor edits" => "Allow minor edits",
2673  // "Minor edits do not flag new content for translation and do not send watch notifications" => "Minor edits do not flag new content for translation and do not send watch notifications",
2674  // "Only user groups granted the tiki_p_minor permission (and admins) will be able to save minor edits when this is enabled" => "Only user groups granted the tiki_p_minor permission (and admins) will be able to save minor edits when this is enabled",
2675  // "Regex search and replace" => "Regex search and replace",
2676  // "Log bytes changes (+/-) in action logs" => "Log bytes changes (+/-) in action logs",
2677  // "Display by default" => "Display by default",
2678  // "Manage attachments" => "Manage attachments",
2679  // "Tag for current wiki" => "Tag for current wiki",
2680  // "Restore wiki to tag" => "Restore wiki to tag",
2681  // "Restore" => "Restore",
2682  // "Remove a tag" => "Remove a tag",
2683  // "WikiWords" => "WikiWords",
2684  // "Maximum number of versions" => "Maximum number of versions"