LeftLogoLinkWindow; main.php links target
This commit is contained in:
42
ChangeLog
42
ChangeLog
@@ -5,26 +5,18 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$HeadURL$
|
||||
|
||||
2007-02-10 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/spanish update, thanks to Daniel Hinostroza
|
||||
* tbl_change.php, tbl_indexes.php, libraries/common.lib.php:
|
||||
get rid of $propicon
|
||||
|
||||
2007-02-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||
2007-02-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* main.php: some links should open a new page
|
||||
* Documentation.html, libraries/navigation_header.inc.php,
|
||||
libraries/config.default.php: $cfg['LeftLogoLinkWindow'] to decide
|
||||
in which window the logo-linked page will appear
|
||||
|
||||
2007-02-09 Michal Čihař <michal@cihar.com>
|
||||
* lang/czech: Fix syntax error (sorry for that).
|
||||
2007-02-10 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/spanish update, thanks to Daniel Hinostroza
|
||||
|
||||
2007-02-08 Marc Delisle <lem9@users.sourceforge.net>
|
||||
2007-02-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* themes/darkblue_orange/img/logo_left.png,
|
||||
themes/original/img/logo_left.png: smaller PMA logo for navi
|
||||
* libraries/navigation_header.inc.php, libraries/config.default.php:
|
||||
navi logo now links to main page by default, with still the possibility
|
||||
of having an external URL
|
||||
|
||||
2007-02-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* themes/*/css/theme_right.css.php: bug #1653769 browsing highlight disabling
|
||||
@@ -37,22 +29,13 @@ $HeadURL$
|
||||
* libraries/common.lib.php: PMA_backquote() did not quote 0
|
||||
* tbl_change.php: bug #1652810 - slashes are not escaped properly
|
||||
|
||||
2007-02-05 Michal Čihař <michal@cihar.com>
|
||||
* lang/czech: Updated.
|
||||
|
||||
2007-02-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
|
||||
|
||||
2007-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* lang/german: updated
|
||||
|
||||
2007-02-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* js/querywindow.js: query window icon did not work,
|
||||
thanks to Jürgen Wind
|
||||
|
||||
2007-02-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* view_create.php, libraries/display_tbl.lib.php, lang/*:
|
||||
support for CREATE VIEW from query results
|
||||
* pmd/scripts/move.js: display problems in Opera, thanks to Maxim Bulygin
|
||||
|
||||
2007-02-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||
@@ -70,15 +53,6 @@ $HeadURL$
|
||||
2007-01-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* libraries/session.inc.php:
|
||||
bug #1630871 - Detecting a missing write permission on sessions directory
|
||||
* libraries/select_lang.lib.php: globalized variables to be usable inside
|
||||
function, documentation
|
||||
* libraries/auth/http.auth.lib.php, libraries/auth/signon.auth.lib.php
|
||||
libraries/common.lib.php, libraries/database_interface.lib.php
|
||||
libraries/select_lang.lib.php, libraries/session.inc.php:
|
||||
added PMA_fatalError() and made use of it
|
||||
|
||||
2007-01-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/tbl_replace_fields.inc.php: undefined variable
|
||||
|
||||
2007-01-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* libraries/sqlparser.lib.php PMA_SQP_analyze():
|
||||
@@ -88,11 +62,7 @@ $HeadURL$
|
||||
* lang/catalan update, thanks to Xavier Navarro (xavin)
|
||||
* pmd_general.php: possibility of quotes in Designer messages,
|
||||
thanks to Ivan Kirillov
|
||||
|
||||
2007-01-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* tbl_replace.php, libraries/tbl_replace_fields.inc.php: print out error
|
||||
messages if upload failed (bug #1615530)
|
||||
* js/querywindow.js: fixed bug #1541147 - # in database names
|
||||
### 2.10.0-beta1 released from QA_2_10
|
||||
|
||||
2007-01-26 Michal Čihař <michal@cihar.com>
|
||||
* libraries/common.lib.php, libraries/js_escape.lib.php,
|
||||
@@ -218,7 +188,7 @@ $HeadURL$
|
||||
caching of phpmyadmin.css.php, thanks to Christian Schmidt
|
||||
|
||||
2006-12-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* tbl_change.php, tbl_replace.php, libarsies/tbl_replace_fields.inc.php:
|
||||
* tbl_change.php, tbl_replace.php, include/tbl_replace_fields.inc.php:
|
||||
refactored: made register_globals independent; added documentation;
|
||||
removed unused code; fixed bug #1597686 last insert id message wrong;
|
||||
much more i don't remember ...
|
||||
|
@@ -11,7 +11,7 @@
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.11.0-dev - Documentation</title>
|
||||
<title>phpMyAdmin 2.10.0-beta1 - Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<li><a href="#glossary">Glossary</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>phpMyAdmin 2.11.0-dev Documentation</h1>
|
||||
<h1>phpMyAdmin 2.10.0-beta1 Documentation</h1>
|
||||
|
||||
<ul><li><a href="http://www.phpmyadmin.net/">
|
||||
phpMyAdmin homepage</a></li>
|
||||
@@ -1219,7 +1219,7 @@ ALTER TABLE `pma_column_comments`
|
||||
|
||||
<dt id="cfg_LeftLogoLinkWindow">$cfg['LeftLogoLinkWindow'] string</dt>
|
||||
<dd>Whether to open the linked page in the main window (<tt>main</tt>)
|
||||
or in a new one (<tt>new</tt>).</dd>
|
||||
or in a new one (<tt>new</tt>).</dd>
|
||||
|
||||
<dt id="cfg_LeftDisplayServers">$cfg['LeftDisplayServers'] boolean</dt>
|
||||
<dd>Defines whether or not to display a server choice at the top of the left frame.
|
||||
|
4
README
4
README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
|
||||
|
||||
A set of PHP-scripts to manage MySQL over the web.
|
||||
|
||||
Version 2.11.0-dev
|
||||
------------------
|
||||
Version 2.10.0-beta1
|
||||
--------------------
|
||||
http://www.phpmyadmin.net/
|
||||
|
||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
|
||||
|
@@ -93,7 +93,7 @@ if (isset($disp_row) && is_array($disp_row)) {
|
||||
<title>phpMyAdmin</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&js_frame=right&nocache=<?php echo $_SESSION['PMA_Config']->getMtime(); ?>" />
|
||||
href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&js_frame=right&nocache=<?php echo $_SESSION['PMA_Config']->getMtime(); ?>" />
|
||||
<script src="./js/functions.js" type="text/javascript" language="javascript"></script>
|
||||
<script type="text/javascript" language="javascript">
|
||||
//<![CDATA[
|
||||
|
@@ -2,6 +2,7 @@
|
||||
/* $Id$ */
|
||||
// vim: expandtab sw=4 ts=4 sts=4:
|
||||
|
||||
chdir('..');
|
||||
define('PMA_MINIMUM_COMMON', true);
|
||||
require_once './libraries/common.lib.php';
|
||||
require_once './libraries/sqlparser.lib.php';
|
||||
@@ -370,7 +371,7 @@ a.tab:hover, .tabactive {
|
||||
|
||||
/* disabled drop/empty tabs */
|
||||
span.tab, span.tabcaution {
|
||||
cursor: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/error.ico), default;
|
||||
cursor: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/error.ico), url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/error.ico), default;
|
||||
}
|
||||
<?php } ?>
|
||||
/* end topmenu */
|
||||
@@ -509,7 +510,7 @@ form.login label {
|
||||
|
||||
/* main page */
|
||||
#maincontainer {
|
||||
background-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/logo_right.png);
|
||||
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/logo_right.png);
|
||||
background-position: <?php echo $right; ?> bottom;
|
||||
background-repeat: no-repeat;
|
||||
border-bottom: 1px solid silver;
|
||||
@@ -522,7 +523,7 @@ form.login label {
|
||||
}
|
||||
|
||||
#maincontainer ul {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/item_<?php echo $GLOBALS['text_dir']; ?>.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/item_<?php echo $GLOBALS['text_dir']; ?>.png);
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@@ -535,96 +536,96 @@ form.login label {
|
||||
<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
|
||||
/* iconic view for ul items */
|
||||
li#li_create_database {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_newdb.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_newdb.png);
|
||||
}
|
||||
|
||||
li#li_select_lang {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_lang.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_lang.png);
|
||||
}
|
||||
|
||||
li#li_select_mysql_collation,
|
||||
li#li_select_mysql_charset {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);
|
||||
}
|
||||
|
||||
li#li_select_theme{
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_theme.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_theme.png);
|
||||
}
|
||||
|
||||
li#li_server_info{
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
|
||||
}
|
||||
|
||||
li#li_user_info{
|
||||
/* list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png); */
|
||||
/* list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png); */
|
||||
}
|
||||
|
||||
li#li_mysql_status{
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_status.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_status.png);
|
||||
}
|
||||
|
||||
li#li_mysql_variables{
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_vars.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_vars.png);
|
||||
}
|
||||
|
||||
li#li_mysql_processes{
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_process.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_process.png);
|
||||
}
|
||||
|
||||
li#li_mysql_collations{
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);
|
||||
}
|
||||
|
||||
li#li_mysql_engines{
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_engine.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_engine.png);
|
||||
}
|
||||
|
||||
li#li_mysql_binlogs {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_tbl.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_tbl.png);
|
||||
}
|
||||
|
||||
li#li_mysql_databases {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_db.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_db.png);
|
||||
}
|
||||
|
||||
li#li_export {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_export.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_export.png);
|
||||
}
|
||||
|
||||
li#li_import {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_import.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_import.png);
|
||||
}
|
||||
|
||||
li#li_change_password {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_passwd.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_passwd.png);
|
||||
}
|
||||
|
||||
li#li_log_out {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_loggoff.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_loggoff.png);
|
||||
}
|
||||
|
||||
li#li_pma_docs {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_docs.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_docs.png);
|
||||
}
|
||||
|
||||
li#li_phpinfo {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/php_sym.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/php_sym.png);
|
||||
}
|
||||
|
||||
li#li_pma_homepage {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_home.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_home.png);
|
||||
}
|
||||
|
||||
li#li_mysql_privilegs{
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png);
|
||||
}
|
||||
|
||||
li#li_switch_dbstats {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_dbstatistics.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_dbstatistics.png);
|
||||
}
|
||||
|
||||
li#li_flush_privileges {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_reload.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_reload.png);
|
||||
}
|
||||
/* END iconic view for ul items */
|
||||
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
|
||||
@@ -769,7 +770,7 @@ body.loginform div.container {
|
||||
}
|
||||
|
||||
#body_leftFrame #list_server {
|
||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
|
||||
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
|
||||
list-style-position: inside;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
@@ -63,19 +63,6 @@ function setTable(new_table) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* reloads mian frame
|
||||
*
|
||||
* @uses goTo()
|
||||
* @uses opendb_url
|
||||
* @uses db
|
||||
* @uses server
|
||||
* @uses table
|
||||
* @uses lang
|
||||
* @uses collation_connection
|
||||
* @uses encodeURIComponent()
|
||||
* @param string url name of page to be loaded
|
||||
*/
|
||||
function refreshMain(url) {
|
||||
if (! url) {
|
||||
if (db) {
|
||||
@@ -84,31 +71,20 @@ function refreshMain(url) {
|
||||
url = 'main.php';
|
||||
}
|
||||
}
|
||||
goTo(url + '?server=' + encodeURIComponent(server) +
|
||||
'&db=' + encodeURIComponent(db) +
|
||||
'&table=' + encodeURIComponent(table) +
|
||||
'&lang=' + encodeURIComponent(lang) +
|
||||
'&collation_connection=' + encodeURIComponent(collation_connection),
|
||||
'main');
|
||||
goTo( url + '?server=' + server +
|
||||
'&db=' + db +
|
||||
'&table=' + table +
|
||||
'&lang=' + lang +
|
||||
'&collation_connection=' + collation_connection,
|
||||
'main' );
|
||||
}
|
||||
|
||||
/**
|
||||
* reloads navigation frame
|
||||
*
|
||||
* @uses goTo()
|
||||
* @uses db
|
||||
* @uses server
|
||||
* @uses table
|
||||
* @uses lang
|
||||
* @uses collation_connection
|
||||
* @uses encodeURIComponent()
|
||||
*/
|
||||
function refreshNavigation() {
|
||||
goTo('navigation.php?server=' + encodeURIComponent(server) +
|
||||
'&db=' + encodeURIComponent(db) +
|
||||
'&table=' + encodeURIComponent(table) +
|
||||
'&lang=' + encodeURIComponent(lang) +
|
||||
'&collation_connection=' + encodeURIComponent(collation_connection)
|
||||
goTo('navigation.php?server=' + server +
|
||||
'&db=' + db +
|
||||
'&table=' + table +
|
||||
'&lang=' + lang +
|
||||
'&collation_connection=' + collation_connection
|
||||
);
|
||||
}
|
||||
|
||||
@@ -271,7 +247,7 @@ function insertQuery() {
|
||||
|
||||
function open_querywindow( url ) {
|
||||
if ( ! url ) {
|
||||
url = 'querywindow.php?' + encodeURIComponent(common_query) + '&db=' + encodeURIComponent(db) + '&table=' + encodeURIComponent(table);
|
||||
url = 'querywindow.php?' + common_query + '&db=' + db + '&table=' + table;
|
||||
}
|
||||
|
||||
if (!querywindow.closed && querywindow.location) {
|
||||
@@ -314,6 +290,7 @@ function refreshQuerywindow( url ) {
|
||||
* @param string target frame where to load the new url
|
||||
*/
|
||||
function goTo(targeturl, target) {
|
||||
//alert('goto');
|
||||
if ( target == 'main' ) {
|
||||
target = window.frame_content;
|
||||
} else if ( target == 'query' ) {
|
||||
|
@@ -1052,14 +1052,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1053,14 +1053,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1051,14 +1051,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1052,14 +1052,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1054,14 +1054,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1053,14 +1053,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1048,14 +1048,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1049,14 +1049,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1045,14 +1045,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1046,14 +1046,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1029,14 +1029,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1028,14 +1028,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1028,14 +1028,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1052,14 +1052,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1051,14 +1051,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1031,14 +1031,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1032,14 +1032,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1048,14 +1048,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1049,14 +1049,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1048,14 +1048,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1021,17 +1021,4 @@ $strYes = 'Si';
|
||||
$strZeroRemovesTheLimit = 'Nota: Es treu el limit establint aquestes opcions a 0 (zero).';
|
||||
$strZip = '"comprimit amb zip"';
|
||||
|
||||
// To translate:
|
||||
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1022,17 +1022,4 @@ $strYes = 'Si';
|
||||
$strZeroRemovesTheLimit = 'Nota: Es treu el limit establint aquestes opcions a 0 (zero).';
|
||||
$strZip = '"comprimit amb zip"';
|
||||
|
||||
// To translate:
|
||||
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1053,14 +1053,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1054,14 +1054,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1032,14 +1032,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1033,14 +1033,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1026,14 +1026,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1027,14 +1027,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1026,14 +1026,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -288,7 +288,6 @@ $strExtra = 'Extra';
|
||||
|
||||
$strFailedAttempts = 'Nepoveden<65>ch pokus<75>';
|
||||
$strFieldHasBeenDropped = 'Sloupec %s byl odstran<61>n';
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Chyba p<>i p<>ejmenov<6F>n<EFBFBD> nahr<68>t<EFBFBD>ho soubory, viz FAQ 1.11';
|
||||
$strFieldsEmpty = ' Nebyl zad<61>n po<70>et sloupc<70>! ';
|
||||
$strFieldsEnclosedBy = 'N<>zvy sloupc<70> uzav<61>en<65>';
|
||||
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
|
||||
@@ -730,7 +729,6 @@ $strServerTabVariables = 'Prom
|
||||
$strServerTrafficNotes = '<b>Provoz serveru</b>: Informace o s<><73>ov<6F>m provozu MySQL serveru od jeho spu<70>t<EFBFBD>n<EFBFBD>.';
|
||||
$strServerVars = 'Prom<6F>nn<6E> a nastaven<65> serveru';
|
||||
$strServerVersion = 'Verze MySQL';
|
||||
$strSessionStartupErrorGeneral = 'Nepoda<64>ilo se zapnout sezen<65> bez chyby, pros<6F>m zkontrolujte chyby v logu PHP a/nebo webserveru a pe<70>liv<69> nastavte podporu sezen<65> v PHP.';
|
||||
$strSessionValue = 'Hodnota sezen<65>';
|
||||
$strSetEnumVal = 'Pokud je sloupec typu „enum“ nebo „set", zad<61>vejte hodnoty v n<>sleduj<75>c<EFBFBD>m form<72>tu: \'a\',\'b\',\'c\'...<br />Pokud pot<6F>ebujete zadat zp<7A>tn<74> lom<6F>tko („\“) nebo jednoduch<63> uvozovky („\'“) mezi t<>mito hodnotami, napi<70>te p<>ed n<> zp<7A>tn<74> lom<6F>tko (p<><70>klad: \'\\\\xyz\' nebo \'a\\\'b\').';
|
||||
$strShowAll = 'Zobrazit v<>e';
|
||||
@@ -980,13 +978,6 @@ $strUpdateProfileMessage = 'P
|
||||
$strUpdateQuery = 'Aktualizovat dotaz';
|
||||
$strUpdComTab = 'Pod<6F>vejte se pros<6F>m do dokumentace, jak aktualizovat tabulku s informacemi o sloupc<70>ch (tabulka column_comments)';
|
||||
$strUpgrade = 'M<>li byste aktualizovat %s na verzi %s nebo vy<76><79><EFBFBD>.';
|
||||
$strUploadErrorCantWrite = 'Chyba p<>i zapisov<6F>n<EFBFBD> souboru na disk.';
|
||||
$strUploadErrorExtension = 'Nahr<68>v<EFBFBD>n<EFBFBD> souboru zastaveno roz<6F><7A><EFBFBD>en<65>m.';
|
||||
$strUploadErrorFormSize = 'Velikost nahran<61>ho souboru p<>esahuje hodnotu MAX_FILE_SIZE, kter<65> byla zad<61>na v HTML formul<75><6C>i.';
|
||||
$strUploadErrorIniSize = 'Velikost nahran<61>ho souboru p<>esahuje nastaven<65> upload_max_filesize v php.ini.';
|
||||
$strUploadErrorNoTempDir = 'Chyb<79>j<EFBFBD>c<EFBFBD> adres<65><73> pro do<64>asn<73> soubory.';
|
||||
$strUploadErrorPartial = 'Soubor byl nahr<68>n jen <20><>ste<74>n<EFBFBD>.';
|
||||
$strUploadErrorUnknown = 'Nezn<7A>m<EFBFBD> chyba p<>i nahr<68>v<EFBFBD>n<EFBFBD> souboru.';
|
||||
$strUploadLimit = 'Pravd<76>podobn<62> jste se pokusili nahr<68>t p<><70>li<6C> velk<6C> soubor. P<>e<EFBFBD>t<EFBFBD>te si pros<6F>m %sdokumentaci%s, jak toto omezen<65> obej<65>t.';
|
||||
$strUploadsNotAllowed = 'Upload soubor<6F> nen<65> na tomto serveru povolen.';
|
||||
$strUsage = 'Pou<6F><75>v<EFBFBD>';
|
||||
@@ -1016,7 +1007,6 @@ $strViewDumpDB = 'Export datab
|
||||
$strViewDump = 'Export tabulky';
|
||||
$strViewHasBeenDropped = 'Pohled %s byl odstran<61>n';
|
||||
$strViewMaxExactCount = 'Tento pohled m<> v<>ce ne<6E> %d z<>znam<61>. Viz %sdokumentace%s.';
|
||||
$strViewName = 'Jm<4A>no pohledu';
|
||||
$strView = 'Pohled';
|
||||
|
||||
$strWebServerUploadDirectoryError = 'Adres<65><73> ur<75>en<65> pro upload soubor<6F> nemohl b<>t otev<65>en';
|
||||
|
@@ -289,7 +289,6 @@ $strExtra = 'Extra';
|
||||
|
||||
$strFailedAttempts = 'Nepovedených pokusů';
|
||||
$strFieldHasBeenDropped = 'Sloupec %s byl odstraněn';
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Chyba při přejmenování nahrátého soubory, viz FAQ 1.11';
|
||||
$strFieldsEmpty = ' Nebyl zadán počet sloupců! ';
|
||||
$strFieldsEnclosedBy = 'Názvy sloupců uzavřené';
|
||||
$strFieldsEscapedBy = 'Názvy sloupců escapovány';
|
||||
@@ -731,7 +730,6 @@ $strServerTabVariables = 'Proměnné';
|
||||
$strServerTrafficNotes = '<b>Provoz serveru</b>: Informace o síťovém provozu MySQL serveru od jeho spuštění.';
|
||||
$strServerVars = 'Proměnné a nastavení serveru';
|
||||
$strServerVersion = 'Verze MySQL';
|
||||
$strSessionStartupErrorGeneral = 'Nepodařilo se zapnout sezení bez chyby, prosím zkontrolujte chyby v logu PHP a/nebo webserveru a pečlivě nastavte podporu sezení v PHP.';
|
||||
$strSessionValue = 'Hodnota sezení';
|
||||
$strSetEnumVal = 'Pokud je sloupec typu „enum“ nebo „set", zadávejte hodnoty v následujícím formátu: \'a\',\'b\',\'c\'...<br />Pokud potřebujete zadat zpětné lomítko („\“) nebo jednoduché uvozovky („\'“) mezi těmito hodnotami, napište před ně zpětné lomítko (příklad: \'\\\\xyz\' nebo \'a\\\'b\').';
|
||||
$strShowAll = 'Zobrazit vše';
|
||||
@@ -981,13 +979,6 @@ $strUpdateProfileMessage = 'Přístup byl změněn.';
|
||||
$strUpdateQuery = 'Aktualizovat dotaz';
|
||||
$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s informacemi o sloupcích (tabulka column_comments)';
|
||||
$strUpgrade = 'Měli byste aktualizovat %s na verzi %s nebo vyšší.';
|
||||
$strUploadErrorCantWrite = 'Chyba při zapisování souboru na disk.';
|
||||
$strUploadErrorExtension = 'Nahrávání souboru zastaveno rozšířením.';
|
||||
$strUploadErrorFormSize = 'Velikost nahraného souboru přesahuje hodnotu MAX_FILE_SIZE, která byla zadána v HTML formuláři.';
|
||||
$strUploadErrorIniSize = 'Velikost nahraného souboru přesahuje nastavení upload_max_filesize v php.ini.';
|
||||
$strUploadErrorNoTempDir = 'Chybějící adresář pro dočasné soubory.';
|
||||
$strUploadErrorPartial = 'Soubor byl nahrán jen částečně.';
|
||||
$strUploadErrorUnknown = 'Neznámá chyba při nahrávání souboru.';
|
||||
$strUploadLimit = 'Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si prosím %sdokumentaci%s, jak toto omezení obejít.';
|
||||
$strUploadsNotAllowed = 'Upload souborů není na tomto serveru povolen.';
|
||||
$strUsage = 'Používá';
|
||||
@@ -1017,7 +1008,6 @@ $strViewDumpDB = 'Export databáze';
|
||||
$strViewDump = 'Export tabulky';
|
||||
$strViewHasBeenDropped = 'Pohled %s byl odstraněn';
|
||||
$strViewMaxExactCount = 'Tento pohled má více než %d záznamů. Viz %sdokumentace%s.';
|
||||
$strViewName = 'Jméno pohledu';
|
||||
$strView = 'Pohled';
|
||||
|
||||
$strWebServerUploadDirectoryError = 'Adresář určený pro upload souborů nemohl být otevřen';
|
||||
|
@@ -288,7 +288,6 @@ $strExtra = 'Extra';
|
||||
|
||||
$strFailedAttempts = 'Nepoveden<65>ch pokus<75>';
|
||||
$strFieldHasBeenDropped = 'Sloupec %s byl odstran<61>n';
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Chyba p<>i p<>ejmenov<6F>n<EFBFBD> nahr<68>t<EFBFBD>ho soubory, viz FAQ 1.11';
|
||||
$strFieldsEmpty = ' Nebyl zad<61>n po<70>et sloupc<70>! ';
|
||||
$strFieldsEnclosedBy = 'N<>zvy sloupc<70> uzav<61>en<65>';
|
||||
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
|
||||
@@ -730,7 +729,6 @@ $strServerTabVariables = 'Prom
|
||||
$strServerTrafficNotes = '<b>Provoz serveru</b>: Informace o s<><73>ov<6F>m provozu MySQL serveru od jeho spu<70>t<EFBFBD>n<EFBFBD>.';
|
||||
$strServerVars = 'Prom<6F>nn<6E> a nastaven<65> serveru';
|
||||
$strServerVersion = 'Verze MySQL';
|
||||
$strSessionStartupErrorGeneral = 'Nepoda<64>ilo se zapnout sezen<65> bez chyby, pros<6F>m zkontrolujte chyby v logu PHP a/nebo webserveru a pe<70>liv<69> nastavte podporu sezen<65> v PHP.';
|
||||
$strSessionValue = 'Hodnota sezen<65>';
|
||||
$strSetEnumVal = 'Pokud je sloupec typu „enum“ nebo „set", zad<61>vejte hodnoty v n<>sleduj<75>c<EFBFBD>m form<72>tu: \'a\',\'b\',\'c\'...<br />Pokud pot<6F>ebujete zadat zp<7A>tn<74> lom<6F>tko („\“) nebo jednoduch<63> uvozovky („\'“) mezi t<>mito hodnotami, napi<70>te p<>ed n<> zp<7A>tn<74> lom<6F>tko (p<><70>klad: \'\\\\xyz\' nebo \'a\\\'b\').';
|
||||
$strShowAll = 'Zobrazit v<>e';
|
||||
@@ -980,13 +978,6 @@ $strUpdateProfileMessage = 'P
|
||||
$strUpdateQuery = 'Aktualizovat dotaz';
|
||||
$strUpdComTab = 'Pod<6F>vejte se pros<6F>m do dokumentace, jak aktualizovat tabulku s informacemi o sloupc<70>ch (tabulka column_comments)';
|
||||
$strUpgrade = 'M<>li byste aktualizovat %s na verzi %s nebo vy<76><79><EFBFBD>.';
|
||||
$strUploadErrorCantWrite = 'Chyba p<>i zapisov<6F>n<EFBFBD> souboru na disk.';
|
||||
$strUploadErrorExtension = 'Nahr<68>v<EFBFBD>n<EFBFBD> souboru zastaveno roz<6F><7A><EFBFBD>en<65>m.';
|
||||
$strUploadErrorFormSize = 'Velikost nahran<61>ho souboru p<>esahuje hodnotu MAX_FILE_SIZE, kter<65> byla zad<61>na v HTML formul<75><6C>i.';
|
||||
$strUploadErrorIniSize = 'Velikost nahran<61>ho souboru p<>esahuje nastaven<65> upload_max_filesize v php.ini.';
|
||||
$strUploadErrorNoTempDir = 'Chyb<79>j<EFBFBD>c<EFBFBD> adres<65><73> pro do<64>asn<73> soubory.';
|
||||
$strUploadErrorPartial = 'Soubor byl nahr<68>n jen <20><>ste<74>n<EFBFBD>.';
|
||||
$strUploadErrorUnknown = 'Nezn<7A>m<EFBFBD> chyba p<>i nahr<68>v<EFBFBD>n<EFBFBD> souboru.';
|
||||
$strUploadLimit = 'Pravd<76>podobn<62> jste se pokusili nahr<68>t p<><70>li<6C> velk<6C> soubor. P<>e<EFBFBD>t<EFBFBD>te si pros<6F>m %sdokumentaci%s, jak toto omezen<65> obej<65>t.';
|
||||
$strUploadsNotAllowed = 'Upload soubor<6F> nen<65> na tomto serveru povolen.';
|
||||
$strUsage = 'Pou<6F><75>v<EFBFBD>';
|
||||
@@ -1016,7 +1007,6 @@ $strViewDumpDB = 'Export datab
|
||||
$strViewDump = 'Export tabulky';
|
||||
$strViewHasBeenDropped = 'Pohled %s byl odstran<61>n';
|
||||
$strViewMaxExactCount = 'Tento pohled m<> v<>ce ne<6E> %d z<>znam<61>. Viz %sdokumentace%s.';
|
||||
$strViewName = 'Jm<4A>no pohledu';
|
||||
$strView = 'Pohled';
|
||||
|
||||
$strWebServerUploadDirectoryError = 'Adres<65><73> ur<75>en<65> pro upload soubor<6F> nemohl b<>t otev<65>en';
|
||||
|
@@ -1027,14 +1027,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1028,14 +1028,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1049,14 +1049,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1049,14 +1049,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1050,14 +1050,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -289,7 +289,6 @@ $strExtra = 'Extra';
|
||||
$strFailedAttempts = 'Failed attempts';
|
||||
$strField = 'Field';
|
||||
$strFieldHasBeenDropped = 'Field %s has been dropped';
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11';
|
||||
$strFieldsEmpty = ' The field count is empty! ';
|
||||
$strFieldsEnclosedBy = 'Fields enclosed by';
|
||||
$strFieldsEscapedBy = 'Fields escaped by';
|
||||
@@ -730,7 +729,6 @@ $strServerTabVariables = 'Variables';
|
||||
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
||||
$strServerVars = 'Server variables and settings';
|
||||
$strServerVersion = 'Server version';
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';
|
||||
$strSessionValue = 'Session value';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
$strShowAll = 'Show all';
|
||||
@@ -980,13 +978,6 @@ $strUpdateProfileMessage = 'The profile has been updated.';
|
||||
$strUpdateQuery = 'Update Query';
|
||||
$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
|
||||
$strUpgrade = 'You should upgrade to %s %s or later.';
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.';
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.';
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.';
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.';
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.';
|
||||
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
|
||||
$strUploadsNotAllowed = 'File uploads are not allowed on this server.';
|
||||
$strUsage = 'Usage';
|
||||
@@ -1016,7 +1007,6 @@ $strViewDumpDB = 'View dump (schema) of database';
|
||||
$strViewDump = 'View dump (schema) of table';
|
||||
$strViewHasBeenDropped = 'View %s has been dropped';
|
||||
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';
|
||||
$strViewName = 'VIEW name';
|
||||
$strView = 'View';
|
||||
|
||||
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
|
||||
|
@@ -289,7 +289,6 @@ $strExtra = 'Extra';
|
||||
$strFailedAttempts = 'Failed attempts';
|
||||
$strField = 'Field';
|
||||
$strFieldHasBeenDropped = 'Field %s has been dropped';
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11';
|
||||
$strFieldsEmpty = ' The field count is empty! ';
|
||||
$strFieldsEnclosedBy = 'Fields enclosed by';
|
||||
$strFieldsEscapedBy = 'Fields escaped by';
|
||||
@@ -730,7 +729,6 @@ $strServerTabVariables = 'Variables';
|
||||
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
||||
$strServerVars = 'Server variables and settings';
|
||||
$strServerVersion = 'Server version';
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';
|
||||
$strSessionValue = 'Session value';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
$strShowAll = 'Show all';
|
||||
@@ -980,13 +978,6 @@ $strUpdateProfileMessage = 'The profile has been updated.';
|
||||
$strUpdateQuery = 'Update Query';
|
||||
$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
|
||||
$strUpgrade = 'You should upgrade to %s %s or later.';
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.';
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.';
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.';
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.';
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.';
|
||||
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
|
||||
$strUploadsNotAllowed = 'File uploads are not allowed on this server.';
|
||||
$strUsage = 'Usage';
|
||||
@@ -1016,7 +1007,6 @@ $strViewDumpDB = 'View dump (schema) of database';
|
||||
$strViewDump = 'View dump (schema) of table';
|
||||
$strViewHasBeenDropped = 'View %s has been dropped';
|
||||
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';
|
||||
$strViewName = 'VIEW name';
|
||||
$strView = 'View';
|
||||
|
||||
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
|
||||
|
@@ -290,7 +290,6 @@ $strExtra = 'Extra';
|
||||
$strFailedAttempts = 'Failed attempts';
|
||||
$strField = 'Field';
|
||||
$strFieldHasBeenDropped = 'Field %s has been dropped';
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11';
|
||||
$strFieldsEmpty = ' The field count is empty! ';
|
||||
$strFieldsEnclosedBy = 'Fields enclosed by';
|
||||
$strFieldsEscapedBy = 'Fields escaped by';
|
||||
@@ -731,7 +730,6 @@ $strServerTabVariables = 'Variables';
|
||||
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
|
||||
$strServerVars = 'Server variables and settings';
|
||||
$strServerVersion = 'Server version';
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';
|
||||
$strSessionValue = 'Session value';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
$strShowAll = 'Show all';
|
||||
@@ -981,13 +979,6 @@ $strUpdateProfileMessage = 'The profile has been updated.';
|
||||
$strUpdateQuery = 'Update Query';
|
||||
$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
|
||||
$strUpgrade = 'You should upgrade to %s %s or later.';
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.';
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.';
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.';
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.';
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.';
|
||||
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
|
||||
$strUploadsNotAllowed = 'File uploads are not allowed on this server.';
|
||||
$strUsage = 'Usage';
|
||||
@@ -1017,7 +1008,6 @@ $strViewDumpDB = 'View dump (schema) of database';
|
||||
$strViewDump = 'View dump (schema) of table';
|
||||
$strViewHasBeenDropped = 'View %s has been dropped';
|
||||
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';
|
||||
$strViewName = 'VIEW name';
|
||||
$strView = 'View';
|
||||
|
||||
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
|
||||
|
@@ -1033,14 +1033,4 @@ $strToggleSmallBig = 'Toggle small/big'; //to translate
|
||||
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1034,14 +1034,4 @@ $strToggleSmallBig = 'Toggle small/big'; //to translate
|
||||
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1027,14 +1027,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1027,14 +1027,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1028,14 +1028,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1024,14 +1024,4 @@ $strYes = 'Oui';
|
||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl<6E>ve la limite.';
|
||||
$strZip = '"zipp<70>"';
|
||||
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1024,14 +1024,4 @@ $strYes = 'Oui';
|
||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl<6E>ve la limite.';
|
||||
$strZip = '"zipp<70>"';
|
||||
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1025,14 +1025,4 @@ $strYes = 'Oui';
|
||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||
$strZip = '"zippé"';
|
||||
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1030,14 +1030,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1031,14 +1031,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1054,14 +1054,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1030,14 +1030,4 @@ $strErrorRelationExists = 'Fehler: Verkn
|
||||
$strErrorSaveTable = 'Fehler beim speichern der Koordinaten f<>r den Designer.';
|
||||
$strSnapToGrid = 'Am Gitter anordnen';
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'Die hochgeladene Datei ist gr<67><72>er als der in der php.ini in upload_max_filesize angegebene Wert.';
|
||||
$strUploadErrorFormSize = 'Die hochgeladene Datei ist gr<67><72>er als der in MAX_FILE_SIZE des HTML Formulars angegebene Wert.';
|
||||
$strUploadErrorPartial = 'Die Datei wurde teilweise <20>bertragen.';
|
||||
$strUploadErrorNoTempDir = 'Kein g<>ltiges Tempor<6F>res Verzeichnis f<>r hochgeladene Dateien.';
|
||||
$strUploadErrorCantWrite = 'Datei konnte gespeichert werden.';
|
||||
$strUploadErrorExtension = 'Dateihochladen durch eine Erweiterung gestoppt.';
|
||||
$strUploadErrorUnknown = 'Unbekannter Fehler beim Dateihochladen.';
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Fehler beim verschieben der hochgeladenen Datei, siehe FAQ 1.11';
|
||||
$strViewName = 'VIEW Name';
|
||||
?>
|
||||
|
@@ -1030,14 +1030,4 @@ $strErrorRelationExists = 'Fehler: Verkn
|
||||
$strErrorSaveTable = 'Fehler beim speichern der Koordinaten f<>r den Designer.';
|
||||
$strSnapToGrid = 'Am Gitter anordnen';
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'Die hochgeladene Datei ist gr<67><72>er als der in der php.ini in upload_max_filesize angegebene Wert.';
|
||||
$strUploadErrorFormSize = 'Die hochgeladene Datei ist gr<67><72>er als der in MAX_FILE_SIZE des HTML Formulars angegebene Wert.';
|
||||
$strUploadErrorPartial = 'Die Datei wurde teilweise <20>bertragen.';
|
||||
$strUploadErrorNoTempDir = 'Kein g<>ltiges Tempor<6F>res Verzeichnis f<>r hochgeladene Dateien.';
|
||||
$strUploadErrorCantWrite = 'Datei konnte gespeichert werden.';
|
||||
$strUploadErrorExtension = 'Dateihochladen durch eine Erweiterung gestoppt.';
|
||||
$strUploadErrorUnknown = 'Unbekannter Fehler beim Dateihochladen.';
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Fehler beim verschieben der hochgeladenen Datei, siehe FAQ 1.11';
|
||||
$strViewName = 'VIEW Name';
|
||||
?>
|
||||
|
@@ -1031,14 +1031,4 @@ $strErrorRelationExists = 'Fehler: Verknüpfung existiert bereits.';
|
||||
$strErrorSaveTable = 'Fehler beim speichern der Koordinaten für den Designer.';
|
||||
$strSnapToGrid = 'Am Gitter anordnen';
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'Die hochgeladene Datei ist größer als der in der php.ini in upload_max_filesize angegebene Wert.';
|
||||
$strUploadErrorFormSize = 'Die hochgeladene Datei ist größer als der in MAX_FILE_SIZE des HTML Formulars angegebene Wert.';
|
||||
$strUploadErrorPartial = 'Die Datei wurde teilweise übertragen.';
|
||||
$strUploadErrorNoTempDir = 'Kein gültiges Temporäres Verzeichnis für hochgeladene Dateien.';
|
||||
$strUploadErrorCantWrite = 'Datei konnte gespeichert werden.';
|
||||
$strUploadErrorExtension = 'Dateihochladen durch eine Erweiterung gestoppt.';
|
||||
$strUploadErrorUnknown = 'Unbekannter Fehler beim Dateihochladen.';
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Fehler beim verschieben der hochgeladenen Datei, siehe FAQ 1.11';
|
||||
$strViewName = 'VIEW Name';
|
||||
?>
|
||||
|
@@ -1050,14 +1050,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1051,14 +1051,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1045,14 +1045,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1046,14 +1046,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1054,14 +1054,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1045,14 +1045,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1046,14 +1046,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1043,14 +1043,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1044,14 +1044,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1027,14 +1027,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1027,14 +1027,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1028,14 +1028,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1032,14 +1032,4 @@ $strYes = '
|
||||
$strZeroRemovesTheLimit = '<27><><EFBFBD><EFBFBD>: <20><><EFBFBD>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 0 (<28><><EFBFBD><EFBFBD>)<29><><EFBFBD><EFBFBD><EFBFBD>ꤹ<EFBFBD><EAA4B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¤<EFBFBD><C2A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD>';
|
||||
$strZip = '"zip <20><><EFBFBD><EFBFBD>"';
|
||||
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1032,14 +1032,4 @@ $strYes = '
|
||||
$strZeroRemovesTheLimit = '<27><><EFBFBD><EFBFBD>: <20>I<EFBFBD>v<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 0 (<28>[<5B><>)<29>ɐݒ肷<DD92><E882B7><EFBFBD>Ɛ<EFBFBD><C690><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD>';
|
||||
$strZip = '"zip <20>`<60><>"';
|
||||
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1032,14 +1032,4 @@ $strYes = 'はい';
|
||||
$strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限を解除します';
|
||||
$strZip = '"zip 形式"';
|
||||
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1048,14 +1048,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1049,14 +1049,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1051,14 +1051,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1050,14 +1050,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1044,14 +1044,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1043,14 +1043,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1065,14 +1065,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1066,14 +1066,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1049,14 +1049,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1025,14 +1025,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1026,14 +1026,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1051,14 +1051,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1050,14 +1050,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1021,14 +1021,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1022,14 +1022,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1021,14 +1021,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1054,14 +1054,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1054,14 +1054,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1055,14 +1055,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1046,14 +1046,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1047,14 +1047,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1048,14 +1048,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1048,14 +1048,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
@@ -1049,14 +1049,4 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate
|
||||
$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
|
||||
$strSnapToGrid = 'Snap to grid'; //to translate
|
||||
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
|
||||
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
|
||||
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
|
||||
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
|
||||
$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
|
||||
$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
|
||||
$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
|
||||
$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
|
||||
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
|
||||
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
|
||||
$strViewName = 'VIEW name'; //to translate
|
||||
?>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user