~ubuntu-branches/ubuntu/dapper/phpmyadmin/dapper-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Roszatycki
  • Date: 2005-11-23 14:31:15 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051123143115-xap9vjo0vgm5dek0
Tags: 4:2.6.4-pl4-2
Security fix: Cross-site scripting by trusting potentially user-supplied
input.
See: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3665
New 200-CVE-2005-3665.patch. Closes: #340438.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: portuguese-utf-8.inc.php,v 2.56 2004/12/28 16:34:48 nijel Exp $ */
 
2
/* $Id: portuguese-utf-8.inc.php,v 2.78 2005/07/29 17:03:21 lem9 Exp $ */
3
3
 
4
4
/**
5
5
 * Portuguese language file by
373
373
$strNotNumber = 'Isto não é um número!';
374
374
$strNotOK = 'não está OK';
375
375
$strNotSet = 'A Tabela <b>%s</b> não foi encontrada ou não foi definida em %s';
376
 
$strNotValidNumber = ' não é um número de registo válido!';
377
376
$strNull = 'Nulo';
378
377
$strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
379
378
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
603
602
$strTransformation_image_jpeg__link = 'Mostra uma ligação para esta imagem (blob download directo , i.e.).';
604
603
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
605
604
$strTransformation_text_plain__formatted = 'Preserva a formatação original do campo. Sem Escaping.';
606
 
$strTransformation_text_plain__unformatted = 'Mostra o código HTML como entidades HTML. Não é mostrada a formatação HTML.';
607
605
$strTruncateQueries = 'Truncar os Queries mostrados';
608
606
$strTurkish = 'Turco';
609
607
$strType = 'Tipo';
663
661
$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
664
662
 
665
663
$strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
666
 
$strCheckOverhead = 'Check overheaded';  //to translate
 
664
$strCheckOverhead = 'Check tables with overhead';  //to translate
667
665
$strCollation = 'Collation';  //to translate
668
666
$strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
669
667
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
765
763
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';  //to translate
766
764
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
767
765
$strAfterInsertNext = 'Edit next row';  //to translate
 
766
$strView = 'View';  //to translate
 
767
$strViewHasBeenDropped = 'View %s has been dropped';  //to translate
 
768
$strEngines = 'Engines';  //to translate
 
769
$strStorageEngines = 'Storage Engines';  //to translate
 
770
$strStorageEngine = 'Storage Engine';  //to translate
 
771
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
 
772
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
 
773
$strEngineAvailable = '%s is available on this MySQL server.';  //to translate
 
774
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
 
775
$strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
 
776
$strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
 
777
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';  //to translate
 
778
$strMyISAMDataPointerSize = 'Data pointer size';  //to translate
 
779
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';  //to translate
 
780
$strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
 
781
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
 
782
$strMyISAMRepairThreads = 'Repair threads';  //to translate
 
783
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.';  //to translate
 
784
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
 
785
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';  //to translate
 
786
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
 
787
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';  //to translate
 
788
$strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
 
789
$strVersionInformation = 'Version information';  //to translate
 
790
$strInnoDBDataHomeDir = 'Data home directory';  //to translate
 
791
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
 
792
$strInnoDBDataFilePath = 'Data files';  //to translate
 
793
$strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
 
794
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
 
795
$strBufferPool = 'Buffer Pool';  //to translate
 
796
$strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
 
797
$strDataPages = 'Pages containing data';  //to translate
 
798
$strFreePages = 'Free pages';  //to translate
 
799
$strBusyPages = 'Busy pages';  //to translate
 
800
$strDirtyPages = 'Dirty pages';  //to translate
 
801
$strPagesToBeFlushed = 'Pages to be flushed';  //to translate
 
802
$strLatchedPages = 'Latched pages';  //to translate
 
803
$strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
 
804
$strReadRequests = 'Read requests';  //to translate
 
805
$strWriteRequests = 'Write requests';  //to translate
 
806
$strBufferReadMisses = 'Read misses';  //to translate
 
807
$strBufferReadMissesInPercent = 'Read misses in %';  //to translate
 
808
$strBufferWriteWaits = 'Write waits';  //to translate
 
809
$strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
 
810
$strHTMLExcel = 'Microsoft Excel 2000';  //to translate
 
811
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
 
812
$strHTMLWord = 'Microsoft Word 2000';  //to translate
 
813
$strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
 
814
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
 
815
$strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
 
816
$strInnoDBPages = 'pages';  //to translate
 
817
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
 
818
$strPrivDescCreateView = 'Allows creating new views.';  //to translate
 
819
$strPrivDescAlterDb = 'Allows altering the structure of existing tables as well as changing the default charset and collation of databases.';  //to translate
 
820
$strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.';  //to translate
 
821
$strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
 
822
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
 
823
$strRoutines = 'Routines';  //to translate
 
824
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
 
825
$strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
 
826
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
 
827
$strGeneratePassword = 'Generate Password';  //to translate
 
828
$strGenerate = 'Generate';  //to translate
 
829
$strCopy = 'Copy';  //to translate
 
830
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';  //to translate
 
831
$strInvalidFieldCount = 'Table must have at least one field.';  //to translate
 
832
$strInvalidRowNumber = '%d is not valid row number.';  //to translate
 
833
$strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
 
834
$strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
 
835
$strAndThen = 'and then';  //to translate
768
836
?>