~ubuntu-branches/ubuntu/hardy/phpmyadmin/hardy-updates

« back to all changes in this revision

Viewing changes to lang/georgian-utf-8.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2007-10-17 22:54:41 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20071017225441-xqwg7f10chaprdoe
Tags: 4:2.11.1.2-1

* New upstream release.
* Addresses two cross site scripting issues:
  PMASA-2007-5, PMASA-2007-6
  (CVE-2007-5386, closes: #446451)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: georgian-utf-8.inc.php 10439 2007-06-15 17:13:29Z lem9 $ */
 
2
/* $Id: georgian-utf-8.inc.php 10478 2007-07-09 19:41:38Z lem9 $ */
3
3
 
4
4
/**
5
5
 * Translation by Kakha Mchedlidze <kakha at qartuli.com>
12
12
$charset = 'utf-8';
13
13
$allow_recoding = TRUE;
14
14
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
15
 
$number_thousands_separator = ' ';
 
15
$number_thousands_separator = ' ';
16
16
$number_decimal_separator = ',';
17
17
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
18
18
$byteUnits = array('ბაიტი', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
124
124
$strField = 'ველი';
125
125
$strFieldHasBeenDropped = 'ველი %s წაიშალა';
126
126
$strFields = 'ველები';
127
 
$strFieldsEmpty = ' ველების მთვლელი ცარიელია! ';
128
127
$strFieldsEnclosedBy = 'ველები ჩაკეტილია by';
129
128
$strFieldsEscapedBy = 'ველები გახსნილია by';
130
129
$strFieldsTerminatedBy = 'ველები განცალკავებულია by';
358
357
// To translate:
359
358
$strAbortedClients = 'Aborted'; //to translate
360
359
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';  //to translate
361
 
$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
 
360
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.';  //to translate
362
361
$strAddAutoIncrement = 'Add AUTO_INCREMENT value';  //to translate
363
362
$strAddConstraints = 'Add constraints';  //to translate
364
363
$strAddFields = 'Add %s field(s)';  //to translate
445
444
$strCreationDates = 'Creation/Update/Check dates';  //to translate
446
445
$strCroatian = 'Croatian';  //to translate
447
446
$strCSV = 'CSV';  //to translate
448
 
$strCSVImportOptions = 'CSV options';  //to translate
449
 
$strCSVOptions = 'CSV options';//to translate
450
447
$strCyrillic = 'Cyrillic';  //to translate
451
448
$strCzech = 'Czech';  //to translate
452
449
$strCzechSlovak = 'Czech-Slovak';  //to translate
499
496
$strEsperanto = 'Esperanto';  //to translate
500
497
$strEstonian = 'Estonian';  //to translate
501
498
$strExcelEdition = 'Excel edition';  //to translate
502
 
$strExcelOptions = 'Excel options';  //to translate
503
499
$strExecuteBookmarked = 'Execute bookmarked query';  //to translate
504
500
$strExplain = 'Explain SQL';  //to translate
505
501
 
531
527
 
532
528
$strHandler = 'Handler';  //to translate
533
529
$strHebrew = 'Hebrew';  //to translate
534
 
$strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
535
530
$strHTMLExcel = 'Microsoft Excel 2000';  //to translate
536
 
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
537
531
$strHTMLWord = 'Microsoft Word 2000';  //to translate
538
 
$strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
539
532
$strHungarian = 'Hungarian';  //to translate
540
533
 
541
534
$strIcelandic = 'Icelandic';  //to translate
546
539
$strImportFormat = 'Format of imported file';  //to translate
547
540
$strImport = 'Import';  //to translate
548
541
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';  //to translate
549
 
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
550
 
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
551
542
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
552
 
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
553
543
$strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
554
544
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
555
545
$strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
595
585
$strLatexIncludeCaption = 'Include table caption';//to translate
596
586
$strLatexLabel = 'Label key';//to translate
597
587
$strLaTeX = 'LaTeX';  //to translate
598
 
$strLaTeXOptions = 'LaTeX options';  //to translate
599
588
$strLatexStructure = 'Structure of table __TABLE__';//to translate
600
589
$strLatvian = 'Latvian';  //to translate
601
590
$strLDI = 'CSV using LOAD DATA';  //to translate
602
 
$strLDIImportOptions = 'Options for CSV import using LOAD DATA';  //to translate
603
591
$strLDILocal = 'Use LOCAL keyword';  //to translate
604
592
$strLithuanian = 'Lithuanian';  //to translate
605
593
$strLoginInformation = 'Login Information'; //to translate
665
653
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
666
654
$strPasswordHashing = 'Password Hashing';  //to translate
667
655
$strPdfNoTables = 'No tables';  //to translate
668
 
$strPDFOptions = 'PDF options';  //to translate
669
656
$strPDF = 'PDF';  //to translate
670
657
$strPDFReportTitle = 'Report title';  //to translate
671
658
$strPerHour = 'per hour'; //to translate
880
867
$strSpanish = 'Spanish';  //to translate
881
868
$strSQLCompatibility = 'SQL compatibility mode';  //to translate
882
869
$strSQLExportType = 'Export type';  //to translate
883
 
$strSQLImportOptions = 'SQL options';  //to translate
884
 
$strSQLOptions = 'SQL options';//to translate
885
870
$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
886
871
$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
887
872
$strSQPBugInvalidIdentifer = 'Invalid Identifer';  //to translate
981
966
$strAddClause = 'Add %s';  //to translate
982
967
$strUploadsNotAllowed = 'File uploads are not allowed on this server.';  //to translate
983
968
$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';  //to translate
984
 
$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options';  //to translate
985
969
$strExportMustBeFile = 'Selected export type has to be saved in file!';  //to translate
986
 
$strXMLOptions = 'XML options';  //to translate
987
 
$strStrucNativeExcelOptions = 'Native Excel export options';  //to translate
988
970
$strCreateUserDatabase = 'Database for user';  //to translate
989
971
$strCreateUserDatabaseNone = 'None';  //to translate
990
972
$strCreateUserDatabaseName = 'Create database with same name and grant all privileges';  //to translate
991
973
$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';  //to translate
992
974
$strOpenDocumentText = 'Open Document Text';  //to translate
993
 
$strOpenDocumentTextOptions = 'Open Document Text options';  //to translate
994
975
$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';  //to translate
995
976
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';  //to translate
996
977
$strErrorRenamingTable = 'Error renaming table %1$s to %2$s';  //to translate
1006
987
$strPmaWiki = 'phpMyAdmin wiki';  //to translate
1007
988
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.';  //to translate
1008
989
$strDocSQL = 'DocSQL';  //to translate
1009
 
$strDocSQLOptions = 'DocSQL options';  //to translate
1010
990
$strTableName = 'Table name';  //to translate
1011
991
$strTableIsEmpty = 'Table seems to be empty!';  //to translate
1012
992
$strDbIsEmpty = 'Database seems to be empty!';  //to translate
1051
1031
$strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1052
1032
$strSnapToGrid = 'Snap to grid';  //to translate
1053
1033
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.';  //to translate
 
1034
$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';  //to translate
 
1035
$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';  //to translate
 
1036
$strUploadErrorPartial = 'The uploaded file was only partially uploaded.';  //to translate
 
1037
$strUploadErrorNoTempDir = 'Missing a temporary folder.';  //to translate
 
1038
$strUploadErrorCantWrite = 'Failed to write file to disk.';  //to translate
 
1039
$strUploadErrorExtension = 'File upload stopped by extension.';  //to translate
 
1040
$strUploadErrorUnknown = 'Unknown error in file upload.';  //to translate
1054
1041
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';  //to translate
 
1042
$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11';  //to translate
 
1043
$strViewName = 'VIEW name';  //to translate
 
1044
$strOptions = 'Options';  //to translate
 
1045
$strFiles = 'Files';  //to translate
 
1046
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:';  //to translate
 
1047
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';  //to translate
 
1048
$strRoutines = 'Routines';  //to translate
 
1049
$strRoutineReturnType = 'Return type';  //to translate
 
1050
$strControluserFailed = 'Connection for controluser as defined in your configuration failed.';  //to translate
 
1051
$strHexForBLOB = 'Use hexadecimal for BLOB';  //to translate
 
1052
$strRestartInsertion = 'Restart insertion with %s rows';  //to translate
 
1053
$strTriggers = 'Triggers';  //to translate
 
1054
$strEvent = 'Event';  //to translate
 
1055
$strProfiling = 'Profiling';  //to translate
1055
1056
?>