From 59b82fc2bcd0c02ffa86dab14ab11d26d685b458 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 15 Jun 2002 10:29:44 +0000 Subject: [PATCH] updates --- lang/romanian.inc.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index dd96f0830..ba49d87e2 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -73,6 +73,7 @@ $strChoosePage = 'Selecteaza o pagina pentru a fi editata'; $strColumn = 'Coloana'; $strColumnNames = 'Numele coloanelor'; $strCompleteInserts = 'Rezolva inserarea'; +$strConfigFileError = 'phpMyAdmin nu poate citi corect fisierul de configuratie!
Acesta se poate intampla in cazul in care PHP nu poate gasi fisierul sau nu o poate parsa corect.
Vezi configuratia fisierului apasand pe linkul de mai jos si citeste cu atentie erorile aparute ... In cele mai multe cazuri lipsesc apostroful sau ghilimele.
Daca primesti o pagina goala, totul pare sa fie bine.'; $strConfigureTableCoord = 'Configureaza coordonatelepentru tabela %s'; $strConfirm = 'Sunteti sigur ca doriti sa continuati?'; $strCookiesRequired = 'Trebuie sa aveti activat "cookies".'; @@ -221,6 +222,7 @@ $strNoQuery = 'Nu exista cerere SQL!'; $strNoRights = 'Nu detineti drepturi de acces pentru a va afla aici!'; $strNoTablesFound = 'Nu s-a gasit nici un tabel in baza de date.'; $strNotNumber = 'Acesta nu este un numar!'; +$strNotSet = '%s tabela nu a fost gasita sau nu este setat in %s'; $strNotValidNumber = 'Nu este un numar valid de linie!'; $strNoUsersFound = 'Nu s-a gasit nici un utilizator.'; $strNull = 'Nul'; @@ -391,9 +393,7 @@ $strYes = 'Da'; $strZip = '"arhivat"'; // To translate -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate $strMissingBracket = 'Missing Bracket'; //to translate $strHaveToShow = 'You have to choose at least one Column to display'; //to translate $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate