clarification
This commit is contained in:
177
ChangeLog
177
ChangeLog
@@ -5,10 +5,185 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-09-29 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* lang/czech: Updated.
|
||||
* config.inc.php3, db_details_importdocsql.php3,
|
||||
db_details_structure.php3, libraries/config_import.lib.php3: You now
|
||||
need to explicitely enable docSQL support ($cfg['docSQLDir']), RFE
|
||||
#812033.
|
||||
* Documentation: Documented above and support for compressed dumps.
|
||||
* db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
|
||||
read_dump.php3, tbl_change.php3, tbl_query_box.php3,
|
||||
tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.
|
||||
|
||||
2003-09-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
|
||||
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
|
||||
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
|
||||
* new lang: bosnian, thanks to Samir Kobiljak
|
||||
|
||||
2003-09-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_row_delete.php3, mult_submits.inc.php3,
|
||||
libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
|
||||
RFE 810270: multi-row delete in browse mode
|
||||
* lang/catalan: Updated, thanks to Xavier Navarro (xavin).
|
||||
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
|
||||
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
|
||||
|
||||
2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* tbl_indexes.php3: RFE #812993 (Icons for index table).
|
||||
* lang/persian-*.inc.php3, lang/sync_lang.sh,
|
||||
libraries/select_lang.lib.php3, translators.html:
|
||||
New Persian language files, thanks to Parham Ghaffarian.
|
||||
* libraries/select_lang.lib.php3: Removed a dublicate entry.
|
||||
* translators.html: I'm back. :-)
|
||||
* lang/english.inc.php3: Resorted strings.
|
||||
|
||||
2003-09-26 Garvin Hicking <me@supergarv.de>
|
||||
* left.php3: bug #812481: Fixed display of '__protected__' subgroup in
|
||||
non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.
|
||||
|
||||
2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* libraries/function.js: Fixed bug #811499 (Opera 7.20 messes up row
|
||||
markers), thanks to Michael Johnson (redbeardc).
|
||||
* server_privileges.php3: Fixed bug #811792 (Password not kept when
|
||||
modifying user).
|
||||
|
||||
2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.
|
||||
|
||||
2003-09-23 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/export/sql.php3: bug 811222: we need to analyze the query
|
||||
to get the true column name in case of aliases
|
||||
* libraries/common.lib.php3: bug 810617, final 1.0 version of Safari
|
||||
does not need reduced font size
|
||||
|
||||
2003-09-20 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* pdf_schema.php3: bug 805227: the "Show color" only removed
|
||||
color on arrows, now removes all the color because of printing problems
|
||||
on black&white printers, thanks to Kelley Lingerfelt (rebelkell)
|
||||
|
||||
2003-09-19 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* server_privileges.php3: bug 784961, could not delete a user
|
||||
|
||||
2003-09-19 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
|
||||
with older php (bug #802060).
|
||||
|
||||
2003-09-18 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* libraries/auth/cookie.auth.lib.php3: Improved functionality when more
|
||||
than one cookie auth is being used.
|
||||
|
||||
2003-09-18 Garvin Hicking <me@supergarv.de>
|
||||
* tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: RFE #477472 -
|
||||
Add bookmark option to query window/tab to bookmark any statement.
|
||||
|
||||
2003-09-17 Garvin Hicking <me@supergarv.de>
|
||||
* querywindow.php3: RFE #807282 - Display 'edit' button to alter entries from SQL query
|
||||
history, not execute them immediately.
|
||||
* footer.inc.php3: Bug #805568 - Save SQL history even if 'LockFromUpdate' is selected.
|
||||
* server_databases.php3: Bug #805545 - Refresh left frame when selecting a DB of
|
||||
server_databases.php3
|
||||
|
||||
2003-09-17 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* read_dump.php3, libraries/read_dump.lib.php3: Error message when file
|
||||
can not be read.
|
||||
* tbl_query_box.php3: Do not require any variables in query window.
|
||||
* lang/*, libraries/export/sql.php3: Export separately constraints, so
|
||||
they don't cause troubles on import (bug #807615).
|
||||
* Documentation, config.inc.php3, left.php3, main.php3, lang/*,
|
||||
libraries/common.lib.php3, libraries/config_import.lib.php3,
|
||||
libraries/auth/cookie.auth.lib.php3,
|
||||
libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
|
||||
into cookie auth, new config variable for enabling this
|
||||
$cfg['AllowArbitraryServer'].
|
||||
* db_details.php3, tbl_change.php3, tbl_query_box.php3,
|
||||
libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files (RFE
|
||||
#752886).
|
||||
* Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
|
||||
libraries/config_import.lib.php3: Allow compressing large SQL dumps -
|
||||
they are compressed by smaller chunks and send to browser (RFE #795849).
|
||||
* tbl_properties_operations.php3: Remove '; InnoDB free:' part from
|
||||
comment including references.
|
||||
|
||||
2003-09-16 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* sql.php3: bug 790849 (js disabled and user removes the row limit
|
||||
from the Show [30] rows)
|
||||
|
||||
2003-09-16 Garvin Hicking <me@supergarv.de>
|
||||
* db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
|
||||
PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
|
||||
It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
|
||||
one. Keep old function for any future use.
|
||||
|
||||
2003-09-15 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_properties_links.php3, db_details_structure.php3: in Table view,
|
||||
"Select" becomes "Search" to denote more clearly was this sub-page
|
||||
is about
|
||||
|
||||
2003-09-15 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* libraries/export/sql.php3: Avoid freeing failed result.
|
||||
|
||||
2003-09-14 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: clarify FAQ 6.20 about which privileges are
|
||||
assigned to users after an upgrade to MySQL 4, and their effect
|
||||
on seeing all the databases.
|
||||
|
||||
2003-09-12 Garvin Hicking <me@supergarv.de>
|
||||
* lang/*, sql.php3, libraries/bookmark.lib.php3: RFE #804896
|
||||
(Bookmarks for all users)
|
||||
* lang/german*: Update
|
||||
* Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
|
||||
not working on PHP < 4.0.3
|
||||
|
||||
2003-09-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/turkish update, thanks to Bora Alioglu
|
||||
* libraries/display_tbl.lib.php3: bug 804592 (undefined $prev_index)
|
||||
and add "Sort" tooltip to each column header
|
||||
|
||||
2003-09-11 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* read_dump.php3: Add also limit to size, not only to pieces, because of
|
||||
extended inserts (bug #803372).
|
||||
|
||||
2003-09-10 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: clarify about InnoDB support
|
||||
* libraries/sqlparser.lib.php3: bug 790903: BINARY as an operator;
|
||||
bug 792511: SELECT * FROM mytable LIMIT 0,-1
|
||||
* libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
|
||||
from mysql_list_fields, so modify PMA_mysql_list_fields to use
|
||||
SELECT * FROM db.table LIMIT 1
|
||||
(Thanks to Peter Beckman (ooglek))
|
||||
|
||||
2003-09-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
|
||||
from mysql_list_tables, so modify PMA_mysql_list_tables to use
|
||||
SHOW TABLES FROM
|
||||
|
||||
2003-09-09 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* tbl_relation.php3: Avoid message about not array variable when no InnoDB
|
||||
relations used.
|
||||
* libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
|
||||
indexes (RFE #528503).
|
||||
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
|
||||
* lang/dutch: Updated, thanks to nobody :-).
|
||||
|
||||
2003-09-08 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
|
||||
config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
|
||||
libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
|
||||
server (RFE #684097).
|
||||
|
||||
2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* server_privileges.php3: Fixed bug #802611 (No 'LOCK TABLES' in DB-specific
|
||||
privileges).
|
||||
|
||||
2003-09-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||
### 2.5.3 released
|
||||
|
||||
2003-09-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/sqlparser.lib.php3: NO ACTION was not correctly treated
|
||||
* tbl_relation.php3: InnoDB support
|
||||
|
||||
|
||||
2003-09-03 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* lang/italian: Updated, thanks to Pietro Danesi (danone).
|
||||
|
||||
|
@@ -105,15 +105,16 @@
|
||||
<li>export (*) data to CSV, XML and Latex formats</li>
|
||||
<li>administer multiple servers</li>
|
||||
<li>manage MySQL users and privileges</li>
|
||||
<li>check referential integrity</li>
|
||||
<li>check referential integrity in MyISAM tables</li>
|
||||
<li>using Query-by-example (QBE), create complex queries automatically connecting required tables</li>
|
||||
<li>create PDF graphics of your Database layout</li>
|
||||
<li>search globally in a database or a subset of it</li>
|
||||
<li>transform stored data into any format using a set of predefined functions,
|
||||
like displaying BLOB-data as image or download-link or ...</li>
|
||||
<li>support InnoDB tables and foreign keys (see FAQ 3.6)</li>
|
||||
<li>
|
||||
communicate in
|
||||
<a href="./translators.html">42 different languages</a>
|
||||
<a href="./translators.html">44 different languages</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -226,18 +227,18 @@
|
||||
<li>
|
||||
For 'HTTP' and 'cookie' modes, phpMyAdmin needs a controluser that has
|
||||
<b>only</b> the <tt>SELECT</tt> privilege on the <i>mysql.user (all
|
||||
columns except "Password")</i>, <i>mysql.db (all columns)</i>
|
||||
& <i>mysql.tables_priv (all columns except "Grantor"
|
||||
& "Timestamp") </i>tables.<br />
|
||||
You must specify the details for the controluser in the
|
||||
columns except "Password")</i>, <i>mysql.db (all
|
||||
columns)</i> & <i>mysql.tables_priv (all columns except
|
||||
"Grantor" & "Timestamp") </i>tables.<br /> You
|
||||
must specify the details for the controluser in the
|
||||
<i>config.inc.php3</i> file under the
|
||||
<tt>$cfg['Servers'][$i]['controluser']</tt>&
|
||||
<tt>$cfg['Servers'][$i]['controlpass']</tt> settings.<br />
|
||||
The following example assumes you want to use <tt>pma</tt> as the
|
||||
<tt>$cfg['Servers'][$i]['controlpass']</tt> settings.<br /> The
|
||||
following example assumes you want to use <tt>pma</tt> as the
|
||||
controluser and <tt>pmapass</tt> as the controlpass, but <b>this is
|
||||
only an example: use something else in your file!</b><br />
|
||||
Of course you have to replace <tt>localhost</tt> by the webserver's host
|
||||
if it's not the same as the MySQL server's one.
|
||||
only an example: use something else in your file!</b><br /> Of course
|
||||
you have to replace <tt>localhost</tt> by the webserver's host if it's
|
||||
not the same as the MySQL server's one.
|
||||
<pre>
|
||||
|
||||
GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass';
|
||||
@@ -286,8 +287,8 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
||||
<br />
|
||||
What the user may now do is controlled entirely by the MySQL user
|
||||
management system.<br />
|
||||
With HTTP or cookie authentication mode, you don't need to fill the user/password
|
||||
fields inside the <tt>$cfg['Servers']</tt> array.<br />
|
||||
With HTTP or cookie authentication mode, you don't need to fill the
|
||||
user/password fields inside the <tt>$cfg['Servers']</tt> array.<br />
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -308,6 +309,8 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
||||
<li>Obviously, the user must enable cookies in the browser.</li>
|
||||
<li>With this mode, the use can truly logout of phpMyAdmin and login back
|
||||
with the same username.</li>
|
||||
<li>If you want to login to arbitrary server see
|
||||
<tt>$cfg['AllowArbitraryServer']</tt> directive.</li>
|
||||
</ul>
|
||||
|
||||
<p><b>'config' authentication mode:</b></p>
|
||||
@@ -405,8 +408,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
Starting with version 2.5.2, the 'cookie' auth_type uses blowfish
|
||||
algorithm to encrypt the password.
|
||||
<br />
|
||||
If at least one server configuration uses 'cookie' auth_type,
|
||||
enter here a passphrase that will be used by blowfish.
|
||||
If at least one server configuration uses 'cookie' auth_type, enter
|
||||
here a passphrase that will be used by blowfish.
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['Servers']</b> array</dt>
|
||||
@@ -478,9 +481,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<i>mysql.db (all columns)</i> & <i>mysql.tables_priv (all columns
|
||||
except "Grantor" & "Timestamp") </i>tables.
|
||||
This account is used to check what databases the user will see at
|
||||
login.<br />
|
||||
Please see the <a href="#setup">install section</a>
|
||||
on "Using HTTP authentication" for more information.
|
||||
login.
|
||||
<br />
|
||||
Please see the <a href="#setup">install section</a> on
|
||||
"Using HTTP authentication" for more information.
|
||||
<br /><br />
|
||||
Note that if you try login to phpMyAdmin with this
|
||||
"controluser", you could get some errors, depending the exact
|
||||
@@ -492,7 +496,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['Servers'][$i]['auth_type']</b> string <tt>['http'|'cookie'|'config']</tt></dt>
|
||||
<dt><b>$cfg['Servers'][$i]['auth_type']</b> string
|
||||
<tt>['http'|'cookie'|'config']</tt></dt>
|
||||
<dd>
|
||||
Whether config or cookie or http authentication should be used for this
|
||||
server.
|
||||
@@ -508,9 +513,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
'cookie' authentication mode
|
||||
(<tt>$auth_type = 'cookie'</tt>) as introduced in
|
||||
2.2.3 allows you to log in as any valid MySQL user with the
|
||||
help of... cookies. Log name and password are stored in
|
||||
help of cookies. Log name and password are stored in
|
||||
cookies during the session and password is deleted when it
|
||||
ends.
|
||||
ends. This can also allow you to login in arbitrary server if
|
||||
<tt>$cfg['AllowArbitraryServer']</tt> enabled.
|
||||
</li>
|
||||
<li>
|
||||
'http' authentication (was called 'advanced' in older versions)
|
||||
@@ -530,8 +536,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
</dt>
|
||||
<dd>
|
||||
The user/password-pair which phpMyAdmin will use to connect to this
|
||||
MySQL-server. This user/password pair is not needed when HTTP or cookie
|
||||
authentication is used, and should be empty.<br /><br />
|
||||
MySQL-server. This user/password pair is not needed when HTTP or
|
||||
cookie authentication is used, and should be empty.<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['Servers'][$i]['only_db']</b> string or array</dt>
|
||||
@@ -1070,15 +1076,25 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
|
||||
<dt><b>$cfg['IgnoreMultiSubmitErrors'] </b>boolean</dt>
|
||||
<dd>
|
||||
Define whether phpMyAdmin will continue executing a multi-query statement if one of the
|
||||
queries fails. Default is to abort execution.
|
||||
Define whether phpMyAdmin will continue executing a multi-query
|
||||
statement if one of the queries fails. Default is to abort execution.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['VerboseMultiSubmit'] </b>boolean</dt>
|
||||
<dd>
|
||||
Define whether phpMyAdmin will output the results of each query of a multi-query statement
|
||||
embedded into the SQL output as inline comments. Defaults to TRUE.
|
||||
Define whether phpMyAdmin will output the results of each query of a
|
||||
multi-query statement embedded into the SQL output as inline comments.
|
||||
Defaults to TRUE.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['AllowArbitraryServer'] </b>boolean</dt>
|
||||
<dd>
|
||||
If enabled allows you to login to arbitrary server using cookie auth.
|
||||
<br /><br />
|
||||
<b>NOTE:</b> Please use this carefully, as this may allow to access
|
||||
MySQL servers behind firewall where your http server is placed.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
@@ -1093,12 +1109,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
|
||||
<dt><b>$cfg['LeftFrameTableSeparator']</b> string</dt>
|
||||
<dd>
|
||||
Defines a string to be used to nest table spaces. Defaults to '__'. This
|
||||
means if you have tables like 'first__second__third' this will be
|
||||
Defines a string to be used to nest table spaces. Defaults to '__'.
|
||||
This means if you have tables like 'first__second__third' this will be
|
||||
shown as a three-level hierarchie like: first > second > third.
|
||||
If set to FALSE or empty, the feature is disabled.
|
||||
NOTE: You shall not use this Separator in a table name at the beginning or
|
||||
end of a table name, or multiple times after another without any other
|
||||
If set to FALSE or empty, the feature is disabled. NOTE: You shall
|
||||
not use this Separator in a table name at the beginning or end of a
|
||||
table name, or multiple times after another without any other
|
||||
characters in between.
|
||||
<br /><br />
|
||||
</dd>
|
||||
@@ -1119,10 +1135,11 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
|
||||
<dt><b>$cfg['ShowTooltipAliasDB'] </b>boolean</dt>
|
||||
<dd>
|
||||
If tool-tips are enabled and a DB comment is set, this will flip the comment
|
||||
and the real name. That means, if you have a table called 'user0001' and add
|
||||
the comment 'MyName' on it, you will see the name 'MyName' used consequently
|
||||
in the left frame and the tool-tip shows the real name of the DB.
|
||||
If tool-tips are enabled and a DB comment is set, this will flip the
|
||||
comment and the real name. That means, if you have a table called
|
||||
'user0001' and add the comment 'MyName' on it, you will see the name
|
||||
'MyName' used consequently in the left frame and the tool-tip shows
|
||||
the real name of the DB.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
@@ -1151,8 +1168,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
Defines whether to display the "MySQL runtime information",
|
||||
"MySQL system variables", "PHP information" and
|
||||
"Change password " links or not for simple users at the
|
||||
starting main (right) frame. This setting does not check MySQL commands
|
||||
entered directly.
|
||||
starting main (right) frame. This setting does not check MySQL
|
||||
commands entered directly.
|
||||
<br /><br />
|
||||
|
||||
Please note that to block the usage of phpinfo() in scripts, you
|
||||
@@ -1161,9 +1178,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<br /><br />
|
||||
|
||||
Also note that enabling the "Change password " link has no
|
||||
effect with "config" authentication mode: because of the hard
|
||||
coded password value in the configuration file, end users can't be
|
||||
allowed to change their passwords.
|
||||
effect with "config" authentication mode: because of the
|
||||
hard coded password value in the configuration file, end users can't
|
||||
be allowed to change their passwords.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
@@ -1259,15 +1276,29 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<b>$cfg['CompressOnFly'] </b>boolean<br />
|
||||
</dt>
|
||||
<dd>
|
||||
Defines whether to allow ont the fly compression for GZip/BZip2
|
||||
compressed exports. This doesn't affect smaller dumps and allows to
|
||||
create larger dumps, that won't fit otherwise in memory due to php
|
||||
memory limit. Produced files contain more GZip/BZip2 headers, but all
|
||||
normal programs handles this correctly.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['LightTabs'] </b>string</dt>
|
||||
<dd>
|
||||
If set to True, do use less graphically intense tabs on the top of the mainframe.
|
||||
If set to True, do use less graphically intense tabs on the top of the
|
||||
mainframe.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['PropertiesIconic'] </b>string</dt>
|
||||
<dd>
|
||||
If set to True, will display icons instead of text for db and table properties links (like 'Browse', 'Select', 'Insert', ...).<br />
|
||||
If set to True, will display icons instead of text for db and table
|
||||
properties links (like 'Browse', 'Select', 'Insert', ...).<br />
|
||||
Can be set to 'both' if you want icons AND text.<br />
|
||||
When set to False, will only show text.
|
||||
<br /><br />
|
||||
@@ -1275,9 +1306,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
|
||||
<dt><b>$cfg['PropertiesNumColumns'] </b>integer</dt>
|
||||
<dd>
|
||||
How many columns will be utilized to display the tables on the database property view?
|
||||
Default is 1 column. When setting this to a value larger than 1, the type of the database will be
|
||||
omitted for more display space.
|
||||
How many columns will be utilized to display the tables on the
|
||||
database property view? Default is 1 column. When setting this to a
|
||||
value larger than 1, the type of the database will be omitted for more
|
||||
display space.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
@@ -1287,8 +1319,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
Defines the tab displayed by default on server view. Possible
|
||||
values: "main.php3" (recommended for multi-user setups),
|
||||
"server_databases.php3", "server_status.php3",
|
||||
"server_variables.php3", "server_privileges.php3" or
|
||||
"server_processlist.php3".
|
||||
"server_variables.php3", "server_privileges.php3"
|
||||
or "server_processlist.php3".
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
@@ -1388,8 +1420,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<dt><b>$cfg['IconvExtraParams'] </b>string</dt>
|
||||
<dd>
|
||||
Specify some parameters for iconv used in charset conversion. See
|
||||
<a
|
||||
href="http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html">iconv
|
||||
<a href="http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html">iconv
|
||||
documentation</a> for details.
|
||||
<br /><br />
|
||||
</dd>
|
||||
@@ -1555,23 +1586,27 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<b>$cfg['HeaderFlipType'] </b>string
|
||||
</dt>
|
||||
<dd>
|
||||
There are 3 display modes: horizontal, horizontalflipped and vertical. Define
|
||||
which one is displayed by default. The first mode displays each row on a
|
||||
horizontal line, the second rotates the headers by 90 degrees, so you can use
|
||||
descriptive headers even though fields only contain small values and still
|
||||
print them out. The vertical mode sorts each row on a vertical lineup.<br /><br />
|
||||
The HeaderFlipType can be set to 'css' or 'faked'. When using 'css' the rotation
|
||||
of the header for horizontalflipped is done via CSS. If set to 'faked' PGP
|
||||
does the transformation for you, but of course this does not look as good as CSS.
|
||||
There are 3 display modes: horizontal, horizontalflipped and vertical.
|
||||
Define which one is displayed by default. The first mode displays each
|
||||
row on a horizontal line, the second rotates the headers by 90
|
||||
degrees, so you can use descriptive headers even though fields only
|
||||
contain small values and still print them out. The vertical mode sorts
|
||||
each row on a vertical lineup.
|
||||
<br /><br />
|
||||
The HeaderFlipType can be set to 'css' or 'faked'. When using 'css'
|
||||
the rotation of the header for horizontalflipped is done via CSS. If
|
||||
set to 'faked' PGP does the transformation for you, but of course this
|
||||
does not look as good as CSS.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['DefaultPropDisplay'] </b>string</dt>
|
||||
<dd>
|
||||
When editing/creating new columns in a table all fields normally get lined up
|
||||
one field a line. (default: 'horizontal'). If you set this to 'vertical' you
|
||||
can have each field lined up vertically beneath each other. You can save up
|
||||
a lot of place on the horizontal direction and no longer have to scroll.
|
||||
When editing/creating new columns in a table all fields normally get
|
||||
lined up one field a line. (default: 'horizontal'). If you set this to
|
||||
'vertical' you can have each field lined up vertically beneath each
|
||||
other. You can save up a lot of place on the horizontal direction and
|
||||
no longer have to scroll.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
@@ -1579,22 +1614,24 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<b>$cfg['ShowPropertyComments'] </b>boolean<br />
|
||||
</dt>
|
||||
<dd>
|
||||
By setting the corresponding variable to TRUE you can enable the display of
|
||||
column comments in Browse or Property display. In browse mode, the comments
|
||||
are show inside the header. In property mode, comments are displayed using
|
||||
a CSS-formatted dashed-line below the name of the field. The comment is shown
|
||||
as a tool-tip for that field.
|
||||
By setting the corresponding variable to TRUE you can enable the
|
||||
display of column comments in Browse or Property display. In browse
|
||||
mode, the comments are show inside the header. In property mode,
|
||||
comments are displayed using a CSS-formatted dashed-line below the
|
||||
name of the field. The comment is shown as a tool-tip for that field.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['UploadDir'] </b>string</dt>
|
||||
<dd>
|
||||
The name of the directory, ending with a slash, where SQL files have
|
||||
been uploaded by other means than phpMyAdmin (for example, ftp).
|
||||
Those files are available under a drop-down box when you click the
|
||||
database name, then the SQL tab.
|
||||
The name of the directory, where SQL files have been uploaded by other
|
||||
means than phpMyAdmin (for example, ftp). Those files are available
|
||||
under a drop-down box when you click the database name, then the SQL
|
||||
tab.
|
||||
<br /><br />
|
||||
Please note that the file names must have the suffix ".sql".
|
||||
Please note that the file names must have the suffix ".sql"
|
||||
(or ".sql.bz2" or ".sql.gz" if support for
|
||||
compressed formats is enabled).
|
||||
<br /><br />
|
||||
This feature is useful when your file is too big to be uploaded via
|
||||
HTTP, or when file uploads are disabled in PHP.
|
||||
@@ -1604,10 +1641,19 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['docSQLDir'] </b>string</dt>
|
||||
<dd>
|
||||
The name of the directory, where docSQL files can be uploaded for
|
||||
import into phpMyAdmin.
|
||||
<br /><br />
|
||||
Please note that if PHP is running in safe mode, this directory must
|
||||
be owned by the same user as the owner of the phpMyAdmin scripts.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['SaveDir'] </b>string</dt>
|
||||
<dd>
|
||||
The name of the directory, ending with a slash, where dumps can
|
||||
be saved.
|
||||
The name of the directory, where dumps can be saved.
|
||||
<br /><br />
|
||||
Please note that the directory has to be writable for user running
|
||||
webserver.
|
||||
@@ -1641,39 +1687,52 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<b>$cfg['QueryHistoryMax'] </b>integer
|
||||
</dt>
|
||||
<dd>
|
||||
All those variables affect the new query frame/window. When $cfg['QueryFrame']
|
||||
is set to true a new frame is embedded on the left with a small area. Clicking
|
||||
on that results in opening a direct interface to enter SQL queries.<br /><br />
|
||||
When $cfg['QueryFrameJS'] is set to true, clicking on that link opens a new
|
||||
custom sized browser window ($cfg['QueryWindowWidth'], $cfg['QueryWindowWidth'] -
|
||||
both integers for the size in pixels). If set to false, clicking on the link
|
||||
only opens the SQL input in the mainframe.<br /><br />
|
||||
The usage of the JavaScript query window is recommended if you have a JavaScript
|
||||
enabled browser. Basic functions are used to exchange quite a few variables, so
|
||||
most 4th generation browsers should be capable to use that feature. It currently
|
||||
is only tested with Internet Explorer 6 and Mozilla 1.x.<br /><br />
|
||||
If $cfg['QueryHistoryDB'] is set to TRUE, all your Queries are logged to a table,
|
||||
which has to be created by you (see <a href="#history">$cfg['Servers'][$i]['history']</a>).
|
||||
If set to FALSE, all your queries will be appended to the form, but only as long
|
||||
as your window is opened they remain saved.<br /><br />
|
||||
When using the JavaScript based query window, it will always get updated when you
|
||||
click on a new table/db to browse and will focus if you click on "Edit SQL" after
|
||||
using a query. You can suppress updating the query window by checking the box
|
||||
"Do not overwrite this query from outside the window" below the query textarea. Then
|
||||
you can browse tables/databases in the background without losing the contents of the
|
||||
textarea, so this is especially useful when composing a query with tables you first
|
||||
have to look in. The checkbox will get automatically checked whenever you change the
|
||||
contents of the textarea. Please uncheck the button whenever you definitely want the
|
||||
query window to get updated even though you have made alterations.<br /><br />
|
||||
If $cfg['QueryHistoryDB'] is set to TRUE you can specify the amount of saved
|
||||
history items using $cfg['QueryHistoryMax'].<br /><br />
|
||||
The query window also has a custom tabbed look to group the features. Using the
|
||||
variable $cfg['QueryWindowDefTab'] you can specify the default tab to be used
|
||||
when opening the query window. It can be set to either 'sql', 'files', 'history'
|
||||
or 'full'.<br /><br />
|
||||
The variable $cfg['QueryFrameDebug'] can be used by developers for easier future
|
||||
feature integration.
|
||||
<br /><br />
|
||||
All those variables affect the new query frame/window. When
|
||||
$cfg['QueryFrame'] is set to true a new frame is embedded on the left
|
||||
with a small area. Clicking on that results in opening a direct
|
||||
interface to enter SQL queries.
|
||||
<br /><br />
|
||||
When $cfg['QueryFrameJS'] is set to true, clicking on that link opens
|
||||
a new custom sized browser window ($cfg['QueryWindowWidth'],
|
||||
$cfg['QueryWindowWidth'] - both integers for the size in pixels). If
|
||||
set to false, clicking on the link only opens the SQL input in the
|
||||
mainframe.
|
||||
<br /><br />
|
||||
The usage of the JavaScript query window is recommended if you have a
|
||||
JavaScript enabled browser. Basic functions are used to exchange quite
|
||||
a few variables, so most 4th generation browsers should be capable to
|
||||
use that feature. It currently is only tested with Internet Explorer 6
|
||||
and Mozilla 1.x.
|
||||
<br /><br />
|
||||
If $cfg['QueryHistoryDB'] is set to TRUE, all your Queries are logged
|
||||
to a table, which has to be created by you (see <a
|
||||
href="#history">$cfg['Servers'][$i]['history']</a>). If set to FALSE,
|
||||
all your queries will be appended to the form, but only as long as
|
||||
your window is opened they remain saved.
|
||||
<br /><br />
|
||||
When using the JavaScript based query window, it will always get
|
||||
updated when you click on a new table/db to browse and will focus if
|
||||
you click on "Edit SQL" after using a query. You can suppress updating
|
||||
the query window by checking the box "Do not overwrite this query from
|
||||
outside the window" below the query textarea. Then you can browse
|
||||
tables/databases in the background without losing the contents of the
|
||||
textarea, so this is especially useful when composing a query with
|
||||
tables you first have to look in. The checkbox will get automatically
|
||||
checked whenever you change the contents of the textarea. Please
|
||||
uncheck the button whenever you definitely want the query window to
|
||||
get updated even though you have made alterations.
|
||||
<br /><br />
|
||||
If $cfg['QueryHistoryDB'] is set to TRUE you can specify the amount of
|
||||
saved history items using $cfg['QueryHistoryMax'].
|
||||
<br /><br />
|
||||
The query window also has a custom tabbed look to group the features.
|
||||
Using the variable $cfg['QueryWindowDefTab'] you can specify the
|
||||
default tab to be used when opening the query window. It can be set to
|
||||
either 'sql', 'files', 'history' or 'full'.
|
||||
<br /><br />
|
||||
The variable $cfg['QueryFrameDebug'] can be used by developers for
|
||||
easier future feature integration.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['BrowseMIME'] </b>boolean</dt>
|
||||
@@ -1694,35 +1753,41 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<a name="wysiwyg"></a>
|
||||
<dt><b>$cfg['WYSIWYG-PDF'] </b>boolean</dt>
|
||||
<dd>
|
||||
Utilizes a WYSIWYG editing control to easily place elements of a PDF page.
|
||||
By clicking on the button 'toggle scratchboard' on the page where you
|
||||
edit x/y coordinates of those elements you can activate a scratchboard where
|
||||
all your elements are placed. By clicking on an element, you can move them
|
||||
around in the pre-defined area and the x/y coordinates will get updated
|
||||
dynamically. Likewise, when entering a new position directly into the
|
||||
input field, the new position in the scratchboard changes after your
|
||||
cursors leaves the input field.<br />
|
||||
You have to click on the 'OK'-button below the tables to save the new positions.
|
||||
If you want to place a new element, first add it to the table of elements and
|
||||
then you can drag the new element around.<br />
|
||||
By changing the paper size and the orientation you can change the size of the
|
||||
scratchboard as well. You can do so by just changing the dropdown field below,
|
||||
and the scratchboard will resize automatically, without interfering with the
|
||||
current placement of the elements.<br />
|
||||
If ever an element gets out of range you can either enlarge the paper size
|
||||
or click on the 'reset' button to place all elements below each other.<br />
|
||||
<b>NOTE:</b> You have to use a recent browser like IE6 or Mozilla to get this control
|
||||
to work. The basic Drag&Drop script functionality was kindly borrowed from www.youngpup.net and
|
||||
is underlying so specific license.
|
||||
<br /><br />
|
||||
Utilizes a WYSIWYG editing control to easily place elements of a PDF
|
||||
page. By clicking on the button 'toggle scratchboard' on the page
|
||||
where you edit x/y coordinates of those elements you can activate a
|
||||
scratchboard where all your elements are placed. By clicking on an
|
||||
element, you can move them around in the pre-defined area and the x/y
|
||||
coordinates will get updated dynamically. Likewise, when entering a
|
||||
new position directly into the input field, the new position in the
|
||||
scratchboard changes after your cursors leaves the input field.
|
||||
<br />
|
||||
You have to click on the 'OK'-button below the tables to save the new
|
||||
positions. If you want to place a new element, first add it to the
|
||||
table of elements and then you can drag the new element around.
|
||||
<br />
|
||||
By changing the paper size and the orientation you can change the size
|
||||
of the scratchboard as well. You can do so by just changing the
|
||||
dropdown field below, and the scratchboard will resize automatically,
|
||||
without interfering with the current placement of the elements.
|
||||
<br />
|
||||
If ever an element gets out of range you can either enlarge the paper
|
||||
size or click on the 'reset' button to place all elements below each
|
||||
other.
|
||||
<br />
|
||||
<b>NOTE:</b> You have to use a recent browser like IE6 or Mozilla to
|
||||
get this control to work. The basic Drag&Drop script functionality
|
||||
was kindly borrowed from www.youngpup.net and is underlying so
|
||||
specific license.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['SQP']['fmtType']</b> string [<tt>html</tt>|<tt>none</tt>]</dt>
|
||||
<dd>
|
||||
The main use of the new SQL Parser is to pretty-print SQL queries. By
|
||||
default we use HTML to format the query, but you can disable this by
|
||||
setting this variable to <tt>'none'</tt>
|
||||
<br /><br />
|
||||
The main use of the new SQL Parser is to pretty-print SQL queries. By
|
||||
default we use HTML to format the query, but you can disable this by
|
||||
setting this variable to <tt>'none'</tt>.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['SQP']['fmtInd']</b> float<br />
|
||||
@@ -2454,8 +2519,9 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
AddType application/x-httpd-php .php
|
||||
</tt>
|
||||
<br /><br />
|
||||
In the case we saw, one set of directives was in <tt>httpd.conf</tt>, while
|
||||
the other set was in <tt>php.conf</tt>.<br />
|
||||
In the case we saw, one set of directives was in
|
||||
<tt>/etc/httpd/conf/httpd.conf</tt>, while
|
||||
the other set was in <tt>/etc/httpd/conf/addon-modules/php.conf</tt>.<br />
|
||||
The recommended way is with <tt>AddType</tt>, so just comment out
|
||||
the first set of lines and restart Apache:
|
||||
<br /><br />
|
||||
@@ -2602,11 +2668,11 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
limit error or a time limit error.
|
||||
</h4>
|
||||
<p>
|
||||
As of version 2.2.4, we build the compressed dump in memory, so large
|
||||
tables dumps may hang. The only alternative we can think about (using
|
||||
system calls to mysqldump then gzip or bzip2) would not be applicable in
|
||||
environments where PHP is in safe mode: access to system programs is
|
||||
is limited by the system administrator, and time limit is enforced.
|
||||
Compressed dumps are built in memory and because of this are limited to
|
||||
php's memory limit. For GZip/BZip2 exports this can be overcome since
|
||||
2.5.4 using <tt>$cfg['CompressOnFly']</tt> (enabled by default). Zip
|
||||
exports can not be handled this way, so if you need Zip files for larger
|
||||
dump, you have to use another way.
|
||||
</p>
|
||||
|
||||
<h4>
|
||||
@@ -2614,8 +2680,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
or alter a table.
|
||||
</h4>
|
||||
<p>
|
||||
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?). However, keep in
|
||||
mind that phpMyAdmin as of version 2.3.0 does not support InnoDB.
|
||||
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?).
|
||||
</p>
|
||||
|
||||
<h4>
|
||||
@@ -2648,7 +2713,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
</p>
|
||||
|
||||
<h4>
|
||||
[3.3] When using nested folders ($cfg['LeftFrameTableSeparator']) there
|
||||
[3.5] When using nested folders ($cfg['LeftFrameTableSeparator']) there
|
||||
are some multiple hierarchies displayed in a wrong manner?!
|
||||
</h4>
|
||||
<p>
|
||||
@@ -2658,6 +2723,16 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
that feature
|
||||
</p>
|
||||
|
||||
<h4>
|
||||
[3.6] What is currently not supported in phpMyAdmin about InnoDB?
|
||||
</h4>
|
||||
<p>
|
||||
In Relation view, being able to choose a table in another database,
|
||||
or having more than one index field in the foreign key.<br /><br/>
|
||||
In Query-by-example (Query), automatic generation of the query
|
||||
LEFT JOIN from the foreign table.
|
||||
</p>
|
||||
|
||||
<a name="faqmultiuser"></a><br />
|
||||
<h3>[4. ISPs, multi-user installations ]</h3>
|
||||
|
||||
@@ -3283,7 +3358,8 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
using the variable expansion inside of a "LIKE ''" expression.<br />
|
||||
Your initial query which is going to be stored as a bookmark has to yield at least one result row so
|
||||
you can store the bookmark. You may have that to work around using well positioned "/**/"
|
||||
comments.
|
||||
comments.<br />
|
||||
<b>Variable expansion with PHP-Versions prior to 4.0.3 may not work as expected due to a necessary extra-space after any [VARIABLE] usage</b>
|
||||
</p>
|
||||
|
||||
<h4>
|
||||
@@ -3312,10 +3388,12 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
access them.
|
||||
</h4>
|
||||
<p>
|
||||
Upgrading to MySQL 4 usually gives users a global privilege: CREATE
|
||||
TEMPORARY TABLES. This privilege also enables users to see all the
|
||||
database names. See this <a href="http://bugs.mysql.com/179">bug report</a>. <br /><br />
|
||||
So if your users do not need this privilege, you can remove it and their
|
||||
Upgrading to MySQL 4 usually gives users those global privileges: CREATE
|
||||
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
|
||||
enables users to see all the database names, until you upgrade the grant
|
||||
tables as described in the MySQL manual, section 2.5.6.
|
||||
See this <a href="http://bugs.mysql.com/179">bug report</a>. <br /><br />
|
||||
So if your users do not need those privileges, you can remove them and their
|
||||
databases list will shorten.
|
||||
</p>
|
||||
<h4>
|
||||
|
@@ -6,7 +6,7 @@
|
||||
Transformations - FAQ - Developers - Credits - Translators
|
||||
______________________________________________________________________
|
||||
|
||||
phpMyAdmin 2.5.3-rc2 Documentation
|
||||
phpMyAdmin 2.5.4-dev Documentation
|
||||
|
||||
* SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/
|
||||
]
|
||||
@@ -14,8 +14,8 @@
|
||||
+ Version history: ChangeLog
|
||||
+ General notes: README
|
||||
+ License: LICENSE
|
||||
* Documentation version: $Id: Documentation.html,v 1.490 2003/08/15
|
||||
08:01:34 nijel Exp $
|
||||
* Documentation version: $Id: Documentation.html,v 1.501 2003/09/17
|
||||
15:41:16 nijel Exp $
|
||||
|
||||
Requirements
|
||||
|
||||
@@ -25,8 +25,7 @@ Requirements
|
||||
PHP also needs to be compiled with MySQL support;
|
||||
If you want to display inline thumbnails of JPEGs with the
|
||||
original aspect ratio, you also need GD2 support in PHP.
|
||||
* MySQL (tested with 3.21.x, 3.22.x, 3.23.x, 4.0.x and 4.1.x);
|
||||
Note: The implemented MySQL 4.1.x support is experimental!
|
||||
* MySQL 3.21 or newer (details);
|
||||
* a web-browser (doh!).
|
||||
|
||||
Introduction
|
||||
@@ -48,7 +47,7 @@ Introduction
|
||||
* export (*) data to CSV, XML and Latex formats
|
||||
* administer multiple servers
|
||||
* manage MySQL users and privileges
|
||||
* check referential integrity
|
||||
* check referential integrity in MyISAM tables
|
||||
* using Query-by-example (QBE), create complex queries automatically
|
||||
connecting required tables
|
||||
* create PDF graphics of your Database layout
|
||||
@@ -56,7 +55,8 @@ Introduction
|
||||
* transform stored data into any format using a set of predefined
|
||||
functions, like displaying BLOB-data as image or download-link or
|
||||
...
|
||||
* communicate in 42 different languages
|
||||
* support InnoDB tables and foreign keys (see FAQ 3.6)
|
||||
* communicate in 44 different languages
|
||||
|
||||
(*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats)
|
||||
dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support
|
||||
@@ -211,6 +211,8 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
||||
* Obviously, the user must enable cookies in the browser.
|
||||
* With this mode, the use can truly logout of phpMyAdmin and login
|
||||
back with the same username.
|
||||
* If you want to login to arbitrary server see
|
||||
$cfg['AllowArbitraryServer'] directive.
|
||||
|
||||
'config' authentication mode:
|
||||
* This mode is the less secure one because it requires you to fill
|
||||
@@ -354,9 +356,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
old way: username and password are stored in config.inc.php3.
|
||||
+ 'cookie' authentication mode ($auth_type = 'cookie') as
|
||||
introduced in 2.2.3 allows you to log in as any valid MySQL
|
||||
user with the help of... cookies. Log name and password are
|
||||
user with the help of cookies. Log name and password are
|
||||
stored in cookies during the session and password is deleted
|
||||
when it ends.
|
||||
when it ends. This can also allow you to login in arbitrary
|
||||
server if $cfg['AllowArbitraryServer'] enabled.
|
||||
+ 'http' authentication (was called 'advanced' in older
|
||||
versions) ($auth_type = 'http') as introduced in 1.3.0 allows
|
||||
you to log in as any valid MySQL user via HTTP-Auth.
|
||||
@@ -734,6 +737,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
of a multi-query statement embedded into the SQL output as
|
||||
inline comments. Defaults to TRUE.
|
||||
|
||||
$cfg['AllowArbitraryServer'] boolean
|
||||
If enabled allows you to login to arbitrary server using cookie
|
||||
auth.
|
||||
NOTE: Please use this carefully, as this may allow to access
|
||||
MySQL servers behind firewall where your http server is placed.
|
||||
|
||||
$cfg['LeftFrameLight'] boolean
|
||||
Defines whether to use select-based menu and display only the
|
||||
current tables in the left frame (smaller page). Only in
|
||||
@@ -848,6 +857,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
Defines whether to allow the use of zip/GZip/BZip2 compression
|
||||
when creating a dump file or not.
|
||||
|
||||
$cfg['CompressOnFly'] boolean
|
||||
Defines whether to allow ont the fly compression for GZip/BZip2
|
||||
compressed exports. This doesn't affect smaller dumps and
|
||||
allows to create larger dumps, that won't fit otherwise in
|
||||
memory due to php memory limit. Produced files contain more
|
||||
GZip/BZip2 headers, but all normal programs handles this
|
||||
correctly.
|
||||
|
||||
$cfg['LightTabs'] string
|
||||
If set to True, do use less graphically intense tabs on the top
|
||||
of the mainframe.
|
||||
@@ -1061,20 +1078,28 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
as a tool-tip for that field.
|
||||
|
||||
$cfg['UploadDir'] string
|
||||
The name of the directory, ending with a slash, where SQL files
|
||||
have been uploaded by other means than phpMyAdmin (for example,
|
||||
ftp). Those files are available under a drop-down box when you
|
||||
click the database name, then the SQL tab.
|
||||
Please note that the file names must have the suffix ".sql".
|
||||
The name of the directory, where SQL files have been uploaded
|
||||
by other means than phpMyAdmin (for example, ftp). Those files
|
||||
are available under a drop-down box when you click the database
|
||||
name, then the SQL tab.
|
||||
Please note that the file names must have the suffix ".sql" (or
|
||||
".sql.bz2" or ".sql.gz" if support for compressed formats is
|
||||
enabled).
|
||||
This feature is useful when your file is too big to be uploaded
|
||||
via HTTP, or when file uploads are disabled in PHP.
|
||||
Please note that if PHP is running in safe mode, this directory
|
||||
must be owned by the same user as the owner of the phpMyAdmin
|
||||
scripts.
|
||||
|
||||
$cfg['docSQLDir'] string
|
||||
The name of the directory, where docSQL files can be uploaded
|
||||
for import into phpMyAdmin.
|
||||
Please note that if PHP is running in safe mode, this directory
|
||||
must be owned by the same user as the owner of the phpMyAdmin
|
||||
scripts.
|
||||
|
||||
$cfg['SaveDir'] string
|
||||
The name of the directory, ending with a slash, where dumps can
|
||||
be saved.
|
||||
The name of the directory, where dumps can be saved.
|
||||
Please note that the directory has to be writable for user
|
||||
running webserver.
|
||||
Please note that if PHP is running in safe mode, this directory
|
||||
@@ -1178,7 +1203,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
$cfg['SQP']['fmtType'] string [html|none]
|
||||
The main use of the new SQL Parser is to pretty-print SQL
|
||||
queries. By default we use HTML to format the query, but you
|
||||
can disable this by setting this variable to 'none'
|
||||
can disable this by setting this variable to 'none'.
|
||||
|
||||
$cfg['SQP']['fmtInd'] float
|
||||
$cfg['SQP']['fmtIndUnit'] string [em|px|pt|ex]
|
||||
@@ -1602,15 +1627,24 @@ FAQ - Frequently Asked Questions
|
||||
and memory_limit need to be larger than upload_max_filesize.
|
||||
If you get a timeout problem, look at the $cfg['UploadDir'] feature.
|
||||
|
||||
[1.17] Does phpMyAdmin support MySQL 4.1 and 5.0?
|
||||
[1.17] Which MySQL versions does phpMyAdmin support?
|
||||
|
||||
phpMyAdmin provides limited support for MySQL 4.1. That means that you
|
||||
can neither assign character sets to a table or field on create nor
|
||||
change the (automatically) assigned character set.
|
||||
When compiling php, we strongly recommend that you manually link it to
|
||||
a MySQL 4.1 client library since the one that is currently bundled
|
||||
with php is rather old and might cause problems.
|
||||
MySQL 5 is not yet supported.
|
||||
All MySQL versions from 3.21 till 4.0 are fully supported. Please note
|
||||
that the older your MySQL version is, the more limitations you will
|
||||
have to face.
|
||||
phpMyAdmin provides experimental support for MySQL 4.1. That means
|
||||
that although you can assign character sets to a table or field,
|
||||
phpMyAdmin will not recode the data when inserting or extracting it.
|
||||
Instead, it will still use the character set you specified for the
|
||||
MySQL connection.
|
||||
When compiling php, we strongly recommend that you manually link the
|
||||
MySQL extension to a MySQL client library of at least the same version
|
||||
since the one that is bundled with php 4.x is rather old and might
|
||||
cause problems.
|
||||
Also, we do not yet support the imporoved MySQL extension (mysqli)
|
||||
that comes with php 5. For the moment, the old MySQL extension should
|
||||
also work fine here, if compiled correctly.
|
||||
MySQL 5.0 and 5.1 are not yet supported.
|
||||
|
||||
[1.18] I'm running MySQL <= 4.0.1 having lower_case_table_names set to 1.
|
||||
If I create a new table with a capital letter in its name it is changed to
|
||||
@@ -1631,10 +1665,10 @@ FAQ - Frequently Asked Questions
|
||||
Configuration".
|
||||
|
||||
To connect to a MySQL server, PHP needs a set of MySQL functions
|
||||
called "MySQL extension". This extension may be part of the PHP server
|
||||
(compiled-in), otherwise it needs to be loaded dynamically. Its name
|
||||
is probably mysql.so or mysql.dll. phpMyAdmin tried to load the
|
||||
extension but failed.
|
||||
called "MySQL extension". This extension may be part of the PHP
|
||||
distribution (compiled-in), otherwise it needs to be loaded
|
||||
dynamically. Its name is probably mysql.so or php_mysql.dll.
|
||||
phpMyAdmin tried to load the extension but failed.
|
||||
Usually, the problem is solved by installing a software package called
|
||||
"PHP-MySQL" or something similar.
|
||||
|
||||
@@ -1685,7 +1719,7 @@ FAQ - Frequently Asked Questions
|
||||
should work.
|
||||
|
||||
[1.27] I get empty page when I want to view huge page (eg.
|
||||
db_details_structure.php3 with plenty of databases).
|
||||
db_details_structure.php3 with plenty of tables).
|
||||
|
||||
This is a PHP bug that occur when GZIP output buffering enabled. If
|
||||
you turn off it (by $cfg['OBGzip'] = FALSE in config.inc.php3), it
|
||||
@@ -1812,17 +1846,16 @@ FAQ - Frequently Asked Questions
|
||||
[3.2] When dumping a large table in compressed mode, I get a memory limit
|
||||
error or a time limit error.
|
||||
|
||||
As of version 2.2.4, we build the compressed dump in memory, so large
|
||||
tables dumps may hang. The only alternative we can think about (using
|
||||
system calls to mysqldump then gzip or bzip2) would not be applicable
|
||||
in environments where PHP is in safe mode: access to system programs
|
||||
is is limited by the system administrator, and time limit is enforced.
|
||||
Compressed dumps are built in memory and because of this are limited
|
||||
to php's memory limit. For GZip/BZip2 exports this can be overcome
|
||||
since 2.5.4 using $cfg['CompressOnFly'] (enabled by default). Zip
|
||||
exports can not be handled this way, so if you need Zip files for
|
||||
larger dump, you have to use another way.
|
||||
|
||||
[3.3] With InnoDB tables, I lose foreign key relationships when I rename or
|
||||
alter a table.
|
||||
|
||||
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?). However, keep
|
||||
in mind that phpMyAdmin as of version 2.3.0 does not support InnoDB.
|
||||
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?).
|
||||
|
||||
[3.4] I am unable to import dumps I created with the mysqldump tool bundled
|
||||
with the MySQL server distribution.
|
||||
@@ -1843,7 +1876,7 @@ FAQ - Frequently Asked Questions
|
||||
or
|
||||
#---------------------------------------------------------
|
||||
|
||||
[3.3] When using nested folders ($cfg['LeftFrameTableSeparator']) there are
|
||||
[3.5] When using nested folders ($cfg['LeftFrameTableSeparator']) there are
|
||||
some multiple hierarchies displayed in a wrong manner?!
|
||||
|
||||
Please note that you should not use the seperating string multiple
|
||||
@@ -1851,6 +1884,13 @@ FAQ - Frequently Asked Questions
|
||||
your table name. If you have to, think about using another
|
||||
TableSeparator or disabling that feature
|
||||
|
||||
[3.6] What is currently not supported in phpMyAdmin about InnoDB?
|
||||
|
||||
In Relation view, being able to choose a table in another database, or
|
||||
having more than one index field in the foreign key.
|
||||
In Query-by-example (Query), automatic generation of the query LEFT
|
||||
JOIN from the foreign table.
|
||||
|
||||
[4. ISPs, multi-user installations ]
|
||||
|
||||
[4.1] I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need
|
||||
@@ -2298,6 +2338,8 @@ FAQ - Frequently Asked Questions
|
||||
Your initial query which is going to be stored as a bookmark has to
|
||||
yield at least one result row so you can store the bookmark. You may
|
||||
have that to work around using well positioned "/**/" comments.
|
||||
Variable expansion with PHP-Versions prior to 4.0.3 may not work as
|
||||
expected due to a necessary extra-space after any [VARIABLE] usage
|
||||
|
||||
[6.19] How can I create simple LaTeX document to include exported table?
|
||||
|
||||
@@ -2316,10 +2358,12 @@ FAQ - Frequently Asked Questions
|
||||
[6.20] In MySQL 4, I see a lot of databases which are not mine, and cannot
|
||||
access them.
|
||||
|
||||
Upgrading to MySQL 4 usually gives users a global privilege: CREATE
|
||||
TEMPORARY TABLES. This privilege also enables users to see all the
|
||||
database names. See this bug report.
|
||||
So if your users do not need this privilege, you can remove it and
|
||||
Upgrading to MySQL 4 usually gives users those global privileges:
|
||||
CREATE TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges
|
||||
also enables users to see all the database names, until you upgrade
|
||||
the grant tables as described in the MySQL manual, section 2.5.6. See
|
||||
this bug report.
|
||||
So if your users do not need those privileges, you can remove them and
|
||||
their databases list will shorten.
|
||||
|
||||
[6.21] In edit/insert mode, how can I see a list of possible values for a
|
||||
|
@@ -53,9 +53,9 @@ $cfg['PmaAbsoluteUri_DisableWarning'] = FALSE;
|
||||
$cfg['PmaNoRelation_DisableWarning'] = FALSE;
|
||||
|
||||
/**
|
||||
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password.
|
||||
* If at least one server configuration uses 'cookie' auth_type,
|
||||
* enter here a passphrase that will be used by blowfish.
|
||||
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
|
||||
* at least one server configuration uses 'cookie' auth_type, enter here a
|
||||
* passphrase that will be used by blowfish.
|
||||
*/
|
||||
$cfg['blowfish_secret'] = '';
|
||||
|
||||
@@ -204,6 +204,7 @@ $cfg['IgnoreMultiSubmitErrors'] = FALSE; // if set to true, PMA continues compu
|
||||
$cfg['VerboseMultiSubmit'] = TRUE; // if set to true, PMA will show the affected rows of EACH statement on
|
||||
// multiple-statement queries. See the read_dump.php3 file for hardcoded
|
||||
// defaults on how many queries a statement may contain!
|
||||
$cfg['AllowArbitraryServer'] = FALSE; // allow login to any user entered server in cookie based auth
|
||||
|
||||
// Left frame setup
|
||||
$cfg['LeftFrameLight'] = TRUE; // use a select-based menu and display only the
|
||||
@@ -257,6 +258,11 @@ $cfg['CharEditing'] = 'input';
|
||||
$cfg['ZipDump'] = TRUE; // Allow the use of zip/gzip/bzip
|
||||
$cfg['GZipDump'] = TRUE; // compression for
|
||||
$cfg['BZipDump'] = TRUE; // dump files
|
||||
$cfg['CompressOnFly'] = TRUE; // Will compress gzip/bzip2 exports on
|
||||
// fly without need for much memory.
|
||||
// If you encounter problems with
|
||||
// created gzip/bzip2 files disable
|
||||
// this feature.
|
||||
|
||||
// Tabs display settings
|
||||
$cfg['LightTabs'] = FALSE; // use graphically less intense menu tabs
|
||||
@@ -505,14 +511,17 @@ $cfg['SQLQuery']['Validate'] = FALSE; // Validate a query (see $cfg['SQLVa
|
||||
|
||||
|
||||
/**
|
||||
* web-server upload directory
|
||||
* Webserver upload/save/import directories
|
||||
*/
|
||||
$cfg['UploadDir'] = ''; // for example, './upload/'; you must end it with
|
||||
// a slash, and you leave it empty for no upload
|
||||
// directory
|
||||
$cfg['SaveDir'] = ''; // for example, './save/'; you must end it with
|
||||
// a slash, and you leave it empty for no save
|
||||
// directory
|
||||
$cfg['UploadDir'] = ''; // Directory for uploaded files that can be executed by
|
||||
// phpMyAdmin. For example './upload'. Leave empty for
|
||||
// no upload directory support
|
||||
$cfg['SaveDir'] = ''; // Directory where phpMyAdmin can save exported data on
|
||||
// server. For example './save'. Leave empty for no save
|
||||
// directory support.
|
||||
$cfg['docSQLDir'] = ''; // Directory for docSQL imports, phpMyAdmin can import
|
||||
// docSQL files from that directory. For example
|
||||
// './docSQL'. Leave empty for no docSQL import support.
|
||||
|
||||
|
||||
/**
|
||||
|
@@ -103,11 +103,14 @@ echo "\n";
|
||||
// web-server upload directory
|
||||
|
||||
$is_upload_dir = false;
|
||||
if ($cfg['UploadDir'] != '') {
|
||||
if (!empty($cfg['UploadDir'])) {
|
||||
if (substr($cfg['UploadDir'], -1) != '/') {
|
||||
$cfg['UploadDir'] .= '/';
|
||||
}
|
||||
if ($handle = @opendir($cfg['UploadDir'])) {
|
||||
$is_first = 0;
|
||||
while ($file = @readdir($handle)) {
|
||||
if (is_file($cfg['UploadDir'] . $file) && substr($file, -4) == '.sql') {
|
||||
if (is_file($cfg['UploadDir'] . $file) && PMA_checkFileExtensions($file, '.sql')) {
|
||||
if ($is_first == 0) {
|
||||
$is_upload_dir = true;
|
||||
echo "\n";
|
||||
|
@@ -23,288 +23,299 @@ require('./libraries/common.lib.php3');
|
||||
// Check parameters
|
||||
PMA_checkParameters(array('db'));
|
||||
|
||||
/**
|
||||
* Imports docSQL files
|
||||
*
|
||||
* @param string the basepath
|
||||
* @param string the filename
|
||||
* @param string the complete filename
|
||||
* @param string the content of a file
|
||||
// We do any work, only if docSQL import was enabled in config
|
||||
if (isset($cfg['docSQLDir']) && !empty($cfg['docSQLDir'])) {
|
||||
|
||||
*
|
||||
* @return boolean always true
|
||||
*
|
||||
* @global array GLOBAL variables
|
||||
*/
|
||||
function docsql_check($docpath = '', $file = '', $filename = '', $content = 'none') {
|
||||
global $GLOBALS;
|
||||
if (substr($cfg['docSQLDir'], -1) != '/') {
|
||||
$cfg['docSQLDir'] .= '/';
|
||||
}
|
||||
|
||||
if (eregi('^(.*)_field_comment\.(txt|zip|bz2|bzip).*$', $filename)) {
|
||||
$tab = eregi_replace('^(.*)_field_comment\.(txt|zip|bz2|bzip).*', '\1', $filename);
|
||||
//echo '<h1>Working on Table ' . $_tab . '</h1>';
|
||||
if ($content == 'none') {
|
||||
$lines = array();
|
||||
$fd = fopen($docpath . $file, 'r');
|
||||
if ($fd) {
|
||||
while (!feof($fd)) {
|
||||
$lines[] = fgets($fd, 4096);
|
||||
/**
|
||||
* Imports docSQL files
|
||||
*
|
||||
* @param string the basepath
|
||||
* @param string the filename
|
||||
* @param string the complete filename
|
||||
* @param string the content of a file
|
||||
|
||||
*
|
||||
* @return boolean always true
|
||||
*
|
||||
* @global array GLOBAL variables
|
||||
*/
|
||||
function docsql_check($docpath = '', $file = '', $filename = '', $content = 'none') {
|
||||
global $GLOBALS;
|
||||
|
||||
if (eregi('^(.*)_field_comment\.(txt|zip|bz2|bzip).*$', $filename)) {
|
||||
$tab = eregi_replace('^(.*)_field_comment\.(txt|zip|bz2|bzip).*', '\1', $filename);
|
||||
//echo '<h1>Working on Table ' . $_tab . '</h1>';
|
||||
if ($content == 'none') {
|
||||
$lines = array();
|
||||
$fd = fopen($docpath . $file, 'r');
|
||||
if ($fd) {
|
||||
while (!feof($fd)) {
|
||||
$lines[] = fgets($fd, 4096);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$content = str_replace("\r\n", "\n", $content);
|
||||
$content = str_replace("\r", "\n", $content);
|
||||
$lines = explode("\n", $content);
|
||||
}
|
||||
|
||||
if (isset($lines) && is_array($lines) && count($lines) > 0) {
|
||||
@reset($lines);
|
||||
while(list($lkey, $line) = each($lines)) {
|
||||
//echo '<p>' . $line . '</p>';
|
||||
$inf = explode('|',$line);
|
||||
if (!empty($inf[1]) && strlen(trim($inf[1])) > 0) {
|
||||
$qry = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['column_info'])
|
||||
. ' (db_name, table_name, column_name, ' . PMA_backquote('comment') . ') '
|
||||
. ' VALUES('
|
||||
. '\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\','
|
||||
. '\'' . PMA_sqlAddslashes(trim($tab)) . '\','
|
||||
. '\'' . PMA_sqlAddslashes(trim($inf[0])) . '\','
|
||||
. '\'' . PMA_sqlAddslashes(trim($inf[1])) . '\')';
|
||||
if (PMA_query_as_cu($qry)) {
|
||||
echo '<p>' . $GLOBALS['strAddedColumnComment'] . ' ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]) . '</p>';
|
||||
} else {
|
||||
echo '<p>' . $GLOBALS['strWritingCommentNotPossible'] . '</p>';
|
||||
}
|
||||
echo "\n";
|
||||
} // end inf[1] exists
|
||||
if (!empty($inf[2]) && strlen(trim($inf[2])) > 0) {
|
||||
$for = explode('->', $inf[2]);
|
||||
$qry = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['relation'])
|
||||
. '(master_db, master_table, master_field, foreign_db, foreign_table, foreign_field)'
|
||||
. ' VALUES('
|
||||
. '\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\', '
|
||||
. '\'' . PMA_sqlAddslashes(trim($tab)) . '\', '
|
||||
. '\'' . PMA_sqlAddslashes(trim($inf[0])) . '\', '
|
||||
. '\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\', '
|
||||
. '\'' . PMA_sqlAddslashes(trim($for[0])) . '\','
|
||||
. '\'' . PMA_sqlAddslashes(trim($for[1])) . '\')';
|
||||
if (PMA_query_as_cu($qry)) {
|
||||
echo '<p>' . $GLOBALS['strAddedColumnRelation'] . ' ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]) . ' to ' . htmlspecialchars($inf[2]) . '</p>';
|
||||
} else {
|
||||
echo '<p>' . $GLOBALS['strWritingRelationNotPossible'] . '</p>';
|
||||
}
|
||||
echo "\n";
|
||||
} // end inf[2] exists
|
||||
}
|
||||
echo '<p><font color="green">' . $GLOBALS['strImportFinished'] . '</font></p>' . "\n";
|
||||
} else {
|
||||
echo '<p><font color="red">' . $GLOBALS['strFileCouldNotBeRead'] . '</font></p>' . "\n";
|
||||
}
|
||||
|
||||
return 1;
|
||||
} else {
|
||||
$content = str_replace("\r\n", "\n", $content);
|
||||
$content = str_replace("\r", "\n", $content);
|
||||
$lines = explode("\n", $content);
|
||||
if ($content != 'none') {
|
||||
echo '<p><font color="orange">' . sprintf($GLOBALS['strIgnoringFile'], ' ' . htmlspecialchars($file)) . '</font></p>' . "\n";
|
||||
} else {
|
||||
// garvin: disabled. Shouldn't impose ANY non-submitted files ever.
|
||||
echo '<p><font color="orange">' . sprintf($GLOBALS['strIgnoringFile'], ' ' . '...') . '</font></p>' . "\n";
|
||||
}
|
||||
return 0;
|
||||
} // end working on table
|
||||
}
|
||||
|
||||
/**
|
||||
* Try to get the "$DOCUMENT_ROOT" variable whatever is the register_globals
|
||||
* value
|
||||
*/
|
||||
if (empty($DOCUMENT_ROOT)) {
|
||||
if (!empty($_SERVER) && isset($_SERVER['DOCUMENT_ROOT'])) {
|
||||
$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
|
||||
}
|
||||
else if (!empty($HTTP_SERVER_VARS) && isset($HTTP_SERVER_VARS['DOCUMENT_ROOT'])) {
|
||||
$DOCUMENT_ROOT = $HTTP_SERVER_VARS['DOCUMENT_ROOT'];
|
||||
}
|
||||
else if (!empty($_ENV) && isset($_ENV['DOCUMENT_ROOT'])) {
|
||||
$DOCUMENT_ROOT = $_ENV['DOCUMENT_ROOT'];
|
||||
}
|
||||
else if (!empty($HTTP_ENV_VARS) && isset($HTTP_ENV_VARS['DOCUMENT_ROOT'])) {
|
||||
$DOCUMENT_ROOT = $HTTP_ENV_VARS['DOCUMENT_ROOT'];
|
||||
}
|
||||
else if (@getenv('DOCUMENT_ROOT')) {
|
||||
$DOCUMENT_ROOT = getenv('DOCUMENT_ROOT');
|
||||
}
|
||||
else {
|
||||
$DOCUMENT_ROOT = '.';
|
||||
}
|
||||
} // end if
|
||||
|
||||
/**
|
||||
* Executes import if required
|
||||
*/
|
||||
if (isset($do) && $do == 'import') {
|
||||
$orig_docpath = $docpath;
|
||||
|
||||
if (isset($lines) && is_array($lines) && count($lines) > 0) {
|
||||
@reset($lines);
|
||||
while(list($lkey, $line) = each($lines)) {
|
||||
//echo '<p>' . $line . '</p>';
|
||||
$inf = explode('|',$line);
|
||||
if (!empty($inf[1]) && strlen(trim($inf[1])) > 0) {
|
||||
$qry = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['column_info'])
|
||||
. ' (db_name, table_name, column_name, ' . PMA_backquote('comment') . ') '
|
||||
. ' VALUES('
|
||||
. '\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\','
|
||||
. '\'' . PMA_sqlAddslashes(trim($tab)) . '\','
|
||||
. '\'' . PMA_sqlAddslashes(trim($inf[0])) . '\','
|
||||
. '\'' . PMA_sqlAddslashes(trim($inf[1])) . '\')';
|
||||
if (PMA_query_as_cu($qry)) {
|
||||
echo '<p>' . $GLOBALS['strAddedColumnComment'] . ' ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]) . '</p>';
|
||||
} else {
|
||||
echo '<p>' . $GLOBALS['strWritingCommentNotPossible'] . '</p>';
|
||||
}
|
||||
echo "\n";
|
||||
} // end inf[1] exists
|
||||
if (!empty($inf[2]) && strlen(trim($inf[2])) > 0) {
|
||||
$for = explode('->', $inf[2]);
|
||||
$qry = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['relation'])
|
||||
. '(master_db, master_table, master_field, foreign_db, foreign_table, foreign_field)'
|
||||
. ' VALUES('
|
||||
. '\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\', '
|
||||
. '\'' . PMA_sqlAddslashes(trim($tab)) . '\', '
|
||||
. '\'' . PMA_sqlAddslashes(trim($inf[0])) . '\', '
|
||||
. '\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\', '
|
||||
. '\'' . PMA_sqlAddslashes(trim($for[0])) . '\','
|
||||
. '\'' . PMA_sqlAddslashes(trim($for[1])) . '\')';
|
||||
if (PMA_query_as_cu($qry)) {
|
||||
echo '<p>' . $GLOBALS['strAddedColumnRelation'] . ' ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]) . ' to ' . htmlspecialchars($inf[2]) . '</p>';
|
||||
} else {
|
||||
echo '<p>' . $GLOBALS['strWritingRelationNotPossible'] . '</p>';
|
||||
}
|
||||
echo "\n";
|
||||
} // end inf[2] exists
|
||||
}
|
||||
echo '<p><font color="green">' . $GLOBALS['strImportFinished'] . '</font></p>' . "\n";
|
||||
} else {
|
||||
echo '<p><font color="red">' . $GLOBALS['strFileCouldNotBeRead'] . '</font></p>' . "\n";
|
||||
if (empty($sql_file)) {
|
||||
$sql_file = 'none';
|
||||
}
|
||||
|
||||
// Get relation settings
|
||||
include('./libraries/relation.lib.php3');
|
||||
$cfgRelation = PMA_getRelationsParam();
|
||||
|
||||
// Gets the query from a file if required
|
||||
if ($sql_file != 'none') {
|
||||
if (file_exists($sql_file)
|
||||
&& is_uploaded_file($sql_file)) {
|
||||
|
||||
$open_basedir = '';
|
||||
if (PMA_PHP_INT_VERSION >= 40000) {
|
||||
$open_basedir = @ini_get('open_basedir');
|
||||
}
|
||||
if (empty($open_basedir)) {
|
||||
$open_basedir = @get_cfg_var('open_basedir');
|
||||
}
|
||||
|
||||
return 1;
|
||||
} else {
|
||||
if ($content != 'none') {
|
||||
echo '<p><font color="orange">' . sprintf($GLOBALS['strIgnoringFile'], ' ' . htmlspecialchars($file)) . '</font></p>' . "\n";
|
||||
} else {
|
||||
// garvin: disabled. Shouldn't impose ANY non-submitted files ever.
|
||||
echo '<p><font color="orange">' . sprintf($GLOBALS['strIgnoringFile'], ' ' . '...') . '</font></p>' . "\n";
|
||||
}
|
||||
return 0;
|
||||
} // end working on table
|
||||
}
|
||||
|
||||
/**
|
||||
* Try to get the "$DOCUMENT_ROOT" variable whatever is the register_globals
|
||||
* value
|
||||
*/
|
||||
if (empty($DOCUMENT_ROOT)) {
|
||||
if (!empty($_SERVER) && isset($_SERVER['DOCUMENT_ROOT'])) {
|
||||
$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
|
||||
}
|
||||
else if (!empty($HTTP_SERVER_VARS) && isset($HTTP_SERVER_VARS['DOCUMENT_ROOT'])) {
|
||||
$DOCUMENT_ROOT = $HTTP_SERVER_VARS['DOCUMENT_ROOT'];
|
||||
}
|
||||
else if (!empty($_ENV) && isset($_ENV['DOCUMENT_ROOT'])) {
|
||||
$DOCUMENT_ROOT = $_ENV['DOCUMENT_ROOT'];
|
||||
}
|
||||
else if (!empty($HTTP_ENV_VARS) && isset($HTTP_ENV_VARS['DOCUMENT_ROOT'])) {
|
||||
$DOCUMENT_ROOT = $HTTP_ENV_VARS['DOCUMENT_ROOT'];
|
||||
}
|
||||
else if (@getenv('DOCUMENT_ROOT')) {
|
||||
$DOCUMENT_ROOT = getenv('DOCUMENT_ROOT');
|
||||
}
|
||||
else {
|
||||
$DOCUMENT_ROOT = '.';
|
||||
}
|
||||
} // end if
|
||||
|
||||
/**
|
||||
* Executes import if required
|
||||
*/
|
||||
if (isset($do) && $do == 'import') {
|
||||
$orig_docpath = $docpath;
|
||||
|
||||
if (empty($sql_file)) {
|
||||
$sql_file = 'none';
|
||||
}
|
||||
|
||||
// Get relation settings
|
||||
include('./libraries/relation.lib.php3');
|
||||
$cfgRelation = PMA_getRelationsParam();
|
||||
|
||||
// Gets the query from a file if required
|
||||
if ($sql_file != 'none') {
|
||||
if (file_exists($sql_file)
|
||||
&& is_uploaded_file($sql_file)) {
|
||||
|
||||
$open_basedir = '';
|
||||
if (PMA_PHP_INT_VERSION >= 40000) {
|
||||
$open_basedir = @ini_get('open_basedir');
|
||||
}
|
||||
if (empty($open_basedir)) {
|
||||
$open_basedir = @get_cfg_var('open_basedir');
|
||||
}
|
||||
|
||||
// If we are on a server with open_basedir, we must move the file
|
||||
// before opening it. The doc explains how to create the "./tmp"
|
||||
// directory
|
||||
|
||||
if (!empty($open_basedir)) {
|
||||
|
||||
$tmp_subdir = (PMA_IS_WINDOWS ? '.\\tmp\\' : './tmp/');
|
||||
|
||||
// function is_writeable() is valid on PHP3 and 4
|
||||
if (!is_writeable($tmp_subdir)) {
|
||||
$docsql_text = PMA_readFile($sql_file, $sql_file_compression);
|
||||
if ($docsql_text == FALSE) {
|
||||
echo $strFileCouldNotBeRead;
|
||||
exit();
|
||||
// If we are on a server with open_basedir, we must move the file
|
||||
// before opening it. The doc explains how to create the "./tmp"
|
||||
// directory
|
||||
|
||||
if (!empty($open_basedir)) {
|
||||
|
||||
$tmp_subdir = (PMA_IS_WINDOWS ? '.\\tmp\\' : './tmp/');
|
||||
|
||||
// function is_writeable() is valid on PHP3 and 4
|
||||
if (!is_writeable($tmp_subdir)) {
|
||||
$docsql_text = PMA_readFile($sql_file, $sql_file_compression);
|
||||
if ($docsql_text == FALSE) {
|
||||
echo $strFileCouldNotBeRead;
|
||||
exit();
|
||||
}
|
||||
}
|
||||
else {
|
||||
$sql_file_new = $tmp_subdir . basename($sql_file);
|
||||
if (PMA_PHP_INT_VERSION < 40003) {
|
||||
copy($sql_file, $sql_file_new);
|
||||
} else {
|
||||
move_uploaded_file($sql_file, $sql_file_new);
|
||||
}
|
||||
$docsql_text = PMA_readFile($sql_file_new, $sql_file_compression);
|
||||
unlink($sql_file_new);
|
||||
}
|
||||
}
|
||||
else {
|
||||
$sql_file_new = $tmp_subdir . basename($sql_file);
|
||||
if (PMA_PHP_INT_VERSION < 40003) {
|
||||
copy($sql_file, $sql_file_new);
|
||||
} else {
|
||||
move_uploaded_file($sql_file, $sql_file_new);
|
||||
}
|
||||
$docsql_text = PMA_readFile($sql_file_new, $sql_file_compression);
|
||||
unlink($sql_file_new);
|
||||
// read from the normal upload dir
|
||||
$docsql_text = PMA_readFile($sql_file, $sql_file_compression);
|
||||
}
|
||||
}
|
||||
else {
|
||||
// read from the normal upload dir
|
||||
$docsql_text = PMA_readFile($sql_file, $sql_file_compression);
|
||||
}
|
||||
|
||||
// Convert the file's charset if necessary
|
||||
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding
|
||||
&& isset($charset_of_file) && $charset_of_file != $charset) {
|
||||
$docsql_text = PMA_convert_string($charset_of_file, $charset, $docsql_text);
|
||||
}
|
||||
|
||||
if (!isset($docsql_text) || $docsql_text == FALSE || $docsql_text == '') {
|
||||
echo '<p><font color="red">' . $GLOBALS['strFileCouldNotBeRead'] . '</font></p>' . "\n";
|
||||
} else {
|
||||
docsql_check('', $sql_file_name, $sql_file_name, $docsql_text);
|
||||
}
|
||||
} // end uploaded file stuff
|
||||
} else {
|
||||
|
||||
// echo '<h1>Starting Import</h1>';
|
||||
$docpath = $DOCUMENT_ROOT . dirname($PHP_SELF) . '/docSQL/' . eregi_replace('\.\.*', '.', $docpath);
|
||||
if (substr($docpath, strlen($docpath) - 2, 1) != '/') {
|
||||
$docpath = $docpath . '/';
|
||||
}
|
||||
|
||||
$matched_files = 0;
|
||||
|
||||
if (is_dir($docpath)) {
|
||||
// Do the work
|
||||
$handle = opendir($docpath);
|
||||
while ($file = @readdir($handle)) {
|
||||
$filename = basename($file);
|
||||
// echo '<p>Working on file ' . $filename . '</p>';
|
||||
$matched_files += docsql_check($docpath, $file, $filename);
|
||||
} // end while
|
||||
// Convert the file's charset if necessary
|
||||
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding
|
||||
&& isset($charset_of_file) && $charset_of_file != $charset) {
|
||||
$docsql_text = PMA_convert_string($charset_of_file, $charset, $docsql_text);
|
||||
}
|
||||
|
||||
if (!isset($docsql_text) || $docsql_text == FALSE || $docsql_text == '') {
|
||||
echo '<p><font color="red">' . $GLOBALS['strFileCouldNotBeRead'] . '</font></p>' . "\n";
|
||||
} else {
|
||||
docsql_check('', $sql_file_name, $sql_file_name, $docsql_text);
|
||||
}
|
||||
} // end uploaded file stuff
|
||||
} else {
|
||||
echo '<p><font color="red">' .$docpath . ': ' . $strThisNotDirectory . "</font></p>\n";
|
||||
|
||||
// echo '<h1>Starting Import</h1>';
|
||||
$docpath = $cfg['docSQLDir'] . eregi_replace('\.\.*', '.', $docpath);
|
||||
if (substr($docpath, -1) != '/') {
|
||||
$docpath .= '/';
|
||||
}
|
||||
|
||||
$matched_files = 0;
|
||||
|
||||
if (is_dir($docpath)) {
|
||||
// Do the work
|
||||
$handle = opendir($docpath);
|
||||
while ($file = @readdir($handle)) {
|
||||
$filename = basename($file);
|
||||
// echo '<p>Working on file ' . $filename . '</p>';
|
||||
$matched_files += docsql_check($docpath, $file, $filename);
|
||||
} // end while
|
||||
} else {
|
||||
echo '<p><font color="red">' .$docpath . ': ' . $strThisNotDirectory . "</font></p>\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Displays the form
|
||||
*/
|
||||
?>
|
||||
|
||||
<form method="post" action="db_details_importdocsql.php3" <?php if ($is_upload) echo ' enctype="multipart/form-data"'; ?>>
|
||||
<?php echo PMA_generate_common_hidden_inputs($db); ?>
|
||||
<input type="hidden" name="submit_show" value="true" />
|
||||
<input type="hidden" name="do" value="import" />
|
||||
<b><?php echo $strAbsolutePathToDocSqlDir; ?>:</b>
|
||||
<br /><br />
|
||||
<?php echo dirname($PHP_SELF) . '/docSQL'; ?>/<input class="textfield" type="text" name="docpath" size="15" value="<?php echo (isset($orig_docpath) ? $orig_docpath : ''); ?>" />
|
||||
<?php
|
||||
// garvin: displays import dump feature only if file upload available
|
||||
if ($is_upload) {
|
||||
echo '<br /><br />';
|
||||
echo ' <i>' . $strOr . '</i> ' . $strLocationTextfile . ' :<br />' . "\n";
|
||||
/**
|
||||
* Displays the form
|
||||
*/
|
||||
?>
|
||||
<div style="margin-bottom: 5px">
|
||||
<input type="file" name="sql_file" class="textfield" /><br />
|
||||
|
||||
<form method="post" action="db_details_importdocsql.php3" <?php if ($is_upload) echo ' enctype="multipart/form-data"'; ?>>
|
||||
<?php echo PMA_generate_common_hidden_inputs($db); ?>
|
||||
<input type="hidden" name="submit_show" value="true" />
|
||||
<input type="hidden" name="do" value="import" />
|
||||
<b><?php echo $strAbsolutePathToDocSqlDir; ?>:</b>
|
||||
<br /><br />
|
||||
<?php echo $cfg['docSQLDir']; ?>/<input class="textfield" type="text" name="docpath" size="15" value="<?php echo (isset($orig_docpath) ? $orig_docpath : ''); ?>" />
|
||||
<?php
|
||||
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
|
||||
$temp_charset = reset($cfg['AvailableCharsets']);
|
||||
echo $strCharsetOfFile . "\n"
|
||||
. ' <select name="charset_of_file" size="1">' . "\n"
|
||||
. ' <option value="' . $temp_charset . '"';
|
||||
if ($temp_charset == $charset) {
|
||||
echo ' selected="selected"';
|
||||
}
|
||||
echo '>' . $temp_charset . '</option>' . "\n";
|
||||
while ($temp_charset = next($cfg['AvailableCharsets'])) {
|
||||
echo ' <option value="' . $temp_charset . '"';
|
||||
// garvin: displays import dump feature only if file upload available
|
||||
if ($is_upload) {
|
||||
echo '<br /><br />';
|
||||
echo ' <i>' . $strOr . '</i> ' . $strLocationTextfile . ' :<br />' . "\n";
|
||||
?>
|
||||
<div style="margin-bottom: 5px">
|
||||
<input type="file" name="sql_file" class="textfield" /><br />
|
||||
<?php
|
||||
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
|
||||
$temp_charset = reset($cfg['AvailableCharsets']);
|
||||
echo $strCharsetOfFile . "\n"
|
||||
. ' <select name="charset_of_file" size="1">' . "\n"
|
||||
. ' <option value="' . $temp_charset . '"';
|
||||
if ($temp_charset == $charset) {
|
||||
echo ' selected="selected"';
|
||||
}
|
||||
echo '>' . $temp_charset . '</option>' . "\n";
|
||||
} // end while
|
||||
echo ' </select><br />' . "\n" . ' ';
|
||||
while ($temp_charset = next($cfg['AvailableCharsets'])) {
|
||||
echo ' <option value="' . $temp_charset . '"';
|
||||
if ($temp_charset == $charset) {
|
||||
echo ' selected="selected"';
|
||||
}
|
||||
echo '>' . $temp_charset . '</option>' . "\n";
|
||||
} // end while
|
||||
echo ' </select><br />' . "\n" . ' ';
|
||||
} // end if
|
||||
$is_gzip = ($cfg['GZipDump'] && @function_exists('gzopen'));
|
||||
$is_bzip = ($cfg['BZipDump'] && @function_exists('bzdecompress'));
|
||||
if ($is_bzip || $is_gzip) {
|
||||
echo ' ' . $strCompression . ':' . "\n"
|
||||
. ' <input type="radio" id="radio_sql_file_compression_auto" name="sql_file_compression" value="" checked="checked" />' . "\n"
|
||||
. ' <label for="radio_sql_file_compression_auto">' . $strAutodetect . '</label> ' . "\n"
|
||||
. ' <input type="radio" id="radio_sql_file_compression_plain" name="sql_file_compression" value="text/plain" />' . "\n"
|
||||
. ' <label for="radio_sql_file_compression_plain">' . $strNone . '</label> ' . "\n";
|
||||
if ($is_gzip) {
|
||||
echo ' <input type="radio" id="radio_sql_file_compression_gzip" name="sql_file_compression" value="application/x-gzip" />' . "\n"
|
||||
. ' <label for="radio_sql_file_compression_gzip">' . $strGzip . '</label> ' . "\n";
|
||||
}
|
||||
if ($is_bzip) {
|
||||
echo ' <input type="radio" id="radio_sql_file_compression_bzip" name="sql_file_compression" value="application/x-bzip" />' . "\n"
|
||||
. ' <label for="radio_sql_file_compression_bzip">' . $strBzip . '</label> ' . "\n";
|
||||
}
|
||||
} else {
|
||||
echo ' <input type="hidden" name="sql_file_compression" value="text/plain" />' . "\n";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
} // end if
|
||||
$is_gzip = ($cfg['GZipDump'] && @function_exists('gzopen'));
|
||||
$is_bzip = ($cfg['BZipDump'] && @function_exists('bzdecompress'));
|
||||
if ($is_bzip || $is_gzip) {
|
||||
echo ' ' . $strCompression . ':' . "\n"
|
||||
. ' <input type="radio" id="radio_sql_file_compression_auto" name="sql_file_compression" value="" checked="checked" />' . "\n"
|
||||
. ' <label for="radio_sql_file_compression_auto">' . $strAutodetect . '</label> ' . "\n"
|
||||
. ' <input type="radio" id="radio_sql_file_compression_plain" name="sql_file_compression" value="text/plain" />' . "\n"
|
||||
. ' <label for="radio_sql_file_compression_plain">' . $strNone . '</label> ' . "\n";
|
||||
if ($is_gzip) {
|
||||
echo ' <input type="radio" id="radio_sql_file_compression_gzip" name="sql_file_compression" value="application/x-gzip" />' . "\n"
|
||||
. ' <label for="radio_sql_file_compression_gzip">' . $strGzip . '</label> ' . "\n";
|
||||
}
|
||||
if ($is_bzip) {
|
||||
echo ' <input type="radio" id="radio_sql_file_compression_bzip" name="sql_file_compression" value="application/x-bzip" />' . "\n"
|
||||
. ' <label for="radio_sql_file_compression_bzip">' . $strBzip . '</label> ' . "\n";
|
||||
}
|
||||
} else {
|
||||
echo ' <input type="hidden" name="sql_file_compression" value="text/plain" />' . "\n";
|
||||
}
|
||||
echo "\n";
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
} // end if
|
||||
echo "\n";
|
||||
?>
|
||||
<br />
|
||||
<input type="submit" value="<?php echo $strImportFiles; ?>" />
|
||||
</form>
|
||||
<br />
|
||||
<input type="submit" value="<?php echo $strImportFiles; ?>" />
|
||||
</form>
|
||||
|
||||
<?php
|
||||
|
||||
} // End if use docSQL
|
||||
|
||||
/**
|
||||
* Displays the footer
|
||||
*/
|
||||
echo "\n";
|
||||
require('./footer.inc.php3');
|
||||
|
||||
?>
|
||||
|
@@ -129,8 +129,8 @@ if (!empty($TableList)) {
|
||||
// The tables list gets from MySQL
|
||||
while ($i < $tbl_result_cnt) {
|
||||
$tbl = PMA_mysql_tablename($tbl_result, $i);
|
||||
$fld_results = @PMA_mysql_list_fields($db, $tbl) or PMA_mysqlDie(PMA_mysql_error(), 'PMA_mysql_list_fields(' . $db . ', ' . $tbl . ')', FALSE, $err_url);
|
||||
$fld_results_cnt = ($fld_results) ? mysql_num_fields($fld_results) : 0;
|
||||
$fld_results = @PMA_mysql_list_fields_alternate($db, $tbl) or PMA_mysqlDie(PMA_mysql_error(), 'PMA_mysql_list_fields_alternate(' . $db . ', ' . $tbl . ')', FALSE, $err_url);
|
||||
$fld_results_cnt = ($fld_results) ? count($fld_results) : 0;
|
||||
$j = 0;
|
||||
|
||||
if (empty($tbl_names[$tbl]) && !empty($TableList)) {
|
||||
@@ -143,7 +143,7 @@ while ($i < $tbl_result_cnt) {
|
||||
if ($tbl_names[$tbl] == ' selected="selected"') {
|
||||
$fld[$k++] = PMA_backquote($tbl) . '.*';
|
||||
while ($j < $fld_results_cnt) {
|
||||
$fld[$k] = PMA_mysql_field_name($fld_results, $j);
|
||||
$fld[$k] = PMA_convert_display_charset($fld_results[$j]['Field']);
|
||||
$fld[$k] = PMA_backquote($tbl) . '.' . PMA_backquote($fld[$k]);
|
||||
|
||||
// increase the width if necessary
|
||||
@@ -155,9 +155,6 @@ while ($i < $tbl_result_cnt) {
|
||||
$j++;
|
||||
} // end while
|
||||
} // end if
|
||||
if ($fld_results) {
|
||||
mysql_free_result($fld_results);
|
||||
}
|
||||
|
||||
$i++;
|
||||
} // end if
|
||||
|
@@ -111,9 +111,9 @@ if ($cfg['PropertiesIconic'] == true) {
|
||||
}
|
||||
|
||||
$titles['Browse'] = $iconic_spacer . '<img hspace="7" width="12" height="13" src="images/button_browse.png" alt="' . $strBrowse . '" title="' . $strBrowse . '" border="0" />';
|
||||
$titles['Select'] = $iconic_spacer . '<img hspace="7" width="14" height="13" src="images/button_select.png" alt="' . $strSelect . '" title="' . $strSelect . '" border="0" />';
|
||||
$titles['Search'] = $iconic_spacer . '<img hspace="7" width="14" height="13" src="images/button_select.png" alt="' . $strSearch . '" title="' . $strSearch . '" border="0" />';
|
||||
$titles['NoBrowse'] = $iconic_spacer . '<img hspace="7" width="12" height="13" src="images/button_nobrowse.png" alt="' . $strBrowse . '" title="' . $strBrowse . '" border="0" />';
|
||||
$titles['NoSelect'] = $iconic_spacer . '<img hspace="7" width="14" height="13" src="images/button_noselect.png" alt="' . $strSelect . '" title="' . $strSelect . '" border="0" />';
|
||||
$titles['NoSearch'] = $iconic_spacer . '<img hspace="7" width="14" height="13" src="images/button_noselect.png" alt="' . $strSearch . '" title="' . $strSearch . '" border="0" />';
|
||||
$titles['Insert'] = $iconic_spacer . '<img hspace="7" width="13" height="13" src="images/button_insert.png" alt="' . $strInsert . '" title="' . $strInsert . '" border="0" />';
|
||||
$titles['Properties'] = $iconic_spacer . '<img hspace="7" width="18" height="13" src="images/button_properties.png" alt="' . $strProperties . '" title="' . $strProperties . '" border="0" />';
|
||||
$titles['Drop'] = $iconic_spacer . '<img hspace="7" width="11" height="13" src="images/button_drop.png" alt="' . $strDrop . '" title="' . $strDrop . '" border="0" />';
|
||||
@@ -122,9 +122,9 @@ if ($cfg['PropertiesIconic'] == true) {
|
||||
|
||||
if ($propicon == 'both') {
|
||||
$titles['Browse'] .= ' ' . $strBrowse . '</nobr>';
|
||||
$titles['Select'] .= ' ' . $strSelect . '</nobr>';
|
||||
$titles['Search'] .= ' ' . $strSearch . '</nobr>';
|
||||
$titles['NoBrowse'] .= ' ' . $strBrowse . '</nobr>';
|
||||
$titles['NoSelect'] .= ' ' . $strSelect . '</nobr>';
|
||||
$titles['NoSearch'] .= ' ' . $strSearch . '</nobr>';
|
||||
$titles['Insert'] .= ' ' . $strInsert . '</nobr>';
|
||||
$titles['Properties'] .= ' ' . $strProperties . '</nobr>';
|
||||
$titles['Drop'] .= ' ' . $strDrop . '</nobr>';
|
||||
@@ -133,9 +133,9 @@ if ($cfg['PropertiesIconic'] == true) {
|
||||
}
|
||||
} else {
|
||||
$titles['Browse'] = $strBrowse;
|
||||
$titles['Select'] = $strSelect;
|
||||
$titles['Search'] = $strSearch;
|
||||
$titles['NoBrowse'] = $strBrowse;
|
||||
$titles['NoSelect'] = $strSelect;
|
||||
$titles['NoSearch'] = $strSearch;
|
||||
$titles['Insert'] = $strInsert;
|
||||
$titles['Properties'] = $strProperties;
|
||||
$titles['Drop'] = $strDrop;
|
||||
@@ -264,9 +264,9 @@ else if (PMA_MYSQL_INT_VERSION >= 32303) {
|
||||
<?php
|
||||
if (!empty($sts_data['Rows'])) {
|
||||
echo '<a href="tbl_select.php3?' . $tbl_url_query . '">'
|
||||
. $titles['Select'] . '</a>';
|
||||
. $titles['Search'] . '</a>';
|
||||
} else {
|
||||
echo $titles['NoSelect'];
|
||||
echo $titles['NoSearch'];
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
@@ -574,7 +574,7 @@ else {
|
||||
<a href="sql.php3?<?php echo $tbl_url_query; ?>&sql_query=<?php echo urlencode('SELECT * FROM ' . PMA_backquote($table)); ?>&pos=0"><?php echo $strBrowse; ?></a>
|
||||
</td>
|
||||
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
|
||||
<a href="tbl_select.php3?<?php echo $tbl_url_query; ?>"><?php echo $titles['Select']; ?></a>
|
||||
<a href="tbl_select.php3?<?php echo $tbl_url_query; ?>"><?php echo $titles['Search']; ?></a>
|
||||
</td>
|
||||
<td bgcolor="<?php echo $bgcolor; ?>">
|
||||
<a href="tbl_change.php3?<?php echo $tbl_url_query; ?>"><?php echo $titles['Insert']; ?></a>
|
||||
@@ -778,7 +778,9 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) {
|
||||
} // end if
|
||||
|
||||
if ($num_tables > 0
|
||||
&& $cfgRelation['relwork'] && $cfgRelation['commwork']) {
|
||||
&& $cfgRelation['relwork'] && $cfgRelation['commwork']
|
||||
&& isset($cfg['docSQLDir']) && !empty($cfg['docSQLDir'])
|
||||
) {
|
||||
?>
|
||||
<!-- import docSQL files -->
|
||||
<li>
|
||||
|
@@ -1,9 +0,0 @@
|
||||
$Id$
|
||||
|
||||
phpMyAdmin - docSQL
|
||||
===================
|
||||
|
||||
This directory is empty by default. You can put your docSQL files
|
||||
here, if you want them to be imported via phpMyAdmin.
|
||||
|
||||
If you do not know, what docSQL is, just leave this directory empty.
|
70
export.php3
70
export.php3
@@ -39,6 +39,7 @@ if ($export_type == 'server') {
|
||||
|
||||
// Start with empty buffer
|
||||
$dump_buffer = '';
|
||||
$dump_buffer_len = 0;
|
||||
|
||||
// We send fake headers to avoid browser timeout when buffering
|
||||
$time_start = time();
|
||||
@@ -54,7 +55,7 @@ $time_start = time();
|
||||
*/
|
||||
function PMA_exportOutputHandler($line)
|
||||
{
|
||||
global $time_start;
|
||||
global $time_start, $dump_buffer, $dump_buffer_len;
|
||||
|
||||
// Kanji encoding convert feature
|
||||
if (function_exists('PMA_kanji_str_conv')) {
|
||||
@@ -62,13 +63,44 @@ function PMA_exportOutputHandler($line)
|
||||
}
|
||||
// If we have to buffer data, we will perform everything at once at the end
|
||||
if ($GLOBALS['buffer_needed']) {
|
||||
$GLOBALS['dump_buffer'] .= $line;
|
||||
|
||||
$time_now = time();
|
||||
if ($time_start >= $time_now + 30) {
|
||||
$time_start = $time_now;
|
||||
header('X-pmaPing: Pong');
|
||||
} // end if
|
||||
$dump_buffer .= $line;
|
||||
if ($GLOBALS['onfly_compression']) {
|
||||
|
||||
$dump_buffer_len += strlen($dump_buffer);
|
||||
|
||||
if ($dump_buffer_len > $GLOBALS['memory_limit']) {
|
||||
// as bzipped
|
||||
if ($GLOBALS['output_charset_conversion']) {
|
||||
$dump_buffer = PMA_convert_string($GLOBALS['charset'], $GLOBALS['charset_of_file'], $dump_buffer);
|
||||
}
|
||||
if ($GLOBALS['compression'] == 'bzip' && @function_exists('bzcompress')) {
|
||||
$dump_buffer = bzcompress($dump_buffer);
|
||||
}
|
||||
// as a gzipped file
|
||||
else if ($GLOBALS['compression'] == 'gzip' && @function_exists('gzencode')) {
|
||||
// without the optional parameter level because it bug
|
||||
$dump_buffer = gzencode($dump_buffer);
|
||||
}
|
||||
if ($GLOBALS['save_on_server']) {
|
||||
$write_result = @fwrite($GLOBALS['file_handle'], $dump_buffer);
|
||||
if (!$write_result || ($write_result != strlen($line))) {
|
||||
$GLOBALS['message'] = sprintf($GLOBALS['strNoSpace'], htmlspecialchars($save_filename));
|
||||
return FALSE;
|
||||
}
|
||||
} else {
|
||||
echo $dump_buffer;
|
||||
}
|
||||
$dump_buffer = '';
|
||||
$dump_buffer_len = 0;
|
||||
}
|
||||
} else {
|
||||
$time_now = time();
|
||||
if ($time_start >= $time_now + 30) {
|
||||
$time_start = $time_now;
|
||||
header('X-pmaPing: Pong');
|
||||
} // end if
|
||||
}
|
||||
} else {
|
||||
if ($GLOBALS['asfile']) {
|
||||
if ($GLOBALS['save_on_server']) {
|
||||
@@ -124,6 +156,27 @@ $output_charset_conversion = $asfile &&
|
||||
// Set whether we will need buffering
|
||||
$buffer_needed = isset($compression) && ($compression == 'zip' | $compression == 'gzip' | $compression == 'bzip');
|
||||
|
||||
// Use on fly compression?
|
||||
$onfly_compression = $GLOBALS['cfg']['CompressOnFly'] && PMA_PHP_INT_VERSION >= 40004 && isset($compression) && ($compression == 'gzip' | $compression == 'bzip');
|
||||
if ($onfly_compression) {
|
||||
$memory_limit = trim(@ini_get('memory_limit'));
|
||||
// 2 MB as default
|
||||
if (empty($memory_limit)) $memory_limit = 2 * 1024 * 1024;
|
||||
|
||||
if (strtolower(substr($memory_limit, -1)) == 'm') $memory_limit = (int)substr($memory_limit, 0, -1) * 1024 * 1024;
|
||||
elseif (strtolower(substr($memory_limit, -1)) == 'k') $memory_limit = (int)substr($memory_limit, 0, -1) * 1024;
|
||||
elseif (strtolower(substr($memory_limit, -1)) == 'g') $memory_limit = (int)substr($memory_limit, 0, -1) * 1024 * 1024 * 1024;
|
||||
else $memory_limit = (int)$memory_limit;
|
||||
|
||||
// Some of memory is needed for other thins and as treshold.
|
||||
// Nijel: During export I had allocated (see memory_get_usage function)
|
||||
// approx 1.2MB so this comes from that.
|
||||
if ($memory_limit > 1500000) $memory_limit -= 1500000;
|
||||
|
||||
// Some memory is needed for compression, assume 1/3
|
||||
$memory_limit *= 2/3;
|
||||
}
|
||||
|
||||
// Generate filename and mime type if needed
|
||||
if ($asfile) {
|
||||
$pma_uri_parts = parse_url($cfg['PmaAbsoluteUri']);
|
||||
@@ -192,6 +245,9 @@ if ($asfile) {
|
||||
|
||||
// Open file on server if needed
|
||||
if ($save_on_server) {
|
||||
if (substr($cfg['SaveDir'], -1) != '/') {
|
||||
$cfg['SaveDir'] .= '/';
|
||||
}
|
||||
$save_filename = $cfg['SaveDir'] . ereg_replace('[/\\]','_',$filename);
|
||||
unset($message);
|
||||
if (file_exists($save_filename) && empty($onserverover)) {
|
||||
|
@@ -40,6 +40,11 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {
|
||||
|
||||
<?php
|
||||
if (!isset($error_message) || $error_message == '') {
|
||||
if (isset($LockFromUpdate) && $LockFromUpdate == '1' && isset($sql_query)) {
|
||||
// When the button 'LockFromUpdate' was selected in the querywindow, it does not submit it's contents to
|
||||
// itself. So we create a SQL-history entry here.
|
||||
PMA_setHistory((isset($db) ? $db : ''), (isset($table) ? $table : ''), $cfg['Server']['user'], $sql_query);
|
||||
}
|
||||
?>
|
||||
if (!parent.frames.queryframe.querywindow.document.sqlform.LockFromUpdate || !parent.frames.queryframe.querywindow.document.sqlform.LockFromUpdate.checked) {
|
||||
parent.frames.queryframe.querywindow.document.querywindow.db.value = "<?php echo (isset($db) ? addslashes($db) : '') ?>";
|
||||
|
@@ -719,4 +719,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -3,10 +3,11 @@
|
||||
|
||||
/**
|
||||
* Translated by: Laurent Dhima <laurenti at users.sourceforge.net>
|
||||
* Rishikuar nga: Arben <20>okaj <acokaj at t-online.de>
|
||||
*/
|
||||
*/
|
||||
|
||||
$charset = 'iso-8859-1';
|
||||
$allow_recoding = TRUE;
|
||||
$allow_recoding = TRUE;
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
@@ -26,13 +27,17 @@ $strAPrimaryKey = 'Nj
|
||||
$strAbortedClients = 'D<>shtoi';
|
||||
$strAbsolutePathToDocSqlDir = 'Ju lutem, shkruani pozicionin absolut n<> webserver p<>r tek directory e docSQL';
|
||||
$strAccessDenied = 'Hyrja nuk u pranua';
|
||||
$strAction = 'Aksioni';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin u p<>rpoq t<> lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, username dhe password tek file config.inc.php dhe sigurohu q<> korrispondojn<6A> me informacionet q<> ju ka dh<64>n<EFBFBD> administratori i server-it MySQL.';
|
||||
$strAction = 'Veprimi';
|
||||
$strAddAutoIncrement = 'Shto vler<65> AUTO_INCREMENT';
|
||||
$strAddDeleteColumn = 'Shto/Fshi fush<73>n';
|
||||
$strAddDeleteRow = 'Shto/Fshi kriterin';
|
||||
$strAddDropDatabase = 'Shto DROP DATABASE';
|
||||
$strAddIntoComments = 'Shto tek komentet';
|
||||
$strAddNewField = 'Shto nj<6E> fush<73> t<> re';
|
||||
$strAddPriv = 'Shto nj<6E> privilegj t<> ri';
|
||||
$strAddPrivMessage = 'Ke shtuar nj<6E> privilegj t<> ri.';
|
||||
$strAddPrivilegesOnDb = 'Shto privilegje tek databaz<EFBFBD> n<> vazhdim';
|
||||
$strAddPrivilegesOnDb = 'Shto privilegje tek databaza n<> vazhdim';
|
||||
$strAddPrivilegesOnTbl = 'Shto privilegje tek tabela n<> vazhdim';
|
||||
$strAddSearchConditions = 'Shto kushte k<>rkimi (trupi i specifikimit "where"):';
|
||||
$strAddToIndex = 'Shto tek treguesi i %s kolon<6F>s(ave)';
|
||||
@@ -57,37 +62,47 @@ $strAnyDatabase = '
|
||||
$strAnyHost = '<27>far<61>do host';
|
||||
$strAnyTable = '<27>far<61>do tabel<65>';
|
||||
$strAnyUser = '<27>far<61>do p<>rdorues';
|
||||
$strArabic = 'Arabisht';
|
||||
$strArmenian = 'Armene';
|
||||
$strAscending = 'Ngjitje';
|
||||
$strAtBeginningOfTable = 'N<> fillim t<> tabel<65>s';
|
||||
$strAtEndOfTable = 'N<> fund t<> tabel<65>s';
|
||||
$strAttr = 'Pron<6F>si';
|
||||
$strAutodetect = 'Autozbulim';
|
||||
$strAutodetect = 'Zbulim automatik';
|
||||
$strAutomaticLayout = 'Faqosje automatike';
|
||||
|
||||
$strBack = 'Mbrapa';
|
||||
$strBaltic = 'Baltike';
|
||||
$strBeginCut = 'FILLIMI I CUT';
|
||||
$strBeginRaw = 'FILLIMI I RAW';
|
||||
$strBinary = 'Binar';
|
||||
$strBinaryDoNotEdit = 'T<> dh<64>na t<> tipit binar - mos modifiko';
|
||||
$strBookmarkDeleted = 'Bookmark u fshi.';
|
||||
$strBinaryDoNotEdit = 'T<> dh<64>na t<> tipit binar - mos ndrysho';
|
||||
$strBookmarkAllUsers = 'Lejo q<> <20>do p<>rdorues t<> ket<65> hyrje n<> k<>t<EFBFBD> lib<69>rsh<73>nues';
|
||||
$strBookmarkDeleted = 'Lib<69>rsh<73>nuesi u fshi.';
|
||||
$strBookmarkLabel = 'Etiket<65>';
|
||||
$strBookmarkOptions = 'Opcionet e lib<69>rsh<73>nuesit';
|
||||
$strBookmarkQuery = 'Query SQL shtuar t<> preferuarve';
|
||||
$strBookmarkThis = 'Shtoja t<> preferuarve k<>t<EFBFBD> query SQL';
|
||||
$strBookmarkView = 'Vizualizo vet<65>m';
|
||||
$strBookmarkView = 'Shfaq vet<65>m';
|
||||
$strBrowse = 'Shfaq';
|
||||
$strBzError = 'phpMyAdmin nuk <20>sht<68> n<> gjendje t<> kompresoj<6F> dump-in p<>r arsye t<> ekstensionit Bz2 t<> gabuar n<> k<>t<EFBFBD> version t<> php. Ju rekomandojm<6A> patjet<65>r setimin e <code>$cfg[\'BZipDump\']</code> tek file juaj i konfigurimit t<> phpMyAdmin n<> <code>FALSE</code>. N<>qoft<66>se d<>shironi t<> p<>rdorni patjet<65>r specifikat e kompresimit Bz2, duhet t<> rifreskoni php n<> versionin e fundit. Hidhini nj<6E> sy php bug report %s p<>r informacione t<> holl<6C>sishme.';
|
||||
$strBrowseForeignValues = 'Shfleto opcionet e huaja';
|
||||
$strBulgarian = 'Bullgarisht';
|
||||
$strBzError = 'phpMyAdmin nuk <20>sht<68> n<> gjendje t<> kompresoj<6F> dump-in p<>r arsye t<> prapashtes<65>s Bz2 t<> gabuar n<> k<>t<EFBFBD> version t<> php. Ju rekomandojm<6A> patjet<65>r vendosjen e <code>$cfg[\'BZipDump\']</code> tek file juaj i konfigurimit t<> phpMyAdmin n<> <code>FALSE</code>. N<>qoft<66>se d<>shironi t<> p<>rdorni patjet<65>r specifikat e kompresimit Bz2, duhet t<> rifreskoni php n<> versionin e fundit. Hidhini nj<6E> sy php bug report %s p<>r informacione t<> holl<6C>sishme.';
|
||||
$strBzip = '"kompresuar me bzip2"';
|
||||
|
||||
$strCSVOptions = 'Opcione CSV';
|
||||
$strCannotLogin = 'E pamundur kryerja e login tek server-i MySQL';
|
||||
$strCantLoad = 'I pamundur ngarkimi i ekstesionit %s,<br />kontrollo konfigurimin e PHP';
|
||||
$strCantLoadMySQL = 'nuk arrij t<> ngarkoj ekstensionin MySQL,<br />kontrollo konfigurimin e PHP.';
|
||||
$strCantLoadRecodeIconv = 'I pamundur ngarkimi i ekstensionit iconv apo recode t<> nevoitsh<73>m p<>r konvertimin e karaktereve, konfiguroni php p<>r t<> lejuar p<>rdorimin e k<>tyre ekstensioneve ose disaktivoni konvertimin e set t<> karaktereve n<> phpMyAdmin.';
|
||||
$strCantLoad = 'I pamundur ngarkimi i prapashtes<EFBFBD>s %s,<br />kontrollo konfigurimin e PHP';
|
||||
$strCantLoadMySQL = 'nuk arrij t<> ngarkoj prapashtes<EFBFBD>n MySQL,<br />kontrollo konfigurimin e PHP.';
|
||||
$strCantLoadRecodeIconv = 'I pamundur ngarkimi i prapashtes<EFBFBD>s iconv apo recode t<> nevoitsh<73>m p<>r konvertimin e karaktereve, konfiguroni php p<>r t<> lejuar p<>rdorimin e k<>tyre prapashtesave ose disaktivoni konvertimin e set t<> karaktereve n<> phpMyAdmin.';
|
||||
$strCantRenameIdxToPrimary = 'I pamundur riem<65>rtimi i treguesit n<> PRIMAR!';
|
||||
$strCantUseRecodeIconv = 'I pamundur p<>rdorimi i funksioneve iconv apo libiconv apo recode_string p<>r shkak se ekstensioni duhet t<> ngarkohet. Kontrolloni konfigurimin e php.';
|
||||
$strCardinality = '';
|
||||
$strCarriage = 'Kthimi n<> fillim: \\r';
|
||||
$strChange = 'Modifiko';
|
||||
$strCarriage = 'Kryerradha: \\r';
|
||||
$strCaseInsensitive = 'case-insensitive';
|
||||
$strCaseSensitive = 'case-sensitive';
|
||||
$strCentralEuropean = 'Europa qendrore';
|
||||
$strChange = 'Ndrysho';
|
||||
$strChangeCopyMode = 'Krijo nj<6E> p<>rdorues t<> ri me t<> nj<6E>jta t<> drejta dhe ...';
|
||||
$strChangeCopyModeCopy = '... mbaj t<> vjetrin.';
|
||||
$strChangeCopyModeDeleteAndReload = ' ... elemino t<> vjetrin nga tabela e p<>rdoruesve e pastaj rilexo t<> drejtat.';
|
||||
@@ -96,14 +111,18 @@ $strChangeCopyModeRevoke = ' ... hiq t
|
||||
$strChangeCopyUser = 'Ndrysho Informacionet e Login / Kopjo p<>rdoruesin';
|
||||
$strChangeDisplay = 'Zgjidh fush<73>n q<> d<>shiron t<> shoh<6F>sh';
|
||||
$strChangePassword = 'Ndrysho password';
|
||||
$strCharsetOfFile = 'Set karakteresh t<> file:';
|
||||
$strCheckAll = 'Seleksionoi t<> gjith<74>';
|
||||
$strCharset = 'Familje g<>rmash';
|
||||
$strCharsetOfFile = 'Familja g<>rmave t<> file:';
|
||||
$strCharsets = 'Familje g<>rmash';
|
||||
$strCharsetsAndCollations = 'Familje g<>rmash dhe Collations';
|
||||
$strCheckAll = 'Zgjidhi t<> gjith<74>';
|
||||
$strCheckDbPriv = 'Kontrollo t<> drejtat e databaz<61>s';
|
||||
$strCheckPrivs = 'Kontrollo t<> drejtat';
|
||||
$strCheckPrivsLong = 'Kontrollo t<> drejtat p<>r databaz<61>n "%s".';
|
||||
$strCheckTable = 'Kontrollo tabel<65>n';
|
||||
$strChoosePage = 'Ju lutem zgjidhni faqen q<> d<>shironi t<> modifikoni';
|
||||
$strColComFeat = 'Vizualizimi i komenteve t<> kollonave';
|
||||
$strCollation = 'Collation';
|
||||
$strColumn = 'Kollona';
|
||||
$strColumnNames = 'Emrat e kollonave';
|
||||
$strColumnPrivileges = 'Privilegjet relative t<> kollonave';
|
||||
@@ -118,6 +137,7 @@ $strConnections = 'Lidhje';
|
||||
$strCookiesRequired = 'Nga kjo pik<69> e tutje, cookies duhet t<> jen<65> t<> aktivuara.';
|
||||
$strCopyTable = 'Kopjo tabel<65>n tek (databaz<61><b>.</b>tabela):';
|
||||
$strCopyTableOK = 'Tabela %s u kopjua tek %s.';
|
||||
$strCopyTableSameNames = 'I pamundur kopjimi i tabel<65>s tek vetvetja!';
|
||||
$strCouldNotKill = 'phpMyAdmin nuk <20>sht<68> n<> gjendje t<> p<>rfundoj<6F> thread %s. Ka mund<6E>si t<> ket<65> p<>rfunduar m<> par<61>.';
|
||||
$strCreate = 'Krijo';
|
||||
$strCreateIndex = 'Krijo nj<6E> tregues tek %s columns';
|
||||
@@ -127,6 +147,9 @@ $strCreateNewTable = 'Krijo nj
|
||||
$strCreatePage = 'Krijo nj<6E> faqe t<> re';
|
||||
$strCreatePdfFeat = 'Krijimi i PDF-ve';
|
||||
$strCriteria = 'Kriteri';
|
||||
$strCroatian = 'Kroate';
|
||||
$strCyrillic = 'Cyrillic';
|
||||
$strCzech = '<27>ekisht';
|
||||
|
||||
$strDBComment = 'Komenti p<>r Databaz<61>n: ';
|
||||
$strDBGContext = 'Konteksti';
|
||||
@@ -138,23 +161,26 @@ $strDBGMinTimeMs = 'Koha minimum, ms';
|
||||
$strDBGModule = 'Modul';
|
||||
$strDBGTimePerHitMs = 'Koha/Hit, ms';
|
||||
$strDBGTotalTimeMs = 'Koha gjithsej, ms';
|
||||
$strDanish = 'Danisht';
|
||||
$strData = 'T<> dh<64>na';
|
||||
$strDataDict = 'Data Dictionary';
|
||||
$strDataOnly = 'Vet<65>m t<> dh<64>na';
|
||||
$strDatabase = 'Databaz<61> ';
|
||||
$strDatabaseExportOptions = 'Opcione t<> eksportimit t<> databaz<61>s';
|
||||
$strDatabaseHasBeenDropped = 'Databaza %s u eleminua.';
|
||||
$strDatabaseNoTable = 'Kjo databaz<61> nuk p<>rmban tabela!';
|
||||
$strDatabaseWildcard = 'Database (wildcards e lejuara):';
|
||||
$strDatabases = 'databaz<61>';
|
||||
$strDatabasesDropped = '%s databases u eleminuan korrekt<6B>sisht.';
|
||||
$strDatabasesStats = 'Statistikat e databases';
|
||||
$strDatabasesStatsDisable = 'Deaktivo Statistikat';
|
||||
$strDatabasesDropped = '%s databaza u eleminuan korrekt<6B>sisht.';
|
||||
$strDatabasesStats = 'Statistikat e databazave';
|
||||
$strDatabasesStatsDisable = 'Disaktivo Statistikat';
|
||||
$strDatabasesStatsEnable = 'Aktivo Statistikat';
|
||||
$strDatabasesStatsHeavyTraffic = 'Sh<53>nim: Aktivimi k<>tu i statistikave t<> Databaz<61>s mund t<> shkaktoj<6F> rritjen e trafikut midis server-it web dhe MySQL.';
|
||||
$strDbPrivileges = 'Privilegje specifike t<> databaz<61>s';
|
||||
$strDbSpecific = 'specifik i databaz<61>s';
|
||||
$strDefault = 'Paracaktuar';
|
||||
$strDefaultValueHelp = 'P<>r vlerat default, ju lutem shtoni nj<6E> vler<65> t<> vetme, pa backslash escaping apo thonj<6E>za, duke p<>rdorur k<>t<EFBFBD> format: a';
|
||||
$strDelOld = 'Faqja aktuale p<>rmban Riferime ndaj Tabelash q<> nuk ekzistojn<6A> m<>. D<>shironi t\'i eleminoni k<>to Riferimente?';
|
||||
$strDefault = 'Prezgjedhur';
|
||||
$strDefaultValueHelp = 'P<>r vlerat e prezgjedhura, ju lutem shtoni nj<6E> vler<65> t<> vetme, pa backslash escaping apo thonj<6E>za, duke p<>rdorur k<>t<EFBFBD> format: a';
|
||||
$strDelOld = 'Faqja aktuale p<>rmban riferime ndaj tabelash q<> nuk ekzistojn<6A> m<>. D<>shironi t\'i eleminoni k<>to riferimente?';
|
||||
$strDelete = 'Fshi';
|
||||
$strDeleteAndFlush = 'Fshi p<>rdoruesit dhe pastaj rilexo privilegjet.';
|
||||
$strDeleteAndFlushDescr = 'Kjo <20>sht<68> rruga m<> e past<73>r, por ngarkimi i privilegjeve mund t<> zgjas<61> disa <20>aste m<> shum<75>.';
|
||||
@@ -164,36 +190,43 @@ $strDeleted = 'rreshti u fshi';
|
||||
$strDeletedRows = 'rreshtat e fshir<69>:';
|
||||
$strDeleting = 'N<> fshirje e sip<69>r t<> %s';
|
||||
$strDescending = 'Zbrit<69>s';
|
||||
$strDisabled = 'Disaktivuar';
|
||||
$strDisplay = 'Vizualizo';
|
||||
$strDisplayFeat = 'Vizualizo karakteristikat';
|
||||
$strDisplayOrder = 'M<EFBFBD>nyra e vizualizimit:';
|
||||
$strDescription = 'P<>rshkrimi';
|
||||
$strDictionary = 'fjalor';
|
||||
$strDisabled = 'Jo aktiv';
|
||||
$strDisplay = 'Shfaq';
|
||||
$strDisplayFeat = 'Shfaq karakteristikat';
|
||||
$strDisplayOrder = 'M<>nyra e shfaqjes:';
|
||||
$strDisplayPDF = 'Shfaq skem<65>n e PDF';
|
||||
$strDoAQuery = 'Zbato "query nga shembull" (karakteri jolly: "%")';
|
||||
$strDoYouReally = 'Konfermo: ';
|
||||
$strDocu = 'Dokumentet';
|
||||
$strDrop = 'Elemino';
|
||||
$strDropDB = 'Elemino databaz<61>n %s';
|
||||
$strDropSelectedDatabases = 'Elemino Databazat e Zgjedhura';
|
||||
$strDropSelectedDatabases = 'Elemino Databazat e zgjedhura';
|
||||
$strDropTable = 'Elemino tabel<65>n';
|
||||
$strDropUsersDb = 'Elemino databazat q<> kan<61> em<65>r t<> nj<6E>jt<6A> me p<>rdoruesit.';
|
||||
$strDumpComments = 'P<>rfshi komentet e kollonave si komente-SQL n<> linj<6E>';
|
||||
$strDumpSaved = 'Dump u ruajt tek file %s.';
|
||||
$strDumpXRows = 'Dump i %s rreshta duke filluar nga rreshti %s.';
|
||||
$strDumpingData = 'Dump i t<> dh<64>nave p<>r tabel<65>n';
|
||||
$strDynamic = 'dinamik';
|
||||
|
||||
$strEdit = 'Modifiko';
|
||||
$strEditPDFPages = 'Modifiko Faqe PDF';
|
||||
$strEditPrivileges = 'Modifiko Privilegjet';
|
||||
$strEdit = 'Ndrysho';
|
||||
$strEditPDFPages = 'Ndrysho faqen PDF';
|
||||
$strEditPrivileges = 'Ndrysho t<> drejtat';
|
||||
$strEffective = 'Efektiv';
|
||||
$strEmpty = 'Zbraz';
|
||||
$strEmptyResultSet = 'MySQL ka kthyer nj<6E> t<> p<>rbashk<68>t boshe (p.sh. zero rreshta).';
|
||||
$strEnabled = 'Aktivuar';
|
||||
$strEnabled = 'Aktiv';
|
||||
$strEnd = 'Fund';
|
||||
$strEndCut = 'FUNDI I CUT';
|
||||
$strEndRaw = 'FUNDI I RAW';
|
||||
$strEnglishPrivileges = 'Sh<53>nim: emrat e privilegjeve t<> MySQL jan<61> n<> Anglisht';
|
||||
$strEnglish = 'Anglisht';
|
||||
$strEnglishPrivileges = 'Sh<53>nim: emrat e t<> drejtave t<> MySQL jan<61> n<> Anglisht';
|
||||
$strError = 'Gabim';
|
||||
$strEstonian = 'Estoneze';
|
||||
$strExcelOptions = 'Opcione t<> Excel';
|
||||
$strExecuteBookmarked = 'Zbaton query nga lib<69>rsh<73>nuesi';
|
||||
$strExplain = 'Shpjego SQL';
|
||||
$strExport = 'Eksporto';
|
||||
$strExportToXML = 'Eksporto n<> formatin XML';
|
||||
@@ -207,44 +240,49 @@ $strFields = 'Fusha';
|
||||
$strFieldsEmpty = ' Numratori i fushave <20>sht<68> bosh! ';
|
||||
$strFieldsEnclosedBy = 'Fush<73> e p<>rb<72>r<EFBFBD> nga';
|
||||
$strFieldsEscapedBy = 'Fush<73> e kufizuar nga';
|
||||
$strFieldsTerminatedBy = 'Fush<73> e mbaruar nga';
|
||||
$strFieldsTerminatedBy = 'Fush<73> q<EFBFBD> mbaron me';
|
||||
$strFileAlreadyExists = 'File %s ekziston n<> server: t<> lutem, ndrysho emrin e file ose zgjidh opcionin "Mbishkruaj".';
|
||||
$strFileCouldNotBeRead = 'File nuk mund t<> lexohet';
|
||||
$strFileNameTemplate = 'Emri i file template';
|
||||
$strFileNameTemplateHelp = 'P<>rdor __DB__ p<>r emrin e databaz<61>s, __TABLE__ si em<65>r p<>r tabel<65>n dhe %sany strftime%s opcione p<>r specifikat e koh<6F>s, ekstensioni do t<> shtohet automatikisht. <20>do tekst tjet<65>r do t<> konservohet.';
|
||||
$strFileNameTemplateHelp = 'P<>rdor __DB__ p<>r emrin e databaz<61>s, __TABLE__ si em<65>r p<>r tabel<65>n dhe %sany strftime%s opcione p<>r specifikat e koh<6F>s, prapashtesa do t<> shtohet automatikisht. <20>do tekst tjet<65>r do t<> konservohet.';
|
||||
$strFileNameTemplateRemember = 'kujto template';
|
||||
$strFixed = 'fiks';
|
||||
$strFlushPrivilegesNote = 'Sh<53>nim: phpMyAdmin lexon privilegjet e p<>rdoruesve direkt nga tabela e privilegjeve t<> MySQL. P<>rmbajtja e k<>saj tabele mund t<> ndryshoj<6F> nga privilegjet e p<>rdorur nga serveri n<>se jan<61> kryer ndryshime manuale. N<> k<>t<EFBFBD> rast, duhet t<> %srifreskoni privilegjet%s para se t<> vazhdoni.';
|
||||
$strFlushTable = 'Rifillo ("FLUSH") tabel<65>n';
|
||||
$strFormEmpty = 'Mungon nj<6E> vler<65> n<> form!';
|
||||
$strFormEmpty = 'Mungon nj<6E> vler<65> n<> formular!';
|
||||
$strFormat = 'Formati';
|
||||
$strFullText = 'Teksti i plot<6F>';
|
||||
$strFunction = 'Funksion';
|
||||
$strFunction = 'Funksioni';
|
||||
|
||||
$strGenBy = 'Gjeneruar nga';
|
||||
$strGenTime = 'Gjeneruar m<>';
|
||||
$strGeneralRelationFeat = 'Karakteristikat e p<>rgjithshme t<> relacionit';
|
||||
$strGerman = 'Gjermanisht';
|
||||
$strGlobal = 'globale';
|
||||
$strGlobalPrivileges = 'Privilegje globale';
|
||||
$strGlobalValue = 'Vler<65> Globale';
|
||||
$strGo = 'Zbato';
|
||||
$strGrantOption = 'Grant';
|
||||
$strGrants = 'Lejo';
|
||||
$strGreek = 'Greqisht';
|
||||
$strGzip = '"kompresuar me gzip"';
|
||||
|
||||
$strHasBeenAltered = 'u modifikua.';
|
||||
$strHasBeenAltered = 'u ndryshua.';
|
||||
$strHasBeenCreated = 'u krijua.';
|
||||
$strHaveToShow = 'Zgjidh t<> pakt<6B>n nj<6E> kolon<6F> p<>r ta vizualizuar';
|
||||
$strHome = 'Home';
|
||||
$strHomepageOfficial = 'Home page zyrtare e phpMyAdmin';
|
||||
$strHomepageSourceforge = 'Home page e phpMyAdmin tek sourceforge.net';
|
||||
$strHaveToShow = 'Zgjidh t<> pakt<6B>n nj<6E> kolon<6F> p<>r t<EFBFBD> par<EFBFBD>';
|
||||
$strHebrew = 'Hebraike';
|
||||
$strHome = 'Faqja web';
|
||||
$strHomepageOfficial = 'Faqja zyrtare e phpMyAdmin';
|
||||
$strHomepageSourceforge = 'Faqja e phpMyAdmin tek sourceforge.net';
|
||||
$strHost = 'Host';
|
||||
$strHostEmpty = 'Emri i host <20>sht<68> bosh!';
|
||||
$strHungarian = 'Hungarisht';
|
||||
|
||||
$strId = 'ID';
|
||||
$strIdxFulltext = 'Teksti komplet';
|
||||
$strIfYouWish = 'P<>r t<> ngarkuar t<> dh<64>nat vet<65>m p<>r disa kollona t<> tabel<65>s, specifiko list<73>n e fushave (t<> ndara me presje).';
|
||||
$strIgnore = 'Injoro';
|
||||
$strIgnoringFile = 'File %s u injorua';
|
||||
$strIgnore = 'Shp<EFBFBD>rfill';
|
||||
$strIgnoringFile = 'File %s u shp<EFBFBD>rfill';
|
||||
$strImportDocSQL = 'Importo files docSQL';
|
||||
$strImportFiles = 'Importo files';
|
||||
$strImportFinished = 'Importimi p<>rfundoi';
|
||||
@@ -252,7 +290,7 @@ $strInUse = 'n
|
||||
$strIndex = 'Treguesi';
|
||||
$strIndexHasBeenDropped = 'Treguesi %s u eleminua';
|
||||
$strIndexName = 'Emri i treguesit :';
|
||||
$strIndexType = 'Tipi i treguesit :';
|
||||
$strIndexType = 'Lloji i treguesit :';
|
||||
$strIndexes = 'Tregues';
|
||||
$strInnodbStat = 'Gj<47>ndja InnoDB';
|
||||
$strInsecureMySQL = 'File i konfigurimit n<> p<>rdorim p<>rmban zgjedhje (root pa asnj<6E> password) q<> korrispondojn<6A> me t<> drejtat e account MySQL t<> paracaktuar. Nj<4E> server MySQL funksionues me k<>to zgjedhje <20>sht<68> i pambrojtur ndaj sulmeve, dhe ju duhet patjet<65>r t<> korrigjoni k<>t<EFBFBD> vrim<69> n<> siguri.';
|
||||
@@ -260,31 +298,47 @@ $strInsert = 'Shto';
|
||||
$strInsertAsNewRow = 'Shto nj<6E> rresht t<> ri';
|
||||
$strInsertNewRow = 'Shto nj<6E> rresht t<> ri';
|
||||
$strInsertTextfiles = 'Shto nj<6E> file teksti n<> tabel<65>';
|
||||
$strInsertedRows = 'Rreshta t<EFBFBD> shtuar:';
|
||||
$strInsertedRowId = 'U shtua id e rreshtit:';
|
||||
$strInsertedRows = 'Rreshtat e shtuar:';
|
||||
$strInstructions = 'Instruksione';
|
||||
$strInternalNotNecessary = '* Nuk ka nevoj<6F> p<>r nj<6E> relacion t<> brendsh<73>m kur ky relacion ekziston n<> InnoDB.';
|
||||
$strInternalRelations = 'Relacione t<> brendshme';
|
||||
$strInvalidName = '"%s" <20>sht<68> nj<6E> fjal<61> e rezervuar; nuk mund ta p<>rdor<6F>sh si em<65>r p<>r databaz<61>/tabel<65>/fush<73>.';
|
||||
|
||||
$strJapanese = 'Japonisht';
|
||||
$strJumpToDB = 'Kalo tek databaza "%s".';
|
||||
$strJustDelete = 'Vet<65>m fshi p<>rdoruesit nga tabelat e privilegjeve.';
|
||||
$strJustDeleteDescr = 'P<>rdoruesit e "fshir<69>" do t<> ken<65> akoma mund<6E>si t<> futen n<> server si zakonisht derisa privilegjet t<> ngarkohen p<>rs<72>ri.';
|
||||
$strJustDeleteDescr = 'P<>rdoruesit e "fshir<69>" do t<> ken<65> akoma mund<6E>si t<> futen n<> server si zakonisht derisa privilegjet t<> ringarkohen p<>rs<72>ri.';
|
||||
|
||||
$strKeepPass = 'Mos ndrysho password';
|
||||
$strKeyname = 'Emri i ky<6B>it';
|
||||
$strKill = 'Hiq';
|
||||
$strKorean = 'Koreane';
|
||||
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'Opcione LaTeX';
|
||||
$strLandscape = 'Horizontale';
|
||||
$strLatexContent = 'P<>rmbajtja e tabel<65>s __TABLE__';
|
||||
$strLatexContinued = '(vazhdon)';
|
||||
$strLatexContinuedCaption = 'N<>ntitulli i tabel<65>s vazhduese';
|
||||
$strLatexIncludeCaption = 'P<>rfshi n<>ntitullin e tabel<65>s';
|
||||
$strLatexLabel = '<27>elsi i etiket<65>s';
|
||||
$strLatexStructure = 'Struktura e tabel<65>s __TABLE__';
|
||||
$strLength = 'Gjat<61>sia';
|
||||
$strLengthSet = 'Gjat<61>sia/Set*';
|
||||
$strLimitNumRows = 'record p<>r faqe';
|
||||
$strLineFeed = 'Fundi i rreshtit: \\n';
|
||||
$strLines = 'Record';
|
||||
$strLinesTerminatedBy = 'Rreshta q<> mbarojn<6A> me';
|
||||
$strLinkNotFound = 'Link nuk u gjet';
|
||||
$strLinkNotFound = 'Lidhja nuk u gjet';
|
||||
$strLinksTo = 'Lidhje me';
|
||||
$strLithuanian = 'Lituane';
|
||||
$strLoadExplanation = 'Metoda m<> e mir<69> <20>sht<68> zgjedhur si default, por ju jepet mund<6E>sia t\'a ndryshoni n<>qoft<66>se d<>shton.';
|
||||
$strLoadMethod = 'Metoda e NGARKIMIT';
|
||||
$strLocalhost = 'Lokal';
|
||||
$strLocationTextfile = 'Pozicioni i file';
|
||||
$strLogPassword = 'Password:';
|
||||
$strLogServer = 'Server-i';
|
||||
$strLogUsername = 'Emri i p<>rdoruesit:';
|
||||
$strLogin = 'Lidh';
|
||||
$strLoginInformation = 'Informacione mbi Login';
|
||||
@@ -296,44 +350,49 @@ $strMIME_available_transform = 'Transformacionet n
|
||||
$strMIME_description = 'P<>rshkrimi';
|
||||
$strMIME_file = 'Emri i File';
|
||||
$strMIME_nodescription = 'Asnj<6E> p<>rshkrim n<> dispozicion p<>r k<>t<EFBFBD> transformim.<br />Ju lutem pyet autorin, <20>far<61> %s b<>n.';
|
||||
$strMIME_transformation = 'Transformacioni i Browser';
|
||||
$strMIME_transformation_note = 'P<>r list<73>n e opcioneve t<> transformacioneve n<> dispozicion dhe transformacionet relativ<69> t<> llojeve-MIME, kliko tek %stransformacione p<>rshkrime%s';
|
||||
$strMIME_transformation_options = 'Opcione t<> Transformimeve';
|
||||
$strMIME_transformation = 'Transformimi i Browser';
|
||||
$strMIME_transformation_note = 'P<>r list<73>n e opcioneve t<> transformimeve n<> dispozicion dhe transformimet relativ<69> t<> llojeve-MIME, kliko tek %sp<EFBFBD>rshkrimet e transformimeve%s';
|
||||
$strMIME_transformation_options = 'Opcione t<> transformimeve';
|
||||
$strMIME_transformation_options_note = 'Ju lutem shkruani vlerat p<>r opcionet e transformimit duke p<>rdorur k<>t<EFBFBD> format: \'a\',\'b\',\'c\'...<br />N<>se keni nevoj<6F> t<> shtoni nj<6E> backslash ("\") apo nj<6E> apostrof<6F> ("\'") midis k<>tyre vlerave, duhet ti backslash-oni (p<>r shembull \'\\\\xyz\' ose \'a\\\'b\').';
|
||||
$strMIME_without = 'Llojet-MIME t<> print-uar n<> italics kan<61> nj<6E> funksion transformacioni t<> ve<76>ant<6E>';
|
||||
$strMissingBracket = 'Mungojn<6A> thonj<6E>za';
|
||||
$strModifications = 'Ndryshimet u shp<68>tuan';
|
||||
$strModify = 'Modifiko';
|
||||
$strModifyIndexTopic = 'Modifiko nj<6E> tregues';
|
||||
$strModify = 'Ndrysho';
|
||||
$strModifyIndexTopic = 'Ndrysho nj<6E> tregues';
|
||||
$strMoreStatusVars = 'M<> shum<75> t<> ndryshueshme t<> gjendjes';
|
||||
$strMoveTable = 'Sposto tabel<65>n n<> (databaz<61><b>.</b>tabela):';
|
||||
$strMoveTableOK = 'Tabela %s u spostua tek %s.';
|
||||
$strMoveTableOK = 'Tabela %s u l<EFBFBD>viz tek %s.';
|
||||
$strMoveTableSameNames = 'E pamundur l<>vizja e tabel<65>s tek vetvetja!';
|
||||
$strMultilingual = 'shum<75>gjuh<75>sh';
|
||||
$strMustSelectFile = 'Duhet t<> zgjidhni file q<> d<>shironi t<> shtoni.';
|
||||
$strMySQLCharset = 'Set karakteresh MySQL';
|
||||
$strMySQLReloaded = 'MySQL u rifillua.';
|
||||
$strMySQLSaid = 'Mesazh nga MySQL: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% n<> ekzekutim tek %pma_s2% si %pma_s3%';
|
||||
$strMySQLShowProcess = 'Vizualizo proceset n<> ekzekutim';
|
||||
$strMySQLShowStatus = 'Vizualizo informacionet e runtime t<> MySQL';
|
||||
$strMySQLShowVars = 'Vizualizo t<> ndryshueshmet e sistemit t<> MySQL';
|
||||
$strMySQLShowProcess = 'Shfaq proceset n<> ekzekutim';
|
||||
$strMySQLShowStatus = 'Shfaq informacionet e runtime t<> MySQL';
|
||||
$strMySQLShowVars = 'Shfaq t<> ndryshueshmet e sistemit t<> MySQL';
|
||||
|
||||
$strName = 'Emri';
|
||||
$strNext = 'N<> vazhdim';
|
||||
$strNo = ' Jo ';
|
||||
$strNoDatabases = 'Asnj<6E> databaz<61>';
|
||||
$strNoDatabasesSelected = 'Asnj<6E> databaz<61> <20>sht<68> zgjedhur.';
|
||||
$strNoDescription = 'asnj<6E> P<EFBFBD>rshkrim';
|
||||
$strNoDropDatabases = 'Komandat "DROP DATABASE" jan<61> disaktivuar.';
|
||||
$strNoExplain = 'Mos Shpjego SQL';
|
||||
$strNoDescription = 'asnj<6E> p<EFBFBD>rshkrim';
|
||||
$strNoDropDatabases = 'Komandat "DROP DATABASE" nuk jan<61> aktive.';
|
||||
$strNoExplain = 'Mos shpjego SQL';
|
||||
$strNoFrames = 'phpMyAdmin funksionon m<> mir<69> me browser q<> suportojn<6A> frames';
|
||||
$strNoIndex = 'Asnj<6E> tregues i p<>rcaktuar!';
|
||||
$strNoIndexPartsDefined = 'Asnj<6E> pjes<65> e treguesit <20>sht<68> p<>rcaktuar!';
|
||||
$strNoModification = 'Asnj<6E> ndryshim';
|
||||
$strNoOptions = 'Ky format nuk ka opcione';
|
||||
$strNoPassword = 'Asnj<6E> password';
|
||||
$strNoPermission = 'Server-i web nuk ka t<> drejtat e duhura p<>r t<> ruajtur file %s.';
|
||||
$strNoPhp = 'pa kod PHP';
|
||||
$strNoPrivileges = 'Asnj<6E> privilegj';
|
||||
$strNoQuery = 'Asnj<6E> query SQL!';
|
||||
$strNoRights = 'Nuk ke t<> drejta t<> mjaftueshme p<>r t<> kryer k<>t<EFBFBD> operacion!';
|
||||
$strNoSpace = 'Hap<61>sir<69> e pamjaftueshme p<>r t<> ruajtur file %s.';
|
||||
$strNoTablesFound = 'Nuk gjenden tabela n<> databaz<61>.';
|
||||
$strNoUsersFound = 'Nuk u gjet asnj<6E> p<>rdorues.';
|
||||
$strNoUsersSelected = 'Nuk <20>sht<68> seleksionuar asnj<6E> p<>rdorues.';
|
||||
@@ -357,10 +416,12 @@ $strOptionally = 'ME D
|
||||
$strOptions = 'Mund<6E>si';
|
||||
$strOr = 'Ose';
|
||||
$strOverhead = 'Mbi limit';
|
||||
$strOverwriteExisting = 'Mbishkruaj file(s) ekzistues';
|
||||
|
||||
$strPHP40203 = '<27>sht<68> n<> p<>rdorim PHP 4.2.3, q<> p<>rmban nj<6E> bug serioz me stringat multi-byte strings (mbstring). Shiko raportin 19404 t<> bug PHP. Ky version i PHP nuk rekomandohet p<>r tu p<>rdorur me phpMyAdmin.';
|
||||
$strPHP40203 = '<27>sht<68> n<> p<>rdorim PHP 4.2.3, q<> p<>rmban nj<6E> difekt serioz me stringat multi-byte strings (mbstring). Shiko raportin 19404 t<> bug PHP. Ky version i PHP nuk rekomandohet p<>r tu p<>rdorur me phpMyAdmin.';
|
||||
$strPHPVersion = 'Versioni i PHP';
|
||||
$strPageNumber = 'Numri i faqes:';
|
||||
$strPaperSize = 'P<>rmasat e letr<74>s';
|
||||
$strPartialText = 'Tekst i pjes<65>sh<73>m';
|
||||
$strPassword = 'Password';
|
||||
$strPasswordChanged = 'Password p<>r p<>rdoruesin %s u ndryshua me sukses.';
|
||||
@@ -373,6 +434,7 @@ $strPdfNoTables = 'Asnj
|
||||
$strPerHour = 'n<> or<6F>';
|
||||
$strPerMinute = 'n<> minut<75>';
|
||||
$strPerSecond = 'n<> sekond<6E>';
|
||||
$strPhoneBook = 'numratori';
|
||||
$strPhp = 'Krijo kodin PHP';
|
||||
$strPmaDocumentation = 'Dokumente t<> phpMyAdmin';
|
||||
$strPmaUriError = 'Direktiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DUHET t<> p<>rcaktohet tek file i konfigurimit!';
|
||||
@@ -385,7 +447,8 @@ $strPrimaryKeyHasBeenDropped = 'Ky
|
||||
$strPrimaryKeyName = 'Emri i ky<6B>it primar duhet t<> jet<65>... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>duhet</b> t<> jet<65> emri i, dhe <b>vet<65>m i</b>, nj<6E> ky<6B>i primar!)';
|
||||
$strPrint = 'Printo';
|
||||
$strPrintView = 'Vizualizo p<>r printim';
|
||||
$strPrintView = 'Shfaq p<>r printim';
|
||||
$strPrintViewFull = 'Shfaq p<>r printim (me full text)';
|
||||
$strPrivDescAllPrivileges = 'P<>rfshin t<> gjitha t<> drejtat me p<>rjashtim t<> GRANT.';
|
||||
$strPrivDescAlter = 'Lejon ndryshimin e struktur<75>s s<> tabelave ekzistuese.';
|
||||
$strPrivDescCreateDb = 'Lejon krijimin e tabelave t<> reja dhe databazave t<> reja.';
|
||||
@@ -432,14 +495,16 @@ $strQuerySQLHistory = 'Kronollogjia e SQL';
|
||||
$strQueryStatistics = '<b>Statistikat e Query</b>: Q<> nga nisja e tij, server-it i jan<61> d<>rguar %s queries.';
|
||||
$strQueryTime = 'Query ka zgjatur %01.4f sec';
|
||||
$strQueryType = 'Lloji i query';
|
||||
$strQueryWindowLock = 'Mos e mbishkruaj k<>t<EFBFBD> query nga jasht<68> dritares';
|
||||
|
||||
$strReType = 'Rifut';
|
||||
$strReceived = 'Marr<72>';
|
||||
$strRecords = 'Record';
|
||||
$strReferentialIntegrity = 'Kontrollo integritetin e informacioneve:';
|
||||
$strRelationNotWorking = 'Karakteristikat shtes<65> jan<61> disaktivuar p<>r sa i takon funksionimit me tabelat e link-uara. P<>r t<> zbuluar p<>rse, klikoni %sk<73>tu%s.';
|
||||
$strRelationView = 'Shiko relacionin';
|
||||
$strRelationView = 'Shiko relacionet';
|
||||
$strRelationalSchema = 'Skema relazionale';
|
||||
$strRelations = 'Relacione';
|
||||
$strReloadFailed = 'Rinisja e MySQL d<>shtoi.';
|
||||
$strReloadMySQL = 'Rinis MySQL';
|
||||
$strReloadingThePrivileges = 'Duke rilexuar privilegjet';
|
||||
@@ -449,6 +514,7 @@ $strRenameTable = 'Riem
|
||||
$strRenameTableOK = 'Tabela %s u riem<65>rtua %s';
|
||||
$strRepairTable = 'Riparo tabel<65>n';
|
||||
$strReplace = 'Z<>v<EFBFBD>nd<6E>so';
|
||||
$strReplaceNULLBy = 'Zev<65>nd<6E>so NULL me';
|
||||
$strReplaceTable = 'Z<>v<EFBFBD>nd<6E>so t<> dh<64>nat e tabel<65>s me file';
|
||||
$strReset = 'Rinis';
|
||||
$strResourceLimits = 'Limitet e rezervave';
|
||||
@@ -471,6 +537,7 @@ $strRowsStatistic = 'Statistikat e rreshtave';
|
||||
$strRunQuery = 'D<>rgo Query';
|
||||
$strRunSQLQuery = 'Zbato query SQL tek databaz<61> %s';
|
||||
$strRunning = 'n<> ekzekutim tek %s';
|
||||
$strRussian = 'Rusisht';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
$strSQLOptions = 'Opcione SQL';
|
||||
@@ -483,6 +550,7 @@ $strSQPBugUnclosedQuote = 'Thonj
|
||||
$strSQPBugUnknownPunctuation = 'String<6E> Punctuation e panjohur';
|
||||
$strSave = 'Shp<68>to';
|
||||
$strScaleFactorSmall = 'Faktori i shkall<6C>s <20>sht<68> shum<75> i vog<6F>l p<>r t<> plot<6F>suar skem<65>n n<> faqe';
|
||||
$strSaveOnServer = 'Ruaje n<> server tek directory %s';
|
||||
$strSearch = 'K<>rko';
|
||||
$strSearchFormTitle = 'K<>rko n<> databaz<61>';
|
||||
$strSearchInTables = 'Tek tabela(at):';
|
||||
@@ -493,13 +561,14 @@ $strSearchOption3 = 'fraza precize';
|
||||
$strSearchOption4 = 'si ekspresion i rregullt';
|
||||
$strSearchResultsFor = 'K<>rko rezultatet p<>r "<i>%s</i>" %s:';
|
||||
$strSearchType = 'Gjej:';
|
||||
$strSelect = 'Seleksiono';
|
||||
$strSelectADb = 'T<EFBFBD> lutem, seleksiono nj<6E> databaz<61>';
|
||||
$strSelectAll = 'Seleksiono Gjith<74>ka';
|
||||
$strSelectFields = 'Seleksiono fushat (t<> pakt<6B>n nj<6E>):';
|
||||
$strSecretRequired = 'Tani nevoitet nj<6E> fjal<61>kalim sekret p<>r file e konfigurimit(blowfish_secret).';
|
||||
$strSelect = 'Zgjidh';
|
||||
$strSelectADb = 'T<EFBFBD> lutem, zgjidh nj<6E> databaz<61>';
|
||||
$strSelectAll = 'Zgjidh gjith<74>ka';
|
||||
$strSelectFields = 'Zgjidh fushat (t<> pakt<6B>n nj<6E>):';
|
||||
$strSelectNumRows = 'tek query';
|
||||
$strSelectTables = 'Seleksiono Tabelat';
|
||||
$strSend = 'Shp<EFBFBD>toje me em<65>r...';
|
||||
$strSelectTables = 'Zgjidh Tabelat';
|
||||
$strSend = 'Ruaje me em<65>r...';
|
||||
$strSent = 'D<>rguar';
|
||||
$strServer = 'Server %s';
|
||||
$strServerChoice = 'Zgjedhja e server';
|
||||
@@ -524,9 +593,11 @@ $strShowTableDimension = 'Trego dimensionin e tabelave';
|
||||
$strShowTables = 'Shfaq tabelat';
|
||||
$strShowThisQuery = 'Tregoje p<>rs<72>ri k<>t<EFBFBD> query';
|
||||
$strShowingRecords = 'Vizualizimi i record ';
|
||||
$strSimplifiedChinese = 'Kineze e thjesht<68>zuar';
|
||||
$strSingly = '(nj<6E> nga nj<6E>)';
|
||||
$strSize = 'Dimensioni';
|
||||
$strSort = 'rreshtimi';
|
||||
$strSortByKey = 'Rendit sipas <20>elsit';
|
||||
$strSpaceUsage = 'Hap<61>sira e p<>rdorur';
|
||||
$strSplitWordsWithSpace = 'Fjal<61>t jan<61> t<> ndara nga nj<6E> hapsir<69> (" ").';
|
||||
$strStatCheckTime = 'Kontrolli i fundit';
|
||||
@@ -544,6 +615,7 @@ $strStructure = 'Struktura';
|
||||
$strSubmit = 'D<>rgoje';
|
||||
$strSuccess = 'Query u zbatua me sukses';
|
||||
$strSum = 'Gjithsej';
|
||||
$strSwedish = 'Suedisht';
|
||||
$strSwitchToTable = 'Kalo tek tabela e kopjuar';
|
||||
|
||||
$strTable = 'Tabela';
|
||||
@@ -554,161 +626,95 @@ $strTableHasBeenEmptied = 'Tabela %s u zbraz';
|
||||
$strTableHasBeenFlushed = 'Tabela %s u rifreskua';
|
||||
$strTableMaintenance = 'Administrimi i tabel<65>s';
|
||||
$strTableOfContents = 'Tabela e p<>rmbajtjes';
|
||||
$strTableOptions = 'Opcione p<>r tabel<65>n';
|
||||
$strTableStructure = 'Struktura e tabel<65>s';
|
||||
$strTableType = 'Tipi i tabel<65>s';
|
||||
$strTableType = 'Lloji i tabel<65>s';
|
||||
$strTables = '%s tabela(at)';
|
||||
$strTblPrivileges = 'T<> drejta relative me tabelat';
|
||||
$strTextAreaLength = ' P<>r shkak t<> gjat<61>sis<69> saj,<br /> kjo fush<73> nuk mund t<> modifikohet ';
|
||||
$strTextAreaLength = ' P<>r shkak t<> gjat<61>sis<69> saj,<br /> kjo fush<73> nuk mund t<> ndryshohet ';
|
||||
$strThai = 'Thai';
|
||||
$strTheContent = 'P<>rmbajtja e file u shtua.';
|
||||
$strTheContents = 'P<>rmbajtja e file z<>v<EFBFBD>nd<6E>son rreshtat e tabel<65>s me t<> nj<6E>jtin ky<6B> primar apo ky<6B> t<> vet<65>m.';
|
||||
$strTheTerminator = 'Karakteri p<>rfundues i fushave.';
|
||||
$strThisHost = 'K<>t<EFBFBD> Host';
|
||||
$strThisNotDirectory = 'Kjo nuk <20>sht<68> nj<6E> directory';
|
||||
$strThreadSuccessfullyKilled = 'Thread %s u p<>rfundua me sukses.';
|
||||
$strTime = 'Koh<EFBFBD>';
|
||||
$strTime = 'Koha';
|
||||
$strToggleScratchboard = '(dis)aktivo scratchboard';
|
||||
$strTotal = 'Gjithsej';
|
||||
$strTotalUC = 'Gjithsej';
|
||||
$strTraditionalChinese = 'Kineze tradicionale';
|
||||
$strTraffic = 'Trafiku';
|
||||
$strTransformation_image_jpeg__inline = 'Vizualizon nj<6E> thumbnail t<> klikuesh<73>m; mund<6E>sit<69>: gj<67>r<EFBFBD>sia, lart<72>sia n<> pixels (ruan proporcionin origjinal)';
|
||||
$strTransformation_image_jpeg__link = 'Shfaq nj<6E> link p<>r tek kjo figur<75> (download blob direkt, p.sh.).';
|
||||
$strTransformation_image_jpeg__inline = 'Shfaq nj<6E> thumbnail t<> klikuesh<73>m; mund<6E>sit<69>: gj<67>r<EFBFBD>sia, lart<72>sia n<> pixels (ruan proporcionin origjinal)';
|
||||
$strTransformation_image_jpeg__link = 'Shfaq nj<6E> lidhje p<>r tek kjo figur<75> (download blob direkt, p.sh.).';
|
||||
$strTransformation_image_png__inline = 'Shiko figur<75>n/jpeg: n<> line';
|
||||
$strTransformation_text_plain__dateformat = 'Merr nj<6E> fush<73> TIME, TIMESTAMP apo DATETIME dhe e formaton duke p<>rdorur formatin e dat<61>s lokale. Mund<6E>sia e par<61> <20>sht<68> offset (n<> or<6F>) q<> do ti shtohet timestamp (Default: 0). Mund<6E>sia e dyt<79> <20>sht<68> nj<6E> format date n<> p<>rputhje me parametrat n<> dispozicion p<>r funksionin strftime() t<> PHP.';
|
||||
$strTransformation_text_plain__external = 'VET<45>M P<>R LINUX: L<>shon nj<6E> program t<> jasht<68>m dhe plot<6F>son t<> dh<64>nat e fushave me an<61> t<> standard input. Jep si rezultat standard output e programit. Vendosja default <20>sht<68> Tidy, p<>r t<> printuar si duhet kodin HTML. P<>r arsye sigurie, do t\'ju duhet t<> ndryshoni file libraries/transformations/text_plain__external.inc.php dhe t<> shkruani instrumentet q<> lejoni t<> p<>rdoren. Mund<6E>sia e par<61> pra <20>sht<68> numri i programit q<> d<>shironi t<> p<>rdorni dhe e dyta jan<61> parametrat p<>r programin. Parametri i tret<65>, n.q.s. i vendosur n<> 1 do t<> konvertoj<6F> output duke p<>rdorur htmlspecialchars() (Prezgjedhur: 1). Nj<4E> paramet<65>r i kat<61>rt, po t<> jet<65> vendosur n<> 1 do t\'i shtoj<6F> nj<6E> NOWRAP p<>rmbajtjes s<> qelis<69> k<>shtu q<> output komplet do t<> shfaqet pa u riformatuar (Default: 1)';
|
||||
$strTransformation_text_plain__formatted = 'Konservon formatimin origjinal t<> fush<73>s. Nuk aplikohet asnj<6E> Escaping.';
|
||||
$strTransformation_text_plain__imagelink = 'Shfaq nj<6E> figur<75> dhe nj<6E> link, fusha p<>rmban emrin e file; opcioni i par<61> <20>sht<68> nj<6E> prefiks si "http://domain.com/", opcioni i dyt<79> <20>sht<68> gj<67>r<EFBFBD>sia n<> pixels, i treti <20>sht<68> lart<72>sia.';
|
||||
$strTransformation_text_plain__link = 'Shfaq nj<6E> link, fusha p<>rmban emrin e file; opcioni i par<61> <20>sht<68> nj<6E> prefiks si "http://domain.com/", opcioni i dyt<79> <20>sht<68> nj<6E> titull p<>r lidhjen.';
|
||||
$strTransformation_text_plain__substr = 'Shfaq vet<65>m nj<6E> pjes<65> t<> string-<2D>s. Opcioni i par<61> <20>sht<68> offset-i q<> sh<73>rben p<>r t<> p<>rcaktuar ku fillon output i tekstit tuaj (Default 0). Opcioni i dyt<79> <20>sht<68> nj<6E> offset q<> tregon se sa tekst kthehet. Po t<> jet<65> bosh, kthen t<> gjith<74> tekstin e mbetur. Opcioni i trt<72> p<>rcakton <20>far<61> karakteresh do t<> shtohen n<> fund t<> output kur kthehet nj<6E> n<>n-string-<2D> (Default: ...) .';
|
||||
$strTransformation_text_plain__substr = 'Shfaq vet<65>m nj<6E> pjes<65> t<> string-<2D>s. Opcioni i par<61> <20>sht<68> offset-i q<> sh<73>rben p<>r t<> p<>rcaktuar ku fillon output i tekstit tuaj (Default 0). Opcioni i dyt<79> <20>sht<68> nj<6E> offset q<> tregon se sa tekst kthehet. Po t<> jet<65> bosh, kthen t<> gjith<74> tekstin e mbetur. Opcioni i tret<EFBFBD> p<>rcakton <20>far<61> karakteresh do t<> shtohen n<> fund t<> output kur kthehet nj<6E> n<>n-string-<2D> (Default: ...) .';
|
||||
$strTransformation_text_plain__unformatted = 'Shfaq kodin HTML si entitet HTML. Formatimi HTML nuk shfaqet.';
|
||||
$strTruncateQueries = 'Shkurton (nd<6E>rpret) Queries e Shfaqura';
|
||||
$strTurkish = 'Turqisht';
|
||||
$strType = 'Lloji';
|
||||
|
||||
$strUkrainian = 'Ukrainase';
|
||||
$strUncheckAll = 'Deseleksionoi t<> gjith<74>';
|
||||
$strUnicode = 'Unicode';
|
||||
$strUnique = 'I vet<65>m';
|
||||
$strUnknown = 'e panjohur';
|
||||
$strUnselectAll = 'Deseleksiono gjith<74>ka';
|
||||
$strUpdComTab = 'Ju lutem lexoni dokumentet mbi rifreskimin e tabel<65>s suaj Column_comments';
|
||||
$strUpdatePrivMessage = 'Ke rifreskuar lejet p<>r %s.';
|
||||
$strUpdateProfile = 'Rifresko profilin:';
|
||||
$strUpdateProfileMessage = 'Profili u rifreskua.';
|
||||
$strUpdateQuery = 'Rifresko Query';
|
||||
$strUpgradeMySQL = 'Duhet t<> instaloni MySQL %s ose superior.';
|
||||
$strUsage = 'P<>rdorimi';
|
||||
$strUseBackquotes = 'P<>rdor backquotes me emrat e tabelave dhe fushave';
|
||||
$strUseHostTable = 'P<>rdor Tabel<65>n e Host-it';
|
||||
$strUseTables = 'P<>rdor tabelat';
|
||||
$strUseTextField = 'P<>rdor fush<73> teksti';
|
||||
$strUseThisValue = 'P<>rdor k<>t<EFBFBD> vler<65>';
|
||||
$strUser = 'P<>rdorues';
|
||||
$strUserAlreadyExists = 'P<>rdoruesi %s ekziston!';
|
||||
$strUserEmpty = 'Emri i p<>rdoruesit <20>sht<68> bosh!';
|
||||
$strUserName = 'Emri i p<>rdoruesit';
|
||||
$strUserNotFound = 'P<>rdoruesi i seleksionuar nuk u gjet tek tabela e privilegjeve.';
|
||||
$strUserNotFound = 'P<>rdoruesi i zgjedhur nuk u gjet tek tabela e t<EFBFBD> drejtave.';
|
||||
$strUserOverview = 'Pamja e p<>rgjithshme e p<>rdoruesit';
|
||||
$strUsers = 'P<>rdorues';
|
||||
$strUsersDeleted = 'P<>rdoruesit e zgjedhur u hoq<6F>n me sukses.';
|
||||
$strUsersHavingAccessToDb = 'P<>rdoruesit q<> kan<61> hyrje tek "%s"';
|
||||
|
||||
$strValidateSQL = 'Vleft<66>so SQL';
|
||||
$strValidatorError = 'Miratuesi SQL nuk arrin t<> niset. Ju lutem kontrolloni instalimin e ekstensioneve t<> duhura php ashtu si p<>rshkruhet tek %sdokumentimi%s.';
|
||||
$strValidatorError = 'Miratuesi SQL nuk arrin t<> niset. Ju lutem kontrolloni instalimin e prapashtesave t<> duhura php ashtu si p<>rshkruhet tek %sdokumentimi%s.';
|
||||
$strValue = 'Vler<65>';
|
||||
$strVar = 'E ndryshueshme';
|
||||
$strViewDump = 'Vizualizo dump (skema) e tabel<65>s';
|
||||
$strViewDumpDB = 'Vizualizo dump (skema) e databaz<61>';
|
||||
$strViewDump = 'Shfaq dump (skema) e tabel<65>s';
|
||||
$strViewDumpDB = 'Shfaq dump (skema) e databaz<61>s';
|
||||
$strViewDumpDatabases = 'Shfaq dump (skema) e databazave';
|
||||
|
||||
$strWebServerUploadDirectory = 'directory e upload t<> server-it web';
|
||||
$strWebServerUploadDirectoryError = 'Directory q<> keni zgjedhur p<>r upload nuk arrin t<> gjehet';
|
||||
$strWelcome = 'Mir<69>sevini tek %s';
|
||||
$strWestEuropean = 'Europa Per<65>ndimore';
|
||||
$strWildcard = 'wildcard';
|
||||
$strWindowNotFound = 'Dritarja e destinimit t<> browser nuk mund t<> rifreskohet. Ka mund<6E>si t<> keni mbyllur dritaren n<>n<EFBFBD> apo q<> browser-i juaj <20>sht<68> duke bllokuar rifreskimet nd<6E>rmjet browser-ve p<>r shkak t<> ndonj<6E> mase sigurie';
|
||||
$strWithChecked = 'N.q.s. t<> seleksionuar:';
|
||||
$strWritingCommentNotPossible = 'I pamundur shkrimi i komentit';
|
||||
$strWritingRelationNotPossible = 'I pamundur shkrimi i Relacionit';
|
||||
$strWrongUser = 'Emri i p<>rdoruesit apo password i gabuar. Ndalohet hyrja.';
|
||||
$strWritingRelationNotPossible = 'I pamundur shkrimi i relacionit';
|
||||
$strWrongUser = 'Em<EFBFBD>r p<>rdoruesi apo password i gabuar. Ndalohet hyrja.';
|
||||
|
||||
$strXML = 'XML';
|
||||
|
||||
$strYes = ' Po ';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Sh<53>nim: Vendosja e k<>tyre opcioneve n<> 0 (zero) sinjifikon asnj<6E> limit.';
|
||||
$strZeroRemovesTheLimit = 'Sh<53>nim: Vendosja e k<>tyre opcioneve n<> 0 (zero) do t<> thot<6F> asnj<6E> limit.';
|
||||
$strZip = '"kompresuar me zip"';
|
||||
// To translate
|
||||
|
||||
$strCharset = 'Charset'; //to translate
|
||||
$strLaTeXOptions = 'LaTeX options'; //to translate
|
||||
$strRelations = 'Relations'; //to translate
|
||||
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
|
||||
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
|
||||
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strInsertedRowId = 'Inserted row id:'; //to translate
|
||||
$strLoadMethod = 'LOAD method'; //to translate
|
||||
$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
|
||||
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
|
||||
$strExcelOptions = 'Excel options'; //to translate
|
||||
$strReplaceNULLBy = 'Replace NULL by'; //to translate
|
||||
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
|
||||
$strPaperSize = 'Paper size'; //to translate
|
||||
$strDatabaseNoTable = 'This database contains no table!';//to translate
|
||||
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
|
||||
$strAddIntoComments = 'Add into comments';//to translate
|
||||
$strDatabaseExportOptions = 'Database export options';//to translate
|
||||
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
|
||||
$strToggleScratchboard = 'toggle scratchboard'; //to translate
|
||||
$strTableOptions = 'Table options'; //to translate
|
||||
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
|
||||
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
|
||||
$strCharsets = 'Charsets'; //to translate
|
||||
$strDescription = 'Description'; //to translate
|
||||
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
|
||||
$strCollation = 'Collation'; //to translate
|
||||
$strMultilingual = 'multilingual'; //to translate
|
||||
$strGerman = 'German'; //to translate
|
||||
$strPhoneBook = 'phone book'; //to translate
|
||||
$strDictionary = 'dictionary'; //to translate
|
||||
$strSwedish = 'Swedish'; //to translate
|
||||
$strDanish = 'Danish'; //to translate
|
||||
$strCzech = 'Czech'; //to translate
|
||||
$strTurkish = 'Turkish'; //to translate
|
||||
$strEnglish = 'English'; //to translate
|
||||
$strHungarian = 'Hungarian'; //to translate
|
||||
$strCroatian = 'Croatian'; //to translate
|
||||
$strBulgarian = 'Bulgarian'; //to translate
|
||||
$strLithuanian = 'Lithuanian'; //to translate
|
||||
$strEstonian = 'Estonian'; //to translate
|
||||
$strCaseInsensitive = 'case-insensitive'; //to translate
|
||||
$strCaseSensitive = 'case-sensitive'; //to translate
|
||||
$strUkrainian = 'Ukrainian'; //to translate
|
||||
$strHebrew = 'Hebrew'; //to translate
|
||||
$strWestEuropean = 'West European'; //to translate
|
||||
$strCentralEuropean = 'Central European'; //to translate
|
||||
$strTraditionalChinese = 'Traditional Chinese'; //to translate
|
||||
$strCyrillic = 'Cyrillic'; //to translate
|
||||
$strArmenian = 'Armenian'; //to translate
|
||||
$strArabic = 'Arabic'; //to translate
|
||||
$strRussian = 'Russian'; //to translate
|
||||
$strUnknown = 'unknown'; //to translate
|
||||
$strBaltic = 'Baltic'; //to translate
|
||||
$strUnicode = 'Unicode'; //to translate
|
||||
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
|
||||
$strKorean = 'Korean'; //to translate
|
||||
$strGreek = 'Greek'; //to translate
|
||||
$strJapanese = 'Japanese'; //to translate
|
||||
$strThai = 'Thai'; //to translate
|
||||
$strUseThisValue = 'Use this value'; //to translate
|
||||
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
|
||||
$strBrowseForeignValues = 'Browse foreign values'; //to translate
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -3,11 +3,11 @@
|
||||
|
||||
/**
|
||||
* Translated by: Laurent Dhima <laurenti at users.sourceforge.net>
|
||||
* Rishikuar nga: Arben Çokaj <acokaj at t-online.de>
|
||||
*/
|
||||
*/
|
||||
|
||||
$charset = 'utf-8';
|
||||
$allow_recoding = TRUE;
|
||||
$allow_recoding = TRUE;
|
||||
$text_dir = 'ltr';
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
@@ -27,13 +27,17 @@ $strAPrimaryKey = 'Një kyç primar u shtua tek %s';
|
||||
$strAbortedClients = 'Dështoi';
|
||||
$strAbsolutePathToDocSqlDir = 'Ju lutem, shkruani pozicionin absolut në webserver për tek directory e docSQL';
|
||||
$strAccessDenied = 'Hyrja nuk u pranua';
|
||||
$strAction = 'Aksioni';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin u përpoq të lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, username dhe password tek file config.inc.php dhe sigurohu që korrispondojnë me informacionet që ju ka dhënë administratori i server-it MySQL.';
|
||||
$strAction = 'Veprimi';
|
||||
$strAddAutoIncrement = 'Shto vlerë AUTO_INCREMENT';
|
||||
$strAddDeleteColumn = 'Shto/Fshi fushën';
|
||||
$strAddDeleteRow = 'Shto/Fshi kriterin';
|
||||
$strAddDropDatabase = 'Shto DROP DATABASE';
|
||||
$strAddIntoComments = 'Shto tek komentet';
|
||||
$strAddNewField = 'Shto një fushë të re';
|
||||
$strAddPriv = 'Shto një privilegj të ri';
|
||||
$strAddPrivMessage = 'Ke shtuar një privilegj të ri.';
|
||||
$strAddPrivilegesOnDb = 'Shto privilegje tek databazë në vazhdim';
|
||||
$strAddPrivilegesOnDb = 'Shto privilegje tek databaza në vazhdim';
|
||||
$strAddPrivilegesOnTbl = 'Shto privilegje tek tabela në vazhdim';
|
||||
$strAddSearchConditions = 'Shto kushte kërkimi (trupi i specifikimit "where"):';
|
||||
$strAddToIndex = 'Shto tek treguesi i %s kolonës(ave)';
|
||||
@@ -58,37 +62,47 @@ $strAnyDatabase = 'Çfarëdo databazë';
|
||||
$strAnyHost = 'Çfarëdo host';
|
||||
$strAnyTable = 'Çfarëdo tabelë';
|
||||
$strAnyUser = 'Çfarëdo përdorues';
|
||||
$strArabic = 'Arabisht';
|
||||
$strArmenian = 'Armene';
|
||||
$strAscending = 'Ngjitje';
|
||||
$strAtBeginningOfTable = 'Në fillim të tabelës';
|
||||
$strAtEndOfTable = 'Në fund të tabelës';
|
||||
$strAttr = 'Pronësi';
|
||||
$strAutodetect = 'Autozbulim';
|
||||
$strAutodetect = 'Zbulim automatik';
|
||||
$strAutomaticLayout = 'Faqosje automatike';
|
||||
|
||||
$strBack = 'Mbrapa';
|
||||
$strBaltic = 'Baltike';
|
||||
$strBeginCut = 'FILLIMI I CUT';
|
||||
$strBeginRaw = 'FILLIMI I RAW';
|
||||
$strBinary = 'Binar';
|
||||
$strBinaryDoNotEdit = 'Të dhëna të tipit binar - mos modifiko';
|
||||
$strBookmarkDeleted = 'Bookmark u fshi.';
|
||||
$strBinaryDoNotEdit = 'Të dhëna të tipit binar - mos ndrysho';
|
||||
$strBookmarkAllUsers = 'Lejo që çdo përdorues të ketë hyrje në këtë libërshënues';
|
||||
$strBookmarkDeleted = 'Libërshënuesi u fshi.';
|
||||
$strBookmarkLabel = 'Etiketë';
|
||||
$strBookmarkOptions = 'Opcionet e libërshënuesit';
|
||||
$strBookmarkQuery = 'Query SQL shtuar të preferuarve';
|
||||
$strBookmarkThis = 'Shtoja të preferuarve këtë query SQL';
|
||||
$strBookmarkView = 'Vizualizo vetëm';
|
||||
$strBookmarkView = 'Shfaq vetëm';
|
||||
$strBrowse = 'Shfaq';
|
||||
$strBzError = 'phpMyAdmin nuk është në gjendje të kompresojë dump-in për arsye të ekstensionit Bz2 të gabuar në këtë version të php. Ju rekomandojmë patjetër setimin e <code>$cfg[\'BZipDump\']</code> tek file juaj i konfigurimit të phpMyAdmin në <code>FALSE</code>. Nëqoftëse dëshironi të përdorni patjetër specifikat e kompresimit Bz2, duhet të rifreskoni php në versionin e fundit. Hidhini një sy php bug report %s për informacione të hollësishme.';
|
||||
$strBrowseForeignValues = 'Shfleto opcionet e huaja';
|
||||
$strBulgarian = 'Bullgarisht';
|
||||
$strBzError = 'phpMyAdmin nuk është në gjendje të kompresojë dump-in për arsye të prapashtesës Bz2 të gabuar në këtë version të php. Ju rekomandojmë patjetër vendosjen e <code>$cfg[\'BZipDump\']</code> tek file juaj i konfigurimit të phpMyAdmin në <code>FALSE</code>. Nëqoftëse dëshironi të përdorni patjetër specifikat e kompresimit Bz2, duhet të rifreskoni php në versionin e fundit. Hidhini një sy php bug report %s për informacione të hollësishme.';
|
||||
$strBzip = '"kompresuar me bzip2"';
|
||||
|
||||
$strCSVOptions = 'Opcione CSV';
|
||||
$strCannotLogin = 'E pamundur kryerja e login tek server-i MySQL';
|
||||
$strCantLoad = 'I pamundur ngarkimi i ekstesionit %s,<br />kontrollo konfigurimin e PHP';
|
||||
$strCantLoadMySQL = 'nuk arrij të ngarkoj ekstensionin MySQL,<br />kontrollo konfigurimin e PHP.';
|
||||
$strCantLoadRecodeIconv = 'I pamundur ngarkimi i ekstensionit iconv apo recode të nevoitshëm për konvertimin e karaktereve, konfiguroni php për të lejuar përdorimin e këtyre ekstensioneve ose disaktivoni konvertimin e set të karaktereve në phpMyAdmin.';
|
||||
$strCantLoad = 'I pamundur ngarkimi i prapashtesës %s,<br />kontrollo konfigurimin e PHP';
|
||||
$strCantLoadMySQL = 'nuk arrij të ngarkoj prapashtesën MySQL,<br />kontrollo konfigurimin e PHP.';
|
||||
$strCantLoadRecodeIconv = 'I pamundur ngarkimi i prapashtesës iconv apo recode të nevoitshëm për konvertimin e karaktereve, konfiguroni php për të lejuar përdorimin e këtyre prapashtesave ose disaktivoni konvertimin e set të karaktereve në phpMyAdmin.';
|
||||
$strCantRenameIdxToPrimary = 'I pamundur riemërtimi i treguesit në PRIMAR!';
|
||||
$strCantUseRecodeIconv = 'I pamundur përdorimi i funksioneve iconv apo libiconv apo recode_string për shkak se ekstensioni duhet të ngarkohet. Kontrolloni konfigurimin e php.';
|
||||
$strCardinality = '';
|
||||
$strCarriage = 'Kthimi në fillim: \\r';
|
||||
$strChange = 'Modifiko';
|
||||
$strCarriage = 'Kryerradha: \\r';
|
||||
$strCaseInsensitive = 'case-insensitive';
|
||||
$strCaseSensitive = 'case-sensitive';
|
||||
$strCentralEuropean = 'Europa qendrore';
|
||||
$strChange = 'Ndrysho';
|
||||
$strChangeCopyMode = 'Krijo një përdorues të ri me të njëjta të drejta dhe ...';
|
||||
$strChangeCopyModeCopy = '... mbaj të vjetrin.';
|
||||
$strChangeCopyModeDeleteAndReload = ' ... elemino të vjetrin nga tabela e përdoruesve e pastaj rilexo të drejtat.';
|
||||
@@ -97,14 +111,18 @@ $strChangeCopyModeRevoke = ' ... hiq të gjitha të drejtat nga i vjetri e pasta
|
||||
$strChangeCopyUser = 'Ndrysho Informacionet e Login / Kopjo përdoruesin';
|
||||
$strChangeDisplay = 'Zgjidh fushën që dëshiron të shohësh';
|
||||
$strChangePassword = 'Ndrysho password';
|
||||
$strCharsetOfFile = 'Set karakteresh të file:';
|
||||
$strCheckAll = 'Seleksionoi të gjithë';
|
||||
$strCharset = 'Familje gërmash';
|
||||
$strCharsetOfFile = 'Familja gërmave të file:';
|
||||
$strCharsets = 'Familje gërmash';
|
||||
$strCharsetsAndCollations = 'Familje gërmash dhe Collations';
|
||||
$strCheckAll = 'Zgjidhi të gjithë';
|
||||
$strCheckDbPriv = 'Kontrollo të drejtat e databazës';
|
||||
$strCheckPrivs = 'Kontrollo të drejtat';
|
||||
$strCheckPrivsLong = 'Kontrollo të drejtat për databazën "%s".';
|
||||
$strCheckTable = 'Kontrollo tabelën';
|
||||
$strChoosePage = 'Ju lutem zgjidhni faqen që dëshironi të modifikoni';
|
||||
$strColComFeat = 'Vizualizimi i komenteve të kollonave';
|
||||
$strCollation = 'Collation';
|
||||
$strColumn = 'Kollona';
|
||||
$strColumnNames = 'Emrat e kollonave';
|
||||
$strColumnPrivileges = 'Privilegjet relative të kollonave';
|
||||
@@ -119,6 +137,7 @@ $strConnections = 'Lidhje';
|
||||
$strCookiesRequired = 'Nga kjo pikë e tutje, cookies duhet të jenë të aktivuara.';
|
||||
$strCopyTable = 'Kopjo tabelën tek (databazë<b>.</b>tabela):';
|
||||
$strCopyTableOK = 'Tabela %s u kopjua tek %s.';
|
||||
$strCopyTableSameNames = 'I pamundur kopjimi i tabelës tek vetvetja!';
|
||||
$strCouldNotKill = 'phpMyAdmin nuk është në gjendje të përfundojë thread %s. Ka mundësi të ketë përfunduar më parë.';
|
||||
$strCreate = 'Krijo';
|
||||
$strCreateIndex = 'Krijo një tregues tek %s columns';
|
||||
@@ -128,6 +147,9 @@ $strCreateNewTable = 'Krijo një tabelë të re tek databazë %s';
|
||||
$strCreatePage = 'Krijo një faqe të re';
|
||||
$strCreatePdfFeat = 'Krijimi i PDF-ve';
|
||||
$strCriteria = 'Kriteri';
|
||||
$strCroatian = 'Kroate';
|
||||
$strCyrillic = 'Cyrillic';
|
||||
$strCzech = 'Çekisht';
|
||||
|
||||
$strDBComment = 'Komenti për Databazën: ';
|
||||
$strDBGContext = 'Konteksti';
|
||||
@@ -139,23 +161,26 @@ $strDBGMinTimeMs = 'Koha minimum, ms';
|
||||
$strDBGModule = 'Modul';
|
||||
$strDBGTimePerHitMs = 'Koha/Hit, ms';
|
||||
$strDBGTotalTimeMs = 'Koha gjithsej, ms';
|
||||
$strDanish = 'Danisht';
|
||||
$strData = 'Të dhëna';
|
||||
$strDataDict = 'Data Dictionary';
|
||||
$strDataOnly = 'Vetëm të dhëna';
|
||||
$strDatabase = 'Databazë ';
|
||||
$strDatabaseExportOptions = 'Opcione të eksportimit të databazës';
|
||||
$strDatabaseHasBeenDropped = 'Databaza %s u eleminua.';
|
||||
$strDatabaseNoTable = 'Kjo databazë nuk përmban tabela!';
|
||||
$strDatabaseWildcard = 'Database (wildcards e lejuara):';
|
||||
$strDatabases = 'databazë';
|
||||
$strDatabasesDropped = '%s databases u eleminuan korrektësisht.';
|
||||
$strDatabasesStats = 'Statistikat e databases';
|
||||
$strDatabasesStatsDisable = 'Deaktivo Statistikat';
|
||||
$strDatabasesDropped = '%s databaza u eleminuan korrektësisht.';
|
||||
$strDatabasesStats = 'Statistikat e databazave';
|
||||
$strDatabasesStatsDisable = 'Disaktivo Statistikat';
|
||||
$strDatabasesStatsEnable = 'Aktivo Statistikat';
|
||||
$strDatabasesStatsHeavyTraffic = 'Shënim: Aktivimi këtu i statistikave të Databazës mund të shkaktojë rritjen e trafikut midis server-it web dhe MySQL.';
|
||||
$strDbPrivileges = 'Privilegje specifike të databazës';
|
||||
$strDbSpecific = 'specifik i databazës';
|
||||
$strDefault = 'Paracaktuar';
|
||||
$strDefaultValueHelp = 'Për vlerat default, ju lutem shtoni një vlerë të vetme, pa backslash escaping apo thonjëza, duke përdorur këtë format: a';
|
||||
$strDelOld = 'Faqja aktuale përmban Riferime ndaj Tabelash që nuk ekzistojnë më. Dëshironi t\'i eleminoni këto Riferimente?';
|
||||
$strDefault = 'Prezgjedhur';
|
||||
$strDefaultValueHelp = 'Për vlerat e prezgjedhura, ju lutem shtoni një vlerë të vetme, pa backslash escaping apo thonjëza, duke përdorur këtë format: a';
|
||||
$strDelOld = 'Faqja aktuale përmban riferime ndaj tabelash që nuk ekzistojnë më. Dëshironi t\'i eleminoni këto riferimente?';
|
||||
$strDelete = 'Fshi';
|
||||
$strDeleteAndFlush = 'Fshi përdoruesit dhe pastaj rilexo privilegjet.';
|
||||
$strDeleteAndFlushDescr = 'Kjo është rruga më e pastër, por ngarkimi i privilegjeve mund të zgjasë disa çaste më shumë.';
|
||||
@@ -165,36 +190,43 @@ $strDeleted = 'rreshti u fshi';
|
||||
$strDeletedRows = 'rreshtat e fshirë:';
|
||||
$strDeleting = 'Në fshirje e sipër të %s';
|
||||
$strDescending = 'Zbritës';
|
||||
$strDisabled = 'Disaktivuar';
|
||||
$strDisplay = 'Vizualizo';
|
||||
$strDisplayFeat = 'Vizualizo karakteristikat';
|
||||
$strDisplayOrder = 'Mënyra e vizualizimit:';
|
||||
$strDescription = 'Përshkrimi';
|
||||
$strDictionary = 'fjalor';
|
||||
$strDisabled = 'Jo aktiv';
|
||||
$strDisplay = 'Shfaq';
|
||||
$strDisplayFeat = 'Shfaq karakteristikat';
|
||||
$strDisplayOrder = 'Mënyra e shfaqjes:';
|
||||
$strDisplayPDF = 'Shfaq skemën e PDF';
|
||||
$strDoAQuery = 'Zbato "query nga shembull" (karakteri jolly: "%")';
|
||||
$strDoYouReally = 'Konfermo: ';
|
||||
$strDocu = 'Dokumentet';
|
||||
$strDrop = 'Elemino';
|
||||
$strDropDB = 'Elemino databazën %s';
|
||||
$strDropSelectedDatabases = 'Elemino Databazat e Zgjedhura';
|
||||
$strDropSelectedDatabases = 'Elemino Databazat e zgjedhura';
|
||||
$strDropTable = 'Elemino tabelën';
|
||||
$strDropUsersDb = 'Elemino databazat që kanë emër të njëjtë me përdoruesit.';
|
||||
$strDumpComments = 'Përfshi komentet e kollonave si komente-SQL në linjë';
|
||||
$strDumpSaved = 'Dump u ruajt tek file %s.';
|
||||
$strDumpXRows = 'Dump i %s rreshta duke filluar nga rreshti %s.';
|
||||
$strDumpingData = 'Dump i të dhënave për tabelën';
|
||||
$strDynamic = 'dinamik';
|
||||
|
||||
$strEdit = 'Modifiko';
|
||||
$strEditPDFPages = 'Modifiko Faqe PDF';
|
||||
$strEditPrivileges = 'Modifiko Privilegjet';
|
||||
$strEdit = 'Ndrysho';
|
||||
$strEditPDFPages = 'Ndrysho faqen PDF';
|
||||
$strEditPrivileges = 'Ndrysho të drejtat';
|
||||
$strEffective = 'Efektiv';
|
||||
$strEmpty = 'Zbraz';
|
||||
$strEmptyResultSet = 'MySQL ka kthyer një të përbashkët boshe (p.sh. zero rreshta).';
|
||||
$strEnabled = 'Aktivuar';
|
||||
$strEnabled = 'Aktiv';
|
||||
$strEnd = 'Fund';
|
||||
$strEndCut = 'FUNDI I CUT';
|
||||
$strEndRaw = 'FUNDI I RAW';
|
||||
$strEnglishPrivileges = 'Shënim: emrat e privilegjeve të MySQL janë në Anglisht';
|
||||
$strEnglish = 'Anglisht';
|
||||
$strEnglishPrivileges = 'Shënim: emrat e të drejtave të MySQL janë në Anglisht';
|
||||
$strError = 'Gabim';
|
||||
$strEstonian = 'Estoneze';
|
||||
$strExcelOptions = 'Opcione të Excel';
|
||||
$strExecuteBookmarked = 'Zbaton query nga libërshënuesi';
|
||||
$strExplain = 'Shpjego SQL';
|
||||
$strExport = 'Eksporto';
|
||||
$strExportToXML = 'Eksporto në formatin XML';
|
||||
@@ -208,44 +240,49 @@ $strFields = 'Fusha';
|
||||
$strFieldsEmpty = ' Numratori i fushave është bosh! ';
|
||||
$strFieldsEnclosedBy = 'Fushë e përbërë nga';
|
||||
$strFieldsEscapedBy = 'Fushë e kufizuar nga';
|
||||
$strFieldsTerminatedBy = 'Fushë e mbaruar nga';
|
||||
$strFieldsTerminatedBy = 'Fushë që mbaron me';
|
||||
$strFileAlreadyExists = 'File %s ekziston në server: të lutem, ndrysho emrin e file ose zgjidh opcionin "Mbishkruaj".';
|
||||
$strFileCouldNotBeRead = 'File nuk mund të lexohet';
|
||||
$strFileNameTemplate = 'Emri i file template';
|
||||
$strFileNameTemplateHelp = 'Përdor __DB__ për emrin e databazës, __TABLE__ si emër për tabelën dhe %sany strftime%s opcione për specifikat e kohës, ekstensioni do të shtohet automatikisht. Çdo tekst tjetër do të konservohet.';
|
||||
$strFileNameTemplateHelp = 'Përdor __DB__ për emrin e databazës, __TABLE__ si emër për tabelën dhe %sany strftime%s opcione për specifikat e kohës, prapashtesa do të shtohet automatikisht. Çdo tekst tjetër do të konservohet.';
|
||||
$strFileNameTemplateRemember = 'kujto template';
|
||||
$strFixed = 'fiks';
|
||||
$strFlushPrivilegesNote = 'Shënim: phpMyAdmin lexon privilegjet e përdoruesve direkt nga tabela e privilegjeve të MySQL. Përmbajtja e kësaj tabele mund të ndryshojë nga privilegjet e përdorur nga serveri nëse janë kryer ndryshime manuale. Në këtë rast, duhet të %srifreskoni privilegjet%s para se të vazhdoni.';
|
||||
$strFlushTable = 'Rifillo ("FLUSH") tabelën';
|
||||
$strFormEmpty = 'Mungon një vlerë në form!';
|
||||
$strFormEmpty = 'Mungon një vlerë në formular!';
|
||||
$strFormat = 'Formati';
|
||||
$strFullText = 'Teksti i plotë';
|
||||
$strFunction = 'Funksion';
|
||||
$strFunction = 'Funksioni';
|
||||
|
||||
$strGenBy = 'Gjeneruar nga';
|
||||
$strGenTime = 'Gjeneruar më';
|
||||
$strGeneralRelationFeat = 'Karakteristikat e përgjithshme të relacionit';
|
||||
$strGerman = 'Gjermanisht';
|
||||
$strGlobal = 'globale';
|
||||
$strGlobalPrivileges = 'Privilegje globale';
|
||||
$strGlobalValue = 'Vlerë Globale';
|
||||
$strGo = 'Zbato';
|
||||
$strGrantOption = 'Grant';
|
||||
$strGrants = 'Lejo';
|
||||
$strGreek = 'Greqisht';
|
||||
$strGzip = '"kompresuar me gzip"';
|
||||
|
||||
$strHasBeenAltered = 'u modifikua.';
|
||||
$strHasBeenAltered = 'u ndryshua.';
|
||||
$strHasBeenCreated = 'u krijua.';
|
||||
$strHaveToShow = 'Zgjidh të paktën një kolonë për ta vizualizuar';
|
||||
$strHome = 'Home';
|
||||
$strHomepageOfficial = 'Home page zyrtare e phpMyAdmin';
|
||||
$strHomepageSourceforge = 'Home page e phpMyAdmin tek sourceforge.net';
|
||||
$strHaveToShow = 'Zgjidh të paktën një kolonë për të parë';
|
||||
$strHebrew = 'Hebraike';
|
||||
$strHome = 'Faqja web';
|
||||
$strHomepageOfficial = 'Faqja zyrtare e phpMyAdmin';
|
||||
$strHomepageSourceforge = 'Faqja e phpMyAdmin tek sourceforge.net';
|
||||
$strHost = 'Host';
|
||||
$strHostEmpty = 'Emri i host është bosh!';
|
||||
$strHungarian = 'Hungarisht';
|
||||
|
||||
$strId = 'ID';
|
||||
$strIdxFulltext = 'Teksti komplet';
|
||||
$strIfYouWish = 'Për të ngarkuar të dhënat vetëm për disa kollona të tabelës, specifiko listën e fushave (të ndara me presje).';
|
||||
$strIgnore = 'Injoro';
|
||||
$strIgnoringFile = 'File %s u injorua';
|
||||
$strIgnore = 'Shpërfill';
|
||||
$strIgnoringFile = 'File %s u shpërfill';
|
||||
$strImportDocSQL = 'Importo files docSQL';
|
||||
$strImportFiles = 'Importo files';
|
||||
$strImportFinished = 'Importimi përfundoi';
|
||||
@@ -253,7 +290,7 @@ $strInUse = 'në përdorim';
|
||||
$strIndex = 'Treguesi';
|
||||
$strIndexHasBeenDropped = 'Treguesi %s u eleminua';
|
||||
$strIndexName = 'Emri i treguesit :';
|
||||
$strIndexType = 'Tipi i treguesit :';
|
||||
$strIndexType = 'Lloji i treguesit :';
|
||||
$strIndexes = 'Tregues';
|
||||
$strInnodbStat = 'Gjëndja InnoDB';
|
||||
$strInsecureMySQL = 'File i konfigurimit në përdorim përmban zgjedhje (root pa asnjë password) që korrispondojnë me të drejtat e account MySQL të paracaktuar. Një server MySQL funksionues me këto zgjedhje është i pambrojtur ndaj sulmeve, dhe ju duhet patjetër të korrigjoni këtë vrimë në siguri.';
|
||||
@@ -261,31 +298,47 @@ $strInsert = 'Shto';
|
||||
$strInsertAsNewRow = 'Shto një rresht të ri';
|
||||
$strInsertNewRow = 'Shto një rresht të ri';
|
||||
$strInsertTextfiles = 'Shto një file teksti në tabelë';
|
||||
$strInsertedRows = 'Rreshta të shtuar:';
|
||||
$strInsertedRowId = 'U shtua id e rreshtit:';
|
||||
$strInsertedRows = 'Rreshtat e shtuar:';
|
||||
$strInstructions = 'Instruksione';
|
||||
$strInternalNotNecessary = '* Nuk ka nevojë për një relacion të brendshëm kur ky relacion ekziston në InnoDB.';
|
||||
$strInternalRelations = 'Relacione të brendshme';
|
||||
$strInvalidName = '"%s" është një fjalë e rezervuar; nuk mund ta përdorësh si emër për databazë/tabelë/fushë.';
|
||||
|
||||
$strJapanese = 'Japonisht';
|
||||
$strJumpToDB = 'Kalo tek databaza "%s".';
|
||||
$strJustDelete = 'Vetëm fshi përdoruesit nga tabelat e privilegjeve.';
|
||||
$strJustDeleteDescr = 'Përdoruesit e "fshirë" do të kenë akoma mundësi të futen në server si zakonisht derisa privilegjet të ngarkohen përsëri.';
|
||||
$strJustDeleteDescr = 'Përdoruesit e "fshirë" do të kenë akoma mundësi të futen në server si zakonisht derisa privilegjet të ringarkohen përsëri.';
|
||||
|
||||
$strKeepPass = 'Mos ndrysho password';
|
||||
$strKeyname = 'Emri i kyçit';
|
||||
$strKill = 'Hiq';
|
||||
$strKorean = 'Koreane';
|
||||
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'Opcione LaTeX';
|
||||
$strLandscape = 'Horizontale';
|
||||
$strLatexContent = 'Përmbajtja e tabelës __TABLE__';
|
||||
$strLatexContinued = '(vazhdon)';
|
||||
$strLatexContinuedCaption = 'Nëntitulli i tabelës vazhduese';
|
||||
$strLatexIncludeCaption = 'Përfshi nëntitullin e tabelës';
|
||||
$strLatexLabel = 'Çelsi i etiketës';
|
||||
$strLatexStructure = 'Struktura e tabelës __TABLE__';
|
||||
$strLength = 'Gjatësia';
|
||||
$strLengthSet = 'Gjatësia/Set*';
|
||||
$strLimitNumRows = 'record për faqe';
|
||||
$strLineFeed = 'Fundi i rreshtit: \\n';
|
||||
$strLines = 'Record';
|
||||
$strLinesTerminatedBy = 'Rreshta që mbarojnë me';
|
||||
$strLinkNotFound = 'Link nuk u gjet';
|
||||
$strLinkNotFound = 'Lidhja nuk u gjet';
|
||||
$strLinksTo = 'Lidhje me';
|
||||
$strLithuanian = 'Lituane';
|
||||
$strLoadExplanation = 'Metoda më e mirë është zgjedhur si default, por ju jepet mundësia t\'a ndryshoni nëqoftëse dështon.';
|
||||
$strLoadMethod = 'Metoda e NGARKIMIT';
|
||||
$strLocalhost = 'Lokal';
|
||||
$strLocationTextfile = 'Pozicioni i file';
|
||||
$strLogPassword = 'Password:';
|
||||
$strLogServer = 'Server-i';
|
||||
$strLogUsername = 'Emri i përdoruesit:';
|
||||
$strLogin = 'Lidh';
|
||||
$strLoginInformation = 'Informacione mbi Login';
|
||||
@@ -297,44 +350,49 @@ $strMIME_available_transform = 'Transformacionet në dispozicion';
|
||||
$strMIME_description = 'Përshkrimi';
|
||||
$strMIME_file = 'Emri i File';
|
||||
$strMIME_nodescription = 'Asnjë përshkrim në dispozicion për këtë transformim.<br />Ju lutem pyet autorin, çfarë %s bën.';
|
||||
$strMIME_transformation = 'Transformacioni i Browser';
|
||||
$strMIME_transformation_note = 'Për listën e opcioneve të transformacioneve në dispozicion dhe transformacionet relativë të llojeve-MIME, kliko tek %stransformacione përshkrime%s';
|
||||
$strMIME_transformation_options = 'Opcione të Transformimeve';
|
||||
$strMIME_transformation = 'Transformimi i Browser';
|
||||
$strMIME_transformation_note = 'Për listën e opcioneve të transformimeve në dispozicion dhe transformimet relativë të llojeve-MIME, kliko tek %spërshkrimet e transformimeve%s';
|
||||
$strMIME_transformation_options = 'Opcione të transformimeve';
|
||||
$strMIME_transformation_options_note = 'Ju lutem shkruani vlerat për opcionet e transformimit duke përdorur këtë format: \'a\',\'b\',\'c\'...<br />Nëse keni nevojë të shtoni një backslash ("\") apo një apostrofë ("\'") midis këtyre vlerave, duhet ti backslash-oni (për shembull \'\\\\xyz\' ose \'a\\\'b\').';
|
||||
$strMIME_without = 'Llojet-MIME të print-uar në italics kanë një funksion transformacioni të veçantë';
|
||||
$strMissingBracket = 'Mungojnë thonjëza';
|
||||
$strModifications = 'Ndryshimet u shpëtuan';
|
||||
$strModify = 'Modifiko';
|
||||
$strModifyIndexTopic = 'Modifiko një tregues';
|
||||
$strModify = 'Ndrysho';
|
||||
$strModifyIndexTopic = 'Ndrysho një tregues';
|
||||
$strMoreStatusVars = 'Më shumë të ndryshueshme të gjendjes';
|
||||
$strMoveTable = 'Sposto tabelën në (databazë<b>.</b>tabela):';
|
||||
$strMoveTableOK = 'Tabela %s u spostua tek %s.';
|
||||
$strMoveTableOK = 'Tabela %s u lëviz tek %s.';
|
||||
$strMoveTableSameNames = 'E pamundur lëvizja e tabelës tek vetvetja!';
|
||||
$strMultilingual = 'shumëgjuhësh';
|
||||
$strMustSelectFile = 'Duhet të zgjidhni file që dëshironi të shtoni.';
|
||||
$strMySQLCharset = 'Set karakteresh MySQL';
|
||||
$strMySQLReloaded = 'MySQL u rifillua.';
|
||||
$strMySQLSaid = 'Mesazh nga MySQL: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% në ekzekutim tek %pma_s2% si %pma_s3%';
|
||||
$strMySQLShowProcess = 'Vizualizo proceset në ekzekutim';
|
||||
$strMySQLShowStatus = 'Vizualizo informacionet e runtime të MySQL';
|
||||
$strMySQLShowVars = 'Vizualizo të ndryshueshmet e sistemit të MySQL';
|
||||
$strMySQLShowProcess = 'Shfaq proceset në ekzekutim';
|
||||
$strMySQLShowStatus = 'Shfaq informacionet e runtime të MySQL';
|
||||
$strMySQLShowVars = 'Shfaq të ndryshueshmet e sistemit të MySQL';
|
||||
|
||||
$strName = 'Emri';
|
||||
$strNext = 'Në vazhdim';
|
||||
$strNo = ' Jo ';
|
||||
$strNoDatabases = 'Asnjë databazë';
|
||||
$strNoDatabasesSelected = 'Asnjë databazë është zgjedhur.';
|
||||
$strNoDescription = 'asnjë Përshkrim';
|
||||
$strNoDropDatabases = 'Komandat "DROP DATABASE" janë disaktivuar.';
|
||||
$strNoExplain = 'Mos Shpjego SQL';
|
||||
$strNoDescription = 'asnjë përshkrim';
|
||||
$strNoDropDatabases = 'Komandat "DROP DATABASE" nuk janë aktive.';
|
||||
$strNoExplain = 'Mos shpjego SQL';
|
||||
$strNoFrames = 'phpMyAdmin funksionon më mirë me browser që suportojnë frames';
|
||||
$strNoIndex = 'Asnjë tregues i përcaktuar!';
|
||||
$strNoIndexPartsDefined = 'Asnjë pjesë e treguesit është përcaktuar!';
|
||||
$strNoModification = 'Asnjë ndryshim';
|
||||
$strNoOptions = 'Ky format nuk ka opcione';
|
||||
$strNoPassword = 'Asnjë password';
|
||||
$strNoPermission = 'Server-i web nuk ka të drejtat e duhura për të ruajtur file %s.';
|
||||
$strNoPhp = 'pa kod PHP';
|
||||
$strNoPrivileges = 'Asnjë privilegj';
|
||||
$strNoQuery = 'Asnjë query SQL!';
|
||||
$strNoRights = 'Nuk ke të drejta të mjaftueshme për të kryer këtë operacion!';
|
||||
$strNoSpace = 'Hapësirë e pamjaftueshme për të ruajtur file %s.';
|
||||
$strNoTablesFound = 'Nuk gjenden tabela në databazë.';
|
||||
$strNoUsersFound = 'Nuk u gjet asnjë përdorues.';
|
||||
$strNoUsersSelected = 'Nuk është seleksionuar asnjë përdorues.';
|
||||
@@ -358,10 +416,12 @@ $strOptionally = 'ME DËSHIRË';
|
||||
$strOptions = 'Mundësi';
|
||||
$strOr = 'Ose';
|
||||
$strOverhead = 'Mbi limit';
|
||||
$strOverwriteExisting = 'Mbishkruaj file(s) ekzistues';
|
||||
|
||||
$strPHP40203 = 'Është në përdorim PHP 4.2.3, që përmban një bug serioz me stringat multi-byte strings (mbstring). Shiko raportin 19404 të bug PHP. Ky version i PHP nuk rekomandohet për tu përdorur me phpMyAdmin.';
|
||||
$strPHP40203 = 'Është në përdorim PHP 4.2.3, që përmban një difekt serioz me stringat multi-byte strings (mbstring). Shiko raportin 19404 të bug PHP. Ky version i PHP nuk rekomandohet për tu përdorur me phpMyAdmin.';
|
||||
$strPHPVersion = 'Versioni i PHP';
|
||||
$strPageNumber = 'Numri i faqes:';
|
||||
$strPaperSize = 'Përmasat e letrës';
|
||||
$strPartialText = 'Tekst i pjesëshëm';
|
||||
$strPassword = 'Password';
|
||||
$strPasswordChanged = 'Password për përdoruesin %s u ndryshua me sukses.';
|
||||
@@ -374,6 +434,7 @@ $strPdfNoTables = 'Asnjë tabelë';
|
||||
$strPerHour = 'në orë';
|
||||
$strPerMinute = 'në minutë';
|
||||
$strPerSecond = 'në sekondë';
|
||||
$strPhoneBook = 'numratori';
|
||||
$strPhp = 'Krijo kodin PHP';
|
||||
$strPmaDocumentation = 'Dokumente të phpMyAdmin';
|
||||
$strPmaUriError = 'Direktiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DUHET të përcaktohet tek file i konfigurimit!';
|
||||
@@ -386,7 +447,8 @@ $strPrimaryKeyHasBeenDropped = 'Kyçi primar u eleminua';
|
||||
$strPrimaryKeyName = 'Emri i kyçit primar duhet të jetë... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>duhet</b> të jetë emri i, dhe <b>vetëm i</b>, një kyçi primar!)';
|
||||
$strPrint = 'Printo';
|
||||
$strPrintView = 'Vizualizo për printim';
|
||||
$strPrintView = 'Shfaq për printim';
|
||||
$strPrintViewFull = 'Shfaq për printim (me full text)';
|
||||
$strPrivDescAllPrivileges = 'Përfshin të gjitha të drejtat me përjashtim të GRANT.';
|
||||
$strPrivDescAlter = 'Lejon ndryshimin e strukturës së tabelave ekzistuese.';
|
||||
$strPrivDescCreateDb = 'Lejon krijimin e tabelave të reja dhe databazave të reja.';
|
||||
@@ -433,14 +495,16 @@ $strQuerySQLHistory = 'Kronollogjia e SQL';
|
||||
$strQueryStatistics = '<b>Statistikat e Query</b>: Që nga nisja e tij, server-it i janë dërguar %s queries.';
|
||||
$strQueryTime = 'Query ka zgjatur %01.4f sec';
|
||||
$strQueryType = 'Lloji i query';
|
||||
$strQueryWindowLock = 'Mos e mbishkruaj këtë query nga jashtë dritares';
|
||||
|
||||
$strReType = 'Rifut';
|
||||
$strReceived = 'Marrë';
|
||||
$strRecords = 'Record';
|
||||
$strReferentialIntegrity = 'Kontrollo integritetin e informacioneve:';
|
||||
$strRelationNotWorking = 'Karakteristikat shtesë janë disaktivuar për sa i takon funksionimit me tabelat e link-uara. Për të zbuluar përse, klikoni %skëtu%s.';
|
||||
$strRelationView = 'Shiko relacionin';
|
||||
$strRelationView = 'Shiko relacionet';
|
||||
$strRelationalSchema = 'Skema relazionale';
|
||||
$strRelations = 'Relacione';
|
||||
$strReloadFailed = 'Rinisja e MySQL dështoi.';
|
||||
$strReloadMySQL = 'Rinis MySQL';
|
||||
$strReloadingThePrivileges = 'Duke rilexuar privilegjet';
|
||||
@@ -450,6 +514,7 @@ $strRenameTable = 'Riemërto tabelën në';
|
||||
$strRenameTableOK = 'Tabela %s u riemërtua %s';
|
||||
$strRepairTable = 'Riparo tabelën';
|
||||
$strReplace = 'Zëvëndëso';
|
||||
$strReplaceNULLBy = 'Zevëndëso NULL me';
|
||||
$strReplaceTable = 'Zëvëndëso të dhënat e tabelës me file';
|
||||
$strReset = 'Rinis';
|
||||
$strResourceLimits = 'Limitet e rezervave';
|
||||
@@ -472,6 +537,7 @@ $strRowsStatistic = 'Statistikat e rreshtave';
|
||||
$strRunQuery = 'Dërgo Query';
|
||||
$strRunSQLQuery = 'Zbato query SQL tek databazë %s';
|
||||
$strRunning = 'në ekzekutim tek %s';
|
||||
$strRussian = 'Rusisht';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
$strSQLOptions = 'Opcione SQL';
|
||||
@@ -484,6 +550,7 @@ $strSQPBugUnclosedQuote = 'Thonjëza të pambyllura';
|
||||
$strSQPBugUnknownPunctuation = 'Stringë Punctuation e panjohur';
|
||||
$strSave = 'Shpëto';
|
||||
$strScaleFactorSmall = 'Faktori i shkallës është shumë i vogël për të plotësuar skemën në faqe';
|
||||
$strSaveOnServer = 'Ruaje në server tek directory %s';
|
||||
$strSearch = 'Kërko';
|
||||
$strSearchFormTitle = 'Kërko në databazë';
|
||||
$strSearchInTables = 'Tek tabela(at):';
|
||||
@@ -494,13 +561,14 @@ $strSearchOption3 = 'fraza precize';
|
||||
$strSearchOption4 = 'si ekspresion i rregullt';
|
||||
$strSearchResultsFor = 'Kërko rezultatet për "<i>%s</i>" %s:';
|
||||
$strSearchType = 'Gjej:';
|
||||
$strSelect = 'Seleksiono';
|
||||
$strSelectADb = 'Të lutem, seleksiono një databazë';
|
||||
$strSelectAll = 'Seleksiono Gjithçka';
|
||||
$strSelectFields = 'Seleksiono fushat (të paktën një):';
|
||||
$strSecretRequired = 'Tani nevoitet një fjalëkalim sekret për file e konfigurimit(blowfish_secret).';
|
||||
$strSelect = 'Zgjidh';
|
||||
$strSelectADb = 'Të lutem, zgjidh një databazë';
|
||||
$strSelectAll = 'Zgjidh gjithçka';
|
||||
$strSelectFields = 'Zgjidh fushat (të paktën një):';
|
||||
$strSelectNumRows = 'tek query';
|
||||
$strSelectTables = 'Seleksiono Tabelat';
|
||||
$strSend = 'Shpëtoje me emër...';
|
||||
$strSelectTables = 'Zgjidh Tabelat';
|
||||
$strSend = 'Ruaje me emër...';
|
||||
$strSent = 'Dërguar';
|
||||
$strServer = 'Server %s';
|
||||
$strServerChoice = 'Zgjedhja e server';
|
||||
@@ -525,9 +593,11 @@ $strShowTableDimension = 'Trego dimensionin e tabelave';
|
||||
$strShowTables = 'Shfaq tabelat';
|
||||
$strShowThisQuery = 'Tregoje përsëri këtë query';
|
||||
$strShowingRecords = 'Vizualizimi i record ';
|
||||
$strSimplifiedChinese = 'Kineze e thjeshtëzuar';
|
||||
$strSingly = '(një nga një)';
|
||||
$strSize = 'Dimensioni';
|
||||
$strSort = 'rreshtimi';
|
||||
$strSortByKey = 'Rendit sipas çelsit';
|
||||
$strSpaceUsage = 'Hapësira e përdorur';
|
||||
$strSplitWordsWithSpace = 'Fjalët janë të ndara nga një hapsirë (" ").';
|
||||
$strStatCheckTime = 'Kontrolli i fundit';
|
||||
@@ -545,6 +615,7 @@ $strStructure = 'Struktura';
|
||||
$strSubmit = 'Dërgoje';
|
||||
$strSuccess = 'Query u zbatua me sukses';
|
||||
$strSum = 'Gjithsej';
|
||||
$strSwedish = 'Suedisht';
|
||||
$strSwitchToTable = 'Kalo tek tabela e kopjuar';
|
||||
|
||||
$strTable = 'Tabela';
|
||||
@@ -555,161 +626,95 @@ $strTableHasBeenEmptied = 'Tabela %s u zbraz';
|
||||
$strTableHasBeenFlushed = 'Tabela %s u rifreskua';
|
||||
$strTableMaintenance = 'Administrimi i tabelës';
|
||||
$strTableOfContents = 'Tabela e përmbajtjes';
|
||||
$strTableOptions = 'Opcione për tabelën';
|
||||
$strTableStructure = 'Struktura e tabelës';
|
||||
$strTableType = 'Tipi i tabelës';
|
||||
$strTableType = 'Lloji i tabelës';
|
||||
$strTables = '%s tabela(at)';
|
||||
$strTblPrivileges = 'Të drejta relative me tabelat';
|
||||
$strTextAreaLength = ' Për shkak të gjatësisë saj,<br /> kjo fushë nuk mund të modifikohet ';
|
||||
$strTextAreaLength = ' Për shkak të gjatësisë saj,<br /> kjo fushë nuk mund të ndryshohet ';
|
||||
$strThai = 'Thai';
|
||||
$strTheContent = 'Përmbajtja e file u shtua.';
|
||||
$strTheContents = 'Përmbajtja e file zëvëndëson rreshtat e tabelës me të njëjtin kyç primar apo kyç të vetëm.';
|
||||
$strTheTerminator = 'Karakteri përfundues i fushave.';
|
||||
$strThisHost = 'Këtë Host';
|
||||
$strThisNotDirectory = 'Kjo nuk është një directory';
|
||||
$strThreadSuccessfullyKilled = 'Thread %s u përfundua me sukses.';
|
||||
$strTime = 'Kohë';
|
||||
$strTime = 'Koha';
|
||||
$strToggleScratchboard = '(dis)aktivo scratchboard';
|
||||
$strTotal = 'Gjithsej';
|
||||
$strTotalUC = 'Gjithsej';
|
||||
$strTraditionalChinese = 'Kineze tradicionale';
|
||||
$strTraffic = 'Trafiku';
|
||||
$strTransformation_image_jpeg__inline = 'Vizualizon një thumbnail të klikueshëm; mundësitë: gjërësia, lartësia në pixels (ruan proporcionin origjinal)';
|
||||
$strTransformation_image_jpeg__link = 'Shfaq një link për tek kjo figurë (download blob direkt, p.sh.).';
|
||||
$strTransformation_image_jpeg__inline = 'Shfaq një thumbnail të klikueshëm; mundësitë: gjërësia, lartësia në pixels (ruan proporcionin origjinal)';
|
||||
$strTransformation_image_jpeg__link = 'Shfaq një lidhje për tek kjo figurë (download blob direkt, p.sh.).';
|
||||
$strTransformation_image_png__inline = 'Shiko figurën/jpeg: në line';
|
||||
$strTransformation_text_plain__dateformat = 'Merr një fushë TIME, TIMESTAMP apo DATETIME dhe e formaton duke përdorur formatin e datës lokale. Mundësia e parë është offset (në orë) që do ti shtohet timestamp (Default: 0). Mundësia e dytë është një format date në përputhje me parametrat në dispozicion për funksionin strftime() të PHP.';
|
||||
$strTransformation_text_plain__external = 'VETËM PËR LINUX: Lëshon një program të jashtëm dhe plotëson të dhënat e fushave me anë të standard input. Jep si rezultat standard output e programit. Vendosja default është Tidy, për të printuar si duhet kodin HTML. Për arsye sigurie, do t\'ju duhet të ndryshoni file libraries/transformations/text_plain__external.inc.php dhe të shkruani instrumentet që lejoni të përdoren. Mundësia e parë pra është numri i programit që dëshironi të përdorni dhe e dyta janë parametrat për programin. Parametri i tretë, n.q.s. i vendosur në 1 do të konvertojë output duke përdorur htmlspecialchars() (Prezgjedhur: 1). Një parametër i katërt, po të jetë vendosur në 1 do t\'i shtojë një NOWRAP përmbajtjes së qelisë kështu që output komplet do të shfaqet pa u riformatuar (Default: 1)';
|
||||
$strTransformation_text_plain__formatted = 'Konservon formatimin origjinal të fushës. Nuk aplikohet asnjë Escaping.';
|
||||
$strTransformation_text_plain__imagelink = 'Shfaq një figurë dhe një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është gjërësia në pixels, i treti është lartësia.';
|
||||
$strTransformation_text_plain__link = 'Shfaq një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është një titull për lidhjen.';
|
||||
$strTransformation_text_plain__substr = 'Shfaq vetëm një pjesë të string-ës. Opcioni i parë është offset-i që shërben për të përcaktuar ku fillon output i tekstit tuaj (Default 0). Opcioni i dytë është një offset që tregon se sa tekst kthehet. Po të jetë bosh, kthen të gjithë tekstin e mbetur. Opcioni i trtë përcakton çfarë karakteresh do të shtohen në fund të output kur kthehet një nën-string-ë (Default: ...) .';
|
||||
$strTransformation_text_plain__substr = 'Shfaq vetëm një pjesë të string-ës. Opcioni i parë është offset-i që shërben për të përcaktuar ku fillon output i tekstit tuaj (Default 0). Opcioni i dytë është një offset që tregon se sa tekst kthehet. Po të jetë bosh, kthen të gjithë tekstin e mbetur. Opcioni i tretë përcakton çfarë karakteresh do të shtohen në fund të output kur kthehet një nën-string-ë (Default: ...) .';
|
||||
$strTransformation_text_plain__unformatted = 'Shfaq kodin HTML si entitet HTML. Formatimi HTML nuk shfaqet.';
|
||||
$strTruncateQueries = 'Shkurton (ndërpret) Queries e Shfaqura';
|
||||
$strTurkish = 'Turqisht';
|
||||
$strType = 'Lloji';
|
||||
|
||||
$strUkrainian = 'Ukrainase';
|
||||
$strUncheckAll = 'Deseleksionoi të gjithë';
|
||||
$strUnicode = 'Unicode';
|
||||
$strUnique = 'I vetëm';
|
||||
$strUnknown = 'e panjohur';
|
||||
$strUnselectAll = 'Deseleksiono gjithçka';
|
||||
$strUpdComTab = 'Ju lutem lexoni dokumentet mbi rifreskimin e tabelës suaj Column_comments';
|
||||
$strUpdatePrivMessage = 'Ke rifreskuar lejet për %s.';
|
||||
$strUpdateProfile = 'Rifresko profilin:';
|
||||
$strUpdateProfileMessage = 'Profili u rifreskua.';
|
||||
$strUpdateQuery = 'Rifresko Query';
|
||||
$strUpgradeMySQL = 'Duhet të instaloni MySQL %s ose superior.';
|
||||
$strUsage = 'Përdorimi';
|
||||
$strUseBackquotes = 'Përdor backquotes me emrat e tabelave dhe fushave';
|
||||
$strUseHostTable = 'Përdor Tabelën e Host-it';
|
||||
$strUseTables = 'Përdor tabelat';
|
||||
$strUseTextField = 'Përdor fushë teksti';
|
||||
$strUseThisValue = 'Përdor këtë vlerë';
|
||||
$strUser = 'Përdorues';
|
||||
$strUserAlreadyExists = 'Përdoruesi %s ekziston!';
|
||||
$strUserEmpty = 'Emri i përdoruesit është bosh!';
|
||||
$strUserName = 'Emri i përdoruesit';
|
||||
$strUserNotFound = 'Përdoruesi i seleksionuar nuk u gjet tek tabela e privilegjeve.';
|
||||
$strUserNotFound = 'Përdoruesi i zgjedhur nuk u gjet tek tabela e të drejtave.';
|
||||
$strUserOverview = 'Pamja e përgjithshme e përdoruesit';
|
||||
$strUsers = 'Përdorues';
|
||||
$strUsersDeleted = 'Përdoruesit e zgjedhur u hoqën me sukses.';
|
||||
$strUsersHavingAccessToDb = 'Përdoruesit që kanë hyrje tek "%s"';
|
||||
|
||||
$strValidateSQL = 'Vleftëso SQL';
|
||||
$strValidatorError = 'Miratuesi SQL nuk arrin të niset. Ju lutem kontrolloni instalimin e ekstensioneve të duhura php ashtu si përshkruhet tek %sdokumentimi%s.';
|
||||
$strValidatorError = 'Miratuesi SQL nuk arrin të niset. Ju lutem kontrolloni instalimin e prapashtesave të duhura php ashtu si përshkruhet tek %sdokumentimi%s.';
|
||||
$strValue = 'Vlerë';
|
||||
$strVar = 'E ndryshueshme';
|
||||
$strViewDump = 'Vizualizo dump (skema) e tabelës';
|
||||
$strViewDumpDB = 'Vizualizo dump (skema) e databazë';
|
||||
$strViewDump = 'Shfaq dump (skema) e tabelës';
|
||||
$strViewDumpDB = 'Shfaq dump (skema) e databazës';
|
||||
$strViewDumpDatabases = 'Shfaq dump (skema) e databazave';
|
||||
|
||||
$strWebServerUploadDirectory = 'directory e upload të server-it web';
|
||||
$strWebServerUploadDirectoryError = 'Directory që keni zgjedhur për upload nuk arrin të gjehet';
|
||||
$strWelcome = 'Mirësevini tek %s';
|
||||
$strWestEuropean = 'Europa Perëndimore';
|
||||
$strWildcard = 'wildcard';
|
||||
$strWindowNotFound = 'Dritarja e destinimit të browser nuk mund të rifreskohet. Ka mundësi të keni mbyllur dritaren nënë apo që browser-i juaj është duke bllokuar rifreskimet ndërmjet browser-ve për shkak të ndonjë mase sigurie';
|
||||
$strWithChecked = 'N.q.s. të seleksionuar:';
|
||||
$strWritingCommentNotPossible = 'I pamundur shkrimi i komentit';
|
||||
$strWritingRelationNotPossible = 'I pamundur shkrimi i Relacionit';
|
||||
$strWrongUser = 'Emri i përdoruesit apo password i gabuar. Ndalohet hyrja.';
|
||||
$strWritingRelationNotPossible = 'I pamundur shkrimi i relacionit';
|
||||
$strWrongUser = 'Emër përdoruesi apo password i gabuar. Ndalohet hyrja.';
|
||||
|
||||
$strXML = 'XML';
|
||||
|
||||
$strYes = ' Po ';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Shënim: Vendosja e këtyre opcioneve në 0 (zero) sinjifikon asnjë limit.';
|
||||
$strZeroRemovesTheLimit = 'Shënim: Vendosja e këtyre opcioneve në 0 (zero) do të thotë asnjë limit.';
|
||||
$strZip = '"kompresuar me zip"';
|
||||
// To translate
|
||||
|
||||
$strCharset = 'Charset'; //to translate
|
||||
$strLaTeXOptions = 'LaTeX options'; //to translate
|
||||
$strRelations = 'Relations'; //to translate
|
||||
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
|
||||
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
|
||||
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strInsertedRowId = 'Inserted row id:'; //to translate
|
||||
$strLoadMethod = 'LOAD method'; //to translate
|
||||
$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
|
||||
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
|
||||
$strExcelOptions = 'Excel options'; //to translate
|
||||
$strReplaceNULLBy = 'Replace NULL by'; //to translate
|
||||
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
|
||||
$strPaperSize = 'Paper size'; //to translate
|
||||
$strDatabaseNoTable = 'This database contains no table!';//to translate
|
||||
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
|
||||
$strAddIntoComments = 'Add into comments';//to translate
|
||||
$strDatabaseExportOptions = 'Database export options';//to translate
|
||||
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
|
||||
$strToggleScratchboard = 'toggle scratchboard'; //to translate
|
||||
$strTableOptions = 'Table options'; //to translate
|
||||
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
|
||||
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
|
||||
$strCharsets = 'Charsets'; //to translate
|
||||
$strDescription = 'Description'; //to translate
|
||||
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
|
||||
$strCollation = 'Collation'; //to translate
|
||||
$strMultilingual = 'multilingual'; //to translate
|
||||
$strGerman = 'German'; //to translate
|
||||
$strPhoneBook = 'phone book'; //to translate
|
||||
$strDictionary = 'dictionary'; //to translate
|
||||
$strSwedish = 'Swedish'; //to translate
|
||||
$strDanish = 'Danish'; //to translate
|
||||
$strCzech = 'Czech'; //to translate
|
||||
$strTurkish = 'Turkish'; //to translate
|
||||
$strEnglish = 'English'; //to translate
|
||||
$strHungarian = 'Hungarian'; //to translate
|
||||
$strCroatian = 'Croatian'; //to translate
|
||||
$strBulgarian = 'Bulgarian'; //to translate
|
||||
$strLithuanian = 'Lithuanian'; //to translate
|
||||
$strEstonian = 'Estonian'; //to translate
|
||||
$strCaseInsensitive = 'case-insensitive'; //to translate
|
||||
$strCaseSensitive = 'case-sensitive'; //to translate
|
||||
$strUkrainian = 'Ukrainian'; //to translate
|
||||
$strHebrew = 'Hebrew'; //to translate
|
||||
$strWestEuropean = 'West European'; //to translate
|
||||
$strCentralEuropean = 'Central European'; //to translate
|
||||
$strTraditionalChinese = 'Traditional Chinese'; //to translate
|
||||
$strCyrillic = 'Cyrillic'; //to translate
|
||||
$strArmenian = 'Armenian'; //to translate
|
||||
$strArabic = 'Arabic'; //to translate
|
||||
$strRussian = 'Russian'; //to translate
|
||||
$strUnknown = 'unknown'; //to translate
|
||||
$strBaltic = 'Baltic'; //to translate
|
||||
$strUnicode = 'Unicode'; //to translate
|
||||
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
|
||||
$strKorean = 'Korean'; //to translate
|
||||
$strGreek = 'Greek'; //to translate
|
||||
$strJapanese = 'Japanese'; //to translate
|
||||
$strThai = 'Thai'; //to translate
|
||||
$strUseThisValue = 'Use this value'; //to translate
|
||||
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
|
||||
$strBrowseForeignValues = 'Browse foreign values'; //to translate
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -735,4 +735,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -734,4 +734,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -708,4 +708,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -709,4 +709,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
703
lang/bosnian-utf-8.inc.php3
Normal file
703
lang/bosnian-utf-8.inc.php3
Normal file
@@ -0,0 +1,703 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
/**
|
||||
* Translated by:
|
||||
* Samir Kobiljak <kobiljak@aon.at>
|
||||
* http://www.kobiljak.com
|
||||
*/
|
||||
|
||||
$charset = 'utf-8';
|
||||
$allow_recoding = TRUE;
|
||||
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
||||
$byteUnits = array('bajta', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
|
||||
|
||||
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub');
|
||||
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d. %B %Y. u %H:%M';
|
||||
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
|
||||
|
||||
$strAPrimaryKey = 'Osnovni ključ je upravo dodan %s';
|
||||
$strAbortedClients = 'Prekinuto';
|
||||
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direkcije docSQL na veb serveru';
|
||||
$strAccessDenied = 'Ulaz nije dozvoljen';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisničko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
|
||||
$strAction = 'Akcija';
|
||||
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost';
|
||||
$strAddDeleteColumn = 'Dodaj/obriši kolonu';
|
||||
$strAddDeleteRow = 'Dodaj/obriši polje za kriterij';
|
||||
$strAddDropDatabase = 'Dodaj DROP DATABASE';
|
||||
$strAddIntoComments = 'Dodaj u komentare';
|
||||
$strAddNewField = 'Dodaj novo polje';
|
||||
$strAddPriv = 'Dodaj novu privilegiju';
|
||||
$strAddPrivMessage = 'Dodali ste novu privilegiju.';
|
||||
$strAddPrivilegesOnDb = 'Dodaj privilegije na slijedećoj bazi';
|
||||
$strAddPrivilegesOnTbl = 'Dodaj privilegije na slijedećoj tabeli';
|
||||
$strAddSearchConditions = 'Dodaj uslove pretraživanja (dio "WHERE" upita):';
|
||||
$strAddToIndex = 'Dodaj u ključ %s kolona(e)';
|
||||
$strAddUser = 'Dodaj novog korisnika';
|
||||
$strAddUserMessage = 'Dodali ste novog korisnika.';
|
||||
$strAddedColumnComment = 'Dodan je komentar koloni';
|
||||
$strAddedColumnRelation = 'Dodana je relacija koloni';
|
||||
$strAdministration = 'Administracija';
|
||||
$strAffectedRows = 'Obuhvaćeno redova:';
|
||||
$strAfter = 'Poslije %s';
|
||||
$strAfterInsertBack = 'Nazad na prethodnu stranu';
|
||||
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
|
||||
$strAll = 'Sve';
|
||||
$strAllTableSameWidth = 'prikaz svih tabela iste širine?';
|
||||
$strAlterOrderBy = 'Promijeni redoslijed u tabeli';
|
||||
$strAnIndex = 'Ključ je upravo dodan %s';
|
||||
$strAnalyzeTable = 'Analiziraj tabelu';
|
||||
$strAnd = 'i';
|
||||
$strAny = 'Bilo koji';
|
||||
$strAnyColumn = 'Bilo koja kolona';
|
||||
$strAnyDatabase = 'Bilo koja baza podataka';
|
||||
$strAnyHost = 'Bilo koji host';
|
||||
$strAnyTable = 'Bilo koja tabela';
|
||||
$strAnyUser = 'Bilo koji korisnik';
|
||||
$strArabic = 'Arapski';
|
||||
$strArmenian = 'Jermenski';
|
||||
$strAscending = 'Rastući';
|
||||
$strAtBeginningOfTable = 'Na početku tabele';
|
||||
$strAtEndOfTable = 'Na kraju tabele';
|
||||
$strAttr = 'Atributi';
|
||||
$strAutodetect = 'automatski';
|
||||
$strAutomaticLayout = 'Automatski raspored';
|
||||
|
||||
$strBack = 'Nazad';
|
||||
$strBaltic = 'Baltički';
|
||||
$strBeginCut = 'POČETAK REZ';
|
||||
$strBeginRaw = 'POČETAK SIROVO';
|
||||
$strBinary = 'Binarni';
|
||||
$strBinaryDoNotEdit = 'Binarni - ne mijenjaj';
|
||||
$strBookmarkDeleted = 'Obilježivač je upravo obrisan.';
|
||||
$strBookmarkLabel = 'Naziv';
|
||||
$strBookmarkQuery = 'Obilježen SQL-upit';
|
||||
$strBookmarkThis = 'Obilježi SQL-upit';
|
||||
$strBookmarkView = 'Vidi samo';
|
||||
$strBrowse = 'Pregled';
|
||||
$strBrowseForeignValues = 'Pregledaj strane vrijednosti';
|
||||
$strBulgarian = 'Bugarski';
|
||||
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporučuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašem phpMyAdmin konfiguracionom fajlu na <code>FALSE</code>. Ako želite da koristite mogućnosti BZ2 kompresije, trebalo bi da pređete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
|
||||
$strBzip = '"bzip-ovano"';
|
||||
|
||||
$strCSVOptions = 'CSV opcije';
|
||||
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
|
||||
$strCantLoad = 'ne mogu da učitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju';
|
||||
$strCantLoadMySQL = 'ne mogu da učitam MySQL ekstenziju,<br /> molim pogledajte PHP konfiguraciju.';
|
||||
$strCantLoadRecodeIconv = 'Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite konverziju skupova znakova u phpMyAdmin-u.';
|
||||
$strCantRenameIdxToPrimary = 'Ne mogu da promenim ključ u PRIMARY (primarni) !';
|
||||
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju.';
|
||||
$strCardinality = 'Kardinalnost';
|
||||
$strCarriage = 'Novi red (carriage return): \\r';
|
||||
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
|
||||
$strCaseSensitive = 'Razlikuje mala i velika slova';
|
||||
$strCentralEuropean = 'Centralnoevropski';
|
||||
$strChange = 'Promijeni';
|
||||
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
|
||||
$strChangeCopyModeCopy = '... sačuvaj stare.';
|
||||
$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije.';
|
||||
$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
|
||||
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
|
||||
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
|
||||
$strChangeDisplay = 'Izaberi polja za prikaz';
|
||||
$strChangePassword = 'Promeni lozinku';
|
||||
$strCharset = 'Karakter set';
|
||||
$strCharsetOfFile = 'Karakter set datoteke:';
|
||||
$strCharsets = 'Kodne strane';
|
||||
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
|
||||
$strCheckAll = 'Označi sve';
|
||||
$strCheckDbPriv = 'Provjeri privilegije baze podataka';
|
||||
$strCheckPrivs = 'Provjeri privilegije';
|
||||
$strCheckPrivsLong = 'Provjeri privilegije za bazu "%s".';
|
||||
$strCheckTable = 'Provjeri tabelu';
|
||||
$strChoosePage = 'Izaberite stranu koju menjate';
|
||||
$strColComFeat = 'Prikazujem komentare kolone';
|
||||
$strCollation = 'Sortiranje';
|
||||
$strColumn = 'Kolona';
|
||||
$strColumnNames = 'Imena kolona';
|
||||
$strColumnPrivileges = 'Privilegije vezane za kolone';
|
||||
$strCommand = 'Naredba';
|
||||
$strComments = 'Komentari';
|
||||
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
|
||||
$strCompression = 'Kompresija';
|
||||
$strConfigFileError = 'phpMyAdmin nije mogao da pročita vaš konfiguracioni fajl!<br />Ovo se može destiti ako PHP nađe grešku u procesiranju ili ne može da pronađe fajl.<br />Pozovite konfiguracioni fajl direktno koristeći donji link u pročitajte poruke o grešci koje dobijate. U većini slučajeve negde nedostaje navodnik ili tačka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
|
||||
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
|
||||
$strConfirm = 'Da li stvarno želite da to uradite?';
|
||||
$strConnections = 'Konekcije';
|
||||
$strCookiesRequired = 'Kolačići (Cookies) moraju u ovom slučaju biti aktivirani.';
|
||||
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
|
||||
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
|
||||
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
|
||||
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Vjerovatno je već zatvoren.';
|
||||
$strCreate = 'Napravi';
|
||||
$strCreateIndex = 'Napravi ključ na %s kolona';
|
||||
$strCreateIndexTopic = 'Napravi novi ključ';
|
||||
$strCreateNewDatabase = 'Napravi novu bazu podataka';
|
||||
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
|
||||
$strCreatePage = 'Napravi novu stranu';
|
||||
$strCreatePdfFeat = 'Pravljenje PDF-ova';
|
||||
$strCriteria = 'Kriterijum';
|
||||
$strCroatian = 'Hrvatski';
|
||||
$strCyrillic = 'Ćirilični';
|
||||
$strCzech = 'Češki';
|
||||
|
||||
$strDBComment = 'Komentar baze:';
|
||||
$strDBGContext = 'Kontekst';
|
||||
$strDBGContextID = 'Kontekst ID';
|
||||
$strDBGHits = 'Pogodaka';
|
||||
$strDBGLine = 'Linija';
|
||||
$strDBGMaxTimeMs = 'Max vrijeme, ms';
|
||||
$strDBGMinTimeMs = 'Min vrijeme, ms';
|
||||
$strDBGModule = 'Modul';
|
||||
$strDBGTimePerHitMs = 'Vrijeme/pogodak, ms';
|
||||
$strDBGTotalTimeMs = 'Ukupno vrijeme, ms';
|
||||
$strDanish = 'Danski';
|
||||
$strData = 'Podaci';
|
||||
$strDataDict = 'Rečnik podataka';
|
||||
$strDataOnly = 'Samo podaci';
|
||||
$strDatabase = 'Baza podataka';
|
||||
$strDatabaseExportOptions = 'Opcije za izvoz baze';
|
||||
$strDatabaseHasBeenDropped = 'Baza %s je odbačena.';
|
||||
$strDatabaseNoTable = 'Baza ne sadrži tabele!';
|
||||
$strDatabaseWildcard = 'Baza (džoker znaci dozvoljeni):';
|
||||
$strDatabases = 'Baze';
|
||||
$strDatabasesDropped = '%s baza je uspješno odbačena.';
|
||||
$strDatabasesStats = 'Statistika baze';
|
||||
$strDatabasesStatsDisable = 'Isključi statistike';
|
||||
$strDatabasesStatsEnable = 'Uključi statistike';
|
||||
$strDatabasesStatsHeavyTraffic = 'Napomena: uključivanje statistika može prouzrokovati veliki protok podataka između web i MySQL servera.';
|
||||
$strDbPrivileges = 'Privilegije vezane za bazu';
|
||||
$strDbSpecific = 'Specifično za bazu';
|
||||
$strDefault = 'Podrazumjevano';
|
||||
$strDefaultValueHelp = 'Za podrazumjevanu vrijednost, unesite samo jednu vrijednost, bez kosih crta ili navodnika u ovom obliku: a';
|
||||
$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
|
||||
$strDelete = 'Obriši';
|
||||
$strDeleteAndFlush = 'Obriši korisnike i ponovo učitaj privilegije.';
|
||||
$strDeleteAndFlushDescr = 'Ovo je najčistiji način, ali ponovno učitavanje privilegina može da potraje.';
|
||||
$strDeleteFailed = 'Brisanje nije uspjelo!';
|
||||
$strDeleteUserMessage = 'Upravo ste obrisali korisnika: %s.';
|
||||
$strDeleted = 'Red je obrisan';
|
||||
$strDeletedRows = 'Obrisani redovi:';
|
||||
$strDeleting = 'Brišem %s';
|
||||
$strDescending = 'Opadajući';
|
||||
$strDescription = 'Opis';
|
||||
$strDictionary = 'riječnik';
|
||||
$strDisabled = 'Onemogućeno';
|
||||
$strDisplay = 'Prikaži';
|
||||
$strDisplayFeat = 'Prikaži osobine';
|
||||
$strDisplayOrder = 'Redosled prikaza:';
|
||||
$strDisplayPDF = 'Prikaži PDF shemu';
|
||||
$strDoAQuery = 'Napravi "upit po primjeru" (džoker: "%")';
|
||||
$strDoYouReally = 'Da li stvarno hoćete da ';
|
||||
$strDocu = 'Dokumentacija';
|
||||
$strDrop = 'Odbaci';
|
||||
$strDropDB = 'Odbaci bazu %s';
|
||||
$strDropSelectedDatabases = 'Odbaci izabrane baze';
|
||||
$strDropTable = 'Odbaci tabelu';
|
||||
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
|
||||
$strDumpComments = 'Uključi komentare kolona kao komentare unutar SQL-a';
|
||||
$strDumpSaved = 'Sadržaj baze je sačuvan u fajl %s.';
|
||||
$strDumpXRows = 'Prikaži %s redova počevši od reda %s.';
|
||||
$strDumpingData = 'Prikaz podataka tabele';
|
||||
$strDynamic = 'dinamički';
|
||||
|
||||
$strEdit = 'Promeni';
|
||||
$strEditPDFPages = 'Izmena PDF strana';
|
||||
$strEditPrivileges = 'Promijeni privilegije';
|
||||
$strEffective = 'Efektivne';
|
||||
$strEmpty = 'Isprazni';
|
||||
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
|
||||
$strEnabled = 'Omogućeno';
|
||||
$strEnd = 'Kraj';
|
||||
$strEndCut = 'KRAJ REZ';
|
||||
$strEndRaw = 'KRAJ SIROVO';
|
||||
$strEnglish = 'Engleski';
|
||||
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
|
||||
$strError = 'Greška';
|
||||
$strEstonian = 'Estonski';
|
||||
$strExcelOptions = 'Excel opcije';
|
||||
$strExecuteBookmarked = 'Izvrši upamćen upit';
|
||||
$strExplain = 'Objasni SQL';
|
||||
$strExport = 'Izvoz';
|
||||
$strExportToXML = 'Izvoz u XML format';
|
||||
$strExtendedInserts = 'Prošireni INSERT';
|
||||
$strExtra = 'Dodatno';
|
||||
|
||||
$strFailedAttempts = 'Neuspelih pokušaja';
|
||||
$strField = 'Polje';
|
||||
$strFieldHasBeenDropped = 'Polje %s je obrisano';
|
||||
$strFields = 'Polja';
|
||||
$strFieldsEmpty = ' Broj polja je nula! ';
|
||||
$strFieldsEnclosedBy = 'Polja ograničena sa';
|
||||
$strFieldsEscapedBy = 'Escape karakter ';
|
||||
$strFieldsTerminatedBy = 'Polja razdvojena sa';
|
||||
$strFileAlreadyExists = 'Datoteka %s već postoji na serveru, promijenite ime datoteke ili uključite opciju prepisivanja.';
|
||||
$strFileCouldNotBeRead = 'Datoteku nije moguće pročitati';
|
||||
$strFileNameTemplate = 'Šablon imena datoteke';
|
||||
$strFileNameTemplateHelp = 'Koristi __DB__ za ime baze, __TABLE__ za ime tabele i %sbilo koju strftime%s opciju za specifikaciju vremena, i ekstenzija će automatski biti dodata. Sav ostali tekst biće sačuvan.';
|
||||
$strFileNameTemplateRemember = 'zapamti šablon';
|
||||
$strFixed = 'urađeno';
|
||||
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su izvršene ručne izmjene. U tom slučaju %sponovo učitajte privilegije%s pre nego što nastavite.';
|
||||
$strFlushTable = 'Osvježi tabelu ("FLUSH")';
|
||||
$strFormEmpty = 'Nedostaje vrijednost u obrascu!';
|
||||
$strFormat = 'Format';
|
||||
$strFullText = 'Pun tekst';
|
||||
$strFunction = 'Funkcija';
|
||||
|
||||
$strGenBy = 'Generirao';
|
||||
$strGenTime = 'Vrijeme kreiranja';
|
||||
$strGeneralRelationFeat = 'Opšte osobine relacija';
|
||||
$strGerman = 'Njemački';
|
||||
$strGlobal = 'globalno';
|
||||
$strGlobalPrivileges = 'Globalne privilegije';
|
||||
$strGlobalValue = 'Globalna vrednost';
|
||||
$strGo = 'Kreni';
|
||||
$strGrantOption = 'Omogući';
|
||||
$strGrants = 'Omogući';
|
||||
$strGreek = 'Grčki';
|
||||
$strGzip = '"gzip-ovano"';
|
||||
|
||||
$strHasBeenAltered = 'je promijenjen(a).';
|
||||
$strHasBeenCreated = 'je kreiran(a).';
|
||||
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
|
||||
$strHebrew = 'Jevrejski';
|
||||
$strHome = 'Početna strana';
|
||||
$strHomepageOfficial = 'phpMyAdmin veb sajt';
|
||||
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download stranica';
|
||||
$strHost = 'Host';
|
||||
$strHostEmpty = 'Ime hosta je prazno!';
|
||||
$strHungarian = 'Mađarski';
|
||||
|
||||
$strId = 'ID';
|
||||
$strIdxFulltext = 'Tekst ključ';
|
||||
$strIfYouWish = 'Ako želite da izlistate samo neke kolone u tabeli, navedite ih razdvojene zarezom';
|
||||
$strIgnore = 'Ignoriši';
|
||||
$strIgnoringFile = 'Ignorišem fajl %s';
|
||||
$strImportDocSQL = 'Uvoz docSQL fajlova';
|
||||
$strImportFiles = 'Uvoz fajlova';
|
||||
$strImportFinished = 'Uvoz završen';
|
||||
$strInUse = 'se koristi';
|
||||
$strIndex = 'Ključ';
|
||||
$strIndexHasBeenDropped = 'Ključ %s je obrisan';
|
||||
$strIndexName = 'Ime ključa :';
|
||||
$strIndexType = 'Tip ključa :';
|
||||
$strIndexes = 'Ključevi';
|
||||
$strInnodbStat = 'InnoDB status';
|
||||
$strInsecureMySQL = 'Vaš konfiguracioni fajl sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite ovaj sigurnosni rizik.';
|
||||
$strInsert = 'Novi zapis';
|
||||
$strInsertAsNewRow = 'Unesi kao novi red';
|
||||
$strInsertNewRow = 'Unesi novi red';
|
||||
$strInsertTextfiles = 'Uvezi podatke iz tekstualne datoteke';
|
||||
$strInsertedRowId = 'ID umetnutih redova:';
|
||||
$strInsertedRows = 'Uneseno redova:';
|
||||
$strInstructions = 'Uputstva';
|
||||
$strInvalidName = '"%s" je rezervirana riječ, \nne možete je koristiti kao ime polja, tabele ili baze.';
|
||||
|
||||
$strJapanese = 'Japanski';
|
||||
$strJumpToDB = 'Pređi na bazu "%s".';
|
||||
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
|
||||
$strJustDeleteDescr = '"Obrisani" korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
|
||||
|
||||
$strKeepPass = 'Nemoj da mijenjaš lozinku';
|
||||
$strKeyname = 'Ime ključa';
|
||||
$strKill = 'Obustavi';
|
||||
$strKorean = 'Korejski';
|
||||
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'LaTeX opcije';
|
||||
$strLandscape = 'Položeno';
|
||||
$strLength = 'Dužina';
|
||||
$strLengthSet = 'Dužina/Vrijednost*';
|
||||
$strLimitNumRows = 'Broj redova po strani';
|
||||
$strLineFeed = 'Oznaka za kraj linije: \\n';
|
||||
$strLines = 'Linije';
|
||||
$strLinesTerminatedBy = 'Linije se završavaju sa';
|
||||
$strLinkNotFound = 'Veza nije pronađena';
|
||||
$strLinksTo = 'Veze ka';
|
||||
$strLithuanian = 'Litvanski';
|
||||
$strLoadExplanation = 'Najbolji metod je već izabran, ali ga možete promijeniti ako ne radi.';
|
||||
$strLoadMethod = 'LOAD metod';
|
||||
$strLocalhost = 'Lokalni';
|
||||
$strLocationTextfile = 'Lokacija tekstualne datoteke';
|
||||
$strLogPassword = 'Lozinka:';
|
||||
$strLogUsername = 'Korisničko ime:';
|
||||
$strLogin = 'Prijavljivanje';
|
||||
$strLoginInformation = 'Podatci o prijavi';
|
||||
$strLogout = 'Odjavljivanje';
|
||||
|
||||
$strMIME_MIMEtype = 'MIME-tipovi';
|
||||
$strMIME_available_mime = 'Dostupni MIME-tipovi';
|
||||
$strMIME_available_transform = 'Dostupne transformacije';
|
||||
$strMIME_description = 'Opis';
|
||||
$strMIME_file = 'Ime datoteke';
|
||||
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
|
||||
$strMIME_transformation = 'Tranformacije čitača';
|
||||
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
|
||||
$strMIME_transformation_options = 'Opcije transformacije';
|
||||
$strMIME_transformation_options_note = 'Molimo unesite vrijednosti za opcije transformacije koristeći ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrijednosti, stavite obrnutu kosu crtu ispred njih (na primjer \'\\\\xyz\' ili \'a\\\'b\').';
|
||||
$strMIME_without = 'MIME-tipovi prikazani u kursivu nemaju odvojene funkcije transformacije.';
|
||||
$strMissingBracket = 'Nedostaje zagrada';
|
||||
$strModifications = 'Izmjene su sačuvane';
|
||||
$strModify = 'Promijeni';
|
||||
$strModifyIndexTopic = 'Izmijeni ključ';
|
||||
$strMoreStatusVars = 'Još statusnih promjenljivih';
|
||||
$strMoveTable = 'Pomjeri tabelu u (baza<b>.</b>tabela):';
|
||||
$strMoveTableOK = 'Tabela %s je pomjerena u %s.';
|
||||
$strMoveTableSameNames = 'Ne mogu da premjestim tabelu u samu sebe!';
|
||||
$strMultilingual = 'višejezički';
|
||||
$strMustSelectFile = 'Morate izabrati datoteku koju želite da umetnete.';
|
||||
$strMySQLCharset = 'MySQL set karaktera';
|
||||
$strMySQLReloaded = 'MySQL ponovo pokrenut.';
|
||||
$strMySQLSaid = 'MySQL kaže: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% pokrenut na %pma_s2%, prijavljen kao %pma_s3%';
|
||||
$strMySQLShowProcess = 'Prikaži listu procesa';
|
||||
$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
|
||||
$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
|
||||
|
||||
$strName = 'Ime';
|
||||
$strNext = 'Slijedeći';
|
||||
$strNo = 'Ne';
|
||||
$strNoDatabases = 'Baza ne postoji';
|
||||
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
|
||||
$strNoDescription = 'nema opisa';
|
||||
$strNoDropDatabases = '"DROP DATABASE" komanda je onemogućena.';
|
||||
$strNoExplain = 'Preskoči objašnjavanje SQL-a';
|
||||
$strNoFrames = 'phpMyAdmin preferira čitače koji podržavaju okvire.';
|
||||
$strNoIndex = 'Ključ nije definisan!';
|
||||
$strNoIndexPartsDefined = 'Dijelovi ključa nisu definisani!';
|
||||
$strNoModification = 'Nema izmjena';
|
||||
$strNoOptions = 'Ne postoje opcije za ovaj format';
|
||||
$strNoPassword = 'Nema lozinke';
|
||||
$strNoPermission = 'Veb serveru nije dozvoljeno da sačuva datoteku %s.';
|
||||
$strNoPhp = 'bez PHP koda';
|
||||
$strNoPrivileges = 'Nema privilegija';
|
||||
$strNoQuery = 'Nema SQL upita!';
|
||||
$strNoRights = 'Nije Vam dozvoljeno da budete ovdje!';
|
||||
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
|
||||
$strNoTablesFound = 'Tabele nisu pronađene u bazi.';
|
||||
$strNoUsersFound = 'Korisnik nije nađen.';
|
||||
$strNoUsersSelected = 'Korisnik nije izabran.';
|
||||
$strNoValidateSQL = 'Preskoči provjeru SQL-a';
|
||||
$strNone = 'nema';
|
||||
$strNotNumber = 'Ovo nije broj!';
|
||||
$strNotOK = 'nije u redu';
|
||||
$strNotSet = '<b>%s</b> tabela nije pronađena ili nije postavljena u %s';
|
||||
$strNotValidNumber = 'nije odgovarajući broj kolone!';
|
||||
$strNull = 'Null';
|
||||
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
|
||||
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
|
||||
$strNumTables = 'Tabele';
|
||||
|
||||
$strOK = 'U redu';
|
||||
$strOftenQuotation = 'Navodnici koji se koriste. OPCIONO se misli da neka polja mogu, ali ne moraju da budu pod znacima navoda.';
|
||||
$strOperations = 'Operacije';
|
||||
$strOptimizeTable = 'Optimiziraj tabelu';
|
||||
$strOptionalControls = 'Opciono. Znak koji prethodi specijalnim znacima.';
|
||||
$strOptionally = 'OPCIONO';
|
||||
$strOptions = 'Opcije';
|
||||
$strOr = 'ili';
|
||||
$strOverhead = 'Prekoračenje';
|
||||
$strOverwriteExisting = 'Prepiši postojeće fajlove';
|
||||
|
||||
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljnu gresku sa višebajtnim stringovima (mbstring). Pogledajte izvještaj o grešci br. 19404. Ova verzija PHP-a se ne preporučuje za korišćenje sa phpMyAdmin.';
|
||||
$strPHPVersion = 'verzija PHP-a';
|
||||
$strPageNumber = 'Broj strane:';
|
||||
$strPaperSize = 'Dimenzije papira';
|
||||
$strPartialText = 'Dio teksta';
|
||||
$strPassword = 'Lozinka';
|
||||
$strPasswordChanged = 'Lozinka za %s je uspješno promjenjena.';
|
||||
$strPasswordEmpty = 'Lozinka je prazna!';
|
||||
$strPasswordNotSame = 'Lozinke nisu identične!';
|
||||
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
|
||||
$strPdfInvalidPageNum = 'Nedefinisan broj PDF strane!';
|
||||
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
|
||||
$strPdfNoTables = 'Nema tabela';
|
||||
$strPerHour = 'na sat';
|
||||
$strPerMinute = 'u minuti';
|
||||
$strPerSecond = 'u sekundi';
|
||||
$strPhoneBook = 'telefonski imenik';
|
||||
$strPhp = 'Napravi PHP kod';
|
||||
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
|
||||
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podješena u konfiguracionoj datoteci!';
|
||||
$strPortrait = 'Uspravno';
|
||||
$strPos1 = 'Početak';
|
||||
$strPrevious = 'Prethodna';
|
||||
$strPrimary = 'Primarni';
|
||||
$strPrimaryKey = 'Primarni ključ';
|
||||
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je obrisan';
|
||||
$strPrimaryKeyName = 'Ime primarnog ključa mora da bude... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog ključa!)';
|
||||
$strPrint = 'Štampaj';
|
||||
$strPrintView = 'Za štampu';
|
||||
$strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
|
||||
$strPrivDescAlter = 'Dozvoljava izmjenu struktura postojećih tabela.';
|
||||
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
|
||||
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
|
||||
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
|
||||
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
|
||||
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
|
||||
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
|
||||
$strPrivDescExecute = 'Dozvoljava pokretanje sačuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
|
||||
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
|
||||
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog učitavanja tabela privilegija.';
|
||||
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje ključeva.';
|
||||
$strPrivDescInsert = 'Dozvoljava umetanje i zamjenu podataka.';
|
||||
$strPrivDescLockTables = 'Dozvoljava zaključavanje tabela tekućim procesima.';
|
||||
$strPrivDescMaxConnections = 'Ograničava broj novih konekcija koje korisnik može ta otvori na sat.';
|
||||
$strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može da uputi serveru za sat.';
|
||||
$strPrivDescMaxUpdates = 'Ograničava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
|
||||
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
|
||||
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
|
||||
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
|
||||
$strPrivDescReload = 'Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera.';
|
||||
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoćni serveri.';
|
||||
$strPrivDescReplSlave = 'Potrebno zbog pomoćnih servera za replikaciju.';
|
||||
$strPrivDescSelect = 'Dozvoljava čitanje podataka.';
|
||||
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
|
||||
$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
|
||||
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za većinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
|
||||
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
|
||||
$strPrivDescUsage = 'Nema privilegija.';
|
||||
$strPrivileges = 'Privilegije';
|
||||
$strPrivilegesReloaded = 'Privilegije su uspešno ponovo učitane.';
|
||||
$strProcesslist = 'Lista procesa';
|
||||
$strProperties = 'Svojstva';
|
||||
$strPutColNames = 'Stavi imena polja u prvi red';
|
||||
|
||||
$strQBE = 'Upit po primeru';
|
||||
$strQBEDel = 'Del';
|
||||
$strQBEIns = 'Ins';
|
||||
$strQueryFrame = 'Prozor za upite';
|
||||
$strQueryFrameDebug = 'Debugging informacije';
|
||||
$strQueryFrameDebugBox = 'Aktivne promjenljive za formular sa upitom:\nDB: %s\nTabela: %s\nServer: %s\n\nTrenutne promenljive za formular sa upitom:\nDB: %s\nTabela: %s\nServer: %s\n\nLokacija sa koje je otvoreno: %s\nLokacija okvira: %s.';
|
||||
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
|
||||
$strQuerySQLHistory = 'SQL istorijat';
|
||||
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
|
||||
$strQueryTime = 'Upit je trajao %01.4f sekundi';
|
||||
$strQueryType = 'Vrsta upita';
|
||||
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
|
||||
|
||||
$strReType = 'Ponovite unos';
|
||||
$strReceived = 'Primljeno';
|
||||
$strRecords = 'Zapisi';
|
||||
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
|
||||
$strRelationNotWorking = 'Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste saznali zašto, kliknite %sovde%s.';
|
||||
$strRelationView = 'Relacioni pogled';
|
||||
$strRelationalSchema = 'Relaciona shema';
|
||||
$strRelations = 'Relacije';
|
||||
$strReloadFailed = 'Ponovno pokretanje MySQL-a nije uspelo.';
|
||||
$strReloadMySQL = 'Ponovo pokreni MySQL';
|
||||
$strReloadingThePrivileges = 'Ponovo učitavam privilegije';
|
||||
$strRememberReload = 'Ne zaboravite da ponovo pokrenete server.';
|
||||
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
|
||||
$strRenameTable = 'Promjeni ime tabele u ';
|
||||
$strRenameTableOK = 'Tabeli %s promjenjeno ime u %s';
|
||||
$strRepairTable = 'Popravi tabelu';
|
||||
$strReplace = 'Zamijeni';
|
||||
$strReplaceNULLBy = 'Zamijeni NULL sa';
|
||||
$strReplaceTable = 'Zamijeni podatke u tabeli sa podatcima iz datoteke';
|
||||
$strReset = 'Resetuj';
|
||||
$strResourceLimits = 'Ograničenja resursa';
|
||||
$strRevoke = 'Zabrani';
|
||||
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
|
||||
$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati USAGE privilegije dok se privilegije ponovo ne učitaju.';
|
||||
$strRevokeGrant = 'Zabrani GRANT';
|
||||
$strRevokeGrantMessage = 'Zabranili ste GRANT privilegije za %s';
|
||||
$strRevokeMessage = 'Zabranili ste privilegije za %s';
|
||||
$strRevokePriv = 'Zabrani privilegije';
|
||||
$strRowLength = 'Dužina reda';
|
||||
$strRowSize = 'Veličina reda';
|
||||
$strRows = 'Redova';
|
||||
$strRowsFrom = ' redova počev od reda';
|
||||
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
|
||||
$strRowsModeHorizontal = 'horizontalnom';
|
||||
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
|
||||
$strRowsModeVertical = 'vertikalnom';
|
||||
$strRowsStatistic = 'Statistike reda';
|
||||
$strRunQuery = 'Izvrši SQL upit';
|
||||
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
|
||||
$strRunning = 'na serveru %s';
|
||||
$strRussian = 'Ruski';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
$strSQLOptions = 'SQL opcije';
|
||||
$strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli gresku u SQL parseru. Molimo ispitajte svoj upit pažljivo, i provjerite da su navodnici ispravni i da ne nedostaju. Ostali mogući razlozi greške mogu biti da ste poslali binarni fajl van oblasti za običan tekst. Možete probati svoj upit u MySQL interfejsu komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoći u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspjeva tamo gde uspeva interfejs komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izvještaj o grešci sa delom koda u donjoj REZ sekciji:';
|
||||
$strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoći u otkrivanju problema';
|
||||
$strSQLQuery = 'SQL upit';
|
||||
$strSQLResult = 'SQL rezultat';
|
||||
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
|
||||
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
|
||||
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
|
||||
$strSave = 'Sačuvaj';
|
||||
$strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
|
||||
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
|
||||
$strSearch = 'Pretraživanje';
|
||||
$strSearchFormTitle = 'Pretraživanje baze';
|
||||
$strSearchInTables = 'Unutar tabela:';
|
||||
$strSearchNeedle = 'Riječi ili vrednosti koje se traže (džoker: "%"):';
|
||||
$strSearchOption1 = 'bar jednu od riječi';
|
||||
$strSearchOption2 = 'sve riječi';
|
||||
$strSearchOption3 = 'tačan izraz';
|
||||
$strSearchOption4 = 'kao regularni izraz';
|
||||
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
|
||||
$strSearchType = 'Traži:';
|
||||
$strSecretRequired = 'Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret).';
|
||||
$strSelect = 'Selekcija';
|
||||
$strSelectADb = 'Izaberite bazu';
|
||||
$strSelectAll = 'Izaberi sve';
|
||||
$strSelectFields = 'Izaberi polja (najmanje jedno)';
|
||||
$strSelectNumRows = 'u upitu';
|
||||
$strSelectTables = 'Izaberi tabele';
|
||||
$strSend = 'Sačuvaj kao datoteku';
|
||||
$strSent = 'Poslato';
|
||||
$strServer = 'Server %s';
|
||||
$strServerChoice = 'Izbor servera';
|
||||
$strServerStatus = 'Informacije o toku rada';
|
||||
$strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
|
||||
$strServerTabProcesslist = 'Procesi';
|
||||
$strServerTabVariables = 'Promjenljive';
|
||||
$strServerTrafficNotes = '<b>Saobraćaj servera</b>: Tabele pokazuju statistike mrežnog saobraćaja na ovom MySQL serveru od njegovog pokretanja.';
|
||||
$strServerVars = 'Serverske promenljive i podešavanja';
|
||||
$strServerVersion = 'Verzija servera';
|
||||
$strSessionValue = 'Vrijednost sesije';
|
||||
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbjegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
|
||||
$strShow = 'Prikaži';
|
||||
$strShowAll = 'Prikaži sve';
|
||||
$strShowColor = 'Prikaži boju';
|
||||
$strShowCols = 'Prikaži kolone';
|
||||
$strShowDatadictAs = 'Format riječnika podataka';
|
||||
$strShowFullQueries = 'Prikaži kompletne upite';
|
||||
$strShowGrid = 'Prikaži mrežu';
|
||||
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
|
||||
$strShowTableDimension = 'Prikaži dimenzije tabele';
|
||||
$strShowTables = 'Prikaži tabele';
|
||||
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
|
||||
$strShowingRecords = 'Prikaz zapisa';
|
||||
$strSimplifiedChinese = 'Pojednostavljeni kineski';
|
||||
$strSingly = '(po jednom polju)';
|
||||
$strSize = 'Veličina';
|
||||
$strSort = 'Sortiranje';
|
||||
$strSpaceUsage = 'Zauzeće';
|
||||
$strSplitWordsWithSpace = 'Riječi se odvajaju razmakom (" ").';
|
||||
$strStatCheckTime = 'Posljednja provjera';
|
||||
$strStatCreateTime = 'Napravljeno';
|
||||
$strStatUpdateTime = 'Posljednja izmjena';
|
||||
$strStatement = 'Ime';
|
||||
$strStatus = 'Status';
|
||||
$strStrucCSV = 'CSV format';
|
||||
$strStrucData = 'Struktura i podatci';
|
||||
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
|
||||
$strStrucExcelCSV = 'CSV za MS Excel';
|
||||
$strStrucOnly = 'Samo struktura';
|
||||
$strStructPropose = 'Predloži strukturu tabele';
|
||||
$strStructure = 'Struktura';
|
||||
$strSubmit = 'Pošalji';
|
||||
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
|
||||
$strSum = 'Ukupno';
|
||||
$strSwedish = 'Švedski';
|
||||
$strSwitchToTable = 'Pređi na kopiranu tabelu';
|
||||
|
||||
$strTable = 'Tabela';
|
||||
$strTableComments = 'Komentari tabele';
|
||||
$strTableEmpty = 'Ima tabele je prazno!';
|
||||
$strTableHasBeenDropped = 'Tabela %s je odbačena';
|
||||
$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
|
||||
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
|
||||
$strTableMaintenance = 'Radnje na tabeli';
|
||||
$strTableOfContents = 'Sadržaj';
|
||||
$strTableOptions = 'Opcije tabele';
|
||||
$strTableStructure = 'Struktura tabele';
|
||||
$strTableType = 'Tip tabele';
|
||||
$strTables = '%s tabela';
|
||||
$strTblPrivileges = 'Privilegije vezane za tabele';
|
||||
$strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite';
|
||||
$strThai = 'Tajlandski ';
|
||||
$strTheContent = 'Sadržaj datoteke je dodat u bazu.';
|
||||
$strTheContents = 'Podatke sadržane u tabeli zameni sa podacima iz datoteke koji imaju identične primarne i jedinstvene (unique) ključeve.';
|
||||
$strTheTerminator = 'Separator polja u datoteci.';
|
||||
$strThisHost = 'Ovaj server';
|
||||
$strThisNotDirectory = 'Ovo nije direktorijum';
|
||||
$strThreadSuccessfullyKilled = 'Proces %s je uspješno prekinut.';
|
||||
$strTime = 'Vrijeme';
|
||||
$strToggleScratchboard = 'Uključuje/isključuje scratchboard';
|
||||
$strTotal = 'ukupno';
|
||||
$strTotalUC = 'Ukupno';
|
||||
$strTraditionalChinese = 'Tradicionalni kineski';
|
||||
$strTraffic = 'Saobraćaj';
|
||||
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguće kliknuti; opcije: širina, visina u pikselima (čuva originalni odnos)';
|
||||
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
|
||||
$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
|
||||
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koristeći lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je različit format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
|
||||
$strTransformation_text_plain__external = 'SAMO LINUX: Pokreće eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraća standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ručno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treći parametar postavi na 1 izlaz će biti konvertovan koristeći htmlspecialchars() (podrazumevano je 1). Ako je četvrti parametar postavljen na 1, NOWRAP će biti dodato ćeliji sa sadržajem tako da će izlaz biti prikazan bez izmena. (podrazumevano 1)';
|
||||
$strTransformation_text_plain__formatted = 'Čuva originalno formatiranje polja. Escaping se ne vrši.';
|
||||
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treća je visina.';
|
||||
$strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
|
||||
$strTransformation_text_plain__substr = 'Pokazuje samo deo stringa. Prva opcija je ofset koji definiše gde počinje izlaz vašeg teksta (podrazumevano 0). Druga opcija je ofset koji pokazuje koliko će teksta biti prikazano. Ako je nema, sav preostali tekst će biti prikazan. Treća opcija određuje koji će znaci biti dodati izlazu kada se prikaže podstring (podrazumevano: ...) .';
|
||||
$strTransformation_text_plain__unformatted = 'Prikazuje HTML kod kao HTML entitete. HTML formatiranje se ne prikazuje.';
|
||||
$strTruncateQueries = 'Prikaži skraćene upite';
|
||||
$strTurkish = 'Turski';
|
||||
$strType = 'Tip';
|
||||
|
||||
$strUkrainian = 'Ukrajinski';
|
||||
$strUncheckAll = 'nijedno';
|
||||
$strUnicode = 'Unikod';
|
||||
$strUnique = 'Jedinstveni';
|
||||
$strUnknown = 'nepoznat';
|
||||
$strUnselectAll = 'ništa';
|
||||
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
|
||||
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
|
||||
$strUpdateProfile = 'Promjeni profil:';
|
||||
$strUpdateProfileMessage = 'Profil je promjenjen.';
|
||||
$strUpdateQuery = 'Ažuriraj upit';
|
||||
$strUsage = 'Zauzeće';
|
||||
$strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
|
||||
$strUseHostTable = 'Koristi tabelu hosta';
|
||||
$strUseTables = 'Koristi tabele';
|
||||
$strUseTextField = 'Koristi tekst polje';
|
||||
$strUseThisValue = 'Koristi ovu vrijednost';
|
||||
$strUser = 'Korisnik';
|
||||
$strUserAlreadyExists = 'Korisnik %s već postoji!';
|
||||
$strUserEmpty = 'Ime korisnika nije unijeto!';
|
||||
$strUserName = 'Ime korisnika';
|
||||
$strUserNotFound = 'Izabrani korisnik nije pronađen u tabeli privilegija.';
|
||||
$strUserOverview = 'Pregled korisnika';
|
||||
$strUsers = 'Korisnici';
|
||||
$strUsersDeleted = 'Izabrani korisnici su uspješno obrisani.';
|
||||
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup "%s"';
|
||||
|
||||
$strValidateSQL = 'Provjeri SQL';
|
||||
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
|
||||
$strValue = 'Vrijednost';
|
||||
$strVar = 'Promjenljiva';
|
||||
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
|
||||
$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
|
||||
$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
|
||||
|
||||
$strWebServerUploadDirectory = 'direkcija za slanje web servera ';
|
||||
$strWebServerUploadDirectoryError = 'Direkcija koju ste izabrali za slanje nije dostupna';
|
||||
$strWelcome = 'Dobrodošli na %s';
|
||||
$strWestEuropean = 'Zapadnoevropski';
|
||||
$strWildcard = 'Džoker';
|
||||
$strWindowNotFound = 'Odredišnji prozor pretraživača nije mogao da bude ažuriran. Možda ste zatvorili matični prozor, ili vaš preraživač onemogućava ažuriranje među prozorima zbog sigurnosnih podešavanja';
|
||||
$strWithChecked = 'Označeno:';
|
||||
$strWritingCommentNotPossible = 'Pisanje komentara nije moguće';
|
||||
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguće';
|
||||
$strWrongUser = 'Pogrešno korisničko ime/lozinka. Ulaz nije dozvoljen.';
|
||||
|
||||
$strXML = 'XML';
|
||||
|
||||
$strYes = 'Da';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.';
|
||||
$strZip = '"zipovano"';
|
||||
|
||||
?>
|
702
lang/bosnian-windows-1250.inc.php3
Normal file
702
lang/bosnian-windows-1250.inc.php3
Normal file
@@ -0,0 +1,702 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
/**
|
||||
* Translated by:
|
||||
* Samir Kobiljak <kobiljak@aon.at>
|
||||
* http://www.kobiljak.com
|
||||
*/
|
||||
|
||||
$charset = 'windows-1250';
|
||||
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
|
||||
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
|
||||
$right_font_family = 'arial, helvetica, geneva, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
||||
$byteUnits = array('bajta', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
|
||||
|
||||
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', '<27>et', 'Pet', 'Sub');
|
||||
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d. %B %Y. u %H:%M';
|
||||
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
|
||||
|
||||
$strAPrimaryKey = 'Osnovni klju<6A> je upravo dodan %s';
|
||||
$strAbortedClients = 'Prekinuto';
|
||||
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direkcije docSQL na veb serveru';
|
||||
$strAccessDenied = 'Ulaz nije dozvoljen';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin je poku<6B>ao da se pove<76>e na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisni<6E>ko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
|
||||
$strAction = 'Akcija';
|
||||
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost';
|
||||
$strAddDeleteColumn = 'Dodaj/obri<72>i kolonu';
|
||||
$strAddDeleteRow = 'Dodaj/obri<72>i polje za kriterij';
|
||||
$strAddDropDatabase = 'Dodaj DROP DATABASE';
|
||||
$strAddIntoComments = 'Dodaj u komentare';
|
||||
$strAddNewField = 'Dodaj novo polje';
|
||||
$strAddPriv = 'Dodaj novu privilegiju';
|
||||
$strAddPrivMessage = 'Dodali ste novu privilegiju.';
|
||||
$strAddPrivilegesOnDb = 'Dodaj privilegije na slijede<64>oj bazi';
|
||||
$strAddPrivilegesOnTbl = 'Dodaj privilegije na slijede<64>oj tabeli';
|
||||
$strAddSearchConditions = 'Dodaj uslove pretra<72>ivanja (dio "WHERE" upita):';
|
||||
$strAddToIndex = 'Dodaj u klju<6A> %s kolona(e)';
|
||||
$strAddUser = 'Dodaj novog korisnika';
|
||||
$strAddUserMessage = 'Dodali ste novog korisnika.';
|
||||
$strAddedColumnComment = 'Dodan je komentar koloni';
|
||||
$strAddedColumnRelation = 'Dodana je relacija koloni';
|
||||
$strAdministration = 'Administracija';
|
||||
$strAffectedRows = 'Obuhva<76>eno redova:';
|
||||
$strAfter = 'Poslije %s';
|
||||
$strAfterInsertBack = 'Nazad na prethodnu stranu';
|
||||
$strAfterInsertNewInsert = 'Dodaj jo<6A> jedan novi red';
|
||||
$strAll = 'Sve';
|
||||
$strAllTableSameWidth = 'prikaz svih tabela iste <20>irine?';
|
||||
$strAlterOrderBy = 'Promijeni redoslijed u tabeli';
|
||||
$strAnIndex = 'Klju<6A> je upravo dodan %s';
|
||||
$strAnalyzeTable = 'Analiziraj tabelu';
|
||||
$strAnd = 'i';
|
||||
$strAny = 'Bilo koji';
|
||||
$strAnyColumn = 'Bilo koja kolona';
|
||||
$strAnyDatabase = 'Bilo koja baza podataka';
|
||||
$strAnyHost = 'Bilo koji host';
|
||||
$strAnyTable = 'Bilo koja tabela';
|
||||
$strAnyUser = 'Bilo koji korisnik';
|
||||
$strArabic = 'Arapski';
|
||||
$strArmenian = 'Jermenski';
|
||||
$strAscending = 'Rastu<74>i';
|
||||
$strAtBeginningOfTable = 'Na po<70>etku tabele';
|
||||
$strAtEndOfTable = 'Na kraju tabele';
|
||||
$strAttr = 'Atributi';
|
||||
$strAutodetect = 'automatski';
|
||||
$strAutomaticLayout = 'Automatski raspored';
|
||||
|
||||
$strBack = 'Nazad';
|
||||
$strBaltic = 'Balti<74>ki';
|
||||
$strBeginCut = 'PO<50>ETAK REZ';
|
||||
$strBeginRaw = 'PO<50>ETAK SIROVO';
|
||||
$strBinary = 'Binarni';
|
||||
$strBinaryDoNotEdit = 'Binarni - ne mijenjaj';
|
||||
$strBookmarkDeleted = 'Obilje<6A>iva<76> je upravo obrisan.';
|
||||
$strBookmarkLabel = 'Naziv';
|
||||
$strBookmarkQuery = 'Obilje<6A>en SQL-upit';
|
||||
$strBookmarkThis = 'Obilje<6A>i SQL-upit';
|
||||
$strBookmarkView = 'Vidi samo';
|
||||
$strBrowse = 'Pregled';
|
||||
$strBrowseForeignValues = 'Pregledaj strane vrijednosti';
|
||||
$strBulgarian = 'Bugarski';
|
||||
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadr<64>aj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporu<72>uje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u va<76>em phpMyAdmin konfiguracionom fajlu na <code>FALSE</code>. Ako <20>elite da koristite mogu<67>nosti BZ2 kompresije, trebalo bi da pre<72>ete na noviju verziju PHP-a. Vidite PHP izve<76>taj o gre<72>kama %s za detalje.';
|
||||
$strBzip = '"bzip-ovano"';
|
||||
|
||||
$strCSVOptions = 'CSV opcije';
|
||||
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
|
||||
$strCantLoad = 'ne mogu da u<>itam ekstenziju %s,<br />molim provjerite PHP konfiguraciju';
|
||||
$strCantLoadMySQL = 'ne mogu da u<>itam MySQL ekstenziju,<br /> molim pogledajte PHP konfiguraciju.';
|
||||
$strCantLoadRecodeIconv = 'Ne mogu da u<>itam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli kori<72><69>enje ovih ekstenzija ili onemogu<67>ite konverziju skupova znakova u phpMyAdmin-u.';
|
||||
$strCantRenameIdxToPrimary = 'Ne mogu da promenim klju<6A> u PRIMARY (primarni) !';
|
||||
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je u<>itana. Proverite va<76>u PHP konfiguraciju.';
|
||||
$strCardinality = 'Kardinalnost';
|
||||
$strCarriage = 'Novi red (carriage return): \\r';
|
||||
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
|
||||
$strCaseSensitive = 'Razlikuje mala i velika slova';
|
||||
$strCentralEuropean = 'Centralnoevropski';
|
||||
$strChange = 'Promijeni';
|
||||
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
|
||||
$strChangeCopyModeCopy = '... sa<73>uvaj stare.';
|
||||
$strChangeCopyModeDeleteAndReload = ' ... obri<72>i starog iz tabele korisnika i zatim ponovo u<>itaj privilegije.';
|
||||
$strChangeCopyModeJustDelete = ' ... obri<72>i stare iz tabela korisnika.';
|
||||
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obri<72>i.';
|
||||
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
|
||||
$strChangeDisplay = 'Izaberi polja za prikaz';
|
||||
$strChangePassword = 'Promeni lozinku';
|
||||
$strCharset = 'Karakter set';
|
||||
$strCharsetOfFile = 'Karakter set datoteke:';
|
||||
$strCharsets = 'Kodne strane';
|
||||
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
|
||||
$strCheckAll = 'Ozna<6E>i sve';
|
||||
$strCheckDbPriv = 'Provjeri privilegije baze podataka';
|
||||
$strCheckPrivs = 'Provjeri privilegije';
|
||||
$strCheckPrivsLong = 'Provjeri privilegije za bazu "%s".';
|
||||
$strCheckTable = 'Provjeri tabelu';
|
||||
$strChoosePage = 'Izaberite stranu koju menjate';
|
||||
$strColComFeat = 'Prikazujem komentare kolone';
|
||||
$strCollation = 'Sortiranje';
|
||||
$strColumn = 'Kolona';
|
||||
$strColumnNames = 'Imena kolona';
|
||||
$strColumnPrivileges = 'Privilegije vezane za kolone';
|
||||
$strCommand = 'Naredba';
|
||||
$strComments = 'Komentari';
|
||||
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
|
||||
$strCompression = 'Kompresija';
|
||||
$strConfigFileError = 'phpMyAdmin nije mogao da pro<72>ita va<76> konfiguracioni fajl!<br />Ovo se mo<6D>e destiti ako PHP na<6E>e gre<72>ku u procesiranju ili ne mo<6D>e da prona<6E>e fajl.<br />Pozovite konfiguracioni fajl direktno koriste<74>i donji link u pro<72>itajte poruke o gre<72>ci koje dobijate. U ve<76>ini slu<6C>ajeve negde nedostaje navodnik ili ta<74>ka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
|
||||
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
|
||||
$strConfirm = 'Da li stvarno <20>elite da to uradite?';
|
||||
$strConnections = 'Konekcije';
|
||||
$strCookiesRequired = 'Kola<6C>i<EFBFBD>i (Cookies) moraju u ovom slu<6C>aju biti aktivirani.';
|
||||
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
|
||||
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
|
||||
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
|
||||
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Vjerovatno je ve<76> zatvoren.';
|
||||
$strCreate = 'Napravi';
|
||||
$strCreateIndex = 'Napravi klju<6A> na %s kolona';
|
||||
$strCreateIndexTopic = 'Napravi novi klju<6A>';
|
||||
$strCreateNewDatabase = 'Napravi novu bazu podataka';
|
||||
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
|
||||
$strCreatePage = 'Napravi novu stranu';
|
||||
$strCreatePdfFeat = 'Pravljenje PDF-ova';
|
||||
$strCriteria = 'Kriterijum';
|
||||
$strCroatian = 'Hrvatski';
|
||||
$strCyrillic = '<27>irili<6C>ni';
|
||||
$strCzech = '<27>e<EFBFBD>ki';
|
||||
|
||||
$strDBComment = 'Komentar baze:';
|
||||
$strDBGContext = 'Kontekst';
|
||||
$strDBGContextID = 'Kontekst ID';
|
||||
$strDBGHits = 'Pogodaka';
|
||||
$strDBGLine = 'Linija';
|
||||
$strDBGMaxTimeMs = 'Max vrijeme, ms';
|
||||
$strDBGMinTimeMs = 'Min vrijeme, ms';
|
||||
$strDBGModule = 'Modul';
|
||||
$strDBGTimePerHitMs = 'Vrijeme/pogodak, ms';
|
||||
$strDBGTotalTimeMs = 'Ukupno vrijeme, ms';
|
||||
$strDanish = 'Danski';
|
||||
$strData = 'Podaci';
|
||||
$strDataDict = 'Re<52>nik podataka';
|
||||
$strDataOnly = 'Samo podaci';
|
||||
$strDatabase = 'Baza podataka';
|
||||
$strDatabaseExportOptions = 'Opcije za izvoz baze';
|
||||
$strDatabaseHasBeenDropped = 'Baza %s je odba<62>ena.';
|
||||
$strDatabaseNoTable = 'Baza ne sadr<64>i tabele!';
|
||||
$strDatabaseWildcard = 'Baza (d<>oker znaci dozvoljeni):';
|
||||
$strDatabases = 'Baze';
|
||||
$strDatabasesDropped = '%s baza je uspje<6A>no odba<62>ena.';
|
||||
$strDatabasesStats = 'Statistika baze';
|
||||
$strDatabasesStatsDisable = 'Isklju<6A>i statistike';
|
||||
$strDatabasesStatsEnable = 'Uklju<6A>i statistike';
|
||||
$strDatabasesStatsHeavyTraffic = 'Napomena: uklju<6A>ivanje statistika mo<6D>e prouzrokovati veliki protok podataka izme<6D>u web i MySQL servera.';
|
||||
$strDbPrivileges = 'Privilegije vezane za bazu';
|
||||
$strDbSpecific = 'Specifi<66>no za bazu';
|
||||
$strDefault = 'Podrazumjevano';
|
||||
$strDefaultValueHelp = 'Za podrazumjevanu vrijednost, unesite samo jednu vrijednost, bez kosih crta ili navodnika u ovom obliku: a';
|
||||
$strDelOld = 'Trenutna strana ima reference na tabele koje vi<76>e ne postoje. <20>elite li da obri<72>ete te reference?';
|
||||
$strDelete = 'Obri<72>i';
|
||||
$strDeleteAndFlush = 'Obri<72>i korisnike i ponovo u<>itaj privilegije.';
|
||||
$strDeleteAndFlushDescr = 'Ovo je naj<61>istiji na<6E>in, ali ponovno u<>itavanje privilegina mo<6D>e da potraje.';
|
||||
$strDeleteFailed = 'Brisanje nije uspjelo!';
|
||||
$strDeleteUserMessage = 'Upravo ste obrisali korisnika: %s.';
|
||||
$strDeleted = 'Red je obrisan';
|
||||
$strDeletedRows = 'Obrisani redovi:';
|
||||
$strDeleting = 'Bri<72>em %s';
|
||||
$strDescending = 'Opadaju<6A>i';
|
||||
$strDescription = 'Opis';
|
||||
$strDictionary = 'rije<6A>nik';
|
||||
$strDisabled = 'Onemogu<67>eno';
|
||||
$strDisplay = 'Prika<6B>i';
|
||||
$strDisplayFeat = 'Prika<6B>i osobine';
|
||||
$strDisplayOrder = 'Redosled prikaza:';
|
||||
$strDisplayPDF = 'Prika<6B>i PDF shemu';
|
||||
$strDoAQuery = 'Napravi "upit po primjeru" (d<>oker: "%")';
|
||||
$strDoYouReally = 'Da li stvarno ho<68>ete da ';
|
||||
$strDocu = 'Dokumentacija';
|
||||
$strDrop = 'Odbaci';
|
||||
$strDropDB = 'Odbaci bazu %s';
|
||||
$strDropSelectedDatabases = 'Odbaci izabrane baze';
|
||||
$strDropTable = 'Odbaci tabelu';
|
||||
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
|
||||
$strDumpComments = 'Uklju<6A>i komentare kolona kao komentare unutar SQL-a';
|
||||
$strDumpSaved = 'Sadr<64>aj baze je sa<73>uvan u fajl %s.';
|
||||
$strDumpXRows = 'Prika<6B>i %s redova po<70>ev<65>i od reda %s.';
|
||||
$strDumpingData = 'Prikaz podataka tabele';
|
||||
$strDynamic = 'dinami<6D>ki';
|
||||
|
||||
$strEdit = 'Promeni';
|
||||
$strEditPDFPages = 'Izmena PDF strana';
|
||||
$strEditPrivileges = 'Promijeni privilegije';
|
||||
$strEffective = 'Efektivne';
|
||||
$strEmpty = 'Isprazni';
|
||||
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
|
||||
$strEnabled = 'Omogu<67>eno';
|
||||
$strEnd = 'Kraj';
|
||||
$strEndCut = 'KRAJ REZ';
|
||||
$strEndRaw = 'KRAJ SIROVO';
|
||||
$strEnglish = 'Engleski';
|
||||
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
|
||||
$strError = 'Gre<72>ka';
|
||||
$strEstonian = 'Estonski';
|
||||
$strExcelOptions = 'Excel opcije';
|
||||
$strExecuteBookmarked = 'Izvr<76>i upam<61>en upit';
|
||||
$strExplain = 'Objasni SQL';
|
||||
$strExport = 'Izvoz';
|
||||
$strExportToXML = 'Izvoz u XML format';
|
||||
$strExtendedInserts = 'Pro<72>ireni INSERT';
|
||||
$strExtra = 'Dodatno';
|
||||
|
||||
$strFailedAttempts = 'Neuspelih poku<6B>aja';
|
||||
$strField = 'Polje';
|
||||
$strFieldHasBeenDropped = 'Polje %s je obrisano';
|
||||
$strFields = 'Polja';
|
||||
$strFieldsEmpty = ' Broj polja je nula! ';
|
||||
$strFieldsEnclosedBy = 'Polja ograni<6E>ena sa';
|
||||
$strFieldsEscapedBy = 'Escape karakter ';
|
||||
$strFieldsTerminatedBy = 'Polja razdvojena sa';
|
||||
$strFileAlreadyExists = 'Datoteka %s ve<76> postoji na serveru, promijenite ime datoteke ili uklju<6A>ite opciju prepisivanja.';
|
||||
$strFileCouldNotBeRead = 'Datoteku nije mogu<67>e pro<72>itati';
|
||||
$strFileNameTemplate = '<27>ablon imena datoteke';
|
||||
$strFileNameTemplateHelp = 'Koristi __DB__ za ime baze, __TABLE__ za ime tabele i %sbilo koju strftime%s opciju za specifikaciju vremena, i ekstenzija <20>e automatski biti dodata. Sav ostali tekst bi<62>e sa<73>uvan.';
|
||||
$strFileNameTemplateRemember = 'zapamti <20>ablon';
|
||||
$strFixed = 'ura<72>eno';
|
||||
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadr<64>aj ove tabele mo<6D>e se razlikovati od privilegija koje server koristi ako su izvr<76>ene ru<72>ne izmjene. U tom slu<6C>aju %sponovo u<>itajte privilegije%s pre nego <20>to nastavite.';
|
||||
$strFlushTable = 'Osvje<6A>i tabelu ("FLUSH")';
|
||||
$strFormEmpty = 'Nedostaje vrijednost u obrascu!';
|
||||
$strFormat = 'Format';
|
||||
$strFullText = 'Pun tekst';
|
||||
$strFunction = 'Funkcija';
|
||||
|
||||
$strGenBy = 'Generirao';
|
||||
$strGenTime = 'Vrijeme kreiranja';
|
||||
$strGeneralRelationFeat = 'Op<4F>te osobine relacija';
|
||||
$strGerman = 'Njema<6D>ki';
|
||||
$strGlobal = 'globalno';
|
||||
$strGlobalPrivileges = 'Globalne privilegije';
|
||||
$strGlobalValue = 'Globalna vrednost';
|
||||
$strGo = 'Kreni';
|
||||
$strGrantOption = 'Omogu<67>i';
|
||||
$strGrants = 'Omogu<67>i';
|
||||
$strGreek = 'Gr<47>ki';
|
||||
$strGzip = '"gzip-ovano"';
|
||||
|
||||
$strHasBeenAltered = 'je promijenjen(a).';
|
||||
$strHasBeenCreated = 'je kreiran(a).';
|
||||
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
|
||||
$strHebrew = 'Jevrejski';
|
||||
$strHome = 'Po<50>etna strana';
|
||||
$strHomepageOfficial = 'phpMyAdmin veb sajt';
|
||||
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download stranica';
|
||||
$strHost = 'Host';
|
||||
$strHostEmpty = 'Ime hosta je prazno!';
|
||||
$strHungarian = 'Ma<4D>arski';
|
||||
|
||||
$strId = 'ID';
|
||||
$strIdxFulltext = 'Tekst klju<6A>';
|
||||
$strIfYouWish = 'Ako <20>elite da izlistate samo neke kolone u tabeli, navedite ih razdvojene zarezom';
|
||||
$strIgnore = 'Ignori<72>i';
|
||||
$strIgnoringFile = 'Ignori<72>em fajl %s';
|
||||
$strImportDocSQL = 'Uvoz docSQL fajlova';
|
||||
$strImportFiles = 'Uvoz fajlova';
|
||||
$strImportFinished = 'Uvoz zavr<76>en';
|
||||
$strInUse = 'se koristi';
|
||||
$strIndex = 'Klju<6A>';
|
||||
$strIndexHasBeenDropped = 'Klju<6A> %s je obrisan';
|
||||
$strIndexName = 'Ime klju<6A>a :';
|
||||
$strIndexType = 'Tip klju<6A>a :';
|
||||
$strIndexes = 'Klju<6A>evi';
|
||||
$strInnodbStat = 'InnoDB status';
|
||||
$strInsecureMySQL = 'Va<56> konfiguracioni fajl sadr<64>i pode<64>avanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Va<56> MySQL server radi sa ovim pode<64>avanjima, otvoren je za hakovanje, i zaista treba da ispravite ovaj sigurnosni rizik.';
|
||||
$strInsert = 'Novi zapis';
|
||||
$strInsertAsNewRow = 'Unesi kao novi red';
|
||||
$strInsertNewRow = 'Unesi novi red';
|
||||
$strInsertTextfiles = 'Uvezi podatke iz tekstualne datoteke';
|
||||
$strInsertedRowId = 'ID umetnutih redova:';
|
||||
$strInsertedRows = 'Uneseno redova:';
|
||||
$strInstructions = 'Uputstva';
|
||||
$strInvalidName = '"%s" je rezervirana rije<6A>, \nne mo<6D>ete je koristiti kao ime polja, tabele ili baze.';
|
||||
|
||||
$strJapanese = 'Japanski';
|
||||
$strJumpToDB = 'Pre<72>i na bazu "%s".';
|
||||
$strJustDelete = 'Samo obri<72>i korisnike iz tabele privilegija.';
|
||||
$strJustDeleteDescr = '"Obrisani" korisnici <20>e i dalje imati pristup serveru dok privilegije ne budu ponovo u<>itane.';
|
||||
|
||||
$strKeepPass = 'Nemoj da mijenja<6A> lozinku';
|
||||
$strKeyname = 'Ime klju<6A>a';
|
||||
$strKill = 'Obustavi';
|
||||
$strKorean = 'Korejski';
|
||||
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'LaTeX opcije';
|
||||
$strLandscape = 'Polo<6C>eno';
|
||||
$strLength = 'Du<44>ina';
|
||||
$strLengthSet = 'Du<44>ina/Vrijednost*';
|
||||
$strLimitNumRows = 'Broj redova po strani';
|
||||
$strLineFeed = 'Oznaka za kraj linije: \\n';
|
||||
$strLines = 'Linije';
|
||||
$strLinesTerminatedBy = 'Linije se zavr<76>avaju sa';
|
||||
$strLinkNotFound = 'Veza nije prona<6E>ena';
|
||||
$strLinksTo = 'Veze ka';
|
||||
$strLithuanian = 'Litvanski';
|
||||
$strLoadExplanation = 'Najbolji metod je ve<76> izabran, ali ga mo<6D>ete promijeniti ako ne radi.';
|
||||
$strLoadMethod = 'LOAD metod';
|
||||
$strLocalhost = 'Lokalni';
|
||||
$strLocationTextfile = 'Lokacija tekstualne datoteke';
|
||||
$strLogPassword = 'Lozinka:';
|
||||
$strLogUsername = 'Korisni<6E>ko ime:';
|
||||
$strLogin = 'Prijavljivanje';
|
||||
$strLoginInformation = 'Podatci o prijavi';
|
||||
$strLogout = 'Odjavljivanje';
|
||||
|
||||
$strMIME_MIMEtype = 'MIME-tipovi';
|
||||
$strMIME_available_mime = 'Dostupni MIME-tipovi';
|
||||
$strMIME_available_transform = 'Dostupne transformacije';
|
||||
$strMIME_description = 'Opis';
|
||||
$strMIME_file = 'Ime datoteke';
|
||||
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora <20>ta %s radi.';
|
||||
$strMIME_transformation = 'Tranformacije <20>ita<74>a';
|
||||
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
|
||||
$strMIME_transformation_options = 'Opcije transformacije';
|
||||
$strMIME_transformation_options_note = 'Molimo unesite vrijednosti za opcije transformacije koriste<74>i ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrijednosti, stavite obrnutu kosu crtu ispred njih (na primjer \'\\\\xyz\' ili \'a\\\'b\').';
|
||||
$strMIME_without = 'MIME-tipovi prikazani u kursivu nemaju odvojene funkcije transformacije.';
|
||||
$strMissingBracket = 'Nedostaje zagrada';
|
||||
$strModifications = 'Izmjene su sa<73>uvane';
|
||||
$strModify = 'Promijeni';
|
||||
$strModifyIndexTopic = 'Izmijeni klju<6A>';
|
||||
$strMoreStatusVars = 'Jo<4A> statusnih promjenljivih';
|
||||
$strMoveTable = 'Pomjeri tabelu u (baza<b>.</b>tabela):';
|
||||
$strMoveTableOK = 'Tabela %s je pomjerena u %s.';
|
||||
$strMoveTableSameNames = 'Ne mogu da premjestim tabelu u samu sebe!';
|
||||
$strMultilingual = 'vi<76>ejezi<7A>ki';
|
||||
$strMustSelectFile = 'Morate izabrati datoteku koju <20>elite da umetnete.';
|
||||
$strMySQLCharset = 'MySQL set karaktera';
|
||||
$strMySQLReloaded = 'MySQL ponovo pokrenut.';
|
||||
$strMySQLSaid = 'MySQL ka<6B>e: ';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% pokrenut na %pma_s2%, prijavljen kao %pma_s3%';
|
||||
$strMySQLShowProcess = 'Prika<6B>i listu procesa';
|
||||
$strMySQLShowStatus = 'Prika<6B>i MySQL informacije o toku rada';
|
||||
$strMySQLShowVars = 'Prika<6B>i MySQL sistemske promenljive';
|
||||
|
||||
$strName = 'Ime';
|
||||
$strNext = 'Slijede<64>i';
|
||||
$strNo = 'Ne';
|
||||
$strNoDatabases = 'Baza ne postoji';
|
||||
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
|
||||
$strNoDescription = 'nema opisa';
|
||||
$strNoDropDatabases = '"DROP DATABASE" komanda je onemogu<67>ena.';
|
||||
$strNoExplain = 'Presko<6B>i obja<6A>njavanje SQL-a';
|
||||
$strNoFrames = 'phpMyAdmin preferira <20>ita<74>e koji podr<64>avaju okvire.';
|
||||
$strNoIndex = 'Klju<6A> nije definisan!';
|
||||
$strNoIndexPartsDefined = 'Dijelovi klju<6A>a nisu definisani!';
|
||||
$strNoModification = 'Nema izmjena';
|
||||
$strNoOptions = 'Ne postoje opcije za ovaj format';
|
||||
$strNoPassword = 'Nema lozinke';
|
||||
$strNoPermission = 'Veb serveru nije dozvoljeno da sa<73>uva datoteku %s.';
|
||||
$strNoPhp = 'bez PHP koda';
|
||||
$strNoPrivileges = 'Nema privilegija';
|
||||
$strNoQuery = 'Nema SQL upita!';
|
||||
$strNoRights = 'Nije Vam dozvoljeno da budete ovdje!';
|
||||
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
|
||||
$strNoTablesFound = 'Tabele nisu prona<6E>ene u bazi.';
|
||||
$strNoUsersFound = 'Korisnik nije na<6E>en.';
|
||||
$strNoUsersSelected = 'Korisnik nije izabran.';
|
||||
$strNoValidateSQL = 'Presko<6B>i provjeru SQL-a';
|
||||
$strNone = 'nema';
|
||||
$strNotNumber = 'Ovo nije broj!';
|
||||
$strNotOK = 'nije u redu';
|
||||
$strNotSet = '<b>%s</b> tabela nije prona<6E>ena ili nije postavljena u %s';
|
||||
$strNotValidNumber = 'nije odgovaraju<6A>i broj kolone!';
|
||||
$strNull = 'Null';
|
||||
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
|
||||
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
|
||||
$strNumTables = 'Tabele';
|
||||
|
||||
$strOK = 'U redu';
|
||||
$strOftenQuotation = 'Navodnici koji se koriste. OPCIONO se misli da neka polja mogu, ali ne moraju da budu pod znacima navoda.';
|
||||
$strOperations = 'Operacije';
|
||||
$strOptimizeTable = 'Optimiziraj tabelu';
|
||||
$strOptionalControls = 'Opciono. Znak koji prethodi specijalnim znacima.';
|
||||
$strOptionally = 'OPCIONO';
|
||||
$strOptions = 'Opcije';
|
||||
$strOr = 'ili';
|
||||
$strOverhead = 'Prekora<72>enje';
|
||||
$strOverwriteExisting = 'Prepi<70>i postoje<6A>e fajlove';
|
||||
|
||||
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljnu gresku sa vi<76>ebajtnim stringovima (mbstring). Pogledajte izvje<6A>taj o gre<72>ci br. 19404. Ova verzija PHP-a se ne preporu<72>uje za kori<72><69>enje sa phpMyAdmin.';
|
||||
$strPHPVersion = 'verzija PHP-a';
|
||||
$strPageNumber = 'Broj strane:';
|
||||
$strPaperSize = 'Dimenzije papira';
|
||||
$strPartialText = 'Dio teksta';
|
||||
$strPassword = 'Lozinka';
|
||||
$strPasswordChanged = 'Lozinka za %s je uspje<6A>no promjenjena.';
|
||||
$strPasswordEmpty = 'Lozinka je prazna!';
|
||||
$strPasswordNotSame = 'Lozinke nisu identi<74>ne!';
|
||||
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
|
||||
$strPdfInvalidPageNum = 'Nedefinisan broj PDF strane!';
|
||||
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
|
||||
$strPdfNoTables = 'Nema tabela';
|
||||
$strPerHour = 'na sat';
|
||||
$strPerMinute = 'u minuti';
|
||||
$strPerSecond = 'u sekundi';
|
||||
$strPhoneBook = 'telefonski imenik';
|
||||
$strPhp = 'Napravi PHP kod';
|
||||
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
|
||||
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podje<6A>ena u konfiguracionoj datoteci!';
|
||||
$strPortrait = 'Uspravno';
|
||||
$strPos1 = 'Po<50>etak';
|
||||
$strPrevious = 'Prethodna';
|
||||
$strPrimary = 'Primarni';
|
||||
$strPrimaryKey = 'Primarni klju<6A>';
|
||||
$strPrimaryKeyHasBeenDropped = 'Primarni klju<6A> je obrisan';
|
||||
$strPrimaryKeyName = 'Ime primarnog klju<6A>a mora da bude... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog klju<6A>a!)';
|
||||
$strPrint = '<27>tampaj';
|
||||
$strPrintView = 'Za <20>tampu';
|
||||
$strPrivDescAllPrivileges = 'Uklju<6A>uje sve privilegije osim GRANT.';
|
||||
$strPrivDescAlter = 'Dozvoljava izmjenu struktura postoje<6A>ih tabela.';
|
||||
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
|
||||
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
|
||||
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
|
||||
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
|
||||
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
|
||||
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
|
||||
$strPrivDescExecute = 'Dozvoljava pokretanje sa<73>uvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
|
||||
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
|
||||
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog u<>itavanja tabela privilegija.';
|
||||
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje klju<6A>eva.';
|
||||
$strPrivDescInsert = 'Dozvoljava umetanje i zamjenu podataka.';
|
||||
$strPrivDescLockTables = 'Dozvoljava zaklju<6A>avanje tabela teku<6B>im procesima.';
|
||||
$strPrivDescMaxConnections = 'Ograni<6E>ava broj novih konekcija koje korisnik mo<6D>e ta otvori na sat.';
|
||||
$strPrivDescMaxQuestions = 'Ograni<6E>ava broj upita koje korisnik mo<6D>e da uputi serveru za sat.';
|
||||
$strPrivDescMaxUpdates = 'Ograni<6E>ava broj komandi koje menjaju tabele ili baze koje korisnik mo<6D>e da izvr<76>i na sat.';
|
||||
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
|
||||
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
|
||||
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
|
||||
$strPrivDescReload = 'Dozvoljava ponovno u<>itavanje pode<64>avanja servera i pra<72>njenje ke<6B>a servera.';
|
||||
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomo<6D>ni serveri.';
|
||||
$strPrivDescReplSlave = 'Potrebno zbog pomo<6D>nih servera za replikaciju.';
|
||||
$strPrivDescSelect = 'Dozvoljava <20>itanje podataka.';
|
||||
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
|
||||
$strPrivDescShutdown = 'Dozvoljava ga<67>enje servera.';
|
||||
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za ve<76>inu administrativnih opcija kao <20>to su pode<64>avanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
|
||||
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
|
||||
$strPrivDescUsage = 'Nema privilegija.';
|
||||
$strPrivileges = 'Privilegije';
|
||||
$strPrivilegesReloaded = 'Privilegije su uspe<70>no ponovo u<>itane.';
|
||||
$strProcesslist = 'Lista procesa';
|
||||
$strProperties = 'Svojstva';
|
||||
$strPutColNames = 'Stavi imena polja u prvi red';
|
||||
|
||||
$strQBE = 'Upit po primeru';
|
||||
$strQBEDel = 'Del';
|
||||
$strQBEIns = 'Ins';
|
||||
$strQueryFrame = 'Prozor za upite';
|
||||
$strQueryFrameDebug = 'Debugging informacije';
|
||||
$strQueryFrameDebugBox = 'Aktivne promjenljive za formular sa upitom:\nDB: %s\nTabela: %s\nServer: %s\n\nTrenutne promenljive za formular sa upitom:\nDB: %s\nTabela: %s\nServer: %s\n\nLokacija sa koje je otvoreno: %s\nLokacija okvira: %s.';
|
||||
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
|
||||
$strQuerySQLHistory = 'SQL istorijat';
|
||||
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
|
||||
$strQueryTime = 'Upit je trajao %01.4f sekundi';
|
||||
$strQueryType = 'Vrsta upita';
|
||||
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
|
||||
|
||||
$strReType = 'Ponovite unos';
|
||||
$strReceived = 'Primljeno';
|
||||
$strRecords = 'Zapisi';
|
||||
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
|
||||
$strRelationNotWorking = 'Dodatne mogu<67>nosti za rad sa povezanim tabelama su isklju<6A>ene. Da biste saznali za<7A>to, kliknite %sovde%s.';
|
||||
$strRelationView = 'Relacioni pogled';
|
||||
$strRelationalSchema = 'Relaciona shema';
|
||||
$strRelations = 'Relacije';
|
||||
$strReloadFailed = 'Ponovno pokretanje MySQL-a nije uspelo.';
|
||||
$strReloadMySQL = 'Ponovo pokreni MySQL';
|
||||
$strReloadingThePrivileges = 'Ponovo u<>itavam privilegije';
|
||||
$strRememberReload = 'Ne zaboravite da ponovo pokrenete server.';
|
||||
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
|
||||
$strRenameTable = 'Promjeni ime tabele u ';
|
||||
$strRenameTableOK = 'Tabeli %s promjenjeno ime u %s';
|
||||
$strRepairTable = 'Popravi tabelu';
|
||||
$strReplace = 'Zamijeni';
|
||||
$strReplaceNULLBy = 'Zamijeni NULL sa';
|
||||
$strReplaceTable = 'Zamijeni podatke u tabeli sa podatcima iz datoteke';
|
||||
$strReset = 'Resetuj';
|
||||
$strResourceLimits = 'Ograni<6E>enja resursa';
|
||||
$strRevoke = 'Zabrani';
|
||||
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obri<72>i.';
|
||||
$strRevokeAndDeleteDescr = 'Korisnici <20>e i dalje imati USAGE privilegije dok se privilegije ponovo ne u<>itaju.';
|
||||
$strRevokeGrant = 'Zabrani GRANT';
|
||||
$strRevokeGrantMessage = 'Zabranili ste GRANT privilegije za %s';
|
||||
$strRevokeMessage = 'Zabranili ste privilegije za %s';
|
||||
$strRevokePriv = 'Zabrani privilegije';
|
||||
$strRowLength = 'Du<44>ina reda';
|
||||
$strRowSize = 'Veli<6C>ina reda';
|
||||
$strRows = 'Redova';
|
||||
$strRowsFrom = ' redova po<70>ev od reda';
|
||||
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
|
||||
$strRowsModeHorizontal = 'horizontalnom';
|
||||
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
|
||||
$strRowsModeVertical = 'vertikalnom';
|
||||
$strRowsStatistic = 'Statistike reda';
|
||||
$strRunQuery = 'Izvr<76>i SQL upit';
|
||||
$strRunSQLQuery = 'Izvr<76>i SQL upit(e) na bazi %s';
|
||||
$strRunning = 'na serveru %s';
|
||||
$strRussian = 'Ruski';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
$strSQLOptions = 'SQL opcije';
|
||||
$strSQLParserBugMessage = 'Postoji mogu<67>nost da ste prona<6E>li gresku u SQL parseru. Molimo ispitajte svoj upit pa<70>ljivo, i provjerite da su navodnici ispravni i da ne nedostaju. Ostali mogu<67>i razlozi gre<72>ke mogu biti da ste poslali binarni fajl van oblasti za obi<62>an tekst. Mo<4D>ete probati svoj upit u MySQL interfejsu komandne linije. Donja poruka o gre<72>ci MySQL servera, ako je ima, mo<6D>e vam pomo<6D>i u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspjeva tamo gde uspeva interfejs komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i po<70>aljite nam izvje<6A>taj o gre<72>ci sa delom koda u donjoj REZ sekciji:';
|
||||
$strSQLParserUserError = 'Izgleda da postoji gre<72>ka u va<76>em SQL upitu. Ovde je poruka o gre<72>ki MySQL servera, koja vam mo<6D>e pomo<6D>i u otkrivanju problema';
|
||||
$strSQLQuery = 'SQL upit';
|
||||
$strSQLResult = 'SQL rezultat';
|
||||
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
|
||||
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
|
||||
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
|
||||
$strSave = 'Sa<53>uvaj';
|
||||
$strSaveOnServer = 'Sa<53>uvaj na server u direktorijum %s';
|
||||
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
|
||||
$strSearch = 'Pretra<72>ivanje';
|
||||
$strSearchFormTitle = 'Pretra<72>ivanje baze';
|
||||
$strSearchInTables = 'Unutar tabela:';
|
||||
$strSearchNeedle = 'Rije<6A>i ili vrednosti koje se tra<72>e (d<>oker: "%"):';
|
||||
$strSearchOption1 = 'bar jednu od rije<6A>i';
|
||||
$strSearchOption2 = 'sve rije<6A>i';
|
||||
$strSearchOption3 = 'ta<74>an izraz';
|
||||
$strSearchOption4 = 'kao regularni izraz';
|
||||
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
|
||||
$strSearchType = 'Tra<72>i:';
|
||||
$strSecretRequired = 'Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret).';
|
||||
$strSelect = 'Selekcija';
|
||||
$strSelectADb = 'Izaberite bazu';
|
||||
$strSelectAll = 'Izaberi sve';
|
||||
$strSelectFields = 'Izaberi polja (najmanje jedno)';
|
||||
$strSelectNumRows = 'u upitu';
|
||||
$strSelectTables = 'Izaberi tabele';
|
||||
$strSend = 'Sa<53>uvaj kao datoteku';
|
||||
$strSent = 'Poslato';
|
||||
$strServer = 'Server %s';
|
||||
$strServerChoice = 'Izbor servera';
|
||||
$strServerStatus = 'Informacije o toku rada';
|
||||
$strServerStatusUptime = 'Ovaj MySQL server radi ve<76> %s. Pokrenut je %s.';
|
||||
$strServerTabProcesslist = 'Procesi';
|
||||
$strServerTabVariables = 'Promjenljive';
|
||||
$strServerTrafficNotes = '<b>Saobra<72>aj servera</b>: Tabele pokazuju statistike mre<72>nog saobra<72>aja na ovom MySQL serveru od njegovog pokretanja.';
|
||||
$strServerVars = 'Serverske promenljive i pode<64>avanja';
|
||||
$strServerVersion = 'Verzija servera';
|
||||
$strSessionValue = 'Vrijednost sesije';
|
||||
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbjegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
|
||||
$strShow = 'Prika<6B>i';
|
||||
$strShowAll = 'Prika<6B>i sve';
|
||||
$strShowColor = 'Prika<6B>i boju';
|
||||
$strShowCols = 'Prika<6B>i kolone';
|
||||
$strShowDatadictAs = 'Format rije<6A>nika podataka';
|
||||
$strShowFullQueries = 'Prika<6B>i kompletne upite';
|
||||
$strShowGrid = 'Prika<6B>i mre<72>u';
|
||||
$strShowPHPInfo = 'Prika<6B>i informacije o PHP-u';
|
||||
$strShowTableDimension = 'Prika<6B>i dimenzije tabele';
|
||||
$strShowTables = 'Prika<6B>i tabele';
|
||||
$strShowThisQuery = 'Prika<6B>i ponovo ovaj upit';
|
||||
$strShowingRecords = 'Prikaz zapisa';
|
||||
$strSimplifiedChinese = 'Pojednostavljeni kineski';
|
||||
$strSingly = '(po jednom polju)';
|
||||
$strSize = 'Veli<6C>ina';
|
||||
$strSort = 'Sortiranje';
|
||||
$strSpaceUsage = 'Zauze<7A>e';
|
||||
$strSplitWordsWithSpace = 'Rije<6A>i se odvajaju razmakom (" ").';
|
||||
$strStatCheckTime = 'Posljednja provjera';
|
||||
$strStatCreateTime = 'Napravljeno';
|
||||
$strStatUpdateTime = 'Posljednja izmjena';
|
||||
$strStatement = 'Ime';
|
||||
$strStatus = 'Status';
|
||||
$strStrucCSV = 'CSV format';
|
||||
$strStrucData = 'Struktura i podatci';
|
||||
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
|
||||
$strStrucExcelCSV = 'CSV za MS Excel';
|
||||
$strStrucOnly = 'Samo struktura';
|
||||
$strStructPropose = 'Predlo<6C>i strukturu tabele';
|
||||
$strStructure = 'Struktura';
|
||||
$strSubmit = 'Po<50>alji';
|
||||
$strSuccess = 'Va<56> SQL upit je uspe<70>no izvr<76>en';
|
||||
$strSum = 'Ukupno';
|
||||
$strSwedish = '<27>vedski';
|
||||
$strSwitchToTable = 'Pre<72>i na kopiranu tabelu';
|
||||
|
||||
$strTable = 'Tabela';
|
||||
$strTableComments = 'Komentari tabele';
|
||||
$strTableEmpty = 'Ima tabele je prazno!';
|
||||
$strTableHasBeenDropped = 'Tabela %s je odba<62>ena';
|
||||
$strTableHasBeenEmptied = 'Tabela %s je ispra<72>njena';
|
||||
$strTableHasBeenFlushed = 'Tabela %s je osve<76>ena';
|
||||
$strTableMaintenance = 'Radnje na tabeli';
|
||||
$strTableOfContents = 'Sadr<64>aj';
|
||||
$strTableOptions = 'Opcije tabele';
|
||||
$strTableStructure = 'Struktura tabele';
|
||||
$strTableType = 'Tip tabele';
|
||||
$strTables = '%s tabela';
|
||||
$strTblPrivileges = 'Privilegije vezane za tabele';
|
||||
$strTextAreaLength = 'Zbog njehove veli<6C>ine, polje<br />mo<6D>da ne<6E>ete mo<6D>i da izmenite';
|
||||
$strThai = 'Tajlandski ';
|
||||
$strTheContent = 'Sadr<64>aj datoteke je dodat u bazu.';
|
||||
$strTheContents = 'Podatke sadr<64>ane u tabeli zameni sa podacima iz datoteke koji imaju identi<74>ne primarne i jedinstvene (unique) klju<6A>eve.';
|
||||
$strTheTerminator = 'Separator polja u datoteci.';
|
||||
$strThisHost = 'Ovaj server';
|
||||
$strThisNotDirectory = 'Ovo nije direktorijum';
|
||||
$strThreadSuccessfullyKilled = 'Proces %s je uspje<6A>no prekinut.';
|
||||
$strTime = 'Vrijeme';
|
||||
$strToggleScratchboard = 'Uklju<6A>uje/isklju<6A>uje scratchboard';
|
||||
$strTotal = 'ukupno';
|
||||
$strTotalUC = 'Ukupno';
|
||||
$strTraditionalChinese = 'Tradicionalni kineski';
|
||||
$strTraffic = 'Saobra<72>aj';
|
||||
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je mogu<67>e kliknuti; opcije: <20>irina, visina u pikselima (<28>uva originalni odnos)';
|
||||
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
|
||||
$strTransformation_image_png__inline = 'Prika<6B>i JPEG slike na strani';
|
||||
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koriste<74>i lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je razli<6C>it format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
|
||||
$strTransformation_text_plain__external = 'SAMO LINUX: Pokre<72>e eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vra<72>a standardni izlaz aplikacije. Podrazumevano je Tidy, za lep<65>i prikaz HTML koda. Zbog sigurnosnih razloga, morate ru<72>no izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje <20>elite da koristite. Prva opcija je broj programa koje <20>elite da koristite, a druga su parametri programa. Ako se tre<72>i parametar postavi na 1 izlaz <20>e biti konvertovan koriste<74>i htmlspecialchars() (podrazumevano je 1). Ako je <20>etvrti parametar postavljen na 1, NOWRAP <20>e biti dodato <20>eliji sa sadr<64>ajem tako da <20>e izlaz biti prikazan bez izmena. (podrazumevano 1)';
|
||||
$strTransformation_text_plain__formatted = '<27>uva originalno formatiranje polja. Escaping se ne vr<76>i.';
|
||||
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadr<64>i naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je <20>irina u pikselima, tre<72>a je visina.';
|
||||
$strTransformation_text_plain__link = 'Prikazuje link, polje sadr<64>i naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
|
||||
$strTransformation_text_plain__substr = 'Pokazuje samo deo stringa. Prva opcija je ofset koji defini<6E>e gde po<70>inje izlaz va<76>eg teksta (podrazumevano 0). Druga opcija je ofset koji pokazuje koliko <20>e teksta biti prikazano. Ako je nema, sav preostali tekst <20>e biti prikazan. Tre<72>a opcija odre<72>uje koji <20>e znaci biti dodati izlazu kada se prika<6B>e podstring (podrazumevano: ...) .';
|
||||
$strTransformation_text_plain__unformatted = 'Prikazuje HTML kod kao HTML entitete. HTML formatiranje se ne prikazuje.';
|
||||
$strTruncateQueries = 'Prika<6B>i skra<72>ene upite';
|
||||
$strTurkish = 'Turski';
|
||||
$strType = 'Tip';
|
||||
|
||||
$strUkrainian = 'Ukrajinski';
|
||||
$strUncheckAll = 'nijedno';
|
||||
$strUnicode = 'Unikod';
|
||||
$strUnique = 'Jedinstveni';
|
||||
$strUnknown = 'nepoznat';
|
||||
$strUnselectAll = 'ni<6E>ta';
|
||||
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se a<>urira tabela Column_comments';
|
||||
$strUpdatePrivMessage = 'A<>urirali ste privilegije za %s.';
|
||||
$strUpdateProfile = 'Promjeni profil:';
|
||||
$strUpdateProfileMessage = 'Profil je promjenjen.';
|
||||
$strUpdateQuery = 'A<>uriraj upit';
|
||||
$strUsage = 'Zauze<7A>e';
|
||||
$strUseBackquotes = 'Koristi \' za ograni<6E>avanje imena polja';
|
||||
$strUseHostTable = 'Koristi tabelu hosta';
|
||||
$strUseTables = 'Koristi tabele';
|
||||
$strUseTextField = 'Koristi tekst polje';
|
||||
$strUseThisValue = 'Koristi ovu vrijednost';
|
||||
$strUser = 'Korisnik';
|
||||
$strUserAlreadyExists = 'Korisnik %s ve<76> postoji!';
|
||||
$strUserEmpty = 'Ime korisnika nije unijeto!';
|
||||
$strUserName = 'Ime korisnika';
|
||||
$strUserNotFound = 'Izabrani korisnik nije prona<6E>en u tabeli privilegija.';
|
||||
$strUserOverview = 'Pregled korisnika';
|
||||
$strUsers = 'Korisnici';
|
||||
$strUsersDeleted = 'Izabrani korisnici su uspje<6A>no obrisani.';
|
||||
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup "%s"';
|
||||
|
||||
$strValidateSQL = 'Provjeri SQL';
|
||||
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
|
||||
$strValue = 'Vrijednost';
|
||||
$strVar = 'Promjenljiva';
|
||||
$strViewDump = 'Prika<6B>i sadr<64>aj (shemu) tabele';
|
||||
$strViewDumpDB = 'Prika<6B>i sadr<64>aj (shemu) baze';
|
||||
$strViewDumpDatabases = 'Prika<6B>i sadr<64>aj (shemu) baze';
|
||||
|
||||
$strWebServerUploadDirectory = 'direkcija za slanje web servera ';
|
||||
$strWebServerUploadDirectoryError = 'Direkcija koju ste izabrali za slanje nije dostupna';
|
||||
$strWelcome = 'Dobrodo<64>li na %s';
|
||||
$strWestEuropean = 'Zapadnoevropski';
|
||||
$strWildcard = 'D<>oker';
|
||||
$strWindowNotFound = 'Odredi<64>nji prozor pretra<72>iva<76>a nije mogao da bude a<>uriran. Mo<4D>da ste zatvorili mati<74>ni prozor, ili va<76> prera<72>iva<76> onemogu<67>ava a<>uriranje me<6D>u prozorima zbog sigurnosnih pode<64>avanja';
|
||||
$strWithChecked = 'Ozna<6E>eno:';
|
||||
$strWritingCommentNotPossible = 'Pisanje komentara nije mogu<67>e';
|
||||
$strWritingRelationNotPossible = 'Upisivanje relacije nije mogu<67>e';
|
||||
$strWrongUser = 'Pogre<72>no korisni<6E>ko ime/lozinka. Ulaz nije dozvoljen.';
|
||||
|
||||
$strXML = 'XML';
|
||||
|
||||
$strYes = 'Da';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.';
|
||||
$strZip = '"zipovano"';
|
||||
|
||||
?>
|
@@ -733,4 +733,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -734,4 +734,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -715,4 +715,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -71,8 +71,10 @@ $strBeginCut = 'INICI DEL TALL';
|
||||
$strBeginRaw = 'INICI DEL VOLCAT';
|
||||
$strBinary = ' Binari ';
|
||||
$strBinaryDoNotEdit = ' Binari - no editeu ';
|
||||
$strBookmarkAllUsers = 'Deixa accedir a cada usuari a aquesta consulta arxivada';
|
||||
$strBookmarkDeleted = 'S\'ha esborrat la consulta arxivada.';
|
||||
$strBookmarkLabel = 'Etiqueta';
|
||||
$strBookmarkOptions = 'Opcions de consulta arxivada';
|
||||
$strBookmarkQuery = 'Consulta SQL arxivada';
|
||||
$strBookmarkThis = 'Arxiva aquesta consulta SQL';
|
||||
$strBookmarkView = 'Nom<6F>s mirar';
|
||||
@@ -126,6 +128,8 @@ $strConfigFileError = 'phpMyAdmin
|
||||
$strConfigureTableCoord = 'Configura les coordenades per la taula %s';
|
||||
$strConfirm = 'Ho vols fer realment?';
|
||||
$strConnections = 'Conexions';
|
||||
$strConstraintsForDumped = 'Restriccions per taules volcades';
|
||||
$strConstraintsForTable = 'Restriccions per la taula';
|
||||
$strCookiesRequired = 'A partir d\'aquest punt <20>s necessari tenir les Cookies activades.';
|
||||
$strCopyTable = 'Copia taula a (base-de-dades<b>.</b>taula):';
|
||||
$strCopyTableOK = 'La taula %s ha estat copiada a %s.';
|
||||
@@ -293,6 +297,8 @@ $strInsertTextfiles = 'Inserir fitxers de text a la taula';
|
||||
$strInsertedRowId = 'Id de la fila inserida:';
|
||||
$strInsertedRows = 'Files Inserides:';
|
||||
$strInstructions = 'Instruccions';
|
||||
$strInternalNotNecessary = '* No es necessita una relaci<63> interna si ja existeix a InnoDB.';
|
||||
$strInternalRelations = 'Relacions internes';
|
||||
$strInvalidName = '"%s" <20>s una paraula reservada, no es pot fer servir com a nom de base de dades/taula/camp.';
|
||||
|
||||
$strJapanese = 'Japon<6F>s';
|
||||
@@ -308,6 +314,13 @@ $strKorean = 'Core
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'Opcions LaTeX';
|
||||
$strLandscape = 'Horitzontal';
|
||||
$strLatexCaption = 'Titol de Taula';
|
||||
$strLatexContent = 'Contingut de la taula __TABLE__';
|
||||
$strLatexContinued = '(contin<69>a)';
|
||||
$strLatexContinuedCaption = 'Continuaci<63> del Titol de taula';
|
||||
$strLatexIncludeCaption = 'Inclusi<73> del titol de taula';
|
||||
$strLatexLabel = 'Etiqueta de clau';
|
||||
$strLatexStructure = 'Estructura de la taula __TABLE__';
|
||||
$strLength = 'Longitud';
|
||||
$strLengthSet = 'Longitud/Valors*';
|
||||
$strLimitNumRows = 'registres per plana';
|
||||
@@ -322,6 +335,7 @@ $strLoadMethod = 'Metode de CARREGA';
|
||||
$strLocalhost = 'Local';
|
||||
$strLocationTextfile = 'Ubicaci<63> del fitxer de text';
|
||||
$strLogPassword = 'Contrasenya:';
|
||||
$strLogServer = 'Servidor';
|
||||
$strLogUsername = 'Nom d\'Usuari:';
|
||||
$strLogin = 'Identificaci<63>';
|
||||
$strLoginInformation = 'Informaci<63> d\'Identificaci<63>';
|
||||
@@ -431,6 +445,7 @@ $strPrimaryKeyName = 'El nom de la clau principal ha de ser ... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>ha de ser</b> el nom i <b>nom<6F>s</b> el nom de la clau principal!)';
|
||||
$strPrint = 'Imprimir';
|
||||
$strPrintView = 'Imprimir vista';
|
||||
$strPrintViewFull = 'Vista d\'impresi<73> (amb texts sencers)';
|
||||
$strPrivDescAllPrivileges = 'Inclou tots els permissos excepte GRANT (atorgar).';
|
||||
$strPrivDescAlter = 'Permet alterar l\'estructura de taules existents.';
|
||||
$strPrivDescCreateDb = 'Permet crear noves bases de dades i taules.';
|
||||
@@ -528,6 +543,7 @@ $strSQLParserUserError = 'Sembla que hi ha un error a la consulta SQL. La sortid
|
||||
$strSQLQuery = 'crida SQL';
|
||||
$strSQLResult = 'Resultat SQL';
|
||||
$strSQPBugInvalidIdentifer = 'Identificador Incorrecte';
|
||||
$strSQPBugUnclosedQuote = 'Cometa no tancada';
|
||||
$strSQPBugUnclosedQuote = 'Cometes sense tancar';
|
||||
$strSQPBugUnknownPunctuation = 'Signe de puntuaci<63> desconegut';
|
||||
$strSave = 'Guardar';
|
||||
@@ -579,6 +595,7 @@ $strSimplifiedChinese = 'Xin
|
||||
$strSingly = '(nom<6F>s)';
|
||||
$strSize = 'Mida';
|
||||
$strSort = 'Classificaci<63>';
|
||||
$strSortByKey = 'Classifica per la clau';
|
||||
$strSpaceUsage = 'Utilitzaci<63> d\'espai';
|
||||
$strSplitWordsWithSpace = 'Paraules separades per un espai (" ").';
|
||||
$strStatCheckTime = 'Darrera comprovaci<63>';
|
||||
@@ -651,6 +668,7 @@ $strUpdatePrivMessage = 'Heu actualitzat els privilegis de %s.';
|
||||
$strUpdateProfile = 'Actualitza perfil:';
|
||||
$strUpdateProfileMessage = 'S\'ha actualitzat el perfil.';
|
||||
$strUpdateQuery = 'Actualitza consulta';
|
||||
$strUpgradeMySQL = 'Es necessari actualitzar a MySQL %s o posterior.';
|
||||
$strUsage = '<27>s';
|
||||
$strUseBackquotes = 'Usa "backquotes" amb taules i noms de camps';
|
||||
$strUseHostTable = 'Utilitza la Taula de Hosts';
|
||||
@@ -694,16 +712,4 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l
|
||||
$strZip = '"comprimit amb zip"';
|
||||
// To translate
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -72,8 +72,10 @@ $strBeginCut = 'INICI DEL TALL';
|
||||
$strBeginRaw = 'INICI DEL VOLCAT';
|
||||
$strBinary = ' Binari ';
|
||||
$strBinaryDoNotEdit = ' Binari - no editeu ';
|
||||
$strBookmarkAllUsers = 'Deixa accedir a cada usuari a aquesta consulta arxivada';
|
||||
$strBookmarkDeleted = 'S\'ha esborrat la consulta arxivada.';
|
||||
$strBookmarkLabel = 'Etiqueta';
|
||||
$strBookmarkOptions = 'Opcions de consulta arxivada';
|
||||
$strBookmarkQuery = 'Consulta SQL arxivada';
|
||||
$strBookmarkThis = 'Arxiva aquesta consulta SQL';
|
||||
$strBookmarkView = 'Només mirar';
|
||||
@@ -127,6 +129,8 @@ $strConfigFileError = 'phpMyAdmin és incapaç de llegir el fitxer de configurac
|
||||
$strConfigureTableCoord = 'Configura les coordenades per la taula %s';
|
||||
$strConfirm = 'Ho vols fer realment?';
|
||||
$strConnections = 'Conexions';
|
||||
$strConstraintsForDumped = 'Restriccions per taules volcades';
|
||||
$strConstraintsForTable = 'Restriccions per la taula';
|
||||
$strCookiesRequired = 'A partir d\'aquest punt és necessari tenir les Cookies activades.';
|
||||
$strCopyTable = 'Copia taula a (base-de-dades<b>.</b>taula):';
|
||||
$strCopyTableOK = 'La taula %s ha estat copiada a %s.';
|
||||
@@ -294,6 +298,8 @@ $strInsertTextfiles = 'Inserir fitxers de text a la taula';
|
||||
$strInsertedRowId = 'Id de la fila inserida:';
|
||||
$strInsertedRows = 'Files Inserides:';
|
||||
$strInstructions = 'Instruccions';
|
||||
$strInternalNotNecessary = '* No es necessita una relació interna si ja existeix a InnoDB.';
|
||||
$strInternalRelations = 'Relacions internes';
|
||||
$strInvalidName = '"%s" és una paraula reservada, no es pot fer servir com a nom de base de dades/taula/camp.';
|
||||
|
||||
$strJapanese = 'Japonès';
|
||||
@@ -309,6 +315,13 @@ $strKorean = 'Coreà';
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'Opcions LaTeX';
|
||||
$strLandscape = 'Horitzontal';
|
||||
$strLatexCaption = 'Titol de Taula';
|
||||
$strLatexContent = 'Contingut de la taula __TABLE__';
|
||||
$strLatexContinued = '(continúa)';
|
||||
$strLatexContinuedCaption = 'Continuació del Titol de taula';
|
||||
$strLatexIncludeCaption = 'Inclusió del titol de taula';
|
||||
$strLatexLabel = 'Etiqueta de clau';
|
||||
$strLatexStructure = 'Estructura de la taula __TABLE__';
|
||||
$strLength = 'Longitud';
|
||||
$strLengthSet = 'Longitud/Valors*';
|
||||
$strLimitNumRows = 'registres per plana';
|
||||
@@ -323,6 +336,7 @@ $strLoadMethod = 'Metode de CARREGA';
|
||||
$strLocalhost = 'Local';
|
||||
$strLocationTextfile = 'Ubicació del fitxer de text';
|
||||
$strLogPassword = 'Contrasenya:';
|
||||
$strLogServer = 'Servidor';
|
||||
$strLogUsername = 'Nom d\'Usuari:';
|
||||
$strLogin = 'Identificació';
|
||||
$strLoginInformation = 'Informació d\'Identificació';
|
||||
@@ -432,6 +446,7 @@ $strPrimaryKeyName = 'El nom de la clau principal ha de ser ... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>ha de ser</b> el nom i <b>només</b> el nom de la clau principal!)';
|
||||
$strPrint = 'Imprimir';
|
||||
$strPrintView = 'Imprimir vista';
|
||||
$strPrintViewFull = 'Vista d\'impresió (amb texts sencers)';
|
||||
$strPrivDescAllPrivileges = 'Inclou tots els permissos excepte GRANT (atorgar).';
|
||||
$strPrivDescAlter = 'Permet alterar l\'estructura de taules existents.';
|
||||
$strPrivDescCreateDb = 'Permet crear noves bases de dades i taules.';
|
||||
@@ -529,6 +544,7 @@ $strSQLParserUserError = 'Sembla que hi ha un error a la consulta SQL. La sortid
|
||||
$strSQLQuery = 'crida SQL';
|
||||
$strSQLResult = 'Resultat SQL';
|
||||
$strSQPBugInvalidIdentifer = 'Identificador Incorrecte';
|
||||
$strSQPBugUnclosedQuote = 'Cometa no tancada';
|
||||
$strSQPBugUnclosedQuote = 'Cometes sense tancar';
|
||||
$strSQPBugUnknownPunctuation = 'Signe de puntuació desconegut';
|
||||
$strSave = 'Guardar';
|
||||
@@ -580,6 +596,7 @@ $strSimplifiedChinese = 'Xinés Simplificat';
|
||||
$strSingly = '(només)';
|
||||
$strSize = 'Mida';
|
||||
$strSort = 'Classificació';
|
||||
$strSortByKey = 'Classifica per la clau';
|
||||
$strSpaceUsage = 'Utilització d\'espai';
|
||||
$strSplitWordsWithSpace = 'Paraules separades per un espai (" ").';
|
||||
$strStatCheckTime = 'Darrera comprovació';
|
||||
@@ -652,6 +669,7 @@ $strUpdatePrivMessage = 'Heu actualitzat els privilegis de %s.';
|
||||
$strUpdateProfile = 'Actualitza perfil:';
|
||||
$strUpdateProfileMessage = 'S\'ha actualitzat el perfil.';
|
||||
$strUpdateQuery = 'Actualitza consulta';
|
||||
$strUpgradeMySQL = 'Es necessari actualitzar a MySQL %s o posterior.';
|
||||
$strUsage = 'Ús';
|
||||
$strUseBackquotes = 'Usa "backquotes" amb taules i noms de camps';
|
||||
$strUseHostTable = 'Utilitza la Taula de Hosts';
|
||||
@@ -695,16 +713,4 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l
|
||||
$strZip = '"comprimit amb zip"';
|
||||
// To translate
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -699,22 +699,28 @@ $strYes = ' 是 ';
|
||||
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
|
||||
$strZip = '"zipped"';
|
||||
|
||||
$strBrowseForeignValues = 'Browse foreign values'; //to translate
|
||||
$strBrowseForeignValues = '瀏覽外來值';
|
||||
|
||||
$strUseThisValue = 'Use this value'; //to translate
|
||||
$strUseThisValue = '使用此值';
|
||||
|
||||
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
|
||||
$strWindowNotFound = '目地的視窗無法更新. 可能你已關閉此視窗或你的瀏覽器於安全設定內啟動了無法跨視窗更新';
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
$strInternalRelations = '內部關聯';
|
||||
$strInternalNotNecessary = '* 當內部關聯在 InnoDB 已存在時是無需要的.';
|
||||
$strUpgradeMySQL = '您應該更新到 MySQL %s 或之後.';
|
||||
$strLatexStructure = '資料表 __TABLE__ 結構';
|
||||
$strLatexContinued = '(連續)';
|
||||
$strLatexContent = '資料表 __TABLE__ 內容';
|
||||
$strLatexIncludeCaption = '包括資料表標題';
|
||||
$strLatexCaption = '資料表標題';
|
||||
$strLatexLabel = '標記鍵名';
|
||||
$strLatexContinuedCaption = '連續資料表標題';
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strPrintViewFull = '列印檢視 (顯示完整文字)';
|
||||
$strLogServer = '伺服器';
|
||||
$strSortByKey = '依鍵名排序';
|
||||
$strBookmarkAllUsers = '所有用者可讀取此書籤';
|
||||
$strConstraintsForDumped = '備份資料表限制';
|
||||
$strConstraintsForTable = '資料表限制';
|
||||
$strBookmarkOptions = '書籤選項';
|
||||
?>
|
||||
|
@@ -615,7 +615,7 @@ $strTableHasBeenFlushed = '
|
||||
$strTableMaintenance = '<27><><EFBFBD>ƪ<EFBFBD><C6AA><EFBFBD><EFBFBD>@';
|
||||
$strTableOfContents = '<27>ؿ<EFBFBD>';
|
||||
$strTableOptions = '<27><><EFBFBD>ƪ<EFBFBD><C6AA>ﶵ';
|
||||
$strTableStructure = '<27><><EFBFBD>ƪ<EFBFBD><C6AA>榡<EFBFBD>G';
|
||||
$strTableStructure = '<27><><EFBFBD>ƪ<EFBFBD><C6AA><EFBFBD><EFBFBD>c<EFBFBD>G';
|
||||
$strTableType = '<27><><EFBFBD>ƪ<EFBFBD><C6AA><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strTables = '%s <20><><EFBFBD>ƪ<EFBFBD>';
|
||||
$strTblPrivileges = '<27><><EFBFBD>w<EFBFBD><77><EFBFBD>ƪ<EFBFBD><C6AA>v<EFBFBD><76>';
|
||||
@@ -698,22 +698,28 @@ $strYes = '
|
||||
$strZeroRemovesTheLimit = '<27><>: <20>]<5D>w<EFBFBD>o<EFBFBD>ǿﶵ<C7BF><EFB6B5> 0 (<28>s) <20>i<EFBFBD>Ѱ<EFBFBD><D1B0><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strZip = '"zipped"';
|
||||
|
||||
$strBrowseForeignValues = 'Browse foreign values'; //to translate
|
||||
$strBrowseForeignValues = '<EFBFBD>s<EFBFBD><EFBFBD><EFBFBD>~<7E>ӭ<EFBFBD>';
|
||||
|
||||
$strUseThisValue = 'Use this value'; //to translate
|
||||
$strUseThisValue = '<EFBFBD>ϥΦ<EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
||||
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
|
||||
$strWindowNotFound = '<EFBFBD>ئa<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD>k<EFBFBD><EFBFBD><EFBFBD>s. <20>i<EFBFBD><69><EFBFBD>A<EFBFBD>w<EFBFBD><77><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ΧA<CEA7><41><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77><EFBFBD>]<5D>w<EFBFBD><77><EFBFBD>ҰʤF<CAA4>L<EFBFBD>k<EFBFBD><6B><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s';
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
$strInternalRelations = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>p';
|
||||
$strInternalNotNecessary = '* <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>p<EFBFBD>b InnoDB <20>w<EFBFBD>s<EFBFBD>b<EFBFBD>ɬO<C9AC>L<EFBFBD>ݭn<DDAD><6E>.';
|
||||
$strUpgradeMySQL = '<EFBFBD>z<EFBFBD><EFBFBD><EFBFBD>ӧ<EFBFBD><EFBFBD>s<EFBFBD><EFBFBD> MySQL %s <20>Τ<EFBFBD><CEA4><EFBFBD>.';
|
||||
$strLatexStructure = '<EFBFBD><EFBFBD><EFBFBD>ƪ<EFBFBD> __TABLE__ <20><><EFBFBD>c';
|
||||
$strLatexContinued = '(<EFBFBD>s<EFBFBD><EFBFBD>)';
|
||||
$strLatexContent = '<EFBFBD><EFBFBD><EFBFBD>ƪ<EFBFBD> __TABLE__ <20><><EFBFBD>e';
|
||||
$strLatexIncludeCaption = '<EFBFBD>]<5D>A<EFBFBD><41><EFBFBD>ƪ<EFBFBD><C6AA><EFBFBD><EFBFBD>D';
|
||||
$strLatexCaption = '<EFBFBD><EFBFBD><EFBFBD>ƪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>D';
|
||||
$strLatexLabel = '<EFBFBD>аO<EFBFBD><EFBFBD><EFBFBD>W';
|
||||
$strLatexContinuedCaption = '<EFBFBD>s<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>D';
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strPrintViewFull = '<EFBFBD>C<EFBFBD>L<EFBFBD>˵<EFBFBD> (<28><><EFBFBD>ܧ<EFBFBD><DCA7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>r)';
|
||||
$strLogServer = '<27><><EFBFBD>A<EFBFBD><41>';
|
||||
$strSortByKey = '<27><><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD>Ƨ<EFBFBD>';
|
||||
$strBookmarkAllUsers = '<27>Ҧ<EFBFBD><D2A6>Ϊ̥iŪ<69><C5AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strConstraintsForDumped = '<27>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD>ƪ<EFBFBD><C6AA><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strConstraintsForTable = '<27><><EFBFBD>ƪ<EFBFBD><C6AA><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strBookmarkOptions = '<27><><EFBFBD>ҿﶵ';
|
||||
?>
|
||||
|
@@ -711,4 +711,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -710,4 +710,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -733,4 +733,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -77,8 +77,10 @@ $strBeginCut = 'ZA
|
||||
$strBeginRaw = 'ZA<5A><41>TEK V<>PISU';
|
||||
$strBinary = ' Bin<69>rn<72> ';
|
||||
$strBinaryDoNotEdit = ' Bin<69>rn<72> - neupravujte ';
|
||||
$strBookmarkAllUsers = 'Umo<6D>nit v<>em u<>ivatel<65>m pou<6F><75>vat tuto polo<6C>ku';
|
||||
$strBookmarkDeleted = 'Polo<6C>ka byla smaz<61>na z obl<62>ben<65>ch.';
|
||||
$strBookmarkLabel = 'N<>zev';
|
||||
$strBookmarkOptions = 'Nastaven<65> obl<62>ben<65>ho dotazu';
|
||||
$strBookmarkQuery = 'Obl<62>ben<65> SQL dotaz';
|
||||
$strBookmarkThis = 'P<>idat tento SQL dotaz do obl<62>ben<65>ch';
|
||||
$strBookmarkView = 'Jen zobrazit';
|
||||
@@ -132,6 +134,8 @@ $strConfigFileError = 'phpMyAdmin nemohl na
|
||||
$strConfigureTableCoord = 'Pros<6F>m, nastavte sou<6F>adnice pro tabulku %s';
|
||||
$strConfirm = 'Opravdu chcete toto prov<6F>st?';
|
||||
$strConnections = 'P<>ipojen<65>';
|
||||
$strConstraintsForDumped = 'Omezen<65> pro exportovan<61> tabulky';
|
||||
$strConstraintsForTable = 'Omezen<65> pro tabulku';
|
||||
$strCookiesRequired = 'B<>hem tohoto kroku mus<75>te m<>t povoleny cookies.';
|
||||
$strCopyTable = 'Kop<6F>rovat tabulku do (datab<61>ze<b>.</b>tabulka):';
|
||||
$strCopyTableOK = 'Tabulka %s byla zkop<6F>rov<6F>na do %s.';
|
||||
@@ -337,6 +341,7 @@ $strLoadMethod = 'Parametry pro p
|
||||
$strLocalhost = 'Lok<6F>ln<6C>';
|
||||
$strLocationTextfile = 'textov<6F> soubor';
|
||||
$strLogPassword = 'Heslo:';
|
||||
$strLogServer = 'Server';
|
||||
$strLogUsername = 'Jm<4A>no:';
|
||||
$strLogin = 'P<>ihl<68><6C>en<65>';
|
||||
$strLoginInformation = 'P<>ihla<6C>ov<6F>n<EFBFBD>';
|
||||
@@ -595,6 +600,7 @@ $strSimplifiedChinese = 'Zjedodu
|
||||
$strSingly = '(po jednom)';
|
||||
$strSize = 'Velikost';
|
||||
$strSort = '<27>adit';
|
||||
$strSortByKey = 'Set<65><74>dit podle kl<6B><6C>e';
|
||||
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
|
||||
$strSplitWordsWithSpace = 'Slova jsou odd<64>lena mezerou (" ").';
|
||||
$strStatCheckTime = 'Posledn<64> kontrola';
|
||||
|
@@ -78,8 +78,10 @@ $strBeginCut = 'ZAČÁTEK VÝPISU';
|
||||
$strBeginRaw = 'ZAČÁTEK VÝPISU';
|
||||
$strBinary = ' Binární ';
|
||||
$strBinaryDoNotEdit = ' Binární - neupravujte ';
|
||||
$strBookmarkAllUsers = 'Umožnit všem uživatelům používat tuto položku';
|
||||
$strBookmarkDeleted = 'Položka byla smazána z oblíbených.';
|
||||
$strBookmarkLabel = 'Název';
|
||||
$strBookmarkOptions = 'Nastavení oblíbeného dotazu';
|
||||
$strBookmarkQuery = 'Oblíbený SQL dotaz';
|
||||
$strBookmarkThis = 'Přidat tento SQL dotaz do oblíbených';
|
||||
$strBookmarkView = 'Jen zobrazit';
|
||||
@@ -133,6 +135,8 @@ $strConfigFileError = 'phpMyAdmin nemohl načíst konfigurační soubor!<br />Ta
|
||||
$strConfigureTableCoord = 'Prosím, nastavte souřadnice pro tabulku %s';
|
||||
$strConfirm = 'Opravdu chcete toto provést?';
|
||||
$strConnections = 'Připojení';
|
||||
$strConstraintsForDumped = 'Omezení pro exportované tabulky';
|
||||
$strConstraintsForTable = 'Omezení pro tabulku';
|
||||
$strCookiesRequired = 'Během tohoto kroku musíte mít povoleny cookies.';
|
||||
$strCopyTable = 'Kopírovat tabulku do (databáze<b>.</b>tabulka):';
|
||||
$strCopyTableOK = 'Tabulka %s byla zkopírována do %s.';
|
||||
@@ -338,6 +342,7 @@ $strLoadMethod = 'Parametry pro příkaz LOAD';
|
||||
$strLocalhost = 'Lokální';
|
||||
$strLocationTextfile = 'textový soubor';
|
||||
$strLogPassword = 'Heslo:';
|
||||
$strLogServer = 'Server';
|
||||
$strLogUsername = 'Jméno:';
|
||||
$strLogin = 'Přihlášení';
|
||||
$strLoginInformation = 'Přihlašování';
|
||||
@@ -596,6 +601,7 @@ $strSimplifiedChinese = 'Zjedodušená Čínština';
|
||||
$strSingly = '(po jednom)';
|
||||
$strSize = 'Velikost';
|
||||
$strSort = 'Řadit';
|
||||
$strSortByKey = 'Setřídit podle klíče';
|
||||
$strSpaceUsage = 'Využití místa';
|
||||
$strSplitWordsWithSpace = 'Slova jsou oddělena mezerou (" ").';
|
||||
$strStatCheckTime = 'Poslední kontrola';
|
||||
|
@@ -77,8 +77,10 @@ $strBeginCut = 'ZA
|
||||
$strBeginRaw = 'ZA<5A><41>TEK V<>PISU';
|
||||
$strBinary = ' Bin<69>rn<72> ';
|
||||
$strBinaryDoNotEdit = ' Bin<69>rn<72> - neupravujte ';
|
||||
$strBookmarkAllUsers = 'Umo<6D>nit v<>em u<>ivatel<65>m pou<6F><75>vat tuto polo<6C>ku';
|
||||
$strBookmarkDeleted = 'Polo<6C>ka byla smaz<61>na z obl<62>ben<65>ch.';
|
||||
$strBookmarkLabel = 'N<>zev';
|
||||
$strBookmarkOptions = 'Nastaven<65> obl<62>ben<65>ho dotazu';
|
||||
$strBookmarkQuery = 'Obl<62>ben<65> SQL dotaz';
|
||||
$strBookmarkThis = 'P<>idat tento SQL dotaz do obl<62>ben<65>ch';
|
||||
$strBookmarkView = 'Jen zobrazit';
|
||||
@@ -132,6 +134,8 @@ $strConfigFileError = 'phpMyAdmin nemohl na
|
||||
$strConfigureTableCoord = 'Pros<6F>m, nastavte sou<6F>adnice pro tabulku %s';
|
||||
$strConfirm = 'Opravdu chcete toto prov<6F>st?';
|
||||
$strConnections = 'P<>ipojen<65>';
|
||||
$strConstraintsForDumped = 'Omezen<65> pro exportovan<61> tabulky';
|
||||
$strConstraintsForTable = 'Omezen<65> pro tabulku';
|
||||
$strCookiesRequired = 'B<>hem tohoto kroku mus<75>te m<>t povoleny cookies.';
|
||||
$strCopyTable = 'Kop<6F>rovat tabulku do (datab<61>ze<b>.</b>tabulka):';
|
||||
$strCopyTableOK = 'Tabulka %s byla zkop<6F>rov<6F>na do %s.';
|
||||
@@ -337,6 +341,7 @@ $strLoadMethod = 'Parametry pro p
|
||||
$strLocalhost = 'Lok<6F>ln<6C>';
|
||||
$strLocationTextfile = 'textov<6F> soubor';
|
||||
$strLogPassword = 'Heslo:';
|
||||
$strLogServer = 'Server';
|
||||
$strLogUsername = 'Jm<4A>no:';
|
||||
$strLogin = 'P<>ihl<68><6C>en<65>';
|
||||
$strLoginInformation = 'P<>ihla<6C>ov<6F>n<EFBFBD>';
|
||||
@@ -595,6 +600,7 @@ $strSimplifiedChinese = 'Zjedodu
|
||||
$strSingly = '(po jednom)';
|
||||
$strSize = 'Velikost';
|
||||
$strSort = '<27>adit';
|
||||
$strSortByKey = 'Set<65><74>dit podle kl<6B><6C>e';
|
||||
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
|
||||
$strSplitWordsWithSpace = 'Slova jsou odd<64>lena mezerou (" ").';
|
||||
$strStatCheckTime = 'Posledn<64> kontrola';
|
||||
|
@@ -727,4 +727,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -25,9 +25,13 @@ $strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
|
||||
$strAbortedClients = 'Afgehaakte';
|
||||
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
|
||||
$strAccessDenied = 'Toegang geweigerd ';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
|
||||
$strAction = 'Actie';
|
||||
$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
|
||||
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
|
||||
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
|
||||
$strAddDropDatabase = 'Voeg DROP DATABASE toe';
|
||||
$strAddIntoComments = 'Voeg toe in commentaar';
|
||||
$strAddNewField = 'Nieuw veld toevoegen';
|
||||
$strAddPriv = 'Voeg nieuwe rechten toe';
|
||||
$strAddPrivMessage = 'U heeft nieuwe rechten toegevoegd.';
|
||||
@@ -56,12 +60,17 @@ $strAnyDatabase = 'Een willekeurige database';
|
||||
$strAnyHost = 'Een willekeurige host';
|
||||
$strAnyTable = 'Een willekeurige tabel';
|
||||
$strAnyUser = 'Een willekeurige gebruiker';
|
||||
$strArabic = 'Arabisch';
|
||||
$strArmenian = 'Armenian';
|
||||
$strAscending = 'Oplopend';
|
||||
$strAtBeginningOfTable = 'Aan het begin van de tabel';
|
||||
$strAtEndOfTable = 'Aan het eind van de tabel';
|
||||
$strAttr = 'Attributen';
|
||||
$strAutodetect = 'Auto detectie';
|
||||
$strAutomaticLayout = 'Automatische lay-out';
|
||||
|
||||
$strBack = 'Terug';
|
||||
$strBaltic = 'Baltisch';
|
||||
$strBeginCut = 'Begin KNIP';
|
||||
$strBeginRaw = 'Begin RAW';
|
||||
$strBinary = ' Binair ';
|
||||
@@ -72,9 +81,12 @@ $strBookmarkQuery = 'Opgeslagen SQL-query';
|
||||
$strBookmarkThis = 'Sla deze SQL-query op';
|
||||
$strBookmarkView = 'Alleen bekijken';
|
||||
$strBrowse = 'Verkennen';
|
||||
$strBrowseForeignValues = 'Bekijk vreemde waardes';
|
||||
$strBulgarian = 'Bulgaars';
|
||||
$strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling <code>$cfg[\'BZipDump\']</code> in uw phpMyAdmin configuratie bestand op <code>FALSE</code> te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.';
|
||||
$strBzip = '"ge-bzipt"';
|
||||
|
||||
$strCSVOptions = 'CSV opties';
|
||||
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
|
||||
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
|
||||
$strCantLoadMySQL = 'kan de MySQL extensie niet laden,<br />controleer de PHP configuratie.';
|
||||
@@ -83,6 +95,9 @@ $strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
|
||||
$strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.';
|
||||
$strCardinality = 'Kardinaliteit';
|
||||
$strCarriage = 'Harde return: \\r';
|
||||
$strCaseInsensitive = 'hoofdletter ongevoelig';
|
||||
$strCaseSensitive = 'hoofdletter gevoelig';
|
||||
$strCentralEuropean = 'Centraal Europees';
|
||||
$strChange = 'Veranderen';
|
||||
$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
|
||||
$strChangeCopyModeCopy = '... behoud de oude.';
|
||||
@@ -92,7 +107,10 @@ $strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en
|
||||
$strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker';
|
||||
$strChangeDisplay = 'Kies weer te geven veld';
|
||||
$strChangePassword = 'Wijzig paswoord';
|
||||
$strCharset = 'Karakterset';e
|
||||
$strCharsetOfFile = 'Karakter set van het bestand:';
|
||||
$strCharsets = 'Karaktersets';
|
||||
$strCharsetsAndCollations = 'Karakter Sets en Collations';
|
||||
$strCheckAll = 'Selecteer alles';
|
||||
$strCheckDbPriv = 'Controleer database rechten';
|
||||
$strCheckPrivs = 'Controleer privileges';
|
||||
@@ -100,6 +118,7 @@ $strCheckPrivsLong = 'Controleer privileges voor database "%s".';
|
||||
$strCheckTable = 'Controleer tabel';
|
||||
$strChoosePage = 'Kies een pagina om aan te passen';
|
||||
$strColComFeat = 'Toon kolom commentaar';
|
||||
$strCollation = 'Collation';
|
||||
$strColumn = 'Kolom';
|
||||
$strColumnNames = 'Kolom namen';
|
||||
$strColumnPrivileges = 'Kolom-specifieke privileges';
|
||||
@@ -114,6 +133,7 @@ $strConnections = 'Connecties';
|
||||
$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
|
||||
$strCopyTable = 'Kopieer tabel naar (database<b>.</b>tabel):';
|
||||
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
|
||||
$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopi<70>ren!';
|
||||
$strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.';
|
||||
$strCreate = 'Aanmaken';
|
||||
$strCreateIndex = 'Cre<72>er een index op kolommen %s ';
|
||||
@@ -123,7 +143,11 @@ $strCreateNewTable = 'Nieuwe tabel aanmaken in database %s';
|
||||
$strCreatePage = 'Cre<72>er een nieuwe pagina';
|
||||
$strCreatePdfFeat = 'Aanmaken van PDF bestanden';
|
||||
$strCriteria = 'Criteria';
|
||||
$strCroatian = 'Croaties';
|
||||
$strCyrillic = 'Cyrillic';
|
||||
$strCzech = 'Tsjechisch';
|
||||
|
||||
$strDBComment = 'Database commentaar: ';
|
||||
$strDBGContext = 'Context';
|
||||
$strDBGContextID = 'Context ID';
|
||||
$strDBGHits = 'Hits';
|
||||
@@ -133,11 +157,14 @@ $strDBGMinTimeMs = 'Min tijd, ms';
|
||||
$strDBGModule = 'Module';
|
||||
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
|
||||
$strDBGTotalTimeMs = 'Totaal tijd, ms';
|
||||
$strDanish = 'Deens';
|
||||
$strData = 'Data';
|
||||
$strDataDict = 'Data Woordenboek';
|
||||
$strDataOnly = 'Alleen data';
|
||||
$strDatabase = 'Database ';
|
||||
$strDatabaseExportOptions = 'Database export opties';
|
||||
$strDatabaseHasBeenDropped = 'Database %s is vervallen.';
|
||||
$strDatabaseNoTable = 'Deze database bevat geen tabel!';
|
||||
$strDatabaseWildcard = 'Database (wildcards toegestaan):';
|
||||
$strDatabases = 'databases';
|
||||
$strDatabasesDropped = '%s databases zijn succesvol verwijderd.';
|
||||
@@ -149,6 +176,7 @@ $strDbPrivileges = 'Database-specifieke privileges';
|
||||
$strDbSpecific = 'database-specifiek';
|
||||
$strDefault = 'Standaardwaarde';
|
||||
$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
|
||||
$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
|
||||
$strDelete = 'Verwijderen';
|
||||
$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
|
||||
$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
|
||||
@@ -158,6 +186,8 @@ $strDeleted = 'De rij is verwijderd';
|
||||
$strDeletedRows = 'Verwijder rijen:';
|
||||
$strDeleting = 'Verwijderen van %s';
|
||||
$strDescending = 'Aflopend';
|
||||
$strDescription = 'Beschrijving';
|
||||
$strDictionary = 'Woordenboek';
|
||||
$strDisabled = 'Uitgeschakeld';
|
||||
$strDisplay = 'Laat zien';
|
||||
$strDisplayFeat = 'Toon Opties';
|
||||
@@ -171,6 +201,8 @@ $strDropDB = 'Verwijder database %s';
|
||||
$strDropSelectedDatabases = 'Geselecteerde databases verwijderen';
|
||||
$strDropTable = 'Verwijder tabel';
|
||||
$strDropUsersDb = 'Verwijder de databasen die dezelfde naam hebben als de gebruikers.';
|
||||
$strDumpComments = 'Voeg column comments in als inline SQL-comments';
|
||||
$strDumpSaved = 'Dump is bewaard als %s.';
|
||||
$strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.';
|
||||
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
|
||||
$strDynamic = 'dynamisch';
|
||||
@@ -185,8 +217,12 @@ $strEnabled = 'Ingeschakeld';
|
||||
$strEnd = 'Einde';
|
||||
$strEndCut = 'Einde KNIP';
|
||||
$strEndRaw = 'Einde RAW';
|
||||
$strEnglish = 'Engels';
|
||||
$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels ';
|
||||
$strError = 'Fout';
|
||||
$strEstonian = 'Estonian';
|
||||
$strExcelOptions = 'Excel opties';
|
||||
$strExecuteBookmarked = 'Voor de gebookmarkte query uit';
|
||||
$strExplain = 'Verklaar SQL';
|
||||
$strExport = 'Exporteer';
|
||||
$strExportToXML = 'Exporteer naar XML formaat';
|
||||
@@ -201,7 +237,11 @@ $strFieldsEmpty = ' Het velden aantal is leeg! ';
|
||||
$strFieldsEnclosedBy = 'Velden ingesloten door';
|
||||
$strFieldsEscapedBy = 'Velden ontsnapt door';
|
||||
$strFieldsTerminatedBy = 'Velden be<62>indigd door';
|
||||
$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.';
|
||||
$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
|
||||
$strFileNameTemplate = 'File naam template';
|
||||
$strFileNameTemplateHelp = 'Gebruik __DB__ voor de database naam, __TABLE__ voor tabel naam en %sany strftime%s opties voor tijd specificaties, extensies zullen automatisch worden bijgevoegd. Elke andere tekst zal worden bewaard.';
|
||||
$strFileNameTemplateRemember = 'Onthoud template';
|
||||
$strFixed = 'vast';
|
||||
$strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege table vernieuwen%s voordat men verder gaat.';
|
||||
$strFlushTable = 'Schoon de tabel ("FLUSH")';
|
||||
@@ -213,22 +253,26 @@ $strFunction = 'Functie';
|
||||
$strGenBy = 'Gegenereerd door';
|
||||
$strGenTime = 'Generatie Tijd';
|
||||
$strGeneralRelationFeat = 'Basis relatie opties';
|
||||
$strGerman = 'Duits';
|
||||
$strGlobal = 'globaal';
|
||||
$strGlobalPrivileges = 'Globale privileges';
|
||||
$strGlobalValue = 'Globale waarde';
|
||||
$strGo = 'Start';
|
||||
$strGrantOption = 'Toekennen';
|
||||
$strGrants = 'Toekennen';
|
||||
$strGreek = 'Grieks';
|
||||
$strGzip = '"ge-gzipt"';
|
||||
|
||||
$strHasBeenAltered = 'is veranderd.';
|
||||
$strHasBeenCreated = 'is aangemaakt.';
|
||||
$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
|
||||
$strHebrew = 'Hebreeuws';
|
||||
$strHome = 'Home';
|
||||
$strHomepageOfficial = 'Offici<63>le phpMyAdmin Website';
|
||||
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Pagina';
|
||||
$strHost = 'Host';
|
||||
$strHostEmpty = 'De hostnaam is leeg!';
|
||||
$strHungarian = 'Hongaars';
|
||||
|
||||
$strId = 'ID';
|
||||
$strIdxFulltext = 'Volledige tekst';
|
||||
@@ -244,15 +288,20 @@ $strIndexHasBeenDropped = 'Index %s is vervallen';
|
||||
$strIndexName = 'Index naam :';
|
||||
$strIndexType = 'Index type :';
|
||||
$strIndexes = 'Indices';
|
||||
$strInnodbStat = 'InnoDB Status';
|
||||
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.';
|
||||
$strInsert = 'Invoegen';
|
||||
$strInsertAsNewRow = 'Voeg toe als nieuwe rij';
|
||||
$strInsertNewRow = 'Nieuwe rij invoegen';
|
||||
$strInsertTextfiles = 'Invoegen tekstbestanden in tabel';
|
||||
$strInsertedRowId = 'Ingevoegde rij id:';
|
||||
$strInsertedRows = 'Ingevoegde rijen:';
|
||||
$strInstructions = 'Instructies';
|
||||
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
|
||||
$strInternalRelations = 'Interne relaties';
|
||||
$strInvalidName = '"%s" is een gereserveerd woord, u kunt het niet gebruiken voor een database/tabel/veld naam.';
|
||||
|
||||
$strJapanese = 'Japans';
|
||||
$strJumpToDB = 'Ga naar database "%s".';
|
||||
$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
|
||||
$strJustDeleteDescr = 'De "verwijderde" gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.';
|
||||
@@ -260,9 +309,18 @@ $strJustDeleteDescr = 'De "verwijderde" gebruikers zullen de server ku
|
||||
$strKeepPass = 'Wijzig het wachtwoord niet';
|
||||
$strKeyname = 'Sleutelnaam';
|
||||
$strKill = 'stop proces';
|
||||
$strKorean = 'Koreaans';
|
||||
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'LaTeX opties';
|
||||
$strLandscape = 'Landschap';
|
||||
$strLatexCaption = 'Tabel caption';
|
||||
$strLatexContent = 'Content van tabel __TABLE__';
|
||||
$strLatexContinued = '(vervolgd)';
|
||||
$strLatexContinuedCaption = 'Vervolgde tabel caption';
|
||||
$strLatexIncludeCaption = 'Voeg tabel caption toe';
|
||||
$strLatexLabel = 'Label sleutel';
|
||||
$strLatexStructure = 'Structuur van de tabel __TABLE__';
|
||||
$strLength = 'Lengte';
|
||||
$strLengthSet = 'Lengte/Waardes*';
|
||||
$strLimitNumRows = 'records per pagina';
|
||||
@@ -271,6 +329,9 @@ $strLines = 'Regels';
|
||||
$strLinesTerminatedBy = 'Regels be<62>indigd door';
|
||||
$strLinkNotFound = 'Link niet gevonden';
|
||||
$strLinksTo = 'Gelinked naar';
|
||||
$strLithuanian = 'Lithuanian';
|
||||
$strLoadExplanation = 'De beste methode is aan gevinkt standaard maar u kunt dit veranderen mocht het niet lukken.';
|
||||
$strLoadMethod = 'LOAD methode';
|
||||
$strLocalhost = 'Local';
|
||||
$strLocationTextfile = 'Locatie van het tekstbestand';
|
||||
$strLogPassword = 'Wachtwoord:';
|
||||
@@ -279,6 +340,17 @@ $strLogin = 'Inloggen';
|
||||
$strLoginInformation = 'Login Informatie';
|
||||
$strLogout = 'Uitloggen';
|
||||
|
||||
$strMIME_MIMEtype = 'MIME-type';
|
||||
$strMIME_available_mime = 'Beschikbare MIME-types';
|
||||
$strMIME_available_transform = 'Beschikbare transformaties';
|
||||
$strMIME_description = 'Beschrijving';
|
||||
$strMIME_file = 'Filenaam';
|
||||
$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.<br />Raadpleeg de maker over wat %s doet.';
|
||||
$strMIME_transformation = 'Browser transformaties';
|
||||
$strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s';
|
||||
$strMIME_transformation_options = 'Transformatie opties';
|
||||
$strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\',\'b\',\'c\'...<br />Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
|
||||
$strMIME_without = 'MIME-types die in italics staan (Schuin) hebben geen aparte transformatie functies';
|
||||
$strMissingBracket = 'Er ontbreekt een bracket';
|
||||
$strModifications = 'Wijzigingen opgeslagen.';
|
||||
$strModify = 'Aanpassen';
|
||||
@@ -286,6 +358,9 @@ $strModifyIndexTopic = 'Wijzig een index';
|
||||
$strMoreStatusVars = 'Meer status variabelen';
|
||||
$strMoveTable = 'Verplaats tabel naar (database<b>.</b>tabel):';
|
||||
$strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
|
||||
$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
|
||||
$strMultilingual = 'multilingual';
|
||||
$strMustSelectFile = 'U moet een bestand selecteren welke u wilt invoegen.';
|
||||
$strMySQLCharset = 'MySQL Karakterset';
|
||||
$strMySQLReloaded = 'MySQL opnieuw geladen.';
|
||||
$strMySQLSaid = 'MySQL retourneerde: ';
|
||||
@@ -306,11 +381,14 @@ $strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die <b
|
||||
$strNoIndex = 'Geen index gedefinieerd!';
|
||||
$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!';
|
||||
$strNoModification = 'Geen verandering';
|
||||
$strNoOptions = 'Dit format heeft geen opties';
|
||||
$strNoPassword = 'Geen wachtwoord';
|
||||
$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
|
||||
$strNoPhp = 'zonder PHP Code';
|
||||
$strNoPrivileges = 'Geen rechten';
|
||||
$strNoQuery = 'Geen SQL query!';
|
||||
$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
|
||||
$strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.';
|
||||
$strNoTablesFound = 'Geen tabellen gevonden in de database.';
|
||||
$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
|
||||
$strNoUsersSelected = 'Geen gebruikers geselecteerd';
|
||||
@@ -334,10 +412,12 @@ $strOptionally = 'OPTIONEEL';
|
||||
$strOptions = 'Opties';
|
||||
$strOr = 'Of';
|
||||
$strOverhead = 'Overhead';
|
||||
$strOverwriteExisting = 'Overschrijf bestaande bestand (en)';
|
||||
|
||||
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
|
||||
$strPHPVersion = 'PHP Versie';
|
||||
$strPageNumber = 'Pagina nummer:';
|
||||
$strPaperSize = 'Papier grootte';
|
||||
$strPartialText = 'Gedeeltelijke teksten';
|
||||
$strPassword = 'Wachtwoord';
|
||||
$strPasswordChanged = 'Het wachtwoord voor %s is met success veranderd.';
|
||||
@@ -348,6 +428,9 @@ $strPdfInvalidPageNum = 'Ongedefinieerd PDF pagina nummer!';
|
||||
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
|
||||
$strPdfNoTables = 'Geen Tabellen';
|
||||
$strPerHour = 'per uur';
|
||||
$strPerMinute = 'per minuut';
|
||||
$strPerSecond = 'per seconde';
|
||||
$strPhoneBook = 'Telefoonboek';
|
||||
$strPhp = 'Cre<72>er PHP Code';
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentatie';
|
||||
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
|
||||
@@ -361,6 +444,7 @@ $strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
|
||||
$strPrint = 'Afdrukken';
|
||||
$strPrintView = 'Printopmaak';
|
||||
$strPrintViewFull = 'Print overzicht (met volledige teksten)';
|
||||
$strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.';
|
||||
$strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.';
|
||||
$strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.';
|
||||
@@ -399,9 +483,15 @@ $strPutColNames = 'Plaats veldnamen in de eerste rij';
|
||||
$strQBE = 'Query opbouwen';
|
||||
$strQBEDel = 'Verwijder';
|
||||
$strQBEIns = 'Toevoegen';
|
||||
$strQueryFrame = 'Query window';
|
||||
$strQueryFrameDebug = 'Debugging informatie';
|
||||
$strQueryFrameDebugBox = 'Actieve variabelen voor het formaat van de query:\nDB: %s\nTabel: %s\nServer: % s\n\nHuidige variabelen voor het formaat van de query:\nDB: %s\nTabel: %s\nServer: %s\n\nOpener locatie: %s\nFrameset locatie: %s.';
|
||||
$strQueryOnDb = 'SQL-query op database <b>%s</b>:';
|
||||
$strQuerySQLHistory = 'SQL-geschiedenis';
|
||||
$strQueryStatistics = '<b>Query statistieken</b>: Sinds het opstarten zijn er, %s queries gestuurd naar de server.';
|
||||
$strQueryTime = 'Query duurde %01.4f sec';
|
||||
$strQueryType = 'Query type';
|
||||
$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm';
|
||||
|
||||
$strReType = 'Type opnieuw';
|
||||
$strReceived = 'Ontvangen';
|
||||
@@ -410,6 +500,7 @@ $strReferentialIntegrity = 'Controleer referenti
|
||||
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinked zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
|
||||
$strRelationView = 'Relatie overzicht';
|
||||
$strRelationalSchema = 'Relationeel schema';
|
||||
$strRelations = 'Relaties';
|
||||
$strReloadFailed = 'Opnieuw laden van MySQL mislukt.';
|
||||
$strReloadMySQL = 'MySQL opnieuw laden.';
|
||||
$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen';
|
||||
@@ -419,6 +510,7 @@ $strRenameTable = 'Tabel hernoemen naar';
|
||||
$strRenameTableOK = 'Tabel %s is hernoemt naar %s';
|
||||
$strRepairTable = 'Repareer tabel';
|
||||
$strReplace = 'Vervangen';
|
||||
$strReplaceNULLBy = 'Vervang NULL door';
|
||||
$strReplaceTable = 'Vervang tabelgegevens met het bestand';
|
||||
$strReset = 'Opnieuw';
|
||||
$strResourceLimits = 'Resource limitaties';
|
||||
@@ -433,6 +525,7 @@ $strRowLength = 'Lengte van de rij';
|
||||
$strRowSize = ' Grootte van de rij';
|
||||
$strRows = 'Rijen';
|
||||
$strRowsFrom = 'rijen beginnend bij';
|
||||
$strRowsModeFlippedHorizontal = 'horizontaal (rotated headers)';
|
||||
$strRowsModeHorizontal = 'horizontaal';
|
||||
$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
|
||||
$strRowsModeVertical = 'verticaal';
|
||||
@@ -440,8 +533,10 @@ $strRowsStatistic = 'Rij statistiek';
|
||||
$strRunQuery = 'Query uitvoeren';
|
||||
$strRunSQLQuery = 'Draai SQL query/queries op database %s';
|
||||
$strRunning = 'wordt uitgevoerd op %s';
|
||||
$strRussian = 'Russisch';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
$strSQLOptions = 'SQL opties';
|
||||
$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL parser. Let er goed op, dat de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in bineary mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:';
|
||||
$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.';
|
||||
$strSQLQuery = 'SQL-query';
|
||||
@@ -450,6 +545,7 @@ $strSQPBugInvalidIdentifer = 'Ongeldige Identifer';
|
||||
$strSQPBugUnclosedQuote = 'Quote niet afgesloten';
|
||||
$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
|
||||
$strSave = 'Opslaan';
|
||||
$strSaveOnServer = 'Bewaar op de server in %s directory';
|
||||
$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten';
|
||||
$strSearch = 'Zoeken';
|
||||
$strSearchFormTitle = 'Zoeken in de database';
|
||||
@@ -461,6 +557,7 @@ $strSearchOption3 = 'de exacte zin';
|
||||
$strSearchOption4 = 'als een reguliere expressie';
|
||||
$strSearchResultsFor = 'Zoek resultaten voor "<i>%s</i>" %s:';
|
||||
$strSearchType = 'Zoek:';
|
||||
$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).';
|
||||
$strSelect = 'Selecteren';
|
||||
$strSelectADb = 'Selecteer A.U.B. een database';
|
||||
$strSelectAll = 'Selecteer alles';
|
||||
@@ -485,17 +582,22 @@ $strShowAll = 'Toon alles';
|
||||
$strShowColor = 'Toon kleur';
|
||||
$strShowCols = 'Toon kolommen';
|
||||
$strShowDatadictAs = 'Data Dictionary Formaat';
|
||||
$strShowFullQueries = 'Toon volledige Queries';
|
||||
$strShowGrid = 'Toon grid';
|
||||
$strShowPHPInfo = 'Laat informatie over PHP zien';
|
||||
$strShowTableDimension = 'Geef de dimensies van de tabellen weer';
|
||||
$strShowTables = 'Toon tabellen';
|
||||
$strShowThisQuery = ' Laat deze query hier zien ';
|
||||
$strShowingRecords = 'Toon Records';
|
||||
$strSimplifiedChinese = 'Vereenvoudigd Chinese';
|
||||
$strSingly = '(apart)';
|
||||
$strSize = 'Grootte';
|
||||
$strSort = 'Sorteren';
|
||||
$strSpaceUsage = 'Ruimte gebruik';
|
||||
$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").';
|
||||
$strStatCheckTime = 'Laatst gecontroleerd';
|
||||
$strStatCreateTime = 'Gecre<72>erd';
|
||||
$strStatUpdateTime = 'Laatst bijgewerkt';
|
||||
$strStatement = 'Opdrachten';
|
||||
$strStatus = 'Status';
|
||||
$strStrucCSV = 'CSV gegevens';
|
||||
@@ -508,6 +610,8 @@ $strStructure = 'Structuur';
|
||||
$strSubmit = 'Verzenden';
|
||||
$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
|
||||
$strSum = 'Som';
|
||||
$strSwedish = 'Zweeds';
|
||||
$strSwitchToTable = 'Wissel naar de gekopieerde tabel';
|
||||
|
||||
$strTable = 'Tabel';
|
||||
$strTableComments = 'Tabel opmerkingen';
|
||||
@@ -517,11 +621,13 @@ $strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt';
|
||||
$strTableHasBeenFlushed = 'Tabel %s is geschoond';
|
||||
$strTableMaintenance = 'Tabel onderhoud';
|
||||
$strTableOfContents = 'Inhoudsopgave';
|
||||
$strTableOptions = 'Tabel opties';
|
||||
$strTableStructure = 'Tabel structuur voor tabel';
|
||||
$strTableType = 'Tabel type';
|
||||
$strTables = '%s tabel(len)';
|
||||
$strTblPrivileges = 'Tabel-specifieke privileges';
|
||||
$strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
|
||||
$strThai = 'Thais';
|
||||
$strTheContent = 'De inhoud van uw bestand is ingevoegd.';
|
||||
$strTheContents = 'De inhoud van het bestand vervangt de inhoud van de geselecteerde tabel voor rijen met een identieke primaire of unieke sleutel.';
|
||||
$strTheTerminator = 'De afsluiter van de velden.';
|
||||
@@ -529,22 +635,43 @@ $strThisHost = 'Deze Host';
|
||||
$strThisNotDirectory = 'Dit was geen directory';
|
||||
$strThreadSuccessfullyKilled = 'Thread %s is met success afgesloten.';
|
||||
$strTime = 'Tijd';
|
||||
$strToggleScratchboard = 'toggle scratchboard';
|
||||
$strTotal = 'totaal';
|
||||
$strTotalUC = 'Totaal';
|
||||
$strTraditionalChinese = 'Traditioneel Chinees';
|
||||
$strTraffic = 'Verkeer';
|
||||
$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)';
|
||||
$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).';
|
||||
$strTransformation_image_png__inline = 'Zie image/jpeg: inline';
|
||||
$strTransformation_text_plain__dateformat = 'Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datumformaat. Eerst optie is de offset (in uren) welke zal worden toegevoegd aan de timestamp (Default: 0). De tweede opties is een ander datumformaat volgens de parameters beschikbaar volgens PHPs strftime().';
|
||||
$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAQP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)';
|
||||
$strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.';
|
||||
$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.';
|
||||
$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.';
|
||||
$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .';
|
||||
$strTransformation_text_plain__unformatted = 'Toont HTML code als HTML entities. Er wordt geen HTML formatting getoond.';
|
||||
$strTruncateQueries = 'Truncate getoonde Queries';
|
||||
$strTurkish = 'Turks';
|
||||
$strType = 'Type';
|
||||
|
||||
$strUkrainian = 'Ukrainian';
|
||||
$strUncheckAll = 'Deselecteer alles';
|
||||
$strUnicode = 'Unicode';
|
||||
$strUnique = 'Unieke waarde';
|
||||
$strUnknown = 'onbekend';
|
||||
$strUnselectAll = 'Deselecteer alles';
|
||||
$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
|
||||
$strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.';
|
||||
$strUpdateProfile = 'Pas profiel aan:';
|
||||
$strUpdateProfileMessage = 'Het profiel is aangepast.';
|
||||
$strUpdateQuery = 'Wijzig Query';
|
||||
$strUpgradeMySQL = 'U moet opwaarderen naar MySQL %s of hoger.';
|
||||
$strUsage = 'Gebruik';
|
||||
$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen';
|
||||
$strUseHostTable = 'Gebruik Host Tabel';
|
||||
$strUseTables = 'Gebruik tabellen';
|
||||
$strUseTextField = 'Gebruik tekstveld';
|
||||
$strUseThisValue = 'Gebruik deze waarde';
|
||||
$strUser = 'Gebruiker';
|
||||
$strUserAlreadyExists = 'De gebruiker %s bestaat al!';
|
||||
$strUserEmpty = 'De gebruikersnaam is leeg!';
|
||||
@@ -561,165 +688,34 @@ $strValue = 'Waarde';
|
||||
$strVar = 'Variabelen';
|
||||
$strViewDump = 'Bekijk een dump (schema) van tabel';
|
||||
$strViewDumpDB = 'Bekijk een dump (schema) van database';
|
||||
$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
|
||||
|
||||
$strWebServerUploadDirectory = 'web-server upload directory';
|
||||
$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
|
||||
$strWelcome = 'Welkom op %s';
|
||||
$strWestEuropean = 'West Europees';
|
||||
$strWildcard = 'joker teken';
|
||||
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
|
||||
$strWithChecked = 'Met geselecteerd:';
|
||||
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
|
||||
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
|
||||
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
|
||||
|
||||
$strXML = 'XML';
|
||||
|
||||
$strYes = 'Ja';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.';
|
||||
$strZip = '"Gezipt"';
|
||||
// To translate
|
||||
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
|
||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||
|
||||
$strCSVOptions = 'CSV options';//to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
|
||||
$strDBComment = 'Database comment: ';//to translate
|
||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||
$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
|
||||
$strFileNameTemplate = 'File name template';//to translate
|
||||
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
|
||||
$strMIME_MIMEtype = 'MIME-type';//to translate
|
||||
$strMIME_available_mime = 'Available MIME-types';//to translate
|
||||
$strMIME_available_transform = 'Available transformations';//to translate
|
||||
$strMIME_description = 'Description';//to translate
|
||||
$strMIME_file = 'Filename';//to translate
|
||||
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
|
||||
$strMIME_transformation = 'Browser transformation';//to translate
|
||||
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
|
||||
$strMIME_transformation_options = 'Transformation options';//to translate
|
||||
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
|
||||
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
|
||||
|
||||
$strNoOptions = 'This format has no options';//to translate
|
||||
|
||||
$strPerMinute = 'per minute';//to translate
|
||||
$strPerSecond = 'per second';//to translate
|
||||
|
||||
$strQueryFrame = 'Query window';//to translate
|
||||
$strQueryFrameDebug = 'Debugging information';//to translate
|
||||
$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
|
||||
$strQuerySQLHistory = 'SQL-history';//to translate
|
||||
$strQueryTime = 'Query took %01.4f sec';//to translate
|
||||
|
||||
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
|
||||
|
||||
$strSQLOptions = 'SQL options';//to translate
|
||||
$strStatCheckTime = 'Last check';//to translate
|
||||
$strStatCreateTime = 'Creation';//to translate
|
||||
$strStatUpdateTime = 'Last update';//to translate
|
||||
|
||||
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
|
||||
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
|
||||
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
|
||||
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
|
||||
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||
|
||||
$strXML = 'XML';//to translate
|
||||
|
||||
$strAutodetect = 'Autodetect'; //to translate
|
||||
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
|
||||
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
|
||||
$strUseHostTable = 'Use Host Table'; //to translate
|
||||
$strShowFullQueries = 'Show Full Queries'; //to translate
|
||||
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
|
||||
$strSwitchToTable = 'Switch to copied table'; //to translate
|
||||
$strCharset = 'Charset'; //to translate
|
||||
$strLaTeXOptions = 'LaTeX options'; //to translate
|
||||
$strRelations = 'Relations'; //to translate
|
||||
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
|
||||
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
|
||||
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strInsertedRowId = 'Inserted row id:'; //to translate
|
||||
$strLoadMethod = 'LOAD method'; //to translate
|
||||
$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
|
||||
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
|
||||
$strExcelOptions = 'Excel options'; //to translate
|
||||
$strReplaceNULLBy = 'Replace NULL by'; //to translate
|
||||
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
|
||||
$strPaperSize = 'Paper size'; //to translate
|
||||
$strDatabaseNoTable = 'This database contains no table!';//to translate
|
||||
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
|
||||
$strAddIntoComments = 'Add into comments';//to translate
|
||||
$strDatabaseExportOptions = 'Database export options';//to translate
|
||||
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
|
||||
$strToggleScratchboard = 'toggle scratchboard'; //to translate
|
||||
$strTableOptions = 'Table options'; //to translate
|
||||
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
|
||||
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
|
||||
$strCharsets = 'Charsets'; //to translate
|
||||
$strDescription = 'Description'; //to translate
|
||||
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
|
||||
$strCollation = 'Collation'; //to translate
|
||||
$strMultilingual = 'multilingual'; //to translate
|
||||
$strGerman = 'German'; //to translate
|
||||
$strPhoneBook = 'phone book'; //to translate
|
||||
$strDictionary = 'dictionary'; //to translate
|
||||
$strSwedish = 'Swedish'; //to translate
|
||||
$strDanish = 'Danish'; //to translate
|
||||
$strCzech = 'Czech'; //to translate
|
||||
$strTurkish = 'Turkish'; //to translate
|
||||
$strEnglish = 'English'; //to translate
|
||||
$strHungarian = 'Hungarian'; //to translate
|
||||
$strCroatian = 'Croatian'; //to translate
|
||||
$strBulgarian = 'Bulgarian'; //to translate
|
||||
$strLithuanian = 'Lithuanian'; //to translate
|
||||
$strEstonian = 'Estonian'; //to translate
|
||||
$strCaseInsensitive = 'case-insensitive'; //to translate
|
||||
$strCaseSensitive = 'case-sensitive'; //to translate
|
||||
$strUkrainian = 'Ukrainian'; //to translate
|
||||
$strHebrew = 'Hebrew'; //to translate
|
||||
$strWestEuropean = 'West European'; //to translate
|
||||
$strCentralEuropean = 'Central European'; //to translate
|
||||
$strTraditionalChinese = 'Traditional Chinese'; //to translate
|
||||
$strCyrillic = 'Cyrillic'; //to translate
|
||||
$strArmenian = 'Armenian'; //to translate
|
||||
$strArabic = 'Arabic'; //to translate
|
||||
$strRussian = 'Russian'; //to translate
|
||||
$strUnknown = 'unknown'; //to translate
|
||||
$strBaltic = 'Baltic'; //to translate
|
||||
$strUnicode = 'Unicode'; //to translate
|
||||
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
|
||||
$strKorean = 'Korean'; //to translate
|
||||
$strGreek = 'Greek'; //to translate
|
||||
$strJapanese = 'Japanese'; //to translate
|
||||
$strThai = 'Thai'; //to translate
|
||||
$strUseThisValue = 'Use this value'; //to translate
|
||||
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
|
||||
$strBrowseForeignValues = 'Browse foreign values'; //to translate
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -26,9 +26,13 @@ $strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
|
||||
$strAbortedClients = 'Afgehaakte';
|
||||
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
|
||||
$strAccessDenied = 'Toegang geweigerd ';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
|
||||
$strAction = 'Actie';
|
||||
$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
|
||||
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
|
||||
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
|
||||
$strAddDropDatabase = 'Voeg DROP DATABASE toe';
|
||||
$strAddIntoComments = 'Voeg toe in commentaar';
|
||||
$strAddNewField = 'Nieuw veld toevoegen';
|
||||
$strAddPriv = 'Voeg nieuwe rechten toe';
|
||||
$strAddPrivMessage = 'U heeft nieuwe rechten toegevoegd.';
|
||||
@@ -57,12 +61,17 @@ $strAnyDatabase = 'Een willekeurige database';
|
||||
$strAnyHost = 'Een willekeurige host';
|
||||
$strAnyTable = 'Een willekeurige tabel';
|
||||
$strAnyUser = 'Een willekeurige gebruiker';
|
||||
$strArabic = 'Arabisch';
|
||||
$strArmenian = 'Armenian';
|
||||
$strAscending = 'Oplopend';
|
||||
$strAtBeginningOfTable = 'Aan het begin van de tabel';
|
||||
$strAtEndOfTable = 'Aan het eind van de tabel';
|
||||
$strAttr = 'Attributen';
|
||||
$strAutodetect = 'Auto detectie';
|
||||
$strAutomaticLayout = 'Automatische lay-out';
|
||||
|
||||
$strBack = 'Terug';
|
||||
$strBaltic = 'Baltisch';
|
||||
$strBeginCut = 'Begin KNIP';
|
||||
$strBeginRaw = 'Begin RAW';
|
||||
$strBinary = ' Binair ';
|
||||
@@ -73,9 +82,12 @@ $strBookmarkQuery = 'Opgeslagen SQL-query';
|
||||
$strBookmarkThis = 'Sla deze SQL-query op';
|
||||
$strBookmarkView = 'Alleen bekijken';
|
||||
$strBrowse = 'Verkennen';
|
||||
$strBrowseForeignValues = 'Bekijk vreemde waardes';
|
||||
$strBulgarian = 'Bulgaars';
|
||||
$strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling <code>$cfg[\'BZipDump\']</code> in uw phpMyAdmin configuratie bestand op <code>FALSE</code> te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.';
|
||||
$strBzip = '"ge-bzipt"';
|
||||
|
||||
$strCSVOptions = 'CSV opties';
|
||||
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
|
||||
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
|
||||
$strCantLoadMySQL = 'kan de MySQL extensie niet laden,<br />controleer de PHP configuratie.';
|
||||
@@ -84,6 +96,9 @@ $strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
|
||||
$strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.';
|
||||
$strCardinality = 'Kardinaliteit';
|
||||
$strCarriage = 'Harde return: \\r';
|
||||
$strCaseInsensitive = 'hoofdletter ongevoelig';
|
||||
$strCaseSensitive = 'hoofdletter gevoelig';
|
||||
$strCentralEuropean = 'Centraal Europees';
|
||||
$strChange = 'Veranderen';
|
||||
$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
|
||||
$strChangeCopyModeCopy = '... behoud de oude.';
|
||||
@@ -93,7 +108,10 @@ $strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en
|
||||
$strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker';
|
||||
$strChangeDisplay = 'Kies weer te geven veld';
|
||||
$strChangePassword = 'Wijzig paswoord';
|
||||
$strCharset = 'Karakterset';e
|
||||
$strCharsetOfFile = 'Karakter set van het bestand:';
|
||||
$strCharsets = 'Karaktersets';
|
||||
$strCharsetsAndCollations = 'Karakter Sets en Collations';
|
||||
$strCheckAll = 'Selecteer alles';
|
||||
$strCheckDbPriv = 'Controleer database rechten';
|
||||
$strCheckPrivs = 'Controleer privileges';
|
||||
@@ -101,6 +119,7 @@ $strCheckPrivsLong = 'Controleer privileges voor database "%s".';
|
||||
$strCheckTable = 'Controleer tabel';
|
||||
$strChoosePage = 'Kies een pagina om aan te passen';
|
||||
$strColComFeat = 'Toon kolom commentaar';
|
||||
$strCollation = 'Collation';
|
||||
$strColumn = 'Kolom';
|
||||
$strColumnNames = 'Kolom namen';
|
||||
$strColumnPrivileges = 'Kolom-specifieke privileges';
|
||||
@@ -115,6 +134,7 @@ $strConnections = 'Connecties';
|
||||
$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
|
||||
$strCopyTable = 'Kopieer tabel naar (database<b>.</b>tabel):';
|
||||
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
|
||||
$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!';
|
||||
$strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.';
|
||||
$strCreate = 'Aanmaken';
|
||||
$strCreateIndex = 'Creëer een index op kolommen %s ';
|
||||
@@ -124,7 +144,11 @@ $strCreateNewTable = 'Nieuwe tabel aanmaken in database %s';
|
||||
$strCreatePage = 'Creëer een nieuwe pagina';
|
||||
$strCreatePdfFeat = 'Aanmaken van PDF bestanden';
|
||||
$strCriteria = 'Criteria';
|
||||
$strCroatian = 'Croaties';
|
||||
$strCyrillic = 'Cyrillic';
|
||||
$strCzech = 'Tsjechisch';
|
||||
|
||||
$strDBComment = 'Database commentaar: ';
|
||||
$strDBGContext = 'Context';
|
||||
$strDBGContextID = 'Context ID';
|
||||
$strDBGHits = 'Hits';
|
||||
@@ -134,11 +158,14 @@ $strDBGMinTimeMs = 'Min tijd, ms';
|
||||
$strDBGModule = 'Module';
|
||||
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
|
||||
$strDBGTotalTimeMs = 'Totaal tijd, ms';
|
||||
$strDanish = 'Deens';
|
||||
$strData = 'Data';
|
||||
$strDataDict = 'Data Woordenboek';
|
||||
$strDataOnly = 'Alleen data';
|
||||
$strDatabase = 'Database ';
|
||||
$strDatabaseExportOptions = 'Database export opties';
|
||||
$strDatabaseHasBeenDropped = 'Database %s is vervallen.';
|
||||
$strDatabaseNoTable = 'Deze database bevat geen tabel!';
|
||||
$strDatabaseWildcard = 'Database (wildcards toegestaan):';
|
||||
$strDatabases = 'databases';
|
||||
$strDatabasesDropped = '%s databases zijn succesvol verwijderd.';
|
||||
@@ -150,6 +177,7 @@ $strDbPrivileges = 'Database-specifieke privileges';
|
||||
$strDbSpecific = 'database-specifiek';
|
||||
$strDefault = 'Standaardwaarde';
|
||||
$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
|
||||
$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
|
||||
$strDelete = 'Verwijderen';
|
||||
$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
|
||||
$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
|
||||
@@ -159,6 +187,8 @@ $strDeleted = 'De rij is verwijderd';
|
||||
$strDeletedRows = 'Verwijder rijen:';
|
||||
$strDeleting = 'Verwijderen van %s';
|
||||
$strDescending = 'Aflopend';
|
||||
$strDescription = 'Beschrijving';
|
||||
$strDictionary = 'Woordenboek';
|
||||
$strDisabled = 'Uitgeschakeld';
|
||||
$strDisplay = 'Laat zien';
|
||||
$strDisplayFeat = 'Toon Opties';
|
||||
@@ -172,6 +202,8 @@ $strDropDB = 'Verwijder database %s';
|
||||
$strDropSelectedDatabases = 'Geselecteerde databases verwijderen';
|
||||
$strDropTable = 'Verwijder tabel';
|
||||
$strDropUsersDb = 'Verwijder de databasen die dezelfde naam hebben als de gebruikers.';
|
||||
$strDumpComments = 'Voeg column comments in als inline SQL-comments';
|
||||
$strDumpSaved = 'Dump is bewaard als %s.';
|
||||
$strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.';
|
||||
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
|
||||
$strDynamic = 'dynamisch';
|
||||
@@ -186,8 +218,12 @@ $strEnabled = 'Ingeschakeld';
|
||||
$strEnd = 'Einde';
|
||||
$strEndCut = 'Einde KNIP';
|
||||
$strEndRaw = 'Einde RAW';
|
||||
$strEnglish = 'Engels';
|
||||
$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels ';
|
||||
$strError = 'Fout';
|
||||
$strEstonian = 'Estonian';
|
||||
$strExcelOptions = 'Excel opties';
|
||||
$strExecuteBookmarked = 'Voor de gebookmarkte query uit';
|
||||
$strExplain = 'Verklaar SQL';
|
||||
$strExport = 'Exporteer';
|
||||
$strExportToXML = 'Exporteer naar XML formaat';
|
||||
@@ -202,7 +238,11 @@ $strFieldsEmpty = ' Het velden aantal is leeg! ';
|
||||
$strFieldsEnclosedBy = 'Velden ingesloten door';
|
||||
$strFieldsEscapedBy = 'Velden ontsnapt door';
|
||||
$strFieldsTerminatedBy = 'Velden beëindigd door';
|
||||
$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.';
|
||||
$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
|
||||
$strFileNameTemplate = 'File naam template';
|
||||
$strFileNameTemplateHelp = 'Gebruik __DB__ voor de database naam, __TABLE__ voor tabel naam en %sany strftime%s opties voor tijd specificaties, extensies zullen automatisch worden bijgevoegd. Elke andere tekst zal worden bewaard.';
|
||||
$strFileNameTemplateRemember = 'Onthoud template';
|
||||
$strFixed = 'vast';
|
||||
$strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege table vernieuwen%s voordat men verder gaat.';
|
||||
$strFlushTable = 'Schoon de tabel ("FLUSH")';
|
||||
@@ -214,22 +254,26 @@ $strFunction = 'Functie';
|
||||
$strGenBy = 'Gegenereerd door';
|
||||
$strGenTime = 'Generatie Tijd';
|
||||
$strGeneralRelationFeat = 'Basis relatie opties';
|
||||
$strGerman = 'Duits';
|
||||
$strGlobal = 'globaal';
|
||||
$strGlobalPrivileges = 'Globale privileges';
|
||||
$strGlobalValue = 'Globale waarde';
|
||||
$strGo = 'Start';
|
||||
$strGrantOption = 'Toekennen';
|
||||
$strGrants = 'Toekennen';
|
||||
$strGreek = 'Grieks';
|
||||
$strGzip = '"ge-gzipt"';
|
||||
|
||||
$strHasBeenAltered = 'is veranderd.';
|
||||
$strHasBeenCreated = 'is aangemaakt.';
|
||||
$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
|
||||
$strHebrew = 'Hebreeuws';
|
||||
$strHome = 'Home';
|
||||
$strHomepageOfficial = 'Officiële phpMyAdmin Website';
|
||||
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Pagina';
|
||||
$strHost = 'Host';
|
||||
$strHostEmpty = 'De hostnaam is leeg!';
|
||||
$strHungarian = 'Hongaars';
|
||||
|
||||
$strId = 'ID';
|
||||
$strIdxFulltext = 'Volledige tekst';
|
||||
@@ -245,15 +289,20 @@ $strIndexHasBeenDropped = 'Index %s is vervallen';
|
||||
$strIndexName = 'Index naam :';
|
||||
$strIndexType = 'Index type :';
|
||||
$strIndexes = 'Indices';
|
||||
$strInnodbStat = 'InnoDB Status';
|
||||
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.';
|
||||
$strInsert = 'Invoegen';
|
||||
$strInsertAsNewRow = 'Voeg toe als nieuwe rij';
|
||||
$strInsertNewRow = 'Nieuwe rij invoegen';
|
||||
$strInsertTextfiles = 'Invoegen tekstbestanden in tabel';
|
||||
$strInsertedRowId = 'Ingevoegde rij id:';
|
||||
$strInsertedRows = 'Ingevoegde rijen:';
|
||||
$strInstructions = 'Instructies';
|
||||
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
|
||||
$strInternalRelations = 'Interne relaties';
|
||||
$strInvalidName = '"%s" is een gereserveerd woord, u kunt het niet gebruiken voor een database/tabel/veld naam.';
|
||||
|
||||
$strJapanese = 'Japans';
|
||||
$strJumpToDB = 'Ga naar database "%s".';
|
||||
$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
|
||||
$strJustDeleteDescr = 'De "verwijderde" gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.';
|
||||
@@ -261,9 +310,18 @@ $strJustDeleteDescr = 'De "verwijderde" gebruikers zullen de server ku
|
||||
$strKeepPass = 'Wijzig het wachtwoord niet';
|
||||
$strKeyname = 'Sleutelnaam';
|
||||
$strKill = 'stop proces';
|
||||
$strKorean = 'Koreaans';
|
||||
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'LaTeX opties';
|
||||
$strLandscape = 'Landschap';
|
||||
$strLatexCaption = 'Tabel caption';
|
||||
$strLatexContent = 'Content van tabel __TABLE__';
|
||||
$strLatexContinued = '(vervolgd)';
|
||||
$strLatexContinuedCaption = 'Vervolgde tabel caption';
|
||||
$strLatexIncludeCaption = 'Voeg tabel caption toe';
|
||||
$strLatexLabel = 'Label sleutel';
|
||||
$strLatexStructure = 'Structuur van de tabel __TABLE__';
|
||||
$strLength = 'Lengte';
|
||||
$strLengthSet = 'Lengte/Waardes*';
|
||||
$strLimitNumRows = 'records per pagina';
|
||||
@@ -272,6 +330,9 @@ $strLines = 'Regels';
|
||||
$strLinesTerminatedBy = 'Regels beëindigd door';
|
||||
$strLinkNotFound = 'Link niet gevonden';
|
||||
$strLinksTo = 'Gelinked naar';
|
||||
$strLithuanian = 'Lithuanian';
|
||||
$strLoadExplanation = 'De beste methode is aan gevinkt standaard maar u kunt dit veranderen mocht het niet lukken.';
|
||||
$strLoadMethod = 'LOAD methode';
|
||||
$strLocalhost = 'Local';
|
||||
$strLocationTextfile = 'Locatie van het tekstbestand';
|
||||
$strLogPassword = 'Wachtwoord:';
|
||||
@@ -280,6 +341,17 @@ $strLogin = 'Inloggen';
|
||||
$strLoginInformation = 'Login Informatie';
|
||||
$strLogout = 'Uitloggen';
|
||||
|
||||
$strMIME_MIMEtype = 'MIME-type';
|
||||
$strMIME_available_mime = 'Beschikbare MIME-types';
|
||||
$strMIME_available_transform = 'Beschikbare transformaties';
|
||||
$strMIME_description = 'Beschrijving';
|
||||
$strMIME_file = 'Filenaam';
|
||||
$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.<br />Raadpleeg de maker over wat %s doet.';
|
||||
$strMIME_transformation = 'Browser transformaties';
|
||||
$strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s';
|
||||
$strMIME_transformation_options = 'Transformatie opties';
|
||||
$strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\',\'b\',\'c\'...<br />Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
|
||||
$strMIME_without = 'MIME-types die in italics staan (Schuin) hebben geen aparte transformatie functies';
|
||||
$strMissingBracket = 'Er ontbreekt een bracket';
|
||||
$strModifications = 'Wijzigingen opgeslagen.';
|
||||
$strModify = 'Aanpassen';
|
||||
@@ -287,6 +359,9 @@ $strModifyIndexTopic = 'Wijzig een index';
|
||||
$strMoreStatusVars = 'Meer status variabelen';
|
||||
$strMoveTable = 'Verplaats tabel naar (database<b>.</b>tabel):';
|
||||
$strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
|
||||
$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
|
||||
$strMultilingual = 'multilingual';
|
||||
$strMustSelectFile = 'U moet een bestand selecteren welke u wilt invoegen.';
|
||||
$strMySQLCharset = 'MySQL Karakterset';
|
||||
$strMySQLReloaded = 'MySQL opnieuw geladen.';
|
||||
$strMySQLSaid = 'MySQL retourneerde: ';
|
||||
@@ -307,11 +382,14 @@ $strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die <b
|
||||
$strNoIndex = 'Geen index gedefinieerd!';
|
||||
$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!';
|
||||
$strNoModification = 'Geen verandering';
|
||||
$strNoOptions = 'Dit format heeft geen opties';
|
||||
$strNoPassword = 'Geen wachtwoord';
|
||||
$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
|
||||
$strNoPhp = 'zonder PHP Code';
|
||||
$strNoPrivileges = 'Geen rechten';
|
||||
$strNoQuery = 'Geen SQL query!';
|
||||
$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
|
||||
$strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.';
|
||||
$strNoTablesFound = 'Geen tabellen gevonden in de database.';
|
||||
$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
|
||||
$strNoUsersSelected = 'Geen gebruikers geselecteerd';
|
||||
@@ -335,10 +413,12 @@ $strOptionally = 'OPTIONEEL';
|
||||
$strOptions = 'Opties';
|
||||
$strOr = 'Of';
|
||||
$strOverhead = 'Overhead';
|
||||
$strOverwriteExisting = 'Overschrijf bestaande bestand (en)';
|
||||
|
||||
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
|
||||
$strPHPVersion = 'PHP Versie';
|
||||
$strPageNumber = 'Pagina nummer:';
|
||||
$strPaperSize = 'Papier grootte';
|
||||
$strPartialText = 'Gedeeltelijke teksten';
|
||||
$strPassword = 'Wachtwoord';
|
||||
$strPasswordChanged = 'Het wachtwoord voor %s is met success veranderd.';
|
||||
@@ -349,6 +429,9 @@ $strPdfInvalidPageNum = 'Ongedefinieerd PDF pagina nummer!';
|
||||
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
|
||||
$strPdfNoTables = 'Geen Tabellen';
|
||||
$strPerHour = 'per uur';
|
||||
$strPerMinute = 'per minuut';
|
||||
$strPerSecond = 'per seconde';
|
||||
$strPhoneBook = 'Telefoonboek';
|
||||
$strPhp = 'Creëer PHP Code';
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentatie';
|
||||
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
|
||||
@@ -362,6 +445,7 @@ $strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
|
||||
$strPrint = 'Afdrukken';
|
||||
$strPrintView = 'Printopmaak';
|
||||
$strPrintViewFull = 'Print overzicht (met volledige teksten)';
|
||||
$strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.';
|
||||
$strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.';
|
||||
$strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.';
|
||||
@@ -400,9 +484,15 @@ $strPutColNames = 'Plaats veldnamen in de eerste rij';
|
||||
$strQBE = 'Query opbouwen';
|
||||
$strQBEDel = 'Verwijder';
|
||||
$strQBEIns = 'Toevoegen';
|
||||
$strQueryFrame = 'Query window';
|
||||
$strQueryFrameDebug = 'Debugging informatie';
|
||||
$strQueryFrameDebugBox = 'Actieve variabelen voor het formaat van de query:\nDB: %s\nTabel: %s\nServer: % s\n\nHuidige variabelen voor het formaat van de query:\nDB: %s\nTabel: %s\nServer: %s\n\nOpener locatie: %s\nFrameset locatie: %s.';
|
||||
$strQueryOnDb = 'SQL-query op database <b>%s</b>:';
|
||||
$strQuerySQLHistory = 'SQL-geschiedenis';
|
||||
$strQueryStatistics = '<b>Query statistieken</b>: Sinds het opstarten zijn er, %s queries gestuurd naar de server.';
|
||||
$strQueryTime = 'Query duurde %01.4f sec';
|
||||
$strQueryType = 'Query type';
|
||||
$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm';
|
||||
|
||||
$strReType = 'Type opnieuw';
|
||||
$strReceived = 'Ontvangen';
|
||||
@@ -411,6 +501,7 @@ $strReferentialIntegrity = 'Controleer referentiële integriteit';
|
||||
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinked zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
|
||||
$strRelationView = 'Relatie overzicht';
|
||||
$strRelationalSchema = 'Relationeel schema';
|
||||
$strRelations = 'Relaties';
|
||||
$strReloadFailed = 'Opnieuw laden van MySQL mislukt.';
|
||||
$strReloadMySQL = 'MySQL opnieuw laden.';
|
||||
$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen';
|
||||
@@ -420,6 +511,7 @@ $strRenameTable = 'Tabel hernoemen naar';
|
||||
$strRenameTableOK = 'Tabel %s is hernoemt naar %s';
|
||||
$strRepairTable = 'Repareer tabel';
|
||||
$strReplace = 'Vervangen';
|
||||
$strReplaceNULLBy = 'Vervang NULL door';
|
||||
$strReplaceTable = 'Vervang tabelgegevens met het bestand';
|
||||
$strReset = 'Opnieuw';
|
||||
$strResourceLimits = 'Resource limitaties';
|
||||
@@ -434,6 +526,7 @@ $strRowLength = 'Lengte van de rij';
|
||||
$strRowSize = ' Grootte van de rij';
|
||||
$strRows = 'Rijen';
|
||||
$strRowsFrom = 'rijen beginnend bij';
|
||||
$strRowsModeFlippedHorizontal = 'horizontaal (rotated headers)';
|
||||
$strRowsModeHorizontal = 'horizontaal';
|
||||
$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
|
||||
$strRowsModeVertical = 'verticaal';
|
||||
@@ -441,8 +534,10 @@ $strRowsStatistic = 'Rij statistiek';
|
||||
$strRunQuery = 'Query uitvoeren';
|
||||
$strRunSQLQuery = 'Draai SQL query/queries op database %s';
|
||||
$strRunning = 'wordt uitgevoerd op %s';
|
||||
$strRussian = 'Russisch';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
$strSQLOptions = 'SQL opties';
|
||||
$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL parser. Let er goed op, dat de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in bineary mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:';
|
||||
$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.';
|
||||
$strSQLQuery = 'SQL-query';
|
||||
@@ -451,6 +546,7 @@ $strSQPBugInvalidIdentifer = 'Ongeldige Identifer';
|
||||
$strSQPBugUnclosedQuote = 'Quote niet afgesloten';
|
||||
$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
|
||||
$strSave = 'Opslaan';
|
||||
$strSaveOnServer = 'Bewaar op de server in %s directory';
|
||||
$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten';
|
||||
$strSearch = 'Zoeken';
|
||||
$strSearchFormTitle = 'Zoeken in de database';
|
||||
@@ -462,6 +558,7 @@ $strSearchOption3 = 'de exacte zin';
|
||||
$strSearchOption4 = 'als een reguliere expressie';
|
||||
$strSearchResultsFor = 'Zoek resultaten voor "<i>%s</i>" %s:';
|
||||
$strSearchType = 'Zoek:';
|
||||
$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).';
|
||||
$strSelect = 'Selecteren';
|
||||
$strSelectADb = 'Selecteer A.U.B. een database';
|
||||
$strSelectAll = 'Selecteer alles';
|
||||
@@ -486,17 +583,22 @@ $strShowAll = 'Toon alles';
|
||||
$strShowColor = 'Toon kleur';
|
||||
$strShowCols = 'Toon kolommen';
|
||||
$strShowDatadictAs = 'Data Dictionary Formaat';
|
||||
$strShowFullQueries = 'Toon volledige Queries';
|
||||
$strShowGrid = 'Toon grid';
|
||||
$strShowPHPInfo = 'Laat informatie over PHP zien';
|
||||
$strShowTableDimension = 'Geef de dimensies van de tabellen weer';
|
||||
$strShowTables = 'Toon tabellen';
|
||||
$strShowThisQuery = ' Laat deze query hier zien ';
|
||||
$strShowingRecords = 'Toon Records';
|
||||
$strSimplifiedChinese = 'Vereenvoudigd Chinese';
|
||||
$strSingly = '(apart)';
|
||||
$strSize = 'Grootte';
|
||||
$strSort = 'Sorteren';
|
||||
$strSpaceUsage = 'Ruimte gebruik';
|
||||
$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").';
|
||||
$strStatCheckTime = 'Laatst gecontroleerd';
|
||||
$strStatCreateTime = 'Gecreëerd';
|
||||
$strStatUpdateTime = 'Laatst bijgewerkt';
|
||||
$strStatement = 'Opdrachten';
|
||||
$strStatus = 'Status';
|
||||
$strStrucCSV = 'CSV gegevens';
|
||||
@@ -509,6 +611,8 @@ $strStructure = 'Structuur';
|
||||
$strSubmit = 'Verzenden';
|
||||
$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
|
||||
$strSum = 'Som';
|
||||
$strSwedish = 'Zweeds';
|
||||
$strSwitchToTable = 'Wissel naar de gekopieerde tabel';
|
||||
|
||||
$strTable = 'Tabel';
|
||||
$strTableComments = 'Tabel opmerkingen';
|
||||
@@ -518,11 +622,13 @@ $strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt';
|
||||
$strTableHasBeenFlushed = 'Tabel %s is geschoond';
|
||||
$strTableMaintenance = 'Tabel onderhoud';
|
||||
$strTableOfContents = 'Inhoudsopgave';
|
||||
$strTableOptions = 'Tabel opties';
|
||||
$strTableStructure = 'Tabel structuur voor tabel';
|
||||
$strTableType = 'Tabel type';
|
||||
$strTables = '%s tabel(len)';
|
||||
$strTblPrivileges = 'Tabel-specifieke privileges';
|
||||
$strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
|
||||
$strThai = 'Thais';
|
||||
$strTheContent = 'De inhoud van uw bestand is ingevoegd.';
|
||||
$strTheContents = 'De inhoud van het bestand vervangt de inhoud van de geselecteerde tabel voor rijen met een identieke primaire of unieke sleutel.';
|
||||
$strTheTerminator = 'De afsluiter van de velden.';
|
||||
@@ -530,22 +636,43 @@ $strThisHost = 'Deze Host';
|
||||
$strThisNotDirectory = 'Dit was geen directory';
|
||||
$strThreadSuccessfullyKilled = 'Thread %s is met success afgesloten.';
|
||||
$strTime = 'Tijd';
|
||||
$strToggleScratchboard = 'toggle scratchboard';
|
||||
$strTotal = 'totaal';
|
||||
$strTotalUC = 'Totaal';
|
||||
$strTraditionalChinese = 'Traditioneel Chinees';
|
||||
$strTraffic = 'Verkeer';
|
||||
$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)';
|
||||
$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).';
|
||||
$strTransformation_image_png__inline = 'Zie image/jpeg: inline';
|
||||
$strTransformation_text_plain__dateformat = 'Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datumformaat. Eerst optie is de offset (in uren) welke zal worden toegevoegd aan de timestamp (Default: 0). De tweede opties is een ander datumformaat volgens de parameters beschikbaar volgens PHPs strftime().';
|
||||
$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAQP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)';
|
||||
$strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.';
|
||||
$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.';
|
||||
$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.';
|
||||
$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .';
|
||||
$strTransformation_text_plain__unformatted = 'Toont HTML code als HTML entities. Er wordt geen HTML formatting getoond.';
|
||||
$strTruncateQueries = 'Truncate getoonde Queries';
|
||||
$strTurkish = 'Turks';
|
||||
$strType = 'Type';
|
||||
|
||||
$strUkrainian = 'Ukrainian';
|
||||
$strUncheckAll = 'Deselecteer alles';
|
||||
$strUnicode = 'Unicode';
|
||||
$strUnique = 'Unieke waarde';
|
||||
$strUnknown = 'onbekend';
|
||||
$strUnselectAll = 'Deselecteer alles';
|
||||
$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
|
||||
$strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.';
|
||||
$strUpdateProfile = 'Pas profiel aan:';
|
||||
$strUpdateProfileMessage = 'Het profiel is aangepast.';
|
||||
$strUpdateQuery = 'Wijzig Query';
|
||||
$strUpgradeMySQL = 'U moet opwaarderen naar MySQL %s of hoger.';
|
||||
$strUsage = 'Gebruik';
|
||||
$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen';
|
||||
$strUseHostTable = 'Gebruik Host Tabel';
|
||||
$strUseTables = 'Gebruik tabellen';
|
||||
$strUseTextField = 'Gebruik tekstveld';
|
||||
$strUseThisValue = 'Gebruik deze waarde';
|
||||
$strUser = 'Gebruiker';
|
||||
$strUserAlreadyExists = 'De gebruiker %s bestaat al!';
|
||||
$strUserEmpty = 'De gebruikersnaam is leeg!';
|
||||
@@ -562,165 +689,34 @@ $strValue = 'Waarde';
|
||||
$strVar = 'Variabelen';
|
||||
$strViewDump = 'Bekijk een dump (schema) van tabel';
|
||||
$strViewDumpDB = 'Bekijk een dump (schema) van database';
|
||||
$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
|
||||
|
||||
$strWebServerUploadDirectory = 'web-server upload directory';
|
||||
$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
|
||||
$strWelcome = 'Welkom op %s';
|
||||
$strWestEuropean = 'West Europees';
|
||||
$strWildcard = 'joker teken';
|
||||
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
|
||||
$strWithChecked = 'Met geselecteerd:';
|
||||
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
|
||||
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
|
||||
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
|
||||
|
||||
$strXML = 'XML';
|
||||
|
||||
$strYes = 'Ja';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.';
|
||||
$strZip = '"Gezipt"';
|
||||
// To translate
|
||||
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
|
||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||
|
||||
$strCSVOptions = 'CSV options';//to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
|
||||
$strDBComment = 'Database comment: ';//to translate
|
||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||
$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
|
||||
$strFileNameTemplate = 'File name template';//to translate
|
||||
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
|
||||
$strMIME_MIMEtype = 'MIME-type';//to translate
|
||||
$strMIME_available_mime = 'Available MIME-types';//to translate
|
||||
$strMIME_available_transform = 'Available transformations';//to translate
|
||||
$strMIME_description = 'Description';//to translate
|
||||
$strMIME_file = 'Filename';//to translate
|
||||
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
|
||||
$strMIME_transformation = 'Browser transformation';//to translate
|
||||
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
|
||||
$strMIME_transformation_options = 'Transformation options';//to translate
|
||||
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
|
||||
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
|
||||
|
||||
$strNoOptions = 'This format has no options';//to translate
|
||||
|
||||
$strPerMinute = 'per minute';//to translate
|
||||
$strPerSecond = 'per second';//to translate
|
||||
|
||||
$strQueryFrame = 'Query window';//to translate
|
||||
$strQueryFrameDebug = 'Debugging information';//to translate
|
||||
$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
|
||||
$strQuerySQLHistory = 'SQL-history';//to translate
|
||||
$strQueryTime = 'Query took %01.4f sec';//to translate
|
||||
|
||||
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
|
||||
|
||||
$strSQLOptions = 'SQL options';//to translate
|
||||
$strStatCheckTime = 'Last check';//to translate
|
||||
$strStatCreateTime = 'Creation';//to translate
|
||||
$strStatUpdateTime = 'Last update';//to translate
|
||||
|
||||
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
|
||||
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
|
||||
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
|
||||
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
|
||||
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
|
||||
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||
|
||||
$strXML = 'XML';//to translate
|
||||
|
||||
$strAutodetect = 'Autodetect'; //to translate
|
||||
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
|
||||
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
|
||||
$strUseHostTable = 'Use Host Table'; //to translate
|
||||
$strShowFullQueries = 'Show Full Queries'; //to translate
|
||||
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
|
||||
$strSwitchToTable = 'Switch to copied table'; //to translate
|
||||
$strCharset = 'Charset'; //to translate
|
||||
$strLaTeXOptions = 'LaTeX options'; //to translate
|
||||
$strRelations = 'Relations'; //to translate
|
||||
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
|
||||
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
|
||||
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strInsertedRowId = 'Inserted row id:'; //to translate
|
||||
$strLoadMethod = 'LOAD method'; //to translate
|
||||
$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
|
||||
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
|
||||
$strExcelOptions = 'Excel options'; //to translate
|
||||
$strReplaceNULLBy = 'Replace NULL by'; //to translate
|
||||
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
|
||||
$strPaperSize = 'Paper size'; //to translate
|
||||
$strDatabaseNoTable = 'This database contains no table!';//to translate
|
||||
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
|
||||
$strAddIntoComments = 'Add into comments';//to translate
|
||||
$strDatabaseExportOptions = 'Database export options';//to translate
|
||||
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
|
||||
$strToggleScratchboard = 'toggle scratchboard'; //to translate
|
||||
$strTableOptions = 'Table options'; //to translate
|
||||
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
|
||||
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
|
||||
$strCharsets = 'Charsets'; //to translate
|
||||
$strDescription = 'Description'; //to translate
|
||||
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
|
||||
$strCollation = 'Collation'; //to translate
|
||||
$strMultilingual = 'multilingual'; //to translate
|
||||
$strGerman = 'German'; //to translate
|
||||
$strPhoneBook = 'phone book'; //to translate
|
||||
$strDictionary = 'dictionary'; //to translate
|
||||
$strSwedish = 'Swedish'; //to translate
|
||||
$strDanish = 'Danish'; //to translate
|
||||
$strCzech = 'Czech'; //to translate
|
||||
$strTurkish = 'Turkish'; //to translate
|
||||
$strEnglish = 'English'; //to translate
|
||||
$strHungarian = 'Hungarian'; //to translate
|
||||
$strCroatian = 'Croatian'; //to translate
|
||||
$strBulgarian = 'Bulgarian'; //to translate
|
||||
$strLithuanian = 'Lithuanian'; //to translate
|
||||
$strEstonian = 'Estonian'; //to translate
|
||||
$strCaseInsensitive = 'case-insensitive'; //to translate
|
||||
$strCaseSensitive = 'case-sensitive'; //to translate
|
||||
$strUkrainian = 'Ukrainian'; //to translate
|
||||
$strHebrew = 'Hebrew'; //to translate
|
||||
$strWestEuropean = 'West European'; //to translate
|
||||
$strCentralEuropean = 'Central European'; //to translate
|
||||
$strTraditionalChinese = 'Traditional Chinese'; //to translate
|
||||
$strCyrillic = 'Cyrillic'; //to translate
|
||||
$strArmenian = 'Armenian'; //to translate
|
||||
$strArabic = 'Arabic'; //to translate
|
||||
$strRussian = 'Russian'; //to translate
|
||||
$strUnknown = 'unknown'; //to translate
|
||||
$strBaltic = 'Baltic'; //to translate
|
||||
$strUnicode = 'Unicode'; //to translate
|
||||
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
|
||||
$strKorean = 'Korean'; //to translate
|
||||
$strGreek = 'Greek'; //to translate
|
||||
$strJapanese = 'Japanese'; //to translate
|
||||
$strThai = 'Thai'; //to translate
|
||||
$strUseThisValue = 'Use this value'; //to translate
|
||||
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
|
||||
$strBrowseForeignValues = 'Browse foreign values'; //to translate
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -71,8 +71,10 @@ $strBeginCut = 'BEGIN CUT';
|
||||
$strBeginRaw = 'BEGIN RAW';
|
||||
$strBinary = 'Binary';
|
||||
$strBinaryDoNotEdit = 'Binary - do not edit';
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark';
|
||||
$strBookmarkDeleted = 'The bookmark has been deleted.';
|
||||
$strBookmarkLabel = 'Label';
|
||||
$strBookmarkOptions = 'Bookmark options';
|
||||
$strBookmarkQuery = 'Bookmarked SQL-query';
|
||||
$strBookmarkThis = 'Bookmark this SQL-query';
|
||||
$strBookmarkView = 'View only';
|
||||
@@ -126,6 +128,8 @@ $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br
|
||||
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
|
||||
$strConfirm = 'Do you really want to do it?';
|
||||
$strConnections = 'Connections';
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables';
|
||||
$strConstraintsForTable = 'Constraints for table';
|
||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||
$strCopyTableOK = 'Table %s has been copied to %s.';
|
||||
@@ -331,6 +335,7 @@ $strLoadMethod = 'LOAD method';
|
||||
$strLocalhost = 'Local';
|
||||
$strLocationTextfile = 'Location of the textfile';
|
||||
$strLogPassword = 'Password:';
|
||||
$strLogServer = 'Server';
|
||||
$strLogUsername = 'Username:';
|
||||
$strLogin = 'Login';
|
||||
$strLoginInformation = 'Login Information';
|
||||
@@ -589,6 +594,7 @@ $strSimplifiedChinese = 'Simplified Chinese';
|
||||
$strSingly = '(singly)';
|
||||
$strSize = 'Size';
|
||||
$strSort = 'Sort';
|
||||
$strSortByKey = 'Sort by key';
|
||||
$strSpaceUsage = 'Space usage';
|
||||
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
|
||||
$strStatCheckTime = 'Last check';
|
||||
@@ -703,5 +709,4 @@ $strYes = 'Yes';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||
$strZip = '"zipped"';
|
||||
|
||||
?>
|
||||
|
@@ -72,8 +72,10 @@ $strBeginCut = 'BEGIN CUT';
|
||||
$strBeginRaw = 'BEGIN RAW';
|
||||
$strBinary = 'Binary';
|
||||
$strBinaryDoNotEdit = 'Binary - do not edit';
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark';
|
||||
$strBookmarkDeleted = 'The bookmark has been deleted.';
|
||||
$strBookmarkLabel = 'Label';
|
||||
$strBookmarkOptions = 'Bookmark options';
|
||||
$strBookmarkQuery = 'Bookmarked SQL-query';
|
||||
$strBookmarkThis = 'Bookmark this SQL-query';
|
||||
$strBookmarkView = 'View only';
|
||||
@@ -127,6 +129,8 @@ $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br
|
||||
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
|
||||
$strConfirm = 'Do you really want to do it?';
|
||||
$strConnections = 'Connections';
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables';
|
||||
$strConstraintsForTable = 'Constraints for table';
|
||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||
$strCopyTableOK = 'Table %s has been copied to %s.';
|
||||
@@ -332,6 +336,7 @@ $strLoadMethod = 'LOAD method';
|
||||
$strLocalhost = 'Local';
|
||||
$strLocationTextfile = 'Location of the textfile';
|
||||
$strLogPassword = 'Password:';
|
||||
$strLogServer = 'Server';
|
||||
$strLogUsername = 'Username:';
|
||||
$strLogin = 'Login';
|
||||
$strLoginInformation = 'Login Information';
|
||||
@@ -590,6 +595,7 @@ $strSimplifiedChinese = 'Simplified Chinese';
|
||||
$strSingly = '(singly)';
|
||||
$strSize = 'Size';
|
||||
$strSort = 'Sort';
|
||||
$strSortByKey = 'Sort by key';
|
||||
$strSpaceUsage = 'Space usage';
|
||||
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
|
||||
$strStatCheckTime = 'Last check';
|
||||
@@ -704,5 +710,4 @@ $strYes = 'Yes';
|
||||
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||
$strZip = '"zipped"';
|
||||
|
||||
?>
|
||||
|
@@ -705,4 +705,10 @@ $strZeroRemovesTheLimit = 'M
|
||||
$strZip = '"zipitud"';
|
||||
// To translate
|
||||
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -706,4 +706,10 @@ $strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate
|
||||
$strZip = '"zipitud"';
|
||||
// To translate
|
||||
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -72,8 +72,10 @@ $strBeginCut = 'D
|
||||
$strBeginRaw = 'D<>but des informations sur l\'anomalie';
|
||||
$strBinary = 'Binaire';
|
||||
$strBinaryDoNotEdit = 'Binaire - ne pas <20>diter';
|
||||
$strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs';
|
||||
$strBookmarkDeleted = 'Le signet a <20>t<EFBFBD> effac<61>.';
|
||||
$strBookmarkLabel = 'Intitul<75>';
|
||||
$strBookmarkOptions = 'Options pour les signets';
|
||||
$strBookmarkQuery = 'Requ<71>tes en signets';
|
||||
$strBookmarkThis = 'Conserver cette requ<71>te dans les signets';
|
||||
$strBookmarkView = 'Voir uniquement';
|
||||
@@ -127,6 +129,8 @@ $strConfigFileError = 'phpMyAdmin n\'a pu lire votre fichier de configuration!<b
|
||||
$strConfigureTableCoord = 'Les coordonn<6E>es de la table %s n\'ont pas <20>t<EFBFBD> configur<75>es';
|
||||
$strConfirm = 'Veuillez confirmer';
|
||||
$strConnections = 'Connexions';
|
||||
$strConstraintsForDumped = 'Contraintes pour les tables export<72>es';
|
||||
$strConstraintsForTable = 'Contraintes pour la table';
|
||||
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
|
||||
$strCopyTable = '<b>Copier</b> la table vers (base<b>.</b>table) :';
|
||||
$strCopyTableOK = 'La table %s a <20>t<EFBFBD> copi<70>e vers %s.';
|
||||
@@ -294,6 +298,8 @@ $strInsertTextfiles = 'Ins
|
||||
$strInsertedRowId = 'Identifiant de l\'enregistrement ins<6E>r<EFBFBD>:';
|
||||
$strInsertedRows = 'Nombre d\'enregistrements ins<6E>r<EFBFBD>s :';
|
||||
$strInstructions = 'Instructions';
|
||||
$strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas n<>cessaire de la d<>finir dans les relations internes.';
|
||||
$strInternalRelations = 'Relations internes';
|
||||
$strInvalidName = '"%s" est un mot r<>serv<72>, il ne peut <20>tre utilis<69> comme nom de base/table/champ.';
|
||||
|
||||
$strJapanese = 'japonais';
|
||||
@@ -309,6 +315,13 @@ $strKorean = 'cor
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'Options LaTeX';
|
||||
$strLandscape = 'Paysage';
|
||||
$strLatexCaption = 'Sous-titre de la table';
|
||||
$strLatexContent = 'Contenu de la table __TABLE__';
|
||||
$strLatexContinued = '(suite)';
|
||||
$strLatexContinuedCaption = 'Sous-titre de la table (suite)';
|
||||
$strLatexIncludeCaption = 'Inclure les sous-titres';
|
||||
$strLatexLabel = 'Cl<43> de l\'<27>tiquette';
|
||||
$strLatexStructure = 'Structure de la table __TABLE__';
|
||||
$strLength = 'Long.';
|
||||
$strLengthSet = 'Taille/Valeurs*';
|
||||
$strLimitNumRows = 'Nombre d\'enregistrements par page';
|
||||
@@ -323,6 +336,7 @@ $strLoadMethod = 'M
|
||||
$strLocalhost = 'Local';
|
||||
$strLocationTextfile = 'Emplacement du fichier texte';
|
||||
$strLogPassword = 'Mot de passe :';
|
||||
$strLogServer = 'Serveur';
|
||||
$strLogUsername = 'Nom d\'utilisateur :';
|
||||
$strLogin = 'Connexion';
|
||||
$strLoginInformation = 'Information pour la connexion';
|
||||
@@ -432,6 +446,7 @@ $strPrimaryKeyName = 'Le nom d\'une clef primaire doit
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut <20>tre</b> que le nom d\'une clef primaire !)';
|
||||
$strPrint = 'Imprimer';
|
||||
$strPrintView = 'Version imprimable';
|
||||
$strPrintViewFull = 'Version imprimable (avec textes complets)';
|
||||
$strPrivDescAllPrivileges = 'Tous les privil<69>ges sauf GRANT.';
|
||||
$strPrivDescAlter = 'Permission de modifier la structure des tables existantes.';
|
||||
$strPrivDescCreateDb = 'Permission de cr<63>er des bases de donn<6E>es et des tables.';
|
||||
@@ -580,6 +595,7 @@ $strSimplifiedChinese = 'chinois simplifi
|
||||
$strSingly = '(<28> refaire apr<70>s insertions/destructions)';
|
||||
$strSize = 'Taille';
|
||||
$strSort = 'Tri';
|
||||
$strSortByKey = 'Trier sur l\'index';
|
||||
$strSpaceUsage = 'Espace utilis<69>';
|
||||
$strSplitWordsWithSpace = 'S<>parer les mots par un espace (" ").';
|
||||
$strStatCheckTime = 'Derni<6E>re v<>rification';
|
||||
@@ -652,6 +668,7 @@ $strUpdatePrivMessage = 'Vous avez modifi
|
||||
$strUpdateProfile = 'Modifier le profil :';
|
||||
$strUpdateProfileMessage = 'Le profil a <20>t<EFBFBD> modifi<66>.';
|
||||
$strUpdateQuery = 'Mise-<2D>-jour de la requ<71>te';
|
||||
$strUpgradeMySQL = 'Vous devriez utiliser MySQL en version %s ou plus r<>cente.';
|
||||
$strUsage = 'Espace';
|
||||
$strUseBackquotes = 'Prot<6F>ger les noms des tables et des champs par des "`"';
|
||||
$strUseHostTable = 'Utiliser la table Host';
|
||||
@@ -695,16 +712,4 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl
|
||||
$strZip = '"zipp<70>"';
|
||||
// To translate
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -73,8 +73,10 @@ $strBeginCut = 'Début de la section à couper';
|
||||
$strBeginRaw = 'Début des informations sur l\'anomalie';
|
||||
$strBinary = 'Binaire';
|
||||
$strBinaryDoNotEdit = 'Binaire - ne pas éditer';
|
||||
$strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs';
|
||||
$strBookmarkDeleted = 'Le signet a été effacé.';
|
||||
$strBookmarkLabel = 'Intitulé';
|
||||
$strBookmarkOptions = 'Options pour les signets';
|
||||
$strBookmarkQuery = 'Requêtes en signets';
|
||||
$strBookmarkThis = 'Conserver cette requête dans les signets';
|
||||
$strBookmarkView = 'Voir uniquement';
|
||||
@@ -128,6 +130,8 @@ $strConfigFileError = 'phpMyAdmin n\'a pu lire votre fichier de configuration!<b
|
||||
$strConfigureTableCoord = 'Les coordonnées de la table %s n\'ont pas été configurées';
|
||||
$strConfirm = 'Veuillez confirmer';
|
||||
$strConnections = 'Connexions';
|
||||
$strConstraintsForDumped = 'Contraintes pour les tables exportées';
|
||||
$strConstraintsForTable = 'Contraintes pour la table';
|
||||
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
|
||||
$strCopyTable = '<b>Copier</b> la table vers (base<b>.</b>table) :';
|
||||
$strCopyTableOK = 'La table %s a été copiée vers %s.';
|
||||
@@ -295,6 +299,8 @@ $strInsertTextfiles = 'Insérer des données provenant d\'un fichier texte dans
|
||||
$strInsertedRowId = 'Identifiant de l\'enregistrement inséré:';
|
||||
$strInsertedRows = 'Nombre d\'enregistrements insérés :';
|
||||
$strInstructions = 'Instructions';
|
||||
$strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas nécessaire de la définir dans les relations internes.';
|
||||
$strInternalRelations = 'Relations internes';
|
||||
$strInvalidName = '"%s" est un mot réservé, il ne peut être utilisé comme nom de base/table/champ.';
|
||||
|
||||
$strJapanese = 'japonais';
|
||||
@@ -310,6 +316,13 @@ $strKorean = 'coréen';
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'Options LaTeX';
|
||||
$strLandscape = 'Paysage';
|
||||
$strLatexCaption = 'Sous-titre de la table';
|
||||
$strLatexContent = 'Contenu de la table __TABLE__';
|
||||
$strLatexContinued = '(suite)';
|
||||
$strLatexContinuedCaption = 'Sous-titre de la table (suite)';
|
||||
$strLatexIncludeCaption = 'Inclure les sous-titres';
|
||||
$strLatexLabel = 'Clé de l\'étiquette';
|
||||
$strLatexStructure = 'Structure de la table __TABLE__';
|
||||
$strLength = 'Long.';
|
||||
$strLengthSet = 'Taille/Valeurs*';
|
||||
$strLimitNumRows = 'Nombre d\'enregistrements par page';
|
||||
@@ -324,6 +337,7 @@ $strLoadMethod = 'Méthode pour le LOAD';
|
||||
$strLocalhost = 'Local';
|
||||
$strLocationTextfile = 'Emplacement du fichier texte';
|
||||
$strLogPassword = 'Mot de passe :';
|
||||
$strLogServer = 'Serveur';
|
||||
$strLogUsername = 'Nom d\'utilisateur :';
|
||||
$strLogin = 'Connexion';
|
||||
$strLoginInformation = 'Information pour la connexion';
|
||||
@@ -433,6 +447,7 @@ $strPrimaryKeyName = 'Le nom d\'une clef primaire doit être PRIMARY !';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut être</b> que le nom d\'une clef primaire !)';
|
||||
$strPrint = 'Imprimer';
|
||||
$strPrintView = 'Version imprimable';
|
||||
$strPrintViewFull = 'Version imprimable (avec textes complets)';
|
||||
$strPrivDescAllPrivileges = 'Tous les privilèges sauf GRANT.';
|
||||
$strPrivDescAlter = 'Permission de modifier la structure des tables existantes.';
|
||||
$strPrivDescCreateDb = 'Permission de créer des bases de données et des tables.';
|
||||
@@ -581,6 +596,7 @@ $strSimplifiedChinese = 'chinois simplifié';
|
||||
$strSingly = '(à refaire après insertions/destructions)';
|
||||
$strSize = 'Taille';
|
||||
$strSort = 'Tri';
|
||||
$strSortByKey = 'Trier sur l\'index';
|
||||
$strSpaceUsage = 'Espace utilisé';
|
||||
$strSplitWordsWithSpace = 'Séparer les mots par un espace (" ").';
|
||||
$strStatCheckTime = 'Dernière vérification';
|
||||
@@ -653,6 +669,7 @@ $strUpdatePrivMessage = 'Vous avez modifié les privilèges pour %s.';
|
||||
$strUpdateProfile = 'Modifier le profil :';
|
||||
$strUpdateProfileMessage = 'Le profil a été modifié.';
|
||||
$strUpdateQuery = 'Mise-à-jour de la requête';
|
||||
$strUpgradeMySQL = 'Vous devriez utiliser MySQL en version %s ou plus récente.';
|
||||
$strUsage = 'Espace';
|
||||
$strUseBackquotes = 'Protéger les noms des tables et des champs par des "`"';
|
||||
$strUseHostTable = 'Utiliser la table Host';
|
||||
@@ -696,16 +713,4 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||
$strZip = '"zippé"';
|
||||
// To translate
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -711,4 +711,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -712,4 +712,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -733,4 +733,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -292,7 +292,7 @@ $strIndexName = 'Index Name :';
|
||||
$strIndexType = 'Index Typ :';
|
||||
$strIndexes = 'Indizes';
|
||||
$strInnodbStat = 'InnoDB-Status';
|
||||
$strInsecureMySQL = 'Ihre Konfigurationsdatei enth<74>lt Einstellungen (Benutzer "root" ohne Passwort), welche denen des MySQL-Stardardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so k<>nnen Unbefugte leicht von au<61>en auf ihn zugreifen. Sie sollten diese Sicherheitsl<73>cke unbedingt schlie<69>en!';
|
||||
$strInsecureMySQL = 'Ihre Konfigurationsdatei enth<74>lt Einstellungen (Benutzer "root" ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so k<>nnen Unbefugte leicht von au<61>en auf ihn zugreifen. Sie sollten diese Sicherheitsl<73>cke unbedingt schlie<69>en!';
|
||||
$strInsert = 'Einf<6E>gen';
|
||||
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
|
||||
$strInsertNewRow = 'Neue Zeile einf<6E>gen';
|
||||
@@ -373,7 +373,7 @@ $strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.';
|
||||
$strNoExplain = 'SQL-Erkl<6B>rung umgehen';
|
||||
$strNoFrames = 'phpMyAdmin arbeitet besser mit einem <b>Frame</b>-f<>higen Browser.';
|
||||
$strNoIndex = 'Kein Index definiert!';
|
||||
$strNoIndexPartsDefined = 'Keine Indizies definiert.';
|
||||
$strNoIndexPartsDefined = 'Keine Indizes definiert.';
|
||||
$strNoModification = 'Keine <20>nderung';
|
||||
$strNoOptions = 'F<>r dieses Format sind keine Optionen vorhanden';
|
||||
$strNoPassword = 'Kein Kennwort';
|
||||
@@ -439,7 +439,7 @@ $strPrimaryKeyWarning = 'Der Name des Prim
|
||||
$strPrint = 'Drucken';
|
||||
$strPrintView = 'Druckansicht';
|
||||
$strPrivDescAllPrivileges = 'Enth<74>lt alle Rechte bis auf GRANT.';
|
||||
$strPrivDescAlter = 'Erlaubt das Ver<65>ndern der Struktur betehender Tabellen.';
|
||||
$strPrivDescAlter = 'Erlaubt das Ver<65>ndern der Struktur bestehender Tabellen.';
|
||||
$strPrivDescCreateDb = 'Erlaubt das Erstellen neuer Datenbanken und Tabellen.';
|
||||
$strPrivDescCreateTbl = 'Erlaubt das Erstellen neuer Tabellen.';
|
||||
$strPrivDescCreateTmpTable = 'Erlaubt das Erstellen tempor<6F>rer Tabellen.';
|
||||
@@ -453,7 +453,7 @@ $strPrivDescIndex = 'Erlaubt das Erstellen und L
|
||||
$strPrivDescInsert = 'Erlaubt das Hinzuf<75>gen und Ersetzen von Daten.';
|
||||
$strPrivDescLockTables = 'Erlaubt die Sperrung bestimmter Tabellen.';
|
||||
$strPrivDescMaxConnections = 'Begrenzt die Anzahl neuer Verbindungen, welche ein Benutzer pro Stunde aufbauen darf.';
|
||||
$strPrivDescMaxQuestions = 'Begrent die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
|
||||
$strPrivDescMaxQuestions = 'Begrenzt die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
|
||||
$strPrivDescMaxUpdates = 'Begrenzt die Anzahl der Ver<65>nderungen, welche ein Benutzer pro Stunde an allen Datenbanken und Tabellen vornehmen darf.';
|
||||
$strPrivDescProcess3 = 'Erlaubt das Beenden fremder Prozesse.';
|
||||
$strPrivDescProcess4 = 'Erlaubt das Anzeigen der vollen Abfragen in der Prozessliste.';
|
||||
@@ -465,7 +465,7 @@ $strPrivDescSelect = 'Erlaubt das Auslesen von Daten.';
|
||||
$strPrivDescShowDb = 'Gew<65>hrt Zugang zur vollst<73>ndigen Datenbankliste.';
|
||||
$strPrivDescShutdown = 'Erlaubt das Beenden des Servers.';
|
||||
$strPrivDescSuper = 'Erlaubt eine Verbindung, selbst wenn die maximale Anzahl an Verbindungen bereits erreicht ist; Wird f<>r viele administrative Operationen, wie das Setzen globaler Variables oder das Beenden fremder Prozesse, vorausgesetzt.';
|
||||
$strPrivDescUpdate = 'Elaubt das Ver<65>ndern von gespeicherten Daten.';
|
||||
$strPrivDescUpdate = 'Erlaubt das Ver<65>ndern von gespeicherten Daten.';
|
||||
$strPrivDescUsage = 'Keine Rechte.';
|
||||
$strPrivileges = 'Rechte';
|
||||
$strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.';
|
||||
@@ -481,10 +481,10 @@ $strQueryFrameDebug = 'Debugging Information';
|
||||
$strQueryFrameDebugBox = 'Aktive Variablen des Abfrageformulars:\nDB: %s\nTabellle: %s\nServer: %s\n\nMomentate Variablen des Abfrageofrmulars:\nDB: %s\nTabelle: %s\nServer: %s\n\nQuelle des <20>ffnenden Fensters: %s\nQuelle des Framesets: %s.';
|
||||
$strQueryOnDb = ' SQL-Befehl in der Datenbank <b>%s</b>:';
|
||||
$strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
|
||||
$strQueryStatistics = '<b>Abfragestatisktik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
|
||||
$strQueryStatistics = '<b>Abfragestatistik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
|
||||
$strQueryTime = 'die Abfrage dauerte %01.4f sek';
|
||||
$strQueryType = 'Abfrageart';
|
||||
$strQueryWindowLock = 'Abfrage vor <20>nderungen ausserhalb des Fensters sch<63>tzen';
|
||||
$strQueryWindowLock = 'Abfrage vor <20>nderungen au<EFBFBD>erhalb des Fensters sch<63>tzen';
|
||||
|
||||
$strReType = 'Wiederholen';
|
||||
$strReceived = 'Empfangen';
|
||||
@@ -539,7 +539,7 @@ $strSQPBugUnclosedQuote = 'Nicht geschlossene Anf
|
||||
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
|
||||
$strSave = 'Speichern';
|
||||
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
|
||||
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schma nicht auf eine Seite passt!';
|
||||
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schema nicht auf eine Seite passt!';
|
||||
$strSearch = 'Suche';
|
||||
$strSearchFormTitle = 'Durchsuche die Datenbank';
|
||||
$strSearchInTables = 'In der / den Tabelle(n):';
|
||||
@@ -637,12 +637,12 @@ $strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. O
|
||||
$strTransformation_image_jpeg__link = 'Einen Link zum Bild anzeigen, z.B. zum Download von BLOB-Daten.';
|
||||
$strTransformation_image_png__inline = 'Siehe image/jpeg: inline';
|
||||
$strTransformation_text_plain__dateformat = 'Wandelt ein TIME, TIMESTAMP oder DATETIME-Feld und formatiert es unter Ber<65>cksichtigung des lokalen Zeitformats. Erste Option: Differenz (in Stunden) zur Addition/Subtraktion der aktuellen Zeit (Standard: 0). Zweite Option: Zeitformat anstelle des lokalen, Variablen siehe PHPs strftime().';
|
||||
$strTransformation_text_plain__external = 'Nur f<>r LINUX: Startet ein externes Programm und verwendet die Daten des Feldes f<>r die Standardeingabe. Stellt innerhalb von PHPMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde f<>r Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgr<67>nden m<>ssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzuf<75>gen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter f<>r das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugef<65>gt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
|
||||
$strTransformation_text_plain__external = 'Nur f<>r LINUX: Startet ein externes Programm und verwendet die Daten des Feldes f<>r die Standardeingabe. Stellt innerhalb von phpMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde f<>r Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgr<67>nden m<>ssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzuf<75>gen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter f<>r das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugef<65>gt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
|
||||
$strTransformation_text_plain__formatted = 'Beh<65>lt Ursprungsformatierung des Feldes bei. Kein Escaping oder Umlautwandlung wird durchgef<65>hrt.';
|
||||
$strTransformation_text_plain__imagelink = 'Benutzt den Inhalt eines Feldes um ein Bild und einen Link dazu darzustellen. Die erste Option ist ein Pr<50>fix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist die Breite des Bildes, die dritte Option die H<>he des Bildes in Pixeln.';
|
||||
$strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen Link darzustellen. Die erste Option ist ein Pr<50>fix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist der darzustellende Titel des Links';
|
||||
$strTransformation_text_plain__substr = 'Stellt nur einen Teil des Feldinhaltes dar. Die erste Option definiert die Position des Textes ab dem die Ausgabe startet (Standard: 0), die zweite Option gibt an wieviel Zeichen ab dort dargestellt werden sollen. Falls diese Option leer ist, wird der gesamte verbleibende Text dargestellt. Die dritte Option kann einen Text enthalten, der bei partieller Ausgabe des Textes angeh<65>ngt wird, um eine Abschneidung kenntlich zu machen (Standard: ...).';
|
||||
$strTransformation_text_plain__unformatted = 'Wandelt Sonderzeichen nach HTML-Regeln um, um HTML-formatierungen innerhalb des Feldinhaltes unwirksam zu machen.';
|
||||
$strTransformation_text_plain__unformatted = 'Wandelt Sonderzeichen nach HTML-Regeln um, um HTML-Formatierungen innerhalb des Feldinhaltes unwirksam zu machen.';
|
||||
$strTruncateQueries = 'Zeige die SQL-Abfragen verk<72>rzt an';
|
||||
$strTurkish = 'T<>rkisch';
|
||||
$strType = 'Typ';
|
||||
@@ -685,7 +685,7 @@ $strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
|
||||
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
|
||||
$strWelcome = 'Willkommen bei %s';
|
||||
$strWestEuropean = 'Westeurop<6F>isch';
|
||||
$strWildcard = 'wildcard';
|
||||
$strWildcard = 'Platzhalter';
|
||||
$strWithChecked = 'markierte:';
|
||||
$strWritingCommentNotPossible = 'Es k<>nnen keine Kommentare geschrieben werden';
|
||||
$strWritingRelationNotPossible = 'Es k<>nnen keine Spaltenbeziehungen gespeichert werden.';
|
||||
@@ -713,4 +713,10 @@ $strLatexLabel = 'Kennzeichen';
|
||||
$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
|
||||
|
||||
$strPrintViewFull = 'Druckansicht (vollst<73>ndige Textfelder)';
|
||||
$strLogServer = 'Server';
|
||||
$strSortByKey = 'Nach Schl<68>ssel sortieren';
|
||||
$strBookmarkAllUsers = 'Diese gespeicherte SQL-Abfrage f<>r jeden Benutzer verf<72>gbar machen';
|
||||
$strConstraintsForDumped = 'Constraints der exportierten Tabellen';
|
||||
$strConstraintsForTable = 'Constraints der Tabelle';
|
||||
$strBookmarkOptions = 'Optionen zur Speicherung der SQL-Abfrage';
|
||||
?>
|
||||
|
@@ -293,7 +293,7 @@ $strIndexName = 'Index Name :';
|
||||
$strIndexType = 'Index Typ :';
|
||||
$strIndexes = 'Indizes';
|
||||
$strInnodbStat = 'InnoDB-Status';
|
||||
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer "root" ohne Passwort), welche denen des MySQL-Stardardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
|
||||
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer "root" ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
|
||||
$strInsert = 'Einfügen';
|
||||
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
|
||||
$strInsertNewRow = 'Neue Zeile einfügen';
|
||||
@@ -374,7 +374,7 @@ $strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.';
|
||||
$strNoExplain = 'SQL-Erklärung umgehen';
|
||||
$strNoFrames = 'phpMyAdmin arbeitet besser mit einem <b>Frame</b>-fähigen Browser.';
|
||||
$strNoIndex = 'Kein Index definiert!';
|
||||
$strNoIndexPartsDefined = 'Keine Indizies definiert.';
|
||||
$strNoIndexPartsDefined = 'Keine Indizes definiert.';
|
||||
$strNoModification = 'Keine Änderung';
|
||||
$strNoOptions = 'Für dieses Format sind keine Optionen vorhanden';
|
||||
$strNoPassword = 'Kein Kennwort';
|
||||
@@ -440,7 +440,7 @@ $strPrimaryKeyWarning = 'Der Name des Primärschlüssels darf <b>nur</b> "PRIMAR
|
||||
$strPrint = 'Drucken';
|
||||
$strPrintView = 'Druckansicht';
|
||||
$strPrivDescAllPrivileges = 'Enthält alle Rechte bis auf GRANT.';
|
||||
$strPrivDescAlter = 'Erlaubt das Verändern der Struktur betehender Tabellen.';
|
||||
$strPrivDescAlter = 'Erlaubt das Verändern der Struktur bestehender Tabellen.';
|
||||
$strPrivDescCreateDb = 'Erlaubt das Erstellen neuer Datenbanken und Tabellen.';
|
||||
$strPrivDescCreateTbl = 'Erlaubt das Erstellen neuer Tabellen.';
|
||||
$strPrivDescCreateTmpTable = 'Erlaubt das Erstellen temporärer Tabellen.';
|
||||
@@ -454,7 +454,7 @@ $strPrivDescIndex = 'Erlaubt das Erstellen und Löschen von Indizes.';
|
||||
$strPrivDescInsert = 'Erlaubt das Hinzufügen und Ersetzen von Daten.';
|
||||
$strPrivDescLockTables = 'Erlaubt die Sperrung bestimmter Tabellen.';
|
||||
$strPrivDescMaxConnections = 'Begrenzt die Anzahl neuer Verbindungen, welche ein Benutzer pro Stunde aufbauen darf.';
|
||||
$strPrivDescMaxQuestions = 'Begrent die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
|
||||
$strPrivDescMaxQuestions = 'Begrenzt die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
|
||||
$strPrivDescMaxUpdates = 'Begrenzt die Anzahl der Veränderungen, welche ein Benutzer pro Stunde an allen Datenbanken und Tabellen vornehmen darf.';
|
||||
$strPrivDescProcess3 = 'Erlaubt das Beenden fremder Prozesse.';
|
||||
$strPrivDescProcess4 = 'Erlaubt das Anzeigen der vollen Abfragen in der Prozessliste.';
|
||||
@@ -466,7 +466,7 @@ $strPrivDescSelect = 'Erlaubt das Auslesen von Daten.';
|
||||
$strPrivDescShowDb = 'Gewährt Zugang zur vollständigen Datenbankliste.';
|
||||
$strPrivDescShutdown = 'Erlaubt das Beenden des Servers.';
|
||||
$strPrivDescSuper = 'Erlaubt eine Verbindung, selbst wenn die maximale Anzahl an Verbindungen bereits erreicht ist; Wird für viele administrative Operationen, wie das Setzen globaler Variables oder das Beenden fremder Prozesse, vorausgesetzt.';
|
||||
$strPrivDescUpdate = 'Elaubt das Verändern von gespeicherten Daten.';
|
||||
$strPrivDescUpdate = 'Erlaubt das Verändern von gespeicherten Daten.';
|
||||
$strPrivDescUsage = 'Keine Rechte.';
|
||||
$strPrivileges = 'Rechte';
|
||||
$strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.';
|
||||
@@ -482,10 +482,10 @@ $strQueryFrameDebug = 'Debugging Information';
|
||||
$strQueryFrameDebugBox = 'Aktive Variablen des Abfrageformulars:\nDB: %s\nTabellle: %s\nServer: %s\n\nMomentate Variablen des Abfrageofrmulars:\nDB: %s\nTabelle: %s\nServer: %s\n\nQuelle des öffnenden Fensters: %s\nQuelle des Framesets: %s.';
|
||||
$strQueryOnDb = ' SQL-Befehl in der Datenbank <b>%s</b>:';
|
||||
$strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
|
||||
$strQueryStatistics = '<b>Abfragestatisktik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
|
||||
$strQueryStatistics = '<b>Abfragestatistik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
|
||||
$strQueryTime = 'die Abfrage dauerte %01.4f sek';
|
||||
$strQueryType = 'Abfrageart';
|
||||
$strQueryWindowLock = 'Abfrage vor Änderungen ausserhalb des Fensters schützen';
|
||||
$strQueryWindowLock = 'Abfrage vor Änderungen außerhalb des Fensters schützen';
|
||||
|
||||
$strReType = 'Wiederholen';
|
||||
$strReceived = 'Empfangen';
|
||||
@@ -540,7 +540,7 @@ $strSQPBugUnclosedQuote = 'Nicht geschlossene Anführungszeichen';
|
||||
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
|
||||
$strSave = 'Speichern';
|
||||
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
|
||||
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schma nicht auf eine Seite passt!';
|
||||
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schema nicht auf eine Seite passt!';
|
||||
$strSearch = 'Suche';
|
||||
$strSearchFormTitle = 'Durchsuche die Datenbank';
|
||||
$strSearchInTables = 'In der / den Tabelle(n):';
|
||||
@@ -638,12 +638,12 @@ $strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. O
|
||||
$strTransformation_image_jpeg__link = 'Einen Link zum Bild anzeigen, z.B. zum Download von BLOB-Daten.';
|
||||
$strTransformation_image_png__inline = 'Siehe image/jpeg: inline';
|
||||
$strTransformation_text_plain__dateformat = 'Wandelt ein TIME, TIMESTAMP oder DATETIME-Feld und formatiert es unter Berücksichtigung des lokalen Zeitformats. Erste Option: Differenz (in Stunden) zur Addition/Subtraktion der aktuellen Zeit (Standard: 0). Zweite Option: Zeitformat anstelle des lokalen, Variablen siehe PHPs strftime().';
|
||||
$strTransformation_text_plain__external = 'Nur für LINUX: Startet ein externes Programm und verwendet die Daten des Feldes für die Standardeingabe. Stellt innerhalb von PHPMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde für Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgründen müssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzufügen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter für das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugefügt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
|
||||
$strTransformation_text_plain__external = 'Nur für LINUX: Startet ein externes Programm und verwendet die Daten des Feldes für die Standardeingabe. Stellt innerhalb von phpMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde für Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgründen müssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzufügen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter für das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugefügt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
|
||||
$strTransformation_text_plain__formatted = 'Behält Ursprungsformatierung des Feldes bei. Kein Escaping oder Umlautwandlung wird durchgeführt.';
|
||||
$strTransformation_text_plain__imagelink = 'Benutzt den Inhalt eines Feldes um ein Bild und einen Link dazu darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist die Breite des Bildes, die dritte Option die Höhe des Bildes in Pixeln.';
|
||||
$strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen Link darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist der darzustellende Titel des Links';
|
||||
$strTransformation_text_plain__substr = 'Stellt nur einen Teil des Feldinhaltes dar. Die erste Option definiert die Position des Textes ab dem die Ausgabe startet (Standard: 0), die zweite Option gibt an wieviel Zeichen ab dort dargestellt werden sollen. Falls diese Option leer ist, wird der gesamte verbleibende Text dargestellt. Die dritte Option kann einen Text enthalten, der bei partieller Ausgabe des Textes angehängt wird, um eine Abschneidung kenntlich zu machen (Standard: ...).';
|
||||
$strTransformation_text_plain__unformatted = 'Wandelt Sonderzeichen nach HTML-Regeln um, um HTML-formatierungen innerhalb des Feldinhaltes unwirksam zu machen.';
|
||||
$strTransformation_text_plain__unformatted = 'Wandelt Sonderzeichen nach HTML-Regeln um, um HTML-Formatierungen innerhalb des Feldinhaltes unwirksam zu machen.';
|
||||
$strTruncateQueries = 'Zeige die SQL-Abfragen verkürzt an';
|
||||
$strTurkish = 'Türkisch';
|
||||
$strType = 'Typ';
|
||||
@@ -686,7 +686,7 @@ $strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
|
||||
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
|
||||
$strWelcome = 'Willkommen bei %s';
|
||||
$strWestEuropean = 'Westeuropäisch';
|
||||
$strWildcard = 'wildcard';
|
||||
$strWildcard = 'Platzhalter';
|
||||
$strWithChecked = 'markierte:';
|
||||
$strWritingCommentNotPossible = 'Es können keine Kommentare geschrieben werden';
|
||||
$strWritingRelationNotPossible = 'Es können keine Spaltenbeziehungen gespeichert werden.';
|
||||
@@ -714,4 +714,10 @@ $strLatexLabel = 'Kennzeichen';
|
||||
$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
|
||||
|
||||
$strPrintViewFull = 'Druckansicht (vollständige Textfelder)';
|
||||
$strLogServer = 'Server';
|
||||
$strSortByKey = 'Nach Schlüssel sortieren';
|
||||
$strBookmarkAllUsers = 'Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen';
|
||||
$strConstraintsForDumped = 'Constraints der exportierten Tabellen';
|
||||
$strConstraintsForTable = 'Constraints der Tabelle';
|
||||
$strBookmarkOptions = 'Optionen zur Speicherung der SQL-Abfrage';
|
||||
?>
|
||||
|
@@ -713,4 +713,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -743,4 +743,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -717,4 +717,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -718,4 +718,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -19,9 +19,9 @@ $timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
|
||||
|
||||
$strAPrimaryKey = 'Primary key telah ditambah pada %s';
|
||||
$strAbortedClients = 'Dibatalkan';
|
||||
$strAbsolutePathToDocSqlDir = 'Silakan isi Absolute Path di webserver yang menunjuk ke direktori docSQL';
|
||||
$strAbsolutePathToDocSqlDir = 'Silakan tentukan Absolute Path di webserver yang menunjuk ke direktori docSQL';
|
||||
$strAccessDenied = 'Akses ditolak';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin telah coba untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Perlu diperiksa ulang nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberi oleh administrator dari server MySQL.';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Perlu diperiksa ulang nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberi oleh administrator dari server MySQL.';
|
||||
$strAction = 'Aksi';
|
||||
$strAddAutoIncrement = 'Tambahkan nilai AUTO_INCREMENT';
|
||||
$strAddDeleteColumn = 'Tambah/Hapus kolom';
|
||||
@@ -71,8 +71,10 @@ $strBeginCut = 'Mulai potong (CUT)';
|
||||
$strBeginRaw = 'MULAI mentah (RAW)';
|
||||
$strBinary = 'Binari';
|
||||
$strBinaryDoNotEdit = 'Binari - jangan di-edit';
|
||||
$strBookmarkAllUsers = 'Izinkan kepada seluruh pengguna untuk mengakses Bookmark ini';
|
||||
$strBookmarkDeleted = 'Bookmark telah dihapus.';
|
||||
$strBookmarkLabel = 'Judul';
|
||||
$strBookmarkOptions = 'Pilihan untuk Bookmark';
|
||||
$strBookmarkQuery = 'Bookmark query SQL ';
|
||||
$strBookmarkThis = 'Bookmark SQL-query ini';
|
||||
$strBookmarkView = 'Hanya melihat';
|
||||
@@ -126,6 +128,8 @@ $strConfigFileError = 'phpMyAdmin gagal membaca file konfigurasi!<br />Hal ini d
|
||||
$strConfigureTableCoord = 'Silakan konfigurasikan koordinasi bagi tabel %s';
|
||||
$strConfirm = 'Anda yakin ingin melakukannya?';
|
||||
$strConnections = 'Koneksi';
|
||||
$strConstraintsForDumped = 'Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)';
|
||||
$strConstraintsForTable = 'Ketidakleluasaan untuk tabel';
|
||||
$strCookiesRequired = 'Cookies harus diaktifkan mulai dari sini.';
|
||||
$strCopyTable = 'Salin tabel ke (database<b>.</b>nama tabel):';
|
||||
$strCopyTableOK = 'Tabel %s telah disalin ke %s.';
|
||||
@@ -293,6 +297,8 @@ $strInsertTextfiles = 'Sisipkan data baru dari textfile ke dalam tabel';
|
||||
$strInsertedRowId = 'Menyisip baris id:';
|
||||
$strInsertedRows = 'Baris yang disisipkan:';
|
||||
$strInstructions = 'Petunjuk';
|
||||
$strInternalNotNecessary = '* Relasi internal tidak dibutuhkan bila ia telah berada dalam InnoDB.';
|
||||
$strInternalRelations = 'Relasi internal';
|
||||
$strInvalidName = '"%s" adalah kata khusus dan tidak dapat dipergunakan sebagai nama database,tabel atau field.';
|
||||
|
||||
$strJapanese = 'Bahasa Jepang';
|
||||
@@ -308,6 +314,13 @@ $strKorean = 'Bahasa Korea';
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'Pilihan LaTeX';
|
||||
$strLandscape = 'Landscape';
|
||||
$strLatexCaption = 'Judul halaman';
|
||||
$strLatexContent = 'Isi dari tabel __TABLE__';
|
||||
$strLatexContinued = '(dilanjutkan)';
|
||||
$strLatexContinuedCaption = 'Lanjutan dari judul halaman tabel';
|
||||
$strLatexIncludeCaption = 'Memasukkan judul halaman tabel';
|
||||
$strLatexLabel = 'Kunci nama';
|
||||
$strLatexStructure = 'Struktur dari tabel __TABLE__';
|
||||
$strLength = 'Ukuran Panjang';
|
||||
$strLengthSet = 'Ukuran Panjang/Nilai*';
|
||||
$strLimitNumRows = 'Jumlah baris per halaman';
|
||||
@@ -322,6 +335,7 @@ $strLoadMethod = 'Caranya LOAD';
|
||||
$strLocalhost = 'Lokal';
|
||||
$strLocationTextfile = 'Lokasi dari textfile';
|
||||
$strLogPassword = 'Kata Sandi:';
|
||||
$strLogServer = 'Server';
|
||||
$strLogUsername = 'Nama Pengguna:';
|
||||
$strLogin = 'Login';
|
||||
$strLoginInformation = 'Informasi Login';
|
||||
@@ -431,6 +445,7 @@ $strPrimaryKeyName = 'Nama primary key mesti... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '(Tanda nama "PRIMARY" <b>wajib</b> sebagai satu-satunya nama dan <b>hanya</b> sebagai Primary Key saja!)';
|
||||
$strPrint = 'Cetak';
|
||||
$strPrintView = 'Pandangan cetak';
|
||||
$strPrintViewFull = 'Pandangan cetak ( dengan teks lengkap)';
|
||||
$strPrivDescAllPrivileges = 'Mengunakan seluruh Hak Istimewa (Privileges) selain GRANT.';
|
||||
$strPrivDescAlter = 'Mengizinkan untuk merubah struktur dari tabel yang ada.';
|
||||
$strPrivDescCreateDb = 'Mengizinkan untuk buat Database dan tabel yang baru.';
|
||||
@@ -518,7 +533,7 @@ $strRowsModeVertical = 'vertikal';
|
||||
$strRowsStatistic = 'Statistik Baris';
|
||||
$strRunQuery = 'Jalankan query SQL';
|
||||
$strRunSQLQuery = 'Jalankan query SQL pada database %s';
|
||||
$strRunning = 'dilaksana pada %s';
|
||||
$strRunning = 'dijalankan pada %s';
|
||||
$strRussian = 'Bahasa Rusia';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
@@ -531,7 +546,7 @@ $strSQPBugInvalidIdentifer = 'Identifer tidak valid';
|
||||
$strSQPBugUnclosedQuote = 'Kutipan tidak ditutup';
|
||||
$strSQPBugUnknownPunctuation = 'Punctation String tidak dikenali';
|
||||
$strSave = 'Simpan';
|
||||
$strSaveOnServer = 'Simpan di server di direktori %s';
|
||||
$strSaveOnServer = 'Simpan di server dalam direktori %s';
|
||||
$strScaleFactorSmall = 'Faktor skala yang dipilih terlalu kecil untuk dimuat dalam skema satu halaman';
|
||||
$strSearch = 'Cari';
|
||||
$strSearchFormTitle = 'Cari dalam database';
|
||||
@@ -579,6 +594,7 @@ $strSimplifiedChinese = 'Bahasa Cina disederhanakan';
|
||||
$strSingly = '(unik)';
|
||||
$strSize = 'Ukuran';
|
||||
$strSort = 'Urutkan';
|
||||
$strSortByKey = 'Urut berdasarkan kunci';
|
||||
$strSpaceUsage = 'Penggunaan ruang';
|
||||
$strSplitWordsWithSpace = 'Kata dipisahkan oleh karakter spasi (" ").';
|
||||
$strStatCheckTime = 'Pemeriksaan terakhir';
|
||||
@@ -651,6 +667,7 @@ $strUpdatePrivMessage = 'Hak Akses (privilege) untuk %s telah di-update.';
|
||||
$strUpdateProfile = 'Update profil pengguna:';
|
||||
$strUpdateProfileMessage = 'Profil pengguna telah di-update.';
|
||||
$strUpdateQuery = 'Update proses pencarian';
|
||||
$strUpgradeMySQL = 'Disarankan untuk meng-update ke MySQL versi %s atau lebih baru.';
|
||||
$strUsage = 'Penggunaan';
|
||||
$strUseBackquotes = 'Gunakan backquotes dengan nama tabel dan nama field';
|
||||
$strUseHostTable = 'Gunakan Host Table';
|
||||
@@ -694,16 +711,4 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka
|
||||
$strZip = '"Dikompress dengan Zip"';
|
||||
// To translate
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -20,9 +20,9 @@ $timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
|
||||
|
||||
$strAPrimaryKey = 'Primary key telah ditambah pada %s';
|
||||
$strAbortedClients = 'Dibatalkan';
|
||||
$strAbsolutePathToDocSqlDir = 'Silakan isi Absolute Path di webserver yang menunjuk ke direktori docSQL';
|
||||
$strAbsolutePathToDocSqlDir = 'Silakan tentukan Absolute Path di webserver yang menunjuk ke direktori docSQL';
|
||||
$strAccessDenied = 'Akses ditolak';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin telah coba untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Perlu diperiksa ulang nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberi oleh administrator dari server MySQL.';
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Perlu diperiksa ulang nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberi oleh administrator dari server MySQL.';
|
||||
$strAction = 'Aksi';
|
||||
$strAddAutoIncrement = 'Tambahkan nilai AUTO_INCREMENT';
|
||||
$strAddDeleteColumn = 'Tambah/Hapus kolom';
|
||||
@@ -72,8 +72,10 @@ $strBeginCut = 'Mulai potong (CUT)';
|
||||
$strBeginRaw = 'MULAI mentah (RAW)';
|
||||
$strBinary = 'Binari';
|
||||
$strBinaryDoNotEdit = 'Binari - jangan di-edit';
|
||||
$strBookmarkAllUsers = 'Izinkan kepada seluruh pengguna untuk mengakses Bookmark ini';
|
||||
$strBookmarkDeleted = 'Bookmark telah dihapus.';
|
||||
$strBookmarkLabel = 'Judul';
|
||||
$strBookmarkOptions = 'Pilihan untuk Bookmark';
|
||||
$strBookmarkQuery = 'Bookmark query SQL ';
|
||||
$strBookmarkThis = 'Bookmark SQL-query ini';
|
||||
$strBookmarkView = 'Hanya melihat';
|
||||
@@ -127,6 +129,8 @@ $strConfigFileError = 'phpMyAdmin gagal membaca file konfigurasi!<br />Hal ini d
|
||||
$strConfigureTableCoord = 'Silakan konfigurasikan koordinasi bagi tabel %s';
|
||||
$strConfirm = 'Anda yakin ingin melakukannya?';
|
||||
$strConnections = 'Koneksi';
|
||||
$strConstraintsForDumped = 'Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)';
|
||||
$strConstraintsForTable = 'Ketidakleluasaan untuk tabel';
|
||||
$strCookiesRequired = 'Cookies harus diaktifkan mulai dari sini.';
|
||||
$strCopyTable = 'Salin tabel ke (database<b>.</b>nama tabel):';
|
||||
$strCopyTableOK = 'Tabel %s telah disalin ke %s.';
|
||||
@@ -294,6 +298,8 @@ $strInsertTextfiles = 'Sisipkan data baru dari textfile ke dalam tabel';
|
||||
$strInsertedRowId = 'Menyisip baris id:';
|
||||
$strInsertedRows = 'Baris yang disisipkan:';
|
||||
$strInstructions = 'Petunjuk';
|
||||
$strInternalNotNecessary = '* Relasi internal tidak dibutuhkan bila ia telah berada dalam InnoDB.';
|
||||
$strInternalRelations = 'Relasi internal';
|
||||
$strInvalidName = '"%s" adalah kata khusus dan tidak dapat dipergunakan sebagai nama database,tabel atau field.';
|
||||
|
||||
$strJapanese = 'Bahasa Jepang';
|
||||
@@ -309,6 +315,13 @@ $strKorean = 'Bahasa Korea';
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'Pilihan LaTeX';
|
||||
$strLandscape = 'Landscape';
|
||||
$strLatexCaption = 'Judul halaman';
|
||||
$strLatexContent = 'Isi dari tabel __TABLE__';
|
||||
$strLatexContinued = '(dilanjutkan)';
|
||||
$strLatexContinuedCaption = 'Lanjutan dari judul halaman tabel';
|
||||
$strLatexIncludeCaption = 'Memasukkan judul halaman tabel';
|
||||
$strLatexLabel = 'Kunci nama';
|
||||
$strLatexStructure = 'Struktur dari tabel __TABLE__';
|
||||
$strLength = 'Ukuran Panjang';
|
||||
$strLengthSet = 'Ukuran Panjang/Nilai*';
|
||||
$strLimitNumRows = 'Jumlah baris per halaman';
|
||||
@@ -323,6 +336,7 @@ $strLoadMethod = 'Caranya LOAD';
|
||||
$strLocalhost = 'Lokal';
|
||||
$strLocationTextfile = 'Lokasi dari textfile';
|
||||
$strLogPassword = 'Kata Sandi:';
|
||||
$strLogServer = 'Server';
|
||||
$strLogUsername = 'Nama Pengguna:';
|
||||
$strLogin = 'Login';
|
||||
$strLoginInformation = 'Informasi Login';
|
||||
@@ -432,6 +446,7 @@ $strPrimaryKeyName = 'Nama primary key mesti... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '(Tanda nama "PRIMARY" <b>wajib</b> sebagai satu-satunya nama dan <b>hanya</b> sebagai Primary Key saja!)';
|
||||
$strPrint = 'Cetak';
|
||||
$strPrintView = 'Pandangan cetak';
|
||||
$strPrintViewFull = 'Pandangan cetak ( dengan teks lengkap)';
|
||||
$strPrivDescAllPrivileges = 'Mengunakan seluruh Hak Istimewa (Privileges) selain GRANT.';
|
||||
$strPrivDescAlter = 'Mengizinkan untuk merubah struktur dari tabel yang ada.';
|
||||
$strPrivDescCreateDb = 'Mengizinkan untuk buat Database dan tabel yang baru.';
|
||||
@@ -519,7 +534,7 @@ $strRowsModeVertical = 'vertikal';
|
||||
$strRowsStatistic = 'Statistik Baris';
|
||||
$strRunQuery = 'Jalankan query SQL';
|
||||
$strRunSQLQuery = 'Jalankan query SQL pada database %s';
|
||||
$strRunning = 'dilaksana pada %s';
|
||||
$strRunning = 'dijalankan pada %s';
|
||||
$strRussian = 'Bahasa Rusia';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
@@ -532,7 +547,7 @@ $strSQPBugInvalidIdentifer = 'Identifer tidak valid';
|
||||
$strSQPBugUnclosedQuote = 'Kutipan tidak ditutup';
|
||||
$strSQPBugUnknownPunctuation = 'Punctation String tidak dikenali';
|
||||
$strSave = 'Simpan';
|
||||
$strSaveOnServer = 'Simpan di server di direktori %s';
|
||||
$strSaveOnServer = 'Simpan di server dalam direktori %s';
|
||||
$strScaleFactorSmall = 'Faktor skala yang dipilih terlalu kecil untuk dimuat dalam skema satu halaman';
|
||||
$strSearch = 'Cari';
|
||||
$strSearchFormTitle = 'Cari dalam database';
|
||||
@@ -580,6 +595,7 @@ $strSimplifiedChinese = 'Bahasa Cina disederhanakan';
|
||||
$strSingly = '(unik)';
|
||||
$strSize = 'Ukuran';
|
||||
$strSort = 'Urutkan';
|
||||
$strSortByKey = 'Urut berdasarkan kunci';
|
||||
$strSpaceUsage = 'Penggunaan ruang';
|
||||
$strSplitWordsWithSpace = 'Kata dipisahkan oleh karakter spasi (" ").';
|
||||
$strStatCheckTime = 'Pemeriksaan terakhir';
|
||||
@@ -652,6 +668,7 @@ $strUpdatePrivMessage = 'Hak Akses (privilege) untuk %s telah di-update.';
|
||||
$strUpdateProfile = 'Update profil pengguna:';
|
||||
$strUpdateProfileMessage = 'Profil pengguna telah di-update.';
|
||||
$strUpdateQuery = 'Update proses pencarian';
|
||||
$strUpgradeMySQL = 'Disarankan untuk meng-update ke MySQL versi %s atau lebih baru.';
|
||||
$strUsage = 'Penggunaan';
|
||||
$strUseBackquotes = 'Gunakan backquotes dengan nama tabel dan nama field';
|
||||
$strUseHostTable = 'Gunakan Host Table';
|
||||
@@ -695,16 +712,4 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka
|
||||
$strZip = '"Dikompress dengan Zip"';
|
||||
// To translate
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -710,4 +710,10 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
|
||||
$strZip = '"compresso con zip"';
|
||||
// To translate
|
||||
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -711,4 +711,10 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
|
||||
$strZip = '"compresso con zip"';
|
||||
// To translate
|
||||
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -717,4 +717,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -717,4 +717,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -718,4 +718,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -711,4 +711,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -710,4 +710,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -707,4 +707,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -706,4 +706,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -730,4 +730,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -731,4 +731,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -712,4 +712,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -711,4 +711,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
743
lang/persian-utf-8.inc.php3
Normal file
743
lang/persian-utf-8.inc.php3
Normal file
@@ -0,0 +1,743 @@
|
||||
<?php
|
||||
|
||||
/* $Id$ */
|
||||
/*
|
||||
Persian(Farsi) translation by : Bornis Group
|
||||
www.BornisGroup.com
|
||||
info@BornisGroup.com
|
||||
*/
|
||||
$charset = 'utf-8';
|
||||
$allow_recoding = TRUE;
|
||||
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
|
||||
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
|
||||
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
||||
$byteUnits = array('بايت', 'كيلوبايت', 'مگا بايت', 'گيگا بايت', 'ترابايت', 'پتا بايت', 'اگزا بايت');
|
||||
|
||||
$day_of_week = array('يكشنبه', 'دوشنبه', 'سهشنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه');
|
||||
$month = array('ژانويه', 'فوريه', 'مارس', 'آوريل', 'مي', 'ژوئن', 'جولاي', 'آگوست', 'سپتامبر', 'اكتبر', 'نوامبر', 'دسامبر');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d %B %Y ساعت %I:%M %p';
|
||||
|
||||
|
||||
$strAPrimaryKey = 'يك كليد اصلي در %s اضافه شد';
|
||||
$strAccessDenied = 'دسترسي مجاز نيست';
|
||||
$strAction = 'عمل';
|
||||
$strAddDeleteColumn = 'اضافه يا حذف ستونها';
|
||||
$strAddDeleteRow = 'اضافه/حذف معيارها';
|
||||
$strAddNewField = 'افزودن ستون جديد';
|
||||
$strAddPriv = 'افزودن امتياز جديد';
|
||||
$strAddPrivMessage = 'شما يك امتياز جديد اضافه كرديد.';
|
||||
$strAddSearchConditions = 'افزودن شرايط جستجو (بدنه شرط "where"):';
|
||||
$strAddUser = 'افزودن يك كاربر جديد';
|
||||
$strAddUserMessage = 'شما يك كاربر جديد اضافه كرديد.';
|
||||
$strAffectedRows = 'سطرهاي تحت تاثير واقعشده:';
|
||||
$strAfter = 'بعد از %s';
|
||||
$strAfterInsertBack = 'برو به صفحه قبل';
|
||||
$strAfterInsertNewInsert = 'درج يك سطر جديد ديگر';
|
||||
$strAll = 'همه';
|
||||
$strAllTableSameWidth = 'نمايش همه جدولها با عرض يكسان؟';
|
||||
$strAlterOrderBy = 'تغيير جدول مرتب شده با';
|
||||
$strAnIndex = 'يك فهرست در %s اضافه گرديد.';
|
||||
$strAnalyzeTable = 'تحليل جدول';
|
||||
$strAnd = 'و';
|
||||
$strAny = 'همه';
|
||||
$strAnyColumn = 'همه ستونها';
|
||||
$strAnyDatabase = 'همه پايگاههاي داده';
|
||||
$strAnyHost = 'همه ميزبانها';
|
||||
$strAnyTable = 'همه جدولها';
|
||||
$strAnyUser = 'همه كاربران';
|
||||
$strAscending = 'صعودي';
|
||||
$strAtBeginningOfTable = 'در ابتداي جدول';
|
||||
$strAtEndOfTable = 'در انتهاي جدول';
|
||||
$strAttr = 'ويژگيها';
|
||||
|
||||
$strBack = 'بازگشت';
|
||||
$strBeginCut = 'BEGIN CUT';
|
||||
$strBeginRaw = 'BEGIN RAW';
|
||||
$strBinary = 'دودويي';
|
||||
$strBrowse = 'مشاهده';
|
||||
$strBzip = '"bzipped"';
|
||||
|
||||
$strCantLoadMySQL = 'بارگذاري MySQL مقدور نميباشد,<br />لطفا پيكربندي(وضعيت) PHP را بررسي نماييد.';
|
||||
$strCantLoadRecodeIconv = 'بارگذاري iconv يا recode extension كه براي تبديل مجموعه كاراكترها لازم است ، مقدور نميباشد، php را براي اجازه استفاده از آنها تنظيم كرده و يا تبديل مجموعه كاراكترها (charset conversion) را در phpMyAdmin غيرفعال نماييد.';
|
||||
$strCantRenameIdxToPrimary = 'بازناميدن فهرست به PRIMARY مقدور نميباشد!';
|
||||
$strCarriage = 'رفتن به سر سطر: \\r';
|
||||
$strChange = 'تغيير';
|
||||
$strChangeDisplay = 'ستون را براي نمايش انتخاب نماييد';
|
||||
$strChangePassword = 'تغيير اسم رمز';
|
||||
$strCharsetOfFile = 'مجموعه كاراكترهاي پرونده:';
|
||||
$strCheckAll = 'انتخاب همه';
|
||||
$strCheckDbPriv = 'بررسي امتيازات پايگاهداده';
|
||||
$strCheckTable = 'بررسي جدول';
|
||||
$strChoosePage = 'لطفا يك صفحه را براي ويرايش انتخاب نماييد';
|
||||
$strColComFeat = 'نمايش توضيحات ستون';
|
||||
$strColumn = 'ستون';
|
||||
$strColumnNames = 'نام ستونها';
|
||||
$strComments = 'توضيحات';
|
||||
$strCompleteInserts = 'تمام وروديها';
|
||||
$strCompression = 'فشردهسازي';
|
||||
$strConfigFileError = 'phpMyAdmin قادر به خواندن پرونده تنظيمات نميباشد!<br />اين ممكن است به خاطر وجود يك مشكل دستوري و يا پيدانشدن پرونده توسط php باشد.<br />لطفا پرونده تنظميات را مستقيما توسط پيوند زير صدا زده و پيغام(هاي) خطاي php كه دريافت ميكنيد را بخوانيد. در اكثر موارد يك علامت نقل قول (" \' ") يا ويرگولنقطه (" ; ") در جايي وجود ندارد.<br />اگر يك صفحه خالي دريافت كرديد ، همه چيز درست است.';
|
||||
$strConfigureTableCoord = 'لطفا مختصات جدول %s را تنظيم كنيد';
|
||||
$strConfirm = 'آيا براي انجام اين كار مطمئن هستيد؟';
|
||||
$strCopyTable = 'كپي كردن جدول به (پايگاه داده<b>.</b>جدول):';
|
||||
$strCopyTableOK = 'جدول %s به %s كپي شد.';
|
||||
$strCreate = 'ساختن';
|
||||
$strCreateIndex = 'ساخت يك فهرست در %s ستون';
|
||||
$strCreateIndexTopic = 'ساخت فهرست جديد';
|
||||
$strCreateNewDatabase = 'ساخت پايگاه داده جديد';
|
||||
$strCreateNewTable = 'ساخت جدول جديد در پايگاه داده %s';
|
||||
$strCreatePage = 'ساخت يك صفحه جديد';
|
||||
$strCreatePdfFeat = 'ساخت PDFs';
|
||||
$strCriteria = 'معيارها';
|
||||
|
||||
$strData = 'داده';
|
||||
$strDataDict = 'فرهنگ دادهها';
|
||||
$strDataOnly = 'فقط دادهها';
|
||||
$strDatabase = 'پايگاه داده ';
|
||||
$strDatabaseHasBeenDropped = 'پايگاه داده %s حذف گرديد.';
|
||||
$strDatabaseWildcard = 'پايگاهداده (wildcards allowed):';
|
||||
$strDatabases = 'پايگاههاي داده';
|
||||
$strDatabasesStats = 'آمار پايگاههاي داده';
|
||||
$strDefault = 'پيشفرض';
|
||||
$strDelete = 'حذف';
|
||||
$strDeleteFailed = 'حذف نگرديد!';
|
||||
$strDeleteUserMessage = 'شما كاربر %s را حذف نموديد.';
|
||||
$strDeleted = 'سطر حذف گرديد .';
|
||||
$strDeletedRows = 'سطرهاي حذفشده :';
|
||||
$strDescending = 'نزولي';
|
||||
$strDisabled = 'غيرفعال';
|
||||
$strDisplay = 'نمايش';
|
||||
$strDisplayFeat = 'نمايش خصوصيات';
|
||||
$strDisplayOrder = 'ترتيب نمايش:';
|
||||
$strDisplayPDF = 'نمايش الگوي PDF';
|
||||
$strDoAQuery = 'انجام يك "پرس و جو با نمونه" (wildcard: "%")';
|
||||
$strDoYouReally = 'آيا مطمئن هستيد ';
|
||||
$strDocu = 'مستندات';
|
||||
$strDrop = 'حذف';
|
||||
$strDropDB = 'حذف پايگاه داده %s';
|
||||
$strDropTable = 'حذف جدول';
|
||||
$strDumpXRows = 'حذف %s سطر(ها) ابتدا از سطر شماره %s.';
|
||||
$strDumpingData = 'حذف دادههاي جدول';
|
||||
$strDynamic = 'پويا';
|
||||
|
||||
$strEdit = 'ويرايش';
|
||||
$strEditPDFPages = 'ويرايش صفحات PDF';
|
||||
$strEditPrivileges = 'ويرايش امتيازات';
|
||||
$strEffective = 'موثر';
|
||||
$strEmpty = 'خالي كردن';
|
||||
$strEmptyResultSet = 'MySQL يك نتيجه خالي داد. (مثلا 0 سطر).';
|
||||
$strEnabled = 'فعال';
|
||||
$strEnd = 'انتها';
|
||||
$strEndCut = 'END CUT';
|
||||
$strEndRaw = 'END RAW';
|
||||
$strEnglishPrivileges = ' نكته : نام امتيازات MySQL به زبان انگليسي بيان ميشود .';
|
||||
$strError = 'خطا';
|
||||
$strExplain = 'شرح دادن SQL';
|
||||
$strExport = 'صدور';
|
||||
$strExportToXML = 'صدور به قالب XML';
|
||||
$strExtendedInserts = 'وروديهاي تمديدشده';
|
||||
$strExtra = 'اضافي';
|
||||
|
||||
$strField = 'ستون';
|
||||
$strFieldHasBeenDropped = 'ستون %s حذف گرديد';
|
||||
$strFields = 'ستونها';
|
||||
$strFieldsEmpty = ' تعداد ستونها خالي است! ';
|
||||
$strFieldsEnclosedBy = 'ستونهاي درميانگرفته با';
|
||||
$strFieldsEscapedBy = 'ستونهاي جداشده با';
|
||||
$strFieldsTerminatedBy = 'ستونهاي منتهي به';
|
||||
$strFixed = 'fixed';
|
||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||
$strFormEmpty = 'مقداري در فرم وارد نشده !';
|
||||
$strFormat = 'قالب';
|
||||
$strFullText = 'كاملا متن';
|
||||
$strFunction = 'تابع';
|
||||
|
||||
$strGenBy = 'توليدشده توسط';
|
||||
$strGenTime = 'زمان توليد';
|
||||
$strGo = 'تاييد';
|
||||
$strGrants = 'امتيازدهي';
|
||||
$strGzip = '"gzipped"';
|
||||
|
||||
$strHasBeenAltered = 'تغيير دادهشد.';
|
||||
$strHasBeenCreated = 'ساخته شد.';
|
||||
$strHaveToShow = 'شما حذاقل بايد يك ستون را براي نمايش انتخاب نماييد';
|
||||
$strHome = 'خانه';
|
||||
$strHomepageOfficial = 'صفحه خانه رسمي phpMyAdmin';
|
||||
$strHomepageSourceforge = 'صفحه بارگذاري Sourceforge phpMyAdmin';
|
||||
$strHost = 'ميزبان';
|
||||
$strHostEmpty = 'نام ميزبان خالي است!';
|
||||
|
||||
$strIdxFulltext = 'كاملا متن';
|
||||
$strIfYouWish = 'اگر ميخواهيد كه فقط بعضي از ستونهاي جدول را بارگذاري نماييد ، ليست ستونها را با كاما از هم جدا نماييد.';
|
||||
$strIgnore = 'Ignore';
|
||||
$strImportDocSQL = 'وارد كردن پروندههاي docSQL';
|
||||
$strInUse = 'in use';
|
||||
$strIndex = 'فهرست';
|
||||
$strIndexHasBeenDropped = 'فهرست %s حذف گرديد';
|
||||
$strIndexName = 'اسم فهرست :';
|
||||
$strIndexType = 'نوع فهرست :';
|
||||
$strIndexes = 'فهرستها';
|
||||
$strInsecureMySQL = 'پرونده پيكربندي شما حاوي تنظيماتي است (كاربر root بدون اسم رمز) كه مرتبط با حساب پيشفرض MySQL ميباشد. اجراي MySQL با اين پيشفرض باعث ورود غيرمجاز ميشود ، و شما بايد اين حفره امنيتي را ذرست كنيد.';
|
||||
$strInsert = 'درج';
|
||||
$strInsertAsNewRow = 'درج به عنوان يك سطر جديد';
|
||||
$strInsertNewRow = 'درج سطر جديد';
|
||||
$strInsertTextfiles = 'درج دادهها از يك پرونده متني در جدول';
|
||||
$strInsertedRows = 'سطرهاي درجشده:';
|
||||
$strInstructions = 'راهنمايي';
|
||||
$strInvalidName = '"%s" يكي از كلمات ذخيرهشده(كليدي) ميباشد, شما نميتوانيد از آن به عنوان نام پايگاهداده/جدول/ستون استفاده نماييد.';
|
||||
|
||||
$strKeepPass = 'عدم تغيير اسم رمز';
|
||||
$strKeyname = 'Keyname';
|
||||
$strKill = 'Kill';
|
||||
|
||||
$strLength = 'طول';
|
||||
$strLengthSet = 'طول/مقادير*';
|
||||
$strLimitNumRows = 'تعداد سطرها در هر صفحه';
|
||||
$strLineFeed = 'تعويض خط: \\n';
|
||||
$strLines = 'خطوط';
|
||||
$strLinesTerminatedBy = 'خطوط منتهي به';
|
||||
$strLinkNotFound = 'پيوند پيدا نشد';
|
||||
$strLinksTo = 'پيوند به';
|
||||
$strLocationTextfile = 'محل پرونده متني';
|
||||
$strLogPassword = 'اسم رمز:';
|
||||
$strLogUsername = 'نام كاربر:';
|
||||
$strLogin = 'ورود';
|
||||
$strLogout = 'خروج';
|
||||
|
||||
$strMissingBracket = 'فاقد كروشه';
|
||||
$strModifications = 'اصلاحات ذخيره گرديد';
|
||||
$strModify = 'اصلاح';
|
||||
$strModifyIndexTopic = 'اصلاح يك فهرست';
|
||||
$strMoveTable = 'انتقال جدول به (پايگاه داده<b>.</b>جدول):';
|
||||
$strMoveTableOK = 'جدول %s به %s انتقال دادهشد.';
|
||||
$strMySQLCharset = 'مجموع كاراكترهاي MySQL';
|
||||
$strMySQLReloaded = 'MySQL مجددا بارگذاري شد.';
|
||||
$strMySQLSaid = 'پيغام MySQL :';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% اجراشده در ميزبان %pma_s2% توسط %pma_s3%';
|
||||
$strMySQLShowProcess = 'نمايش فرايندها';
|
||||
$strMySQLShowStatus = 'نمايش اطلاعات MySQL';
|
||||
$strMySQLShowVars = 'نمايش متغيرهاي سيستمي MySQL';
|
||||
|
||||
$strName = 'اسم';
|
||||
$strNext = 'بعد';
|
||||
$strNo = 'خير';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDescription = 'no Description';
|
||||
$strNoDropDatabases = 'دستور "DROP DATABASE" غيرفعال ميباشد.';
|
||||
$strNoIndex = 'هيچ فهرستي تعريفنشدهاست!';
|
||||
$strNoPassword = 'بدون اسم رمز';
|
||||
$strNoPhp = 'بدون كد PHP';
|
||||
$strNoQuery = 'No SQL query!';
|
||||
$strNoTablesFound = 'در اين پايگاه داده هيچ جدولي وجود ندارد .';
|
||||
$strNoUsersFound = 'هيچ كاربري وچود ندارد.';
|
||||
$strNone = 'خير';
|
||||
$strNotNumber = 'اين يك عدد نيست!';
|
||||
$strNotOK = 'not OK';
|
||||
$strNotSet = 'جدول <b>%s</b> وجود ندارد و يا در %s تنظيم نشدهاست';
|
||||
$strNotValidNumber = ' يك شماره سطر صحيح نيست!';
|
||||
$strNull = 'خالي';
|
||||
$strNumTables = 'جدولها';
|
||||
|
||||
$strOK = 'تاييد';
|
||||
$strOftenQuotation = 'اغلب علامت نقل قول. اختياري به اين معني است كه فقط ستونهاي char و varchar توسط كاراكتر "enclosed by" درميان گرفتهميشوند.';
|
||||
$strOperations = 'عمليات';
|
||||
$strOptimizeTable = 'بهينهسازي جدول';
|
||||
$strOptionalControls = 'اختياري. كنترل چگونگي خواندن و نوشتن كاراكترهاي خاص.';
|
||||
$strOptionally = 'اختياري';
|
||||
$strOptions = 'انتخابها';
|
||||
$strOr = 'يا';
|
||||
|
||||
$strPHPVersion = 'نسخه PHP';
|
||||
$strPageNumber = 'شماره صفحه:';
|
||||
$strPassword = 'اسم رمز';
|
||||
$strPasswordEmpty = 'اسم رمز خالي است!';
|
||||
$strPasswordNotSame = 'اسم رمزها مانند هم نميباشد!';
|
||||
$strPdfInvalidTblName = 'جدول "%s" وجود ندارد!';
|
||||
$strPdfNoTables = 'No tables';
|
||||
$strPhp = 'ساخت كد PHP';
|
||||
$strPmaDocumentation = 'مستندات phpMyAdmin';
|
||||
$strPos1 = 'شروع';
|
||||
$strPrevious = 'قبل';
|
||||
$strPrimary = 'اصلي';
|
||||
$strPrimaryKey = 'كيد اصلي';
|
||||
$strPrimaryKeyHasBeenDropped = 'كليد اصلي حذف گرديد';
|
||||
$strPrimaryKeyName = 'نام كليد اصلي بايد PRIMARY باشد !';
|
||||
$strPrimaryKeyWarning = '(<b>فقط و فقط بايد</b> "PRIMARY" نام يك كليد اصلي باشد!)';
|
||||
$strPrint = 'چاپ';
|
||||
$strPrintView = 'نماي چاپ';
|
||||
$strPrivileges = 'امتيازات';
|
||||
$strProperties = 'خصوصيات';
|
||||
$strPutColNames = 'قراردادن نام ستونها در اولين سطر';
|
||||
|
||||
$strQBE = 'پرس و جو';
|
||||
$strQBEDel = 'Del';
|
||||
$strQBEIns = 'Ins';
|
||||
$strQueryOnDb = 'پرس و جوي SQL از پايگاه داده <b>%s</b>:';
|
||||
|
||||
$strReType = 'تكرار';
|
||||
$strRecords = 'سطرها';
|
||||
$strRelationNotWorking ='امكانات اضافي براي كاركردن با جدولهاي پيوندي غيرفعال شدهاست . براي پيداكردن دليل آن %sاينجا%s را بزنيد .';
|
||||
$strReloadMySQL = 'بار كردن مجدد MySQL';
|
||||
$strRememberReload = 'سرور را مجددا بارگذاري نماييد.';
|
||||
$strRenameTable = 'بازناميدن جدول به';
|
||||
$strRenameTableOK = 'جدول %s به %s تغيير نام دادهشد';
|
||||
$strRepairTable = 'مرمت جدول';
|
||||
$strReplace = 'جايگذاري';
|
||||
$strReplaceTable = 'جايگزيني دادههاي جدول با پرونده';
|
||||
$strReset = 'Reset';
|
||||
$strRevoke = 'ابطال';
|
||||
$strRevokeGrant = 'ابطال امتيازدهي';
|
||||
$strRevokeGrantMessage = 'شما امتيازدهي براي %s را ابطال كرديد';
|
||||
$strRevokeMessage = 'شما امتيازات %s را ابطال كرديد';
|
||||
$strRevokePriv = 'ابطال امتيازات';
|
||||
$strRowLength = 'طول سطر';
|
||||
$strRowSize = ' اندازه سطر ';
|
||||
$strRows = 'سطرها';
|
||||
$strRowsFrom = 'سطر(ها) ابتدا از سطر شماره ';
|
||||
$strRowsModeHorizontal = 'افقي';
|
||||
$strRowsModeVertical = 'عمودي';
|
||||
$strRowsStatistic = 'آمار سطرها';
|
||||
$strRunQuery = 'Submit Query';
|
||||
$strRunSQLQuery = 'اجراي پرس و جو(ها)ي SQL در پايگاهداده %s';
|
||||
$strRunning = 'در ميزبان %s';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
$strSQLQuery = 'پرس و جوي SQL';
|
||||
$strSQLResult = 'نتيجه SQL';
|
||||
$strSave = 'ذخيره';
|
||||
$strSearch = 'جستجو';
|
||||
$strSearchFormTitle = 'جستجو در پايگاهداده';
|
||||
$strSearchInTables = 'در جدول(هاي) :';
|
||||
$strSearchNeedle = 'كلمه(ها) يا مقدار(ها) براي جستجو (wildcard: "%"):';
|
||||
$strSearchOption1 = 'حداقل يكي از كلمات';
|
||||
$strSearchOption2 = 'تمامي كلمات';
|
||||
$strSearchOption3 = 'عبارت كامل';
|
||||
$strSearchOption4 = 'بعنوان مبين منظم(as regular expression)';
|
||||
$strSearchResultsFor = 'نتيجه جستجوي "<i>%s</i>" %s:';
|
||||
$strSearchType = 'نوع جستجو :';
|
||||
$strSelect = 'انتخاب';
|
||||
$strSelectADb = 'لطفا يك پايگاه داده را انتخاب نماييد.';
|
||||
$strSelectAll = 'انتخاب همه';
|
||||
$strSelectFields = 'ستونها را انتخاب نماييد (حداقل يكي)';
|
||||
$strSelectNumRows = 'in query';
|
||||
$strSelectTables = 'Select Tables';
|
||||
$strSend = 'ذخيره به صورت پرونده';
|
||||
$strServer = 'سرور %s';
|
||||
$strServerVersion = 'نسخه سرور';
|
||||
$strSetEnumVal = 'اگر نوع ستون "enum" يا "set" ميباشد ، لطفا براي ورود مقادير از اين قالب استفاده نماييد : \'a\',\'b\',\'c\'...<br /> اگر احتياج داشتيد كه از علامت مميز برعكس(بكاسلش) (" \ ") يا نقلقول تكي (" \' ") در آن مقادير استفاده نماييد ، قبل از آنها علامت (" \ ") را بگذاريد<br /> (براي مثال\'\\\\xyz\' يا \'a\\\'b\')';
|
||||
$strShow = 'نمايش';
|
||||
$strShowAll = 'نمايش همه';
|
||||
$strShowColor = 'نمايش رنگ';
|
||||
$strShowCols = 'نمايش ستونها';
|
||||
$strShowGrid = 'Show grid';
|
||||
$strShowPHPInfo = 'نمايش اطلاعات PHP';
|
||||
$strShowTableDimension = 'نمايش ابعاد جدولها';
|
||||
$strShowTables = 'نمايش جدولها';
|
||||
$strShowThisQuery = ' نمايش دوباره اين پرس و جو در اينجا ';
|
||||
$strShowingRecords = 'Showing rows';
|
||||
$strSingly = '(تنها)';
|
||||
$strSize = 'اندازه';
|
||||
$strSort = 'ترتيب';
|
||||
$strSpaceUsage = 'فضاي استفادهشده';
|
||||
$strSplitWordsWithSpace = 'كلمات با علامت فاصله (" ") جدا ميشوند.';
|
||||
$strStatement = 'شرج';
|
||||
$strStrucCSV = 'دادههاي CSV';
|
||||
$strStrucData = 'ساختار و دادهها';
|
||||
$strStrucDrop = 'افزودن \'جدول حذفشده\'';
|
||||
$strStrucExcelCSV = 'CSV براي دادههاي Ms Excel';
|
||||
$strStrucOnly = 'فقط ساختار';
|
||||
$strStructPropose = 'پيشنهاد ساختار جدول';
|
||||
$strStructure = 'ساختار';
|
||||
$strSubmit = 'ارسال';
|
||||
$strSuccess = 'پرس و جوي SQL شما با موفقيت اجرا گرديد';
|
||||
$strSum = 'مجموع';
|
||||
|
||||
$strTable = 'جدول';
|
||||
$strTableComments = 'توضيحات جدول';
|
||||
$strTableEmpty = 'نام جدول وارد نشدهاست !';
|
||||
$strTableHasBeenDropped = 'جدول %s حذف گرديد';
|
||||
$strTableHasBeenEmptied = 'جدول %s خالي شد';
|
||||
$strTableMaintenance = 'نگهداشت جدول';
|
||||
$strTableType = 'نوع جدول';
|
||||
$strTables = '%s جدول(ها)';
|
||||
$strTheContent = 'محتويات پرونده شما قرادادهشد.';
|
||||
$strTotal = 'جمع كل';
|
||||
$strTotalUC = 'جمع كل';
|
||||
$strType = 'نوع';
|
||||
|
||||
$strUncheckAll = 'عدم انتخاب همه';
|
||||
$strUnique = 'يكتا';
|
||||
$strUnselectAll = 'عدم انتخاب همه';
|
||||
$strUpdatePrivMessage = 'امتيازات %s به هنگام گرديد.';
|
||||
$strUpdateProfile = 'به هنگام درآوري تنظيمات:';
|
||||
$strUpdateProfileMessage = 'تنظيمات به هنگام گرديد.';
|
||||
$strUpdateQuery = 'بههنگام سازي پرس و جو';
|
||||
$strUsage = 'استفاده';
|
||||
$strUseBackquotes = 'قراردادن نام جدولها و ستونها بين علامت نقلقول (" \' ")';
|
||||
$strUseTables = 'بكارگيري جدولها';
|
||||
$strUser = 'كاربر';
|
||||
$strUserEmpty = 'نام كاربر خالي است!';
|
||||
$strUserName = 'نام كاربر';
|
||||
$strUsers = 'كاربران';
|
||||
|
||||
$strValidateSQL = 'معتبرسازي SQL';
|
||||
$strValue = 'مقدار';
|
||||
$strViewDump = 'نمايش الگوي جدول';
|
||||
$strViewDumpDB = 'نمايش الگوي پايگاه داده';
|
||||
|
||||
$strWebServerUploadDirectoryError = 'پوشهاي را كه براي انتقال فايل انتخاب كردهايد قابل دسترسي نيست.';
|
||||
$strWelcome = 'به %s خوشآمديد';
|
||||
$strWithChecked = 'موارد انتخابشده :';
|
||||
$strWrongUser = 'نام كاربر/اسم رمز اشتباه است. دسترسي مجاز نيست.';
|
||||
|
||||
$strYes = 'بلي';
|
||||
|
||||
$strZip = '"zipped"';
|
||||
// To translate
|
||||
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
|
||||
|
||||
$strAbortedClients = 'Aborted'; //to translate
|
||||
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
|
||||
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
|
||||
$strAddDropDatabase = 'Add DROP DATABASE'; //to translate
|
||||
$strAddIntoComments = 'Add into comments'; //to translate
|
||||
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
|
||||
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
|
||||
$strAddToIndex = 'Add to index %s column(s)'; //to translate
|
||||
$strAddedColumnComment = 'Added comment for column'; //to translate
|
||||
$strAddedColumnRelation = 'Added relation for column'; //to translate
|
||||
$strAdministration = 'Administration'; //to translate
|
||||
$strArabic = 'Arabic'; //to translate
|
||||
$strArmenian = 'Armenian'; //to translate
|
||||
$strAutodetect = 'Autodetect'; //to translate
|
||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||
|
||||
$strBaltic = 'Baltic'; //to translate
|
||||
$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
|
||||
$strBookmarkLabel = 'Label'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
|
||||
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
|
||||
$strBookmarkView = 'View only'; //to translate
|
||||
$strBrowseForeignValues = 'Browse foreign values'; //to translate
|
||||
$strBulgarian = 'Bulgarian'; //to translate
|
||||
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
|
||||
|
||||
$strCSVOptions = 'CSV options'; //to translate
|
||||
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
|
||||
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
|
||||
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
|
||||
$strCardinality = 'Cardinality'; //to translate
|
||||
$strCaseInsensitive = 'case-insensitive'; //to translate
|
||||
$strCaseSensitive = 'case-sensitive'; //to translate
|
||||
$strCentralEuropean = 'Central European'; //to translate
|
||||
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
|
||||
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
|
||||
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
|
||||
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
|
||||
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
|
||||
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
|
||||
$strCharset = 'Charset'; //to translate
|
||||
$strCharsets = 'Charsets'; //to translate
|
||||
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
|
||||
$strCheckPrivs = 'Check Privileges'; //to translate
|
||||
$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate
|
||||
$strCollation = 'Collation'; //to translate
|
||||
$strColumnPrivileges = 'Column-specific privileges'; //to translate
|
||||
$strCommand = 'Command'; //to translate
|
||||
$strConnections = 'Connections'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
|
||||
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
|
||||
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
|
||||
$strCroatian = 'Croatian'; //to translate
|
||||
$strCyrillic = 'Cyrillic'; //to translate
|
||||
$strCzech = 'Czech'; //to translate
|
||||
|
||||
$strDBComment = 'Database comment: '; //to translate
|
||||
$strDBGContext = 'Context'; //to translate
|
||||
$strDBGContextID = 'Context ID'; //to translate
|
||||
$strDBGHits = 'Hits'; //to translate
|
||||
$strDBGLine = 'Line'; //to translate
|
||||
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
|
||||
$strDBGMinTimeMs = 'Min time, ms'; //to translate
|
||||
$strDBGModule = 'Module'; //to translate
|
||||
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
|
||||
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
|
||||
$strDanish = 'Danish'; //to translate
|
||||
$strDatabaseExportOptions = 'Database export options'; //to translate
|
||||
$strDatabaseNoTable = 'This database contains no table!'; //to translate
|
||||
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
|
||||
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
|
||||
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
|
||||
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
|
||||
$strDbPrivileges = 'Database-specific privileges'; //to translate
|
||||
$strDbSpecific = 'database-specific'; //to translate
|
||||
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
|
||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
|
||||
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
|
||||
$strDeleting = 'Deleting %s'; //to translate
|
||||
$strDescription = 'Description'; //to translate
|
||||
$strDictionary = 'dictionary'; //to translate
|
||||
$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
|
||||
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
|
||||
$strDumpComments = 'Include column comments as inline SQL-comments'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
|
||||
$strEnglish = 'English'; //to translate
|
||||
$strEstonian = 'Estonian'; //to translate
|
||||
$strExcelOptions = 'Excel options'; //to translate
|
||||
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
|
||||
|
||||
$strFailedAttempts = 'Failed attempts'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileCouldNotBeRead = 'File could not be read'; //to translate
|
||||
$strFileNameTemplate = 'File name template'; //to translate
|
||||
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.'; //to translate
|
||||
$strFileNameTemplateRemember = 'remember template'; //to translate
|
||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
|
||||
|
||||
$strGeneralRelationFeat = 'General relation features'; //to translate
|
||||
$strGerman = 'German'; //to translate
|
||||
$strGlobal = 'global'; //to translate
|
||||
$strGlobalPrivileges = 'Global privileges'; //to translate
|
||||
$strGlobalValue = 'Global value'; //to translate
|
||||
$strGrantOption = 'Grant'; //to translate
|
||||
$strGreek = 'Greek'; //to translate
|
||||
|
||||
$strHebrew = 'Hebrew'; //to translate
|
||||
$strHungarian = 'Hungarian'; //to translate
|
||||
|
||||
$strId = 'ID'; //to translate
|
||||
$strIgnoringFile = 'Ignoring file %s'; //to translate
|
||||
$strImportFiles = 'Import files'; //to translate
|
||||
$strImportFinished = 'Import finished'; //to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$strInsertedRowId = 'Inserted row id:'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
|
||||
$strJapanese = 'Japanese'; //to translate
|
||||
$strJumpToDB = 'Jump to database "%s".'; //to translate
|
||||
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
|
||||
$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
|
||||
|
||||
$strKorean = 'Korean'; //to translate
|
||||
|
||||
$strLaTeX = 'LaTeX'; //to translate
|
||||
$strLaTeXOptions = 'LaTeX options'; //to translate
|
||||
$strLandscape = 'Landscape'; //to translate
|
||||
$strLatexCaption = 'Table caption'; //to translate
|
||||
$strLatexContent = 'Content of table __TABLE__'; //to translate
|
||||
$strLatexContinued = '(continued)'; //to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption'; //to translate
|
||||
$strLatexIncludeCaption = 'Include table caption'; //to translate
|
||||
$strLatexLabel = 'Label key'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
|
||||
$strLithuanian = 'Lithuanian'; //to translate
|
||||
$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
|
||||
$strLoadMethod = 'LOAD method'; //to translate
|
||||
$strLocalhost = 'Local'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strLoginInformation = 'Login Information'; //to translate
|
||||
|
||||
$strMIME_MIMEtype = 'MIME-type'; //to translate
|
||||
$strMIME_available_mime = 'Available MIME-types'; //to translate
|
||||
$strMIME_available_transform = 'Available transformations'; //to translate
|
||||
$strMIME_description = 'Description'; //to translate
|
||||
$strMIME_file = 'Filename'; //to translate
|
||||
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.'; //to translate
|
||||
$strMIME_transformation = 'Browser transformation'; //to translate
|
||||
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; //to translate
|
||||
$strMIME_transformation_options = 'Transformation options'; //to translate
|
||||
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
|
||||
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; //to translate
|
||||
$strMoreStatusVars = 'More status variables'; //to translate
|
||||
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
|
||||
$strMultilingual = 'multilingual'; //to translate
|
||||
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
|
||||
|
||||
$strNoDatabasesSelected = 'No databases selected.'; //to translate
|
||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
|
||||
$strNoIndexPartsDefined = 'No index parts defined!'; //to translate
|
||||
$strNoModification = 'No change'; //to translate
|
||||
$strNoOptions = 'This format has no options'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoPrivileges = 'No Privileges'; //to translate
|
||||
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoUsersSelected = 'No users selected.'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
|
||||
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
|
||||
|
||||
$strOverhead = 'Overhead'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
|
||||
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
|
||||
$strPaperSize = 'Paper size'; //to translate
|
||||
$strPartialText = 'Partial Texts'; //to translate
|
||||
$strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate
|
||||
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
|
||||
$strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
|
||||
$strPerHour = 'per hour'; //to translate
|
||||
$strPerMinute = 'per minute'; //to translate
|
||||
$strPerSecond = 'per second'; //to translate
|
||||
$strPhoneBook = 'phone book'; //to translate
|
||||
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
|
||||
$strPortrait = 'Portrait'; //to translate
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
|
||||
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
|
||||
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
|
||||
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
|
||||
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
|
||||
$strPrivDescDelete = 'Allows deleting data.'; //to translate
|
||||
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
|
||||
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
|
||||
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
|
||||
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
|
||||
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
|
||||
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
|
||||
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
|
||||
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
|
||||
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
|
||||
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
|
||||
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
|
||||
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
|
||||
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
|
||||
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
|
||||
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
|
||||
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
|
||||
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
|
||||
$strPrivDescSelect = 'Allows reading data.'; //to translate
|
||||
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
|
||||
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
|
||||
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
|
||||
$strPrivDescUpdate = 'Allows changing data.'; //to translate
|
||||
$strPrivDescUsage = 'No privileges.'; //to translate
|
||||
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
|
||||
$strProcesslist = 'Process list'; //to translate
|
||||
|
||||
$strQueryFrame = 'Query window'; //to translate
|
||||
$strQueryFrameDebug = 'Debugging information'; //to translate
|
||||
$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.'; //to translate
|
||||
$strQuerySQLHistory = 'SQL-history'; //to translate
|
||||
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; //to translate
|
||||
$strQueryTime = 'Query took %01.4f sec'; //to translate
|
||||
$strQueryType = 'Query type'; //to translate
|
||||
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
|
||||
|
||||
$strReceived = 'Received'; //to translate
|
||||
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
|
||||
$strRelationView = 'Relation view'; //to translate
|
||||
$strRelationalSchema = 'Relational schema'; //to translate
|
||||
$strRelations = 'Relations'; //to translate
|
||||
$strReloadFailed = 'MySQL reload failed.'; //to translate
|
||||
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
|
||||
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
|
||||
$strReplaceNULLBy = 'Replace NULL by'; //to translate
|
||||
$strResourceLimits = 'Resource limits'; //to translate
|
||||
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
|
||||
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
|
||||
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; //to translate
|
||||
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||
$strRussian = 'Russian'; //to translate
|
||||
|
||||
$strSQLOptions = 'SQL options'; //to translate
|
||||
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
|
||||
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
|
||||
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
|
||||
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
|
||||
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
|
||||
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
|
||||
$strSent = 'Sent'; //to translate
|
||||
$strServerChoice = 'Server Choice'; //to translate
|
||||
$strServerStatus = 'Runtime Information'; //to translate
|
||||
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
|
||||
$strServerTabProcesslist = 'Processes'; //to translate
|
||||
$strServerTabVariables = 'Variables'; //to translate
|
||||
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
|
||||
$strServerVars = 'Server variables and settings'; //to translate
|
||||
$strSessionValue = 'Session value'; //to translate
|
||||
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
|
||||
$strShowFullQueries = 'Show Full Queries'; //to translate
|
||||
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strStatCheckTime = 'Last check'; //to translate
|
||||
$strStatCreateTime = 'Creation'; //to translate
|
||||
$strStatUpdateTime = 'Last update'; //to translate
|
||||
$strStatus = 'Status'; //to translate
|
||||
$strSwedish = 'Swedish'; //to translate
|
||||
$strSwitchToTable = 'Switch to copied table'; //to translate
|
||||
|
||||
$strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
|
||||
$strTableOfContents = 'Table of contents'; //to translate
|
||||
$strTableOptions = 'Table options'; //to translate
|
||||
$strTableStructure = 'Table structure for table'; //to translate
|
||||
$strTblPrivileges = 'Table-specific privileges'; //to translate
|
||||
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
|
||||
$strThai = 'Thai'; //to translate
|
||||
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; //to translate
|
||||
$strTheTerminator = 'The terminator of the fields.'; //to translate
|
||||
$strThisHost = 'This Host'; //to translate
|
||||
$strThisNotDirectory = 'This was not a directory'; //to translate
|
||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
|
||||
$strTime = 'Time'; //to translate
|
||||
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
|
||||
$strTraditionalChinese = 'Traditional Chinese'; //to translate
|
||||
$strTraffic = 'Traffic'; //to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; //to translate
|
||||
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
|
||||
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().'; //to translate
|
||||
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; //to translate
|
||||
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; //to translate
|
||||
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
|
||||
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
|
||||
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .'; //to translate
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.'; //to translate
|
||||
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
|
||||
$strTurkish = 'Turkish'; //to translate
|
||||
|
||||
$strUkrainian = 'Ukrainian'; //to translate
|
||||
$strUnicode = 'Unicode'; //to translate
|
||||
$strUnknown = 'unknown'; //to translate
|
||||
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strUseHostTable = 'Use Host Table'; //to translate
|
||||
$strUseTextField = 'Use text field'; //to translate
|
||||
$strUseThisValue = 'Use this value'; //to translate
|
||||
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
|
||||
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
|
||||
$strUserOverview = 'User overview'; //to translate
|
||||
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
|
||||
$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate
|
||||
|
||||
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
|
||||
$strVar = 'Variable'; //to translate
|
||||
$strViewDumpDatabases = 'View dump (schema) of databases'; //to translate
|
||||
|
||||
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
|
||||
$strWestEuropean = 'West European'; //to translate
|
||||
$strWildcard = 'wildcard'; //to translate
|
||||
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
|
||||
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
|
||||
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
|
||||
|
||||
$strXML = 'XML'; //to translate
|
||||
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
|
||||
?>
|
743
lang/persian-windows-1256.inc.php3
Normal file
743
lang/persian-windows-1256.inc.php3
Normal file
@@ -0,0 +1,743 @@
|
||||
<?php
|
||||
|
||||
/* $Id$ */
|
||||
/*
|
||||
Persian(Farsi) translation by : Bornis Group
|
||||
www.BornisGroup.com
|
||||
info@BornisGroup.com
|
||||
*/
|
||||
$charset = 'windows-1256';
|
||||
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
|
||||
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
|
||||
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
|
||||
$number_thousands_separator = ',';
|
||||
$number_decimal_separator = '.';
|
||||
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
|
||||
$byteUnits = array('<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>', 'ǐ<><C790> <20><><EFBFBD><EFBFBD>');
|
||||
|
||||
$day_of_week = array('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><>̝<EFBFBD><CC9D><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>');
|
||||
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<><C290><EFBFBD>', 'Ӂ<><D381><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d %B %Y <20><><EFBFBD><EFBFBD> %I:%M %p';
|
||||
|
||||
|
||||
$strAPrimaryKey = '<27><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> %s <20><><EFBFBD><EFBFBD><EFBFBD> <20><>';
|
||||
$strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strAction = '<27><><EFBFBD>';
|
||||
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strAddPriv = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strAddPrivMessage = '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strAddSearchConditions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD> "where"):';
|
||||
$strAddUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strAddUserMessage = '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strAffectedRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ڝ<EFBFBD><DA9D><EFBFBD>:';
|
||||
$strAfter = '<27><><EFBFBD> <20><> %s';
|
||||
$strAfterInsertBack = '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strAfterInsertNewInsert = '<27><><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strAll = '<27><><EFBFBD>';
|
||||
$strAllTableSameWidth = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAlterOrderBy = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>';
|
||||
$strAnIndex = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> %s <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strAnalyzeTable = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strAnd = '<27>';
|
||||
$strAny = '<27><><EFBFBD>';
|
||||
$strAnyColumn = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAnyDatabase = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strAnyHost = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAnyTable = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAnyUser = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAscending = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAtBeginningOfTable = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strAtEndOfTable = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strAttr = '<27>펐<EFBFBD><ED8E90><EFBFBD>';
|
||||
|
||||
$strBack = '<27><>Ґ<EFBFBD><D290>';
|
||||
$strBeginCut = 'BEGIN CUT';
|
||||
$strBeginRaw = 'BEGIN RAW';
|
||||
$strBinary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strBrowse = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strBzip = '"bzipped"';
|
||||
|
||||
$strCantLoadMySQL = '<27><>ѐ<EFBFBD><D190><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,<br /><3E><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD><EFBFBD>) PHP <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strCantLoadRecodeIconv = '<27><>ѐ<EFBFBD><D190><EFBFBD><EFBFBD> iconv <20><> recode extension <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϡ php <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (charset conversion) <20><> <20><> phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strCantRenameIdxToPrimary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> PRIMARY <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
|
||||
$strCarriage = '<27><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD>: \\r';
|
||||
$strChange = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strChangeDisplay = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strChangePassword = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>';
|
||||
$strCharsetOfFile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
|
||||
$strCheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strCheckDbPriv = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strCheckTable = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strChoosePage = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strColComFeat = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strColumn = '<27><><EFBFBD><EFBFBD>';
|
||||
$strColumnNames = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strCompleteInserts = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strCompression = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strConfigFileError = 'phpMyAdmin <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!<br /><3E><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> php <20><><EFBFBD><EFBFBD>.<br /><3E><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD>) <20><><EFBFBD><EFBFBD> php <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> (" \' ") <20><> <20><>ѐ<EFBFBD><D190><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (" ; ") <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.<br />ǐ<> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>.';
|
||||
$strConfigureTableCoord = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> %s <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strConfirm = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>Ͽ';
|
||||
$strCopyTable = '߁<> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><b>.</b><3E><><EFBFBD><EFBFBD>):';
|
||||
$strCopyTableOK = '<27><><EFBFBD><EFBFBD> %s <20><> %s ߁<> <20><>.';
|
||||
$strCreate = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strCreateIndex = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> %s <3B><><EFBFBD><EFBFBD>';
|
||||
$strCreateIndexTopic = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strCreateNewDatabase = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strCreateNewTable = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> %s';
|
||||
$strCreatePage = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strCreatePdfFeat = '<27><><EFBFBD><EFBFBD> PDFs';
|
||||
$strCriteria = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
||||
$strData = '<27><><EFBFBD><EFBFBD>';
|
||||
$strDataDict = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strDataOnly = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strDatabase = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ';
|
||||
$strDatabaseHasBeenDropped = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strDatabaseWildcard = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (wildcards allowed):';
|
||||
$strDatabases = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strDatabasesStats = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strDefault = '<27><>ԝ<EFBFBD><D49D><EFBFBD>';
|
||||
$strDelete = '<27><><EFBFBD>';
|
||||
$strDeleteFailed = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
|
||||
$strDeleteUserMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> %s <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strDeleted = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> .';
|
||||
$strDeletedRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>ݝ<EFBFBD><DD9D><EFBFBD> :';
|
||||
$strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strDisabled = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strDisplay = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strDisplayFeat = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strDisplayOrder = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>:';
|
||||
$strDisplayPDF = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> PDF';
|
||||
$strDoAQuery = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> "<22><><EFBFBD> <20> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>" (wildcard: "%")';
|
||||
$strDoYouReally = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strDocu = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strDrop = '<27><><EFBFBD>';
|
||||
$strDropDB = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> %s';
|
||||
$strDropTable = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strDumpXRows = '<27><><EFBFBD> %s <20><><EFBFBD>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> %s.';
|
||||
$strDumpingData = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strDynamic = '<27><><EFBFBD><EFBFBD>';
|
||||
|
||||
$strEdit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strEditPDFPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> PDF';
|
||||
$strEditPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strEffective = '<27><><EFBFBD><EFBFBD>';
|
||||
$strEmpty = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strEmptyResultSet = 'MySQL <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>. (<28><><EFBFBD><EFBFBD> 0 <20><><EFBFBD>).';
|
||||
$strEnabled = '<27><><EFBFBD><EFBFBD>';
|
||||
$strEnd = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strEndCut = 'END CUT';
|
||||
$strEndRaw = 'END RAW';
|
||||
$strEnglishPrivileges = ' <20><><EFBFBD><EFBFBD> : <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> .';
|
||||
$strError = '<27><><EFBFBD>';
|
||||
$strExplain = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> SQL';
|
||||
$strExport = '<27><><EFBFBD><EFBFBD>';
|
||||
$strExportToXML = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> XML';
|
||||
$strExtendedInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strExtra = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
||||
$strField = '<27><><EFBFBD><EFBFBD>';
|
||||
$strFieldHasBeenDropped = '<27><><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strFieldsEmpty = ' <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>! ';
|
||||
$strFieldsEnclosedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>䝐<EFBFBD><E49D90><EFBFBD><EFBFBD> <20><>';
|
||||
$strFieldsEscapedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>';
|
||||
$strFieldsTerminatedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>';
|
||||
$strFixed = 'fixed';
|
||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||
$strFormEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> !';
|
||||
$strFormat = '<27><><EFBFBD><EFBFBD>';
|
||||
$strFullText = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strFunction = '<27><><EFBFBD><EFBFBD>';
|
||||
|
||||
$strGenBy = '<27><><EFBFBD><EFBFBD>ϝ<EFBFBD><CF9D><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strGenTime = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strGo = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strGrants = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strGzip = '"gzipped"';
|
||||
|
||||
$strHasBeenAltered = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strHasBeenCreated = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><>.';
|
||||
$strHaveToShow = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strHome = '<27><><EFBFBD><EFBFBD>';
|
||||
$strHomepageOfficial = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> phpMyAdmin';
|
||||
$strHomepageSourceforge = '<27><><EFBFBD><EFBFBD> <20><>ѐ<EFBFBD><D190><EFBFBD><EFBFBD> Sourceforge phpMyAdmin';
|
||||
$strHost = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strHostEmpty = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>!';
|
||||
|
||||
$strIdxFulltext = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strIfYouWish = 'ǐ<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><>ѐ<EFBFBD><D190><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strIgnore = 'Ignore';
|
||||
$strImportDocSQL = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> docSQL';
|
||||
$strInUse = 'in use';
|
||||
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strIndexHasBeenDropped = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strIndexName = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> :';
|
||||
$strIndexType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> :';
|
||||
$strIndexes = '<27><><EFBFBD><EFBFBD>ʝ<EFBFBD><CA9D>';
|
||||
$strInsecureMySQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD> root <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>) <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><>ԝ<EFBFBD><D49D><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD> MySQL <20><> <20><><EFBFBD> <20><>ԝ<EFBFBD><D49D><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.';
|
||||
$strInsert = '<27><><EFBFBD>';
|
||||
$strInsertAsNewRow = '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strInsertNewRow = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strInsertTextfiles = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>';
|
||||
$strInsertedRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>̝<EFBFBD><CC9D><EFBFBD>:';
|
||||
$strInstructions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strInvalidName = '"%s" <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
|
||||
$strKeepPass = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>';
|
||||
$strKeyname = 'Keyname';
|
||||
$strKill = 'Kill';
|
||||
|
||||
$strLength = '<27><><EFBFBD>';
|
||||
$strLengthSet = '<27><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>*';
|
||||
$strLimitNumRows = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD>';
|
||||
$strLineFeed = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><>: \\n';
|
||||
$strLines = '<27><><EFBFBD><EFBFBD>';
|
||||
$strLinesTerminatedBy = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>';
|
||||
$strLinkNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strLinksTo = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><>';
|
||||
$strLocationTextfile = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strLogPassword = '<27><><EFBFBD> <20><><EFBFBD>:';
|
||||
$strLogUsername = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>:';
|
||||
$strLogin = '<27><><EFBFBD><EFBFBD>';
|
||||
$strLogout = '<27><><EFBFBD><EFBFBD>';
|
||||
|
||||
$strMissingBracket = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strModifications = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strModify = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strModifyIndexTopic = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strMoveTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><b>.</b><3E><><EFBFBD><EFBFBD>):';
|
||||
$strMoveTableOK = '<27><><EFBFBD><EFBFBD> %s <20><> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strMySQLCharset = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
|
||||
$strMySQLReloaded = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD> <20><>ѐ<EFBFBD><D190><EFBFBD><EFBFBD> <20><>.';
|
||||
$strMySQLSaid = '<27><><EFBFBD><EFBFBD><EFBFBD> MySQL :';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %pma_s2% <20><><EFBFBD><EFBFBD> %pma_s3%';
|
||||
$strMySQLShowProcess = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strMySQLShowStatus = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
|
||||
$strMySQLShowVars = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
|
||||
|
||||
$strName = '<27><><EFBFBD>';
|
||||
$strNext = '<27><><EFBFBD>';
|
||||
$strNo = '<27><><EFBFBD>';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDescription = 'no Description';
|
||||
$strNoDropDatabases = '<27><><EFBFBD><EFBFBD><EFBFBD> "DROP DATABASE" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strNoIndex = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ݝ<EFBFBD><DD9D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
|
||||
$strNoPassword = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>';
|
||||
$strNoPhp = '<27><><EFBFBD><EFBFBD> <20><> PHP';
|
||||
$strNoQuery = 'No SQL query!';
|
||||
$strNoTablesFound = '<27><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> .';
|
||||
$strNoUsersFound = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strNone = '<27><><EFBFBD>';
|
||||
$strNotNumber = '<27><><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>!';
|
||||
$strNotOK = 'not OK';
|
||||
$strNotSet = '<27><><EFBFBD><EFBFBD> <b>%s</b> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><> <20><> %s <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strNotValidNumber = ' <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>!';
|
||||
$strNull = '<27><><EFBFBD><EFBFBD>';
|
||||
$strNumTables = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
||||
$strOK = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strOftenQuotation = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> char <20> varchar <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "enclosed by" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strOperations = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strOptimizeTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strOptionalControls = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>.';
|
||||
$strOptionally = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strOptions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strOr = '<27><>';
|
||||
|
||||
$strPHPVersion = '<27><><EFBFBD><EFBFBD> PHP';
|
||||
$strPageNumber = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>:';
|
||||
$strPassword = '<27><><EFBFBD> <20><><EFBFBD>';
|
||||
$strPasswordEmpty = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>!';
|
||||
$strPasswordNotSame = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
|
||||
$strPdfInvalidTblName = '<27><><EFBFBD><EFBFBD> "%s" <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>!';
|
||||
$strPdfNoTables = 'No tables';
|
||||
$strPhp = '<27><><EFBFBD><EFBFBD> <20><> PHP';
|
||||
$strPmaDocumentation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> phpMyAdmin';
|
||||
$strPos1 = '<27><><EFBFBD><EFBFBD>';
|
||||
$strPrevious = '<27><><EFBFBD>';
|
||||
$strPrimary = '<27><><EFBFBD><EFBFBD>';
|
||||
$strPrimaryKey = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strPrimaryKeyHasBeenDropped = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strPrimaryKeyName = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> PRIMARY <20><><EFBFBD><EFBFBD> !';
|
||||
$strPrimaryKeyWarning = '(<b><3E><><EFBFBD> <20> <20><><EFBFBD> <20><><EFBFBD><EFBFBD></b> "PRIMARY" <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>!)';
|
||||
$strPrint = '<27>ǁ';
|
||||
$strPrintView = '<27><><EFBFBD><EFBFBD> <20>ǁ';
|
||||
$strPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strProperties = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strPutColNames = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
|
||||
$strQBE = '<27><><EFBFBD> <20> <20><>';
|
||||
$strQBEDel = 'Del';
|
||||
$strQBEIns = 'Ins';
|
||||
$strQueryOnDb = '<27><><EFBFBD> <20> <20><><EFBFBD> SQL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <b>%s</b>:';
|
||||
|
||||
$strReType = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRecords = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRelationNotWorking ='<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> . <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> %s<><73><EFBFBD><EFBFBD><EFBFBD>%s <20><> <20><><EFBFBD><EFBFBD><EFBFBD> .';
|
||||
$strReloadMySQL = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> MySQL';
|
||||
$strRememberReload = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>ѐ<EFBFBD><D190><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strRenameTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>';
|
||||
$strRenameTableOK = '<27><><EFBFBD><EFBFBD> %s <20><> %s <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRepairTable = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strReplace = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strReplaceTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strReset = 'Reset';
|
||||
$strRevoke = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRevokeGrant = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRevokeGrantMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> %s <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRevokeMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRevokePriv = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRowLength = '<27><><EFBFBD> <20><><EFBFBD>';
|
||||
$strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ';
|
||||
$strRows = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRowsFrom = '<27><><EFBFBD>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strRowsModeHorizontal = '<27><><EFBFBD><EFBFBD>';
|
||||
$strRowsModeVertical = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRowsStatistic = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strRunQuery = 'Submit Query';
|
||||
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><>(<28><>)<29> SQL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
|
||||
$strRunning = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
|
||||
|
||||
$strSQL = 'SQL';
|
||||
$strSQLQuery = '<27><><EFBFBD> <20> <20><><EFBFBD> SQL';
|
||||
$strSQLResult = '<27><><EFBFBD><EFBFBD><EFBFBD> SQL';
|
||||
$strSave = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSearch = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSearchFormTitle = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSearchInTables = '<27><> <20><><EFBFBD><EFBFBD>(<28><><EFBFBD>) :';
|
||||
$strSearchNeedle = '<27><><EFBFBD><EFBFBD>(<28><>) <20><> <20><><EFBFBD><EFBFBD><EFBFBD>(<28><>) <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (wildcard: "%"):';
|
||||
$strSearchOption1 = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSearchOption2 = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSearchOption3 = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strSearchOption4 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(as regular expression)';
|
||||
$strSearchResultsFor = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "<i>%s</i>" %s:';
|
||||
$strSearchType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> :';
|
||||
$strSelect = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSelectADb = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strSelectAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strSelectFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>)';
|
||||
$strSelectNumRows = 'in query';
|
||||
$strSelectTables = 'Select Tables';
|
||||
$strSend = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strServer = '<27><><EFBFBD><EFBFBD> %s';
|
||||
$strServerVersion = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strSetEnumVal = 'ǐ<> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> "enum" <20><> "set" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> : \'a\',\'b\',\'c\'...<br /> ǐ<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>(<28>ߝ<EFBFBD><DF9D><EFBFBD><EFBFBD>) (" \ ") <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> (" \' ") <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (" \ ") <20><> Ȑ<><C890><EFBFBD><EFBFBD><EFBFBD><br /> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\'\\\\xyz\' <20><> \'a\\\'b\')';
|
||||
$strShow = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strShowAll = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strShowColor = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strShowCols = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strShowGrid = 'Show grid';
|
||||
$strShowPHPInfo = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP';
|
||||
$strShowTableDimension = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strShowTables = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strShowThisQuery = ' <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> ';
|
||||
$strShowingRecords = 'Showing rows';
|
||||
$strSingly = '(<28><><EFBFBD><EFBFBD>)';
|
||||
$strSize = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSort = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSpaceUsage = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSplitWordsWithSpace = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (" ") <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strStatement = '<27><><EFBFBD>';
|
||||
$strStrucCSV = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CSV';
|
||||
$strStrucData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strStrucDrop = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \'<27><><EFBFBD><EFBFBD> <20><>ݝ<EFBFBD><DD9D><EFBFBD>\'';
|
||||
$strStrucExcelCSV = 'CSV <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ms Excel';
|
||||
$strStrucOnly = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strStructPropose = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strStructure = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSubmit = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSuccess = '<27><><EFBFBD> <20> <20><><EFBFBD> SQL <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strSum = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
||||
$strTable = '<27><><EFBFBD><EFBFBD>';
|
||||
$strTableComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strTableEmpty = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> !';
|
||||
$strTableHasBeenDropped = '<27><><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strTableHasBeenEmptied = '<27><><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><>';
|
||||
$strTableMaintenance = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strTableType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strTables = '%s <20><><EFBFBD><EFBFBD>(<28><>)';
|
||||
$strTheContent = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strTotal = '<27><><EFBFBD> <20><>';
|
||||
$strTotalUC = '<27><><EFBFBD> <20><>';
|
||||
$strType = '<27><><EFBFBD>';
|
||||
|
||||
$strUncheckAll = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strUnique = '<27><><EFBFBD><EFBFBD>';
|
||||
$strUnselectAll = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
|
||||
$strUpdatePrivMessage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strUpdateProfile = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
|
||||
$strUpdateProfileMessage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><>';
|
||||
$strUsage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strUseBackquotes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (" \' ")';
|
||||
$strUseTables = '<27><><EFBFBD>ѐ<EFBFBD><D190><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strUser = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strUserEmpty = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>!';
|
||||
$strUserName = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strUsers = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
||||
$strValidateSQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL';
|
||||
$strValue = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strViewDump = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
$strViewDumpDB = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
|
||||
|
||||
$strWebServerUploadDirectoryError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.';
|
||||
$strWelcome = '<27><> %s <20><>ԝ<EFBFBD><D49D><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strWithChecked = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ȝ<EFBFBD><C89D><EFBFBD> :';
|
||||
$strWrongUser = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.';
|
||||
|
||||
$strYes = '<27><><EFBFBD>';
|
||||
|
||||
$strZip = '"zipped"';
|
||||
|
||||
// To translate
|
||||
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
|
||||
|
||||
$strAbortedClients = 'Aborted'; //to translate
|
||||
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
|
||||
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
|
||||
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
|
||||
$strAddDropDatabase = 'Add DROP DATABASE'; //to translate
|
||||
$strAddIntoComments = 'Add into comments'; //to translate
|
||||
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
|
||||
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
|
||||
$strAddToIndex = 'Add to index %s column(s)'; //to translate
|
||||
$strAddedColumnComment = 'Added comment for column'; //to translate
|
||||
$strAddedColumnRelation = 'Added relation for column'; //to translate
|
||||
$strAdministration = 'Administration'; //to translate
|
||||
$strArabic = 'Arabic'; //to translate
|
||||
$strArmenian = 'Armenian'; //to translate
|
||||
$strAutodetect = 'Autodetect'; //to translate
|
||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||
|
||||
$strBaltic = 'Baltic'; //to translate
|
||||
$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
|
||||
$strBookmarkLabel = 'Label'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
|
||||
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
|
||||
$strBookmarkView = 'View only'; //to translate
|
||||
$strBrowseForeignValues = 'Browse foreign values'; //to translate
|
||||
$strBulgarian = 'Bulgarian'; //to translate
|
||||
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
|
||||
|
||||
$strCSVOptions = 'CSV options'; //to translate
|
||||
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
|
||||
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
|
||||
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
|
||||
$strCardinality = 'Cardinality'; //to translate
|
||||
$strCaseInsensitive = 'case-insensitive'; //to translate
|
||||
$strCaseSensitive = 'case-sensitive'; //to translate
|
||||
$strCentralEuropean = 'Central European'; //to translate
|
||||
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
|
||||
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
|
||||
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
|
||||
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
|
||||
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
|
||||
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
|
||||
$strCharset = 'Charset'; //to translate
|
||||
$strCharsets = 'Charsets'; //to translate
|
||||
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
|
||||
$strCheckPrivs = 'Check Privileges'; //to translate
|
||||
$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate
|
||||
$strCollation = 'Collation'; //to translate
|
||||
$strColumnPrivileges = 'Column-specific privileges'; //to translate
|
||||
$strCommand = 'Command'; //to translate
|
||||
$strConnections = 'Connections'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
|
||||
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
|
||||
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
|
||||
$strCroatian = 'Croatian'; //to translate
|
||||
$strCyrillic = 'Cyrillic'; //to translate
|
||||
$strCzech = 'Czech'; //to translate
|
||||
|
||||
$strDBComment = 'Database comment: '; //to translate
|
||||
$strDBGContext = 'Context'; //to translate
|
||||
$strDBGContextID = 'Context ID'; //to translate
|
||||
$strDBGHits = 'Hits'; //to translate
|
||||
$strDBGLine = 'Line'; //to translate
|
||||
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
|
||||
$strDBGMinTimeMs = 'Min time, ms'; //to translate
|
||||
$strDBGModule = 'Module'; //to translate
|
||||
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
|
||||
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
|
||||
$strDanish = 'Danish'; //to translate
|
||||
$strDatabaseExportOptions = 'Database export options'; //to translate
|
||||
$strDatabaseNoTable = 'This database contains no table!'; //to translate
|
||||
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
|
||||
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
|
||||
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
|
||||
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
|
||||
$strDbPrivileges = 'Database-specific privileges'; //to translate
|
||||
$strDbSpecific = 'database-specific'; //to translate
|
||||
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
|
||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
|
||||
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
|
||||
$strDeleting = 'Deleting %s'; //to translate
|
||||
$strDescription = 'Description'; //to translate
|
||||
$strDictionary = 'dictionary'; //to translate
|
||||
$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
|
||||
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
|
||||
$strDumpComments = 'Include column comments as inline SQL-comments'; //to translate
|
||||
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
|
||||
|
||||
$strEnglish = 'English'; //to translate
|
||||
$strEstonian = 'Estonian'; //to translate
|
||||
$strExcelOptions = 'Excel options'; //to translate
|
||||
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
|
||||
|
||||
$strFailedAttempts = 'Failed attempts'; //to translate
|
||||
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
|
||||
$strFileCouldNotBeRead = 'File could not be read'; //to translate
|
||||
$strFileNameTemplate = 'File name template'; //to translate
|
||||
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.'; //to translate
|
||||
$strFileNameTemplateRemember = 'remember template'; //to translate
|
||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
|
||||
|
||||
$strGeneralRelationFeat = 'General relation features'; //to translate
|
||||
$strGerman = 'German'; //to translate
|
||||
$strGlobal = 'global'; //to translate
|
||||
$strGlobalPrivileges = 'Global privileges'; //to translate
|
||||
$strGlobalValue = 'Global value'; //to translate
|
||||
$strGrantOption = 'Grant'; //to translate
|
||||
$strGreek = 'Greek'; //to translate
|
||||
|
||||
$strHebrew = 'Hebrew'; //to translate
|
||||
$strHungarian = 'Hungarian'; //to translate
|
||||
|
||||
$strId = 'ID'; //to translate
|
||||
$strIgnoringFile = 'Ignoring file %s'; //to translate
|
||||
$strImportFiles = 'Import files'; //to translate
|
||||
$strImportFinished = 'Import finished'; //to translate
|
||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||
$strInsertedRowId = 'Inserted row id:'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
|
||||
$strJapanese = 'Japanese'; //to translate
|
||||
$strJumpToDB = 'Jump to database "%s".'; //to translate
|
||||
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
|
||||
$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
|
||||
|
||||
$strKorean = 'Korean'; //to translate
|
||||
|
||||
$strLaTeX = 'LaTeX'; //to translate
|
||||
$strLaTeXOptions = 'LaTeX options'; //to translate
|
||||
$strLandscape = 'Landscape'; //to translate
|
||||
$strLatexCaption = 'Table caption'; //to translate
|
||||
$strLatexContent = 'Content of table __TABLE__'; //to translate
|
||||
$strLatexContinued = '(continued)'; //to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption'; //to translate
|
||||
$strLatexIncludeCaption = 'Include table caption'; //to translate
|
||||
$strLatexLabel = 'Label key'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
|
||||
$strLithuanian = 'Lithuanian'; //to translate
|
||||
$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
|
||||
$strLoadMethod = 'LOAD method'; //to translate
|
||||
$strLocalhost = 'Local'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strLoginInformation = 'Login Information'; //to translate
|
||||
|
||||
$strMIME_MIMEtype = 'MIME-type'; //to translate
|
||||
$strMIME_available_mime = 'Available MIME-types'; //to translate
|
||||
$strMIME_available_transform = 'Available transformations'; //to translate
|
||||
$strMIME_description = 'Description'; //to translate
|
||||
$strMIME_file = 'Filename'; //to translate
|
||||
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.'; //to translate
|
||||
$strMIME_transformation = 'Browser transformation'; //to translate
|
||||
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; //to translate
|
||||
$strMIME_transformation_options = 'Transformation options'; //to translate
|
||||
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
|
||||
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; //to translate
|
||||
$strMoreStatusVars = 'More status variables'; //to translate
|
||||
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
|
||||
$strMultilingual = 'multilingual'; //to translate
|
||||
$strMustSelectFile = 'You should select file which you want to insert.'; //to translate
|
||||
|
||||
$strNoDatabasesSelected = 'No databases selected.'; //to translate
|
||||
$strNoExplain = 'Skip Explain SQL'; //to translate
|
||||
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
|
||||
$strNoIndexPartsDefined = 'No index parts defined!'; //to translate
|
||||
$strNoModification = 'No change'; //to translate
|
||||
$strNoOptions = 'This format has no options'; //to translate
|
||||
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
|
||||
$strNoPrivileges = 'No Privileges'; //to translate
|
||||
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoUsersSelected = 'No users selected.'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
|
||||
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
|
||||
|
||||
$strOverhead = 'Overhead'; //to translate
|
||||
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
|
||||
|
||||
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
|
||||
$strPaperSize = 'Paper size'; //to translate
|
||||
$strPartialText = 'Partial Texts'; //to translate
|
||||
$strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate
|
||||
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
|
||||
$strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
|
||||
$strPerHour = 'per hour'; //to translate
|
||||
$strPerMinute = 'per minute'; //to translate
|
||||
$strPerSecond = 'per second'; //to translate
|
||||
$strPhoneBook = 'phone book'; //to translate
|
||||
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
|
||||
$strPortrait = 'Portrait'; //to translate
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
|
||||
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
|
||||
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
|
||||
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
|
||||
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
|
||||
$strPrivDescDelete = 'Allows deleting data.'; //to translate
|
||||
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
|
||||
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
|
||||
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
|
||||
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
|
||||
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
|
||||
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
|
||||
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
|
||||
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
|
||||
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
|
||||
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
|
||||
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
|
||||
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
|
||||
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
|
||||
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
|
||||
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
|
||||
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
|
||||
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
|
||||
$strPrivDescSelect = 'Allows reading data.'; //to translate
|
||||
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
|
||||
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
|
||||
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
|
||||
$strPrivDescUpdate = 'Allows changing data.'; //to translate
|
||||
$strPrivDescUsage = 'No privileges.'; //to translate
|
||||
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
|
||||
$strProcesslist = 'Process list'; //to translate
|
||||
|
||||
$strQueryFrame = 'Query window'; //to translate
|
||||
$strQueryFrameDebug = 'Debugging information'; //to translate
|
||||
$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.'; //to translate
|
||||
$strQuerySQLHistory = 'SQL-history'; //to translate
|
||||
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; //to translate
|
||||
$strQueryTime = 'Query took %01.4f sec'; //to translate
|
||||
$strQueryType = 'Query type'; //to translate
|
||||
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
|
||||
|
||||
$strReceived = 'Received'; //to translate
|
||||
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
|
||||
$strRelationView = 'Relation view'; //to translate
|
||||
$strRelationalSchema = 'Relational schema'; //to translate
|
||||
$strRelations = 'Relations'; //to translate
|
||||
$strReloadFailed = 'MySQL reload failed.'; //to translate
|
||||
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
|
||||
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
|
||||
$strReplaceNULLBy = 'Replace NULL by'; //to translate
|
||||
$strResourceLimits = 'Resource limits'; //to translate
|
||||
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
|
||||
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
|
||||
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; //to translate
|
||||
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||
$strRussian = 'Russian'; //to translate
|
||||
|
||||
$strSQLOptions = 'SQL options'; //to translate
|
||||
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
|
||||
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
|
||||
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
|
||||
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
|
||||
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
|
||||
$strSaveOnServer = 'Save on server in %s directory'; //to translate
|
||||
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
|
||||
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
|
||||
$strSent = 'Sent'; //to translate
|
||||
$strServerChoice = 'Server Choice'; //to translate
|
||||
$strServerStatus = 'Runtime Information'; //to translate
|
||||
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
|
||||
$strServerTabProcesslist = 'Processes'; //to translate
|
||||
$strServerTabVariables = 'Variables'; //to translate
|
||||
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
|
||||
$strServerVars = 'Server variables and settings'; //to translate
|
||||
$strSessionValue = 'Session value'; //to translate
|
||||
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
|
||||
$strShowFullQueries = 'Show Full Queries'; //to translate
|
||||
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strStatCheckTime = 'Last check'; //to translate
|
||||
$strStatCreateTime = 'Creation'; //to translate
|
||||
$strStatUpdateTime = 'Last update'; //to translate
|
||||
$strStatus = 'Status'; //to translate
|
||||
$strSwedish = 'Swedish'; //to translate
|
||||
$strSwitchToTable = 'Switch to copied table'; //to translate
|
||||
|
||||
$strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
|
||||
$strTableOfContents = 'Table of contents'; //to translate
|
||||
$strTableOptions = 'Table options'; //to translate
|
||||
$strTableStructure = 'Table structure for table'; //to translate
|
||||
$strTblPrivileges = 'Table-specific privileges'; //to translate
|
||||
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
|
||||
$strThai = 'Thai'; //to translate
|
||||
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; //to translate
|
||||
$strTheTerminator = 'The terminator of the fields.'; //to translate
|
||||
$strThisHost = 'This Host'; //to translate
|
||||
$strThisNotDirectory = 'This was not a directory'; //to translate
|
||||
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
|
||||
$strTime = 'Time'; //to translate
|
||||
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
|
||||
$strTraditionalChinese = 'Traditional Chinese'; //to translate
|
||||
$strTraffic = 'Traffic'; //to translate
|
||||
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
|
||||
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; //to translate
|
||||
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
|
||||
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().'; //to translate
|
||||
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; //to translate
|
||||
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; //to translate
|
||||
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
|
||||
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
|
||||
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .'; //to translate
|
||||
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.'; //to translate
|
||||
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
|
||||
$strTurkish = 'Turkish'; //to translate
|
||||
|
||||
$strUkrainian = 'Ukrainian'; //to translate
|
||||
$strUnicode = 'Unicode'; //to translate
|
||||
$strUnknown = 'unknown'; //to translate
|
||||
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strUseHostTable = 'Use Host Table'; //to translate
|
||||
$strUseTextField = 'Use text field'; //to translate
|
||||
$strUseThisValue = 'Use this value'; //to translate
|
||||
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
|
||||
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
|
||||
$strUserOverview = 'User overview'; //to translate
|
||||
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
|
||||
$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate
|
||||
|
||||
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
|
||||
$strVar = 'Variable'; //to translate
|
||||
$strViewDumpDatabases = 'View dump (schema) of databases'; //to translate
|
||||
|
||||
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
|
||||
$strWestEuropean = 'West European'; //to translate
|
||||
$strWildcard = 'wildcard'; //to translate
|
||||
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
|
||||
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
|
||||
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
|
||||
|
||||
$strXML = 'XML'; //to translate
|
||||
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
|
||||
?>
|
@@ -71,8 +71,10 @@ $strBeginCut = 'TNIJ ST
|
||||
$strBeginRaw = 'SUROWE DANE ST<53>D';
|
||||
$strBinary = ' Binarne ';
|
||||
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
|
||||
$strBookmarkAllUsers = 'Pozwolenie na dost<73>p do zapytania przez ka<6B>dego u<>ytkownika';
|
||||
$strBookmarkDeleted = 'Zapami<6D>tane zapytanie SQL zosta<74>o usuni<6E>te.';
|
||||
$strBookmarkLabel = 'Nazwa';
|
||||
$strBookmarkOptions = 'Opcje zapami<6D>tanych zapyta<74>';
|
||||
$strBookmarkQuery = 'Zapami<6D>tane zapytanie SQL';
|
||||
$strBookmarkThis = 'Zapami<6D>tanie zapytania SQL';
|
||||
$strBookmarkView = 'Tylko do pokazania';
|
||||
@@ -126,6 +128,8 @@ $strConfigFileError = 'phpMyAdmin nie zdo
|
||||
$strConfigureTableCoord = 'Prosz<73> skonfigurowa<77> wsp<73><70>rz<72>dnie dla tabeli %s';
|
||||
$strConfirm = 'Czy na pewno to zrobi<62>?';
|
||||
$strConnections = 'Po<50><6F>czenia';
|
||||
$strConstraintsForDumped = 'Ograniczenia dla zrzut<75>w tabel';
|
||||
$strConstraintsForTable = 'Ograniczenia dla tabeli';
|
||||
$strCookiesRequired = 'Odt<64>d musi by<62> w<><77>czona obs<62>uga "cookies".';
|
||||
$strCopyTable = 'Skopiuj tabel<65> do (bazadanych<b>.</b>tabela):';
|
||||
$strCopyTableOK = 'Tabela %s zosta<74>a skopiowana do %s.';
|
||||
@@ -293,6 +297,8 @@ $strInsertTextfiles = 'Dodanie pliku tekstowego do tabeli';
|
||||
$strInsertedRowId = 'Id wstawionego wiersza:';
|
||||
$strInsertedRows = 'Wprowadzone rekordy:';
|
||||
$strInstructions = 'Instrukcje';
|
||||
$strInternalNotNecessary = '* Wewn<77>trzna relacja nie jest konieczna gdy istnieje r<>wnie<69> w InnoDB.';
|
||||
$strInternalRelations = 'Wewn<77>trzne relacje';
|
||||
$strInvalidName = '"%s" jest s<>owem zarezerwowanym, nie mo<6D>na u<>y<EFBFBD> go jako nazwy bazy danych/tabeli/pola.';
|
||||
|
||||
$strJapanese = 'Japo<70>ski';
|
||||
@@ -308,6 +314,13 @@ $strKorean = 'Korea
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'opcje LaTeX\'a';
|
||||
$strLandscape = 'Orientacja pozioma';
|
||||
$strLatexCaption = 'Nag<61><67>wek tabeli';
|
||||
$strLatexContent = 'Zawarto<74><6F> tabeli __TABLE__';
|
||||
$strLatexContinued = '(kontynuacja)';
|
||||
$strLatexContinuedCaption = 'Kontynuacja nag<61><67>wka tabeli';
|
||||
$strLatexIncludeCaption = 'Za<5A><61>cz nag<61><67>wek tabeli';
|
||||
$strLatexLabel = 'Etykieta klucza';
|
||||
$strLatexStructure = 'Struktura tabeli __TABLE__';
|
||||
$strLength = 'D<>ugo<67><6F>';
|
||||
$strLengthSet = 'D<>ugo<67><6F>/Warto<74>ci*';
|
||||
$strLimitNumRows = 'rekord<72>w na stronie';
|
||||
@@ -322,6 +335,7 @@ $strLoadMethod = 'Metoda LOAD';
|
||||
$strLocalhost = 'Host lokalny';
|
||||
$strLocationTextfile = 'Lokalizacja pliku tekstowego';
|
||||
$strLogPassword = 'Has<61>o:';
|
||||
$strLogServer = 'Serwer';
|
||||
$strLogUsername = 'U<>ytkownik:';
|
||||
$strLogin = 'Login';
|
||||
$strLoginInformation = 'Dane u<>ytkownika';
|
||||
@@ -431,6 +445,7 @@ $strPrimaryKeyName = 'Nazw
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>musi</b> by<62> nazw<7A> <b>jedynie</b> klucza podstawowego!)';
|
||||
$strPrint = 'Drukowanie';
|
||||
$strPrintView = 'Widok do wydruku';
|
||||
$strPrintViewFull = 'Widok do wydruku (z pe<70>nymi tekstami)';
|
||||
$strPrivDescAllPrivileges = 'Zawiera wszystkie uprawnienia, opr<70>cz GRANT.';
|
||||
$strPrivDescAlter = 'Pozwala zmienia<69> struktur<75> istniej<65>cych tabel.';
|
||||
$strPrivDescCreateDb = 'Pozwala tworzy<7A> nowe bazy danych i tabele.';
|
||||
@@ -579,6 +594,7 @@ $strSimplifiedChinese = 'Chi
|
||||
$strSingly = '(pojedynczo)';
|
||||
$strSize = 'Rozmiar';
|
||||
$strSort = 'Sortuj';
|
||||
$strSortByKey = 'Sortowanie wg klucza';
|
||||
$strSpaceUsage = 'Wykorzystanie przestrzeni';
|
||||
$strSplitWordsWithSpace = 'S<>owa s<> rozdzielane znakiem spacji (" ").';
|
||||
$strStatCheckTime = 'Ostatnie sprawdzenie';
|
||||
@@ -651,6 +667,7 @@ $strUpdatePrivMessage = 'Uaktualni
|
||||
$strUpdateProfile = 'Uaktualnienie profilu:';
|
||||
$strUpdateProfileMessage = 'Profil zosta<74> uaktualniony.';
|
||||
$strUpdateQuery = 'Zmiana zapytania';
|
||||
$strUpgradeMySQL = 'Poleca si<73> aktualizacj<63> do MySQL w wersji %s lub p<><70>niejszej.';
|
||||
$strUsage = 'Wykorzystanie';
|
||||
$strUseBackquotes = 'U<>ycie cudzys<79>ow<6F>w z nazwami tabel i p<>l';
|
||||
$strUseHostTable = 'U<>ycie tabeli host<73>w';
|
||||
@@ -694,16 +711,4 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni
|
||||
$strZip = '".zip"';
|
||||
// To translate
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -72,8 +72,10 @@ $strBeginCut = 'TNIJ STĄD';
|
||||
$strBeginRaw = 'SUROWE DANE STĄD';
|
||||
$strBinary = ' Binarne ';
|
||||
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
|
||||
$strBookmarkAllUsers = 'Pozwolenie na dostęp do zapytania przez każdego użytkownika';
|
||||
$strBookmarkDeleted = 'Zapamiętane zapytanie SQL zostało usunięte.';
|
||||
$strBookmarkLabel = 'Nazwa';
|
||||
$strBookmarkOptions = 'Opcje zapamiętanych zapytań';
|
||||
$strBookmarkQuery = 'Zapamiętane zapytanie SQL';
|
||||
$strBookmarkThis = 'Zapamiętanie zapytania SQL';
|
||||
$strBookmarkView = 'Tylko do pokazania';
|
||||
@@ -127,6 +129,8 @@ $strConfigFileError = 'phpMyAdmin nie zdołał odczytać Twojego pliku konfigura
|
||||
$strConfigureTableCoord = 'Proszę skonfigurować współrzędnie dla tabeli %s';
|
||||
$strConfirm = 'Czy na pewno to zrobić?';
|
||||
$strConnections = 'Połączenia';
|
||||
$strConstraintsForDumped = 'Ograniczenia dla zrzutów tabel';
|
||||
$strConstraintsForTable = 'Ograniczenia dla tabeli';
|
||||
$strCookiesRequired = 'Odtąd musi być włączona obsługa "cookies".';
|
||||
$strCopyTable = 'Skopiuj tabelę do (bazadanych<b>.</b>tabela):';
|
||||
$strCopyTableOK = 'Tabela %s została skopiowana do %s.';
|
||||
@@ -294,6 +298,8 @@ $strInsertTextfiles = 'Dodanie pliku tekstowego do tabeli';
|
||||
$strInsertedRowId = 'Id wstawionego wiersza:';
|
||||
$strInsertedRows = 'Wprowadzone rekordy:';
|
||||
$strInstructions = 'Instrukcje';
|
||||
$strInternalNotNecessary = '* Wewnętrzna relacja nie jest konieczna gdy istnieje również w InnoDB.';
|
||||
$strInternalRelations = 'Wewnętrzne relacje';
|
||||
$strInvalidName = '"%s" jest słowem zarezerwowanym, nie można użyć go jako nazwy bazy danych/tabeli/pola.';
|
||||
|
||||
$strJapanese = 'Japoński';
|
||||
@@ -309,6 +315,13 @@ $strKorean = 'Koreański';
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'opcje LaTeX\'a';
|
||||
$strLandscape = 'Orientacja pozioma';
|
||||
$strLatexCaption = 'Nagłówek tabeli';
|
||||
$strLatexContent = 'Zawartość tabeli __TABLE__';
|
||||
$strLatexContinued = '(kontynuacja)';
|
||||
$strLatexContinuedCaption = 'Kontynuacja nagłówka tabeli';
|
||||
$strLatexIncludeCaption = 'Załącz nagłówek tabeli';
|
||||
$strLatexLabel = 'Etykieta klucza';
|
||||
$strLatexStructure = 'Struktura tabeli __TABLE__';
|
||||
$strLength = 'Długość';
|
||||
$strLengthSet = 'Długość/Wartości*';
|
||||
$strLimitNumRows = 'rekordów na stronie';
|
||||
@@ -323,6 +336,7 @@ $strLoadMethod = 'Metoda LOAD';
|
||||
$strLocalhost = 'Host lokalny';
|
||||
$strLocationTextfile = 'Lokalizacja pliku tekstowego';
|
||||
$strLogPassword = 'Hasło:';
|
||||
$strLogServer = 'Serwer';
|
||||
$strLogUsername = 'Użytkownik:';
|
||||
$strLogin = 'Login';
|
||||
$strLoginInformation = 'Dane użytkownika';
|
||||
@@ -432,6 +446,7 @@ $strPrimaryKeyName = 'Nazwą podstawowego klucza musi być... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>musi</b> być nazwą <b>jedynie</b> klucza podstawowego!)';
|
||||
$strPrint = 'Drukowanie';
|
||||
$strPrintView = 'Widok do wydruku';
|
||||
$strPrintViewFull = 'Widok do wydruku (z pełnymi tekstami)';
|
||||
$strPrivDescAllPrivileges = 'Zawiera wszystkie uprawnienia, oprócz GRANT.';
|
||||
$strPrivDescAlter = 'Pozwala zmieniać strukturę istniejących tabel.';
|
||||
$strPrivDescCreateDb = 'Pozwala tworzyć nowe bazy danych i tabele.';
|
||||
@@ -580,6 +595,7 @@ $strSimplifiedChinese = 'Chiński uproszczony';
|
||||
$strSingly = '(pojedynczo)';
|
||||
$strSize = 'Rozmiar';
|
||||
$strSort = 'Sortuj';
|
||||
$strSortByKey = 'Sortowanie wg klucza';
|
||||
$strSpaceUsage = 'Wykorzystanie przestrzeni';
|
||||
$strSplitWordsWithSpace = 'Słowa są rozdzielane znakiem spacji (" ").';
|
||||
$strStatCheckTime = 'Ostatnie sprawdzenie';
|
||||
@@ -652,6 +668,7 @@ $strUpdatePrivMessage = 'Uaktualniłeś uprawnienia dla %s.';
|
||||
$strUpdateProfile = 'Uaktualnienie profilu:';
|
||||
$strUpdateProfileMessage = 'Profil został uaktualniony.';
|
||||
$strUpdateQuery = 'Zmiana zapytania';
|
||||
$strUpgradeMySQL = 'Poleca się aktualizację do MySQL w wersji %s lub późniejszej.';
|
||||
$strUsage = 'Wykorzystanie';
|
||||
$strUseBackquotes = 'Użycie cudzysłowów z nazwami tabel i pól';
|
||||
$strUseHostTable = 'Użycie tabeli hostów';
|
||||
@@ -695,16 +712,4 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni
|
||||
$strZip = '".zip"';
|
||||
// To translate
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -707,4 +707,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -708,4 +708,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -716,4 +716,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -715,4 +715,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -714,4 +714,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -712,4 +712,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -711,4 +711,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -712,4 +712,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -711,4 +711,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -707,4 +707,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -708,4 +708,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -707,4 +707,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -712,4 +712,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -713,4 +713,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -712,4 +712,10 @@ $strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //to translate
|
||||
$strLogServer = 'Server'; //to translate
|
||||
$strSortByKey = 'Sort by key'; //to translate
|
||||
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
|
||||
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
|
||||
$strConstraintsForTable = 'Constraints for table'; //to translate
|
||||
$strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
?>
|
||||
|
@@ -71,8 +71,10 @@ $strBeginCut = 'INICIO DEL CORTE';
|
||||
$strBeginRaw = 'INICIO DEL VOLCADO';
|
||||
$strBinary = ' Binario ';
|
||||
$strBinaryDoNotEdit = ' Binario - <20>no editar! ';
|
||||
$strBookmarkAllUsers = 'Permitir que todo usuario pueda acceder a este bookmark';
|
||||
$strBookmarkDeleted = 'El "bookmark" ha sido borrado.';
|
||||
$strBookmarkLabel = 'Etiqueta';
|
||||
$strBookmarkOptions = 'Opciones de bookmark';
|
||||
$strBookmarkQuery = 'Consulta guardada en favoritos';
|
||||
$strBookmarkThis = 'Guardar esta consulta en favoritos';
|
||||
$strBookmarkView = 'Solamente ver';
|
||||
@@ -126,6 +128,8 @@ $strConfigFileError = '
|
||||
$strConfigureTableCoord = 'Configure las coordenadas para la tabla %s';
|
||||
$strConfirm = '<27>Realmente quiere hacerlo?';
|
||||
$strConnections = 'Conexiones';
|
||||
$strConstraintsForDumped = 'Filtros para las tablas descargadas (dump)';
|
||||
$strConstraintsForTable = 'Filtros para la tabla';
|
||||
$strCookiesRequired = 'Las "cookies" deben estar habilitadas pasado este punto.';
|
||||
$strCopyTable = 'Copiar la tabla a (base de datos<b>.</b>tabla):';
|
||||
$strCopyTableOK = 'La tabla %s se copi<70> a %s.';
|
||||
@@ -293,6 +297,8 @@ $strInsertTextfiles = 'Insertar archivo de texto en la tabla';
|
||||
$strInsertedRowId = 'Se insert<72> la id de la fila:';
|
||||
$strInsertedRows = 'Filas insertadas:';
|
||||
$strInstructions = 'Instrucciones';
|
||||
$strInternalNotNecessary = '* No es necesaria una relaci<63>n interna cuando tambi<62>n existe en InnoDB.';
|
||||
$strInternalRelations = 'Relaciones internas';
|
||||
$strInvalidName = '"%s" es una palabra reservada, no puede usarla como nombre de /Base de datos/tabla/campo.';
|
||||
|
||||
$strJapanese = 'Japon<6F>s';
|
||||
@@ -308,6 +314,13 @@ $strKorean = 'Coreano';
|
||||
$strLaTeX = 'LaTeX';
|
||||
$strLaTeXOptions = 'opciones LaTeX';
|
||||
$strLandscape = 'Orientaci<63>n horizontal';
|
||||
$strLatexCaption = 'Subtitulado de la tabla';
|
||||
$strLatexContent = 'Contenido de la tabla __TABLE__';
|
||||
$strLatexContinued = '(contin<69>a)';
|
||||
$strLatexContinuedCaption = 'Continuaci<63>n del subtitulado de la tabla';
|
||||
$strLatexIncludeCaption = 'Incluya subtitulado de la tabla';
|
||||
$strLatexLabel = 'Clave de la etiqueta';
|
||||
$strLatexStructure = 'Estructura de la tabla __TABLE__';
|
||||
$strLength = 'Longitud';
|
||||
$strLengthSet = 'Longitud/Valores*';
|
||||
$strLimitNumRows = 'registros por p<>gina';
|
||||
@@ -322,6 +335,7 @@ $strLoadMethod = 'CARGAR m
|
||||
$strLocalhost = 'Local';
|
||||
$strLocationTextfile = 'Localizaci<63>n del archivo de texto';
|
||||
$strLogPassword = 'Contrase<73>a:';
|
||||
$strLogServer = 'Servidor';
|
||||
$strLogUsername = 'Usuario:';
|
||||
$strLogin = 'Identificaci<63>n';
|
||||
$strLoginInformation = 'Informaci<63>n acerca del login';
|
||||
@@ -431,6 +445,7 @@ $strPrimaryKeyName = 'El nombre de la clave primaria debe ser...
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>debe</b> ser el nombre de y <b><3E>nicamente de</b> <20>una clave primaria!)';
|
||||
$strPrint = 'Imprimir';
|
||||
$strPrintView = 'Vista de impresi<73>n';
|
||||
$strPrintViewFull = 'Previsualizaci<63>n para imprimir (documento completo)';
|
||||
$strPrivDescAllPrivileges = 'Incluye todos los privilegios excepto CONCEDER (GRANT).';
|
||||
$strPrivDescAlter = 'Permite alterar la estructura de las tablas existentes.';
|
||||
$strPrivDescCreateDb = 'Permite crear nuevas bases de datos y tablas.';
|
||||
@@ -529,6 +544,7 @@ $strSQLQuery = 'consulta SQL';
|
||||
$strSQLResult = 'Resultado SQL';
|
||||
$strSQPBugInvalidIdentifer = 'El identificador no es v<>lido';
|
||||
$strSQPBugUnclosedQuote = 'Comillas sin cerrar';
|
||||
$strSQPBugUnclosedQuote = 'hay una comilla sencilla sin cerrar';
|
||||
$strSQPBugUnknownPunctuation = 'Signo de puntuaci<63>n desconocido';
|
||||
$strSave = 'Grabar';
|
||||
$strSaveOnServer = 'Guardar en el servidor, en el directorio %s ';
|
||||
@@ -579,6 +595,7 @@ $strSimplifiedChinese = 'Chino simplificado';
|
||||
$strSingly = '(solo)';
|
||||
$strSize = 'Tama<6D>o';
|
||||
$strSort = 'Ordenar';
|
||||
$strSortByKey = 'Organizar seg<65>n la clave';
|
||||
$strSpaceUsage = 'Espacio utilizado';
|
||||
$strSplitWordsWithSpace = 'Palabras separadas por un espacio (" ").';
|
||||
$strStatCheckTime = '<27>ltima revisi<73>n';
|
||||
@@ -651,6 +668,7 @@ $strUpdatePrivMessage = 'Ud. ha actualizado los privilegios para %s.';
|
||||
$strUpdateProfile = 'Actualiza el perfil:';
|
||||
$strUpdateProfileMessage = 'Se ha actualizado el perfil.';
|
||||
$strUpdateQuery = 'Modificar la consulta';
|
||||
$strUpgradeMySQL = 'Usted deber<65>a actualizarse a MySQL %s o a una versi<73>n m<>s reciente.';
|
||||
$strUsage = 'Uso';
|
||||
$strUseBackquotes = 'Usar "backquotes" con tablas y nombres de campo';
|
||||
$strUseHostTable = 'Use la tabla Anfitri<72>n (Host)';
|
||||
@@ -693,16 +711,4 @@ $strYes = 'S
|
||||
$strZeroRemovesTheLimit = 'Nota: si cambia los par<61>metros de estas opciones a 0 (cero), remueve el l<>mite.';
|
||||
$strZip = '"comprimido con zip"';
|
||||
|
||||
$strInternalRelations = 'Internal relations'; //to translate
|
||||
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
|
||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
||||
$strLatexStructure = 'Structure of table __TABLE__';//to translate
|
||||
$strLatexContinued = '(continued)';//to translate
|
||||
$strLatexContent = 'Content of table __TABLE__';//to translate
|
||||
$strLatexIncludeCaption = 'Include table caption';//to translate
|
||||
$strLatexCaption = 'Table caption';//to translate
|
||||
$strLatexLabel = 'Label key';//to translate
|
||||
$strLatexContinuedCaption = 'Continued table caption';//to translate
|
||||
|
||||
$strPrintViewFull = 'Print view (with full texts)'; //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