349 lines
10 KiB
PHP
349 lines
10 KiB
PHP
<?php
|
|
$translations = array(
|
|
// label for database system selection (MySQL, SQLite, ...)
|
|
'System' => 'Xx',
|
|
'Server' => 'Xx',
|
|
'Username' => 'Xx',
|
|
'Password' => 'Xx',
|
|
'Permanent login' => 'Xx',
|
|
'Login' => 'Xx',
|
|
'Logout' => 'Xx',
|
|
'Logged as: %s' => 'Xx: %s',
|
|
'Logout successful.' => 'Xx.',
|
|
'Thanks for using Adminer, consider <a href="https://www.adminer.org/en/donation/">donating</a>.' => 'Xx <a href="https://www.adminer.org/en/donation/">xx</a>.',
|
|
'Invalid credentials.' => 'Xx.',
|
|
'There is a space in the input password which might be the cause.' => 'Xx.',
|
|
'Adminer does not support accessing a database without a password, <a href="https://www.adminer.org/en/password/"%s>more information</a>.' => 'Xx, <a href="https://www.adminer.org/en/password/"%s>xx</a>.',
|
|
'Database does not support password.' => 'Xx.',
|
|
'Too many unsuccessful logins, try again in %d minute(s).' => array('Xx %d.', 'Xx %d.'),
|
|
'Master password expired. <a href="https://www.adminer.org/en/extension/"%s>Implement</a> %s method to make it permanent.' => '<a href="https://www.adminer.org/en/extension/"%s>Xx</a> %s xx.',
|
|
'Language' => 'Xx',
|
|
'Invalid CSRF token. Send the form again.' => 'Xx.',
|
|
'If you did not send this request from Adminer then close this page.' => 'Xx.',
|
|
'No extension' => 'Xx',
|
|
'None of the supported PHP extensions (%s) are available.' => 'Xx (%s).',
|
|
'Connecting to privileged ports is not allowed.' => 'Xx.',
|
|
'Disable %s or enable %s or %s extensions.' => 'Xx %s xx %s xx %s xx.',
|
|
'Session support must be enabled.' => 'Xx.',
|
|
'Session expired, please login again.' => 'Xx.',
|
|
'The action will be performed after successful login with the same credentials.' => 'Xx.',
|
|
'%s version: %s through PHP extension %s' => '%s xx: %s xx %s',
|
|
'Refresh' => 'Xx',
|
|
|
|
// text direction - 'ltr' or 'rtl'
|
|
'ltr' => 'xx',
|
|
|
|
'Privileges' => 'Xx',
|
|
'Create user' => 'Xx',
|
|
'User has been dropped.' => 'Xx.',
|
|
'User has been altered.' => 'Xx.',
|
|
'User has been created.' => 'Xx.',
|
|
'Hashed' => 'Xx',
|
|
'Column' => 'Xx',
|
|
'Routine' => 'Xx',
|
|
'Grant' => 'Xx',
|
|
'Revoke' => 'Xx',
|
|
|
|
'Process list' => 'Xx',
|
|
'%d process(es) have been killed.' => array('%d xx.', '%d xx.'),
|
|
'Kill' => 'Xx',
|
|
|
|
'Variables' => 'Xx',
|
|
'Status' => 'Xx',
|
|
|
|
'SQL command' => 'Xx',
|
|
'%d query(s) executed OK.' => array('%d xx.', '%d xx.'),
|
|
'Query executed OK, %d row(s) affected.' => array('Xx, %d.', 'Xx, %d.'),
|
|
'No commands to execute.' => 'Xx.',
|
|
'Error in query' => 'Xx',
|
|
'Unknown error.' => 'Xx.',
|
|
'Warnings' => 'Xx',
|
|
'ATTACH queries are not supported.' => 'Xx.',
|
|
'Execute' => 'Xx',
|
|
'Stop on error' => 'Xx',
|
|
'Show only errors' => 'Xx',
|
|
// sprintf() format for time of the command
|
|
'%.3f s' => '%.3f xx',
|
|
'History' => 'Xx',
|
|
'Clear' => 'Xx',
|
|
'Edit all' => 'Xx',
|
|
|
|
'File upload' => 'Xx',
|
|
'From server' => 'Xx',
|
|
'Webserver file %s' => 'Xx %s',
|
|
'Run file' => 'Xx',
|
|
'File does not exist.' => 'Xx.',
|
|
'File uploads are disabled.' => 'Xx.',
|
|
'Unable to upload a file.' => 'Xx.',
|
|
'Maximum allowed file size is %sB.' => 'Xx %sB.',
|
|
'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Xx %s.',
|
|
'You can upload a big SQL file via FTP and import it from server.' => 'Xx.',
|
|
'You are offline.' => 'Xx.',
|
|
|
|
'Export' => 'Xx',
|
|
'Output' => 'Xx',
|
|
'open' => 'xx',
|
|
'save' => 'xx',
|
|
'Saving' => 'Xx',
|
|
'Format' => 'Xx',
|
|
'Data' => 'Xx',
|
|
|
|
'Database' => 'Xx',
|
|
'database' => 'xx',
|
|
'DB' => 'XX',
|
|
'Use' => 'Xx',
|
|
'Select database' => 'Xx',
|
|
'Invalid database.' => 'Xx.',
|
|
'Database has been dropped.' => 'Xx.',
|
|
'Databases have been dropped.' => 'Xx.',
|
|
'Database has been created.' => 'Xx.',
|
|
'Database has been renamed.' => 'Xx.',
|
|
'Database has been altered.' => 'Xx.',
|
|
'Alter database' => 'Xx',
|
|
'Create database' => 'Xx',
|
|
'Database schema' => 'Xx',
|
|
|
|
// link to current database schema layout
|
|
'Permanent link' => 'Xx',
|
|
|
|
// thousands separator - must contain single byte
|
|
',' => 'x',
|
|
'0123456789' => 'xxxxxxxxxx',
|
|
'Engine' => 'Xx',
|
|
'Collation' => 'Xx',
|
|
'Data Length' => 'Xx',
|
|
'Index Length' => 'Xx',
|
|
'Data Free' => 'Xx',
|
|
'Rows' => 'Xx',
|
|
'%d in total' => '%d xx',
|
|
'Analyze' => 'Xx',
|
|
'Optimize' => 'Xx',
|
|
'Vacuum' => 'Xx',
|
|
'Check' => 'Xx',
|
|
'Repair' => 'Xx',
|
|
'Truncate' => 'Xx',
|
|
'Tables have been truncated.' => 'Xx.',
|
|
'Move to other database' => 'Xx',
|
|
'Move' => 'Xx',
|
|
'Tables have been moved.' => 'Xx.',
|
|
'Copy' => 'Xx',
|
|
'Tables have been copied.' => 'Xx.',
|
|
'overwrite' => 'xx',
|
|
|
|
'Routines' => 'Xx',
|
|
'Routine has been called, %d row(s) affected.' => array('Xx, %d.', 'Xx, %d.'),
|
|
'Call' => 'Xx',
|
|
'Parameter name' => 'Xx',
|
|
'Create procedure' => 'Xx',
|
|
'Create function' => 'Xx',
|
|
'Routine has been dropped.' => 'Xx.',
|
|
'Routine has been altered.' => 'Xx.',
|
|
'Routine has been created.' => 'Xx.',
|
|
'Alter function' => 'Xx',
|
|
'Alter procedure' => 'Xx',
|
|
'Return type' => 'Xx',
|
|
|
|
'Events' => 'Xx',
|
|
'Event has been dropped.' => 'Xx.',
|
|
'Event has been altered.' => 'Xx.',
|
|
'Event has been created.' => 'Xx.',
|
|
'Alter event' => 'Xx',
|
|
'Create event' => 'Xx',
|
|
'At given time' => 'Xx',
|
|
'Every' => 'Xx',
|
|
'Schedule' => 'Xx',
|
|
'Start' => 'Xx',
|
|
'End' => 'Xx',
|
|
'On completion preserve' => 'Xx',
|
|
|
|
'Tables' => 'Xx',
|
|
'Tables and views' => 'Xx',
|
|
'Table' => 'Xx',
|
|
'No tables.' => 'Xx.',
|
|
'Alter table' => 'Xx',
|
|
'Create table' => 'Xx',
|
|
'Table has been dropped.' => 'Xx.',
|
|
'Tables have been dropped.' => 'Xx.',
|
|
'Tables have been optimized.' => 'Xx.',
|
|
'Table has been altered.' => 'Xx.',
|
|
'Table has been created.' => 'Xx.',
|
|
'Table name' => 'Xx',
|
|
'Show structure' => 'Xx',
|
|
'engine' => 'xx',
|
|
'collation' => 'xx',
|
|
'Column name' => 'Xx',
|
|
'Type' => 'Xx',
|
|
'Length' => 'Xx',
|
|
'Auto Increment' => 'Xx',
|
|
'Options' => 'Xx',
|
|
'Comment' => 'Xx',
|
|
'Default value' => 'Xx',
|
|
'Default values' => 'Xx',
|
|
'Drop' => 'Xx',
|
|
'Drop %s?' => 'Xx %s?',
|
|
'Are you sure?' => 'Xx?',
|
|
'Size' => 'Xx',
|
|
'Compute' => 'Xx',
|
|
'Move up' => 'Xx',
|
|
'Move down' => 'Xx',
|
|
'Remove' => 'Xx',
|
|
'Maximum number of allowed fields exceeded. Please increase %s.' => 'Xx %s.',
|
|
|
|
'Partition by' => 'Xx',
|
|
'Partitions' => 'Xx',
|
|
'Partition name' => 'Xx',
|
|
'Values' => 'Xx',
|
|
|
|
'View' => 'Xx',
|
|
'Materialized view' => 'Xx',
|
|
'View has been dropped.' => 'Xx.',
|
|
'View has been altered.' => 'Xx.',
|
|
'View has been created.' => 'Xx.',
|
|
'Alter view' => 'Xx',
|
|
'Create view' => 'Xx',
|
|
|
|
'Indexes' => 'Xx',
|
|
'Indexes have been altered.' => 'Xx.',
|
|
'Alter indexes' => 'Xx',
|
|
'Add next' => 'Xx',
|
|
'Index Type' => 'Xx',
|
|
'Column (length)' => 'Xx',
|
|
|
|
'Foreign keys' => 'Xx',
|
|
'Foreign key' => 'Xx',
|
|
'Foreign key has been dropped.' => 'Xx.',
|
|
'Foreign key has been altered.' => 'Xx.',
|
|
'Foreign key has been created.' => 'Xx.',
|
|
'Target table' => 'Xx',
|
|
'Change' => 'Xx',
|
|
'Source' => 'Xx',
|
|
'Target' => 'Xx',
|
|
'Add column' => 'Xx',
|
|
'Alter' => 'Xx',
|
|
'Add foreign key' => 'Xx',
|
|
'ON DELETE' => 'Xx',
|
|
'ON UPDATE' => 'Xx',
|
|
'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Xx.',
|
|
|
|
'Triggers' => 'Xx',
|
|
'Add trigger' => 'Xx',
|
|
'Trigger has been dropped.' => 'Xx.',
|
|
'Trigger has been altered.' => 'Xx.',
|
|
'Trigger has been created.' => 'Xx.',
|
|
'Alter trigger' => 'Xx',
|
|
'Create trigger' => 'Xx',
|
|
'Time' => 'Xx',
|
|
'Event' => 'Xx',
|
|
'Name' => 'Xx',
|
|
|
|
'select' => 'xx',
|
|
'Select' => 'Xx',
|
|
'Select data' => 'Xx',
|
|
'Functions' => 'Xx',
|
|
'Aggregation' => 'Xx',
|
|
'Search' => 'Xx',
|
|
'anywhere' => 'xx',
|
|
'Search data in tables' => 'Xx',
|
|
'Sort' => 'Xx',
|
|
'descending' => 'xx',
|
|
'Limit' => 'Xx',
|
|
'Limit rows' => 'Xx',
|
|
'Text length' => 'Xx',
|
|
'Action' => 'Xx',
|
|
'Full table scan' => 'Xx',
|
|
'Unable to select the table' => 'Xx',
|
|
'No rows.' => 'Xx.',
|
|
'%d / ' => '%d / ',
|
|
'%d row(s)' => array('%d xx', '%d xx'),
|
|
'Page' => 'Xx',
|
|
'last' => 'xx',
|
|
'Load more data' => 'Xx',
|
|
'Loading' => 'Xx',
|
|
'Whole result' => 'Xx',
|
|
'%d byte(s)' => array('%d xx', '%d xx'),
|
|
|
|
'Import' => 'Xx',
|
|
'%d row(s) have been imported.' => array('%d xx.', '%d xx.'),
|
|
'File must be in UTF-8 encoding.' => 'Xx.',
|
|
|
|
// in-place editing in select
|
|
'Modify' => 'Xx',
|
|
'Ctrl+click on a value to modify it.' => 'Xx.',
|
|
'Use edit link to modify this value.' => 'Xx.',
|
|
|
|
// %s can contain auto-increment value
|
|
'Item%s has been inserted.' => 'Xx%s.',
|
|
'Item has been deleted.' => 'Xx.',
|
|
'Item has been updated.' => 'Xx.',
|
|
'%d item(s) have been affected.' => array('%d xx.', '%d xx.'),
|
|
'New item' => 'Xx',
|
|
'original' => 'xx',
|
|
// label for value '' in enum data type
|
|
'empty' => 'xx',
|
|
'edit' => 'xx',
|
|
'Edit' => 'Xx',
|
|
'Insert' => 'Xx',
|
|
'Save' => 'Xx',
|
|
'Save and continue edit' => 'Xx',
|
|
'Save and insert next' => 'Xx',
|
|
'Selected' => 'Xx',
|
|
'Clone' => 'Xx',
|
|
'Delete' => 'Xx',
|
|
'You have no privileges to update this table.' => 'Xx.',
|
|
|
|
'E-mail' => 'Xx',
|
|
'From' => 'Xx',
|
|
'Subject' => 'Xx',
|
|
'Attachments' => 'Xx',
|
|
'Send' => 'Xx',
|
|
'%d e-mail(s) have been sent.' => array('%d xx.', '%d xx.'),
|
|
|
|
// data type descriptions
|
|
'Numbers' => 'Xx',
|
|
'Date and time' => 'Xx',
|
|
'Strings' => 'Xx',
|
|
'Binary' => 'Xx',
|
|
'Lists' => 'Xx',
|
|
'Network' => 'Xx',
|
|
'Geometry' => 'Xx',
|
|
'Relations' => 'Xx',
|
|
|
|
'Editor' => 'Xx',
|
|
// date format in Editor: $1 yyyy, $2 yy, $3 mm, $4 m, $5 dd, $6 d
|
|
'$1-$3-$5' => 'xx',
|
|
// hint for date format - use language equivalents for day, month and year shortcuts
|
|
'[yyyy]-mm-dd' => 'xx',
|
|
// hint for time format - use language equivalents for hour, minute and second shortcuts
|
|
'HH:MM:SS' => 'Xx',
|
|
'now' => 'xx',
|
|
'yes' => 'xx',
|
|
'no' => 'xx',
|
|
|
|
// general SQLite error in create, drop or rename database
|
|
'File exists.' => 'Xx.',
|
|
'Please use one of the extensions %s.' => 'Xx %s.',
|
|
|
|
// PostgreSQL and MS SQL schema support
|
|
'Alter schema' => 'Xx',
|
|
'Create schema' => 'Xx',
|
|
'Schema has been dropped.' => 'Xx.',
|
|
'Schema has been created.' => 'Xx.',
|
|
'Schema has been altered.' => 'Xx.',
|
|
'Schema' => 'Xx',
|
|
'Invalid schema.' => 'Xx.',
|
|
|
|
// PostgreSQL sequences support
|
|
'Sequences' => 'Xx',
|
|
'Create sequence' => 'Xx',
|
|
'Sequence has been dropped.' => 'Xx.',
|
|
'Sequence has been created.' => 'Xx.',
|
|
'Sequence has been altered.' => 'Xx.',
|
|
'Alter sequence' => 'Xx',
|
|
|
|
// PostgreSQL user types support
|
|
'User types' => 'Xx',
|
|
'Create type' => 'Xx',
|
|
'Type has been dropped.' => 'Xx.',
|
|
'Type has been created.' => 'Xx.',
|
|
'Alter type' => 'Xx',
|
|
);
|