Removed "^M"

This commit is contained in:
Loïc Chapeaux
2002-03-22 11:37:12 +00:00
parent eb8b7cccdc
commit 90f81858c5

View File

@@ -51,7 +51,6 @@ $strAttr = 'Atributos';
$strBack = 'Voltar';
$strBinary = ' Bin<69>rio ';
$strBinaryDoNotEdit = ' Bin<69>rio - n<>o edite ';
$strBookmarkDeleted = 'The bookmark has been deleted.';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'Procura de SQL salva';
$strBookmarkThis = 'Salvar essa procura de SQL';
@@ -159,7 +158,7 @@ $strInsertNewRow = 'Insere novo registro';
$strInsertTextfiles = 'Insere arquivo texto na tabela';
$strInstructions = 'Instru<72><75>es';
$strInUse = 'em uso';
$strInvalidName = '"%s" <20> uma palavra reservada, voc<6F> n<>o pode us<75>-la como um nome de base de dados/tabela/campo.';
$strInvalidName = '"%s" <20> uma palavra reservada, voc<6F> n<>o pode us<75>-la como um nome de base de dados/tabela/campo.';
$strKeepPass = 'N<>o mudar a senha';
$strKeyname = 'Nome chave';
@@ -218,7 +217,6 @@ $strOr = 'Ou';
$strOverhead = 'Sobre Carga';
$strPartialText = 'Textos parciais';
$strQueryOnDb = 'Procura SQL na base ';
$strPassword = 'Senha';
$strPasswordEmpty = 'A senhas est<73> vazia!';
$strPasswordNotSame = 'As senhas n<>o s<>o a mesma!';
@@ -346,6 +344,7 @@ $strYes = 'Sim';
$strZip = '"compactado com zip"';
// To translate
$strBookmarkDeleted = 'The bookmark has been deleted.';
$strChangePassword = 'Change password'; //to translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
?>