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';
@@ -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!';
?>