Removed error references strings from all language_files, these language files should now be suitable for translation using transifex (refs #1171)

This commit is contained in:
madmuffin1
2013-03-22 16:38:56 +01:00
parent 6a16940aa0
commit f2ecf74d41
16 changed files with 38 additions and 170 deletions

View File

@@ -205,15 +205,7 @@ $lng['error']['mustbeurl'] = 'Вие не сте въвели валиден и
$lng['error']['invalidpath'] = 'Не сте избрали валиден URL (може би проблеми с "dirlisting?")';
$lng['error']['stringisempty'] = 'Липства стойност в полето';
$lng['error']['stringiswrong'] = 'Грешна стойност в полето';
$lng['error']['myloginname'] = '\'' . $lng['login']['username'] . '\'';
$lng['error']['mypassword'] = '\'' . $lng['login']['password'] . '\'';
$lng['error']['oldpassword'] = '\'' . $lng['changepassword']['old_password'] . '\'';
$lng['error']['newpassword'] = '\'' . $lng['changepassword']['new_password'] . '\'';
$lng['error']['newpasswordconfirm'] = '\'' . $lng['changepassword']['new_password_confirm'] . '\'';
$lng['error']['newpasswordconfirmerror'] = 'Нова парола и потвърждение не съвпадат';
$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\'';
$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\'';
$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\'';
$lng['error']['mydomain'] = '\'Домейн\'';
$lng['error']['mydocumentroot'] = '\'Главна директория\'';
$lng['error']['loginnameexists'] = 'Потребителското име %s е заето';
@@ -239,7 +231,6 @@ $lng['error']['destinationnonexist'] = 'Моля коригирайте поле
$lng['error']['destinationalreadyexistasmail'] = 'Препрадката към %s вече съществува като активен E-mail адрес.';
$lng['error']['destinationalreadyexist'] = 'Вече има препрадка към %s .';
$lng['error']['destinationiswrong'] = 'Пренасочването %s съдържа невалиден символ (и), или е непълна.';
$lng['error']['domainname'] = $lng['domains']['domainname'];
$lng['error']['ticketnotaccessible'] = 'Нямате достъп до този билет.';
/**