diff --git a/lng/bulgarian.lng.php b/lng/bulgarian.lng.php index 064ee410..0c22d7f9 100644 --- a/lng/bulgarian.lng.php +++ b/lng/bulgarian.lng.php @@ -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'] = 'Нямате достъп до този билет.'; /** diff --git a/lng/catalan.lng.php b/lng/catalan.lng.php index 4a5636b8..db425ff1 100644 --- a/lng/catalan.lng.php +++ b/lng/catalan.lng.php @@ -194,15 +194,7 @@ $lng['error']['mustbeurl'] = 'No has escrit una URL correcte'; $lng['error']['invalidpath'] = 'No has escrit una URL vàlida (potser hi ha algun problema en el llistat de directoris)'; $lng['error']['stringisempty'] = 'Camp de text buit'; $lng['error']['stringiswrong'] = 'Contingut erroni en el camp de text'; -$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'] = 'La nova clau no coincideix amb la confirmació'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Domini\''; $lng['error']['mydocumentroot'] = '\'Arrel dels documents\''; $lng['error']['loginnameexists'] = 'Ja existeix l\'usuari %s'; @@ -229,7 +221,6 @@ $lng['error']['destinationnonexist'] = 'Si us plau crea la redirecció a \ $lng['error']['destinationalreadyexistasmail'] = 'La redirecció a %s ja existeix com un compte de correu.'; $lng['error']['destinationalreadyexist'] = 'Ja hi ha una redirecció a %s .'; $lng['error']['destinationiswrong'] = 'La redirecció %s conté caràcters invàlids o és incompleta.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions @@ -255,9 +246,9 @@ $lng['question']['admin_configs_reallyrebuild'] = 'Segur que vols regenerar les * Mails */ -$lng['mails']['pop_success']['mailbody'] = 'Hola,\n\nel teu compte d\'email $destination\ns\'ha creat satisfactoriament.\n\nAix� és un missatge creat automàticament, si us plau uno responguis. Gràcies.'; +$lng['mails']['pop_success']['mailbody'] = 'Hola,\n\nel teu compte d\'email {EMAIL}\ns\'ha creat satisfactoriament.\n\nAix� és un missatge creat automàticament, si us plau uno responguis. Gràcies.'; $lng['mails']['pop_success']['subject'] = 'Compte de correu creat satisfactoriament'; -$lng['mails']['createcustomer']['mailbody'] = 'Hola {FIRSTNAME} {NAME},\n\n aquí te la seva informació:\n\nNom d\'usuari: $loginname\nClau: $password\n\n Gràcies per tot, disfruta del teu compte'; +$lng['mails']['createcustomer']['mailbody'] = 'Hola {FIRSTNAME} {NAME},\n\n aquí te la seva informació:\n\nNom d\'usuari: {USERNAME}\nClau: {PASSWORD}\n\n Gràcies per tot, disfruta del teu compte'; $lng['mails']['createcustomer']['subject'] = 'Informació del compte'; /** diff --git a/lng/czech.lng.php b/lng/czech.lng.php index b7c59e1b..eb945b99 100644 --- a/lng/czech.lng.php +++ b/lng/czech.lng.php @@ -195,15 +195,7 @@ $lng['error']['mustbeurl'] = 'Vložili jste nesprávnou nebo nekompletní url (n $lng['error']['invalidpath'] = 'Nevybrali jste správnou url (možná problém s "dirlistingem"?)'; $lng['error']['stringisempty'] = 'Chybì jící vstup v poli'; $lng['error']['stringiswrong'] = 'špatný vstup v poli'; -$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'] = 'Nové heslo se neshoduje s tím pro potvrzení'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Domain\''; $lng['error']['loginnameexists'] = 'Pøihlašovací jméno %s již existuje'; $lng['error']['emailiswrong'] = 'Emailová adresa %s obsahuje nepovolené znaky nebo je nekompletní'; @@ -229,7 +221,6 @@ $lng['error']['destinationnonexist'] = 'Prosím vytvoøte pøeposílatele v poli $lng['error']['destinationalreadyexistasmail'] = 'Pøeposílaè na %s již existuje jako aktivní emailová adresa.'; $lng['error']['destinationalreadyexist'] = 'Už jste nastavili pøeposílaè na %s .'; $lng['error']['destinationiswrong'] = 'Pøeposílaè %s obsahuje nesprávné znaky nebo není kompletní.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions @@ -642,13 +633,9 @@ $lng['question']['ticket_reallyclose'] = 'Opravdu chcete zavøít tiket "%s"?'; $lng['question']['ticket_reallydelete'] = 'Opravdu chcete smazat tiket "%s"?'; $lng['question']['ticket_reallydeletecat'] = 'Opravdu chcete smazat kategorii "%s"?'; $lng['question']['ticket_reallyarchive'] = 'Opravdu chcete pøesunout tiket "%s" do archivu?'; -$lng['error']['mysubject'] = '\'' . $lng['ticket']['subject'] . '\''; -$lng['error']['mymessage'] = '\'' . $lng['ticket']['message'] . '\''; -$lng['error']['mycategory'] = '\'' . $lng['ticket']['category'] . '\''; $lng['error']['nomoreticketsavailable'] = 'Použili jste všechny dostupné tikety. Prosím kontaktujte svého administrátora.'; $lng['error']['nocustomerforticket'] = 'Nemohu vytváøet tikety bez zákazníkù'; $lng['error']['categoryhastickets'] = 'Kategorie stále obsahuje tikety.
Prosím smažte tikety aby jste mohli smazat kategorii'; -$lng['error']['notmorethanxopentickets'] = $lng['ticket']['notmorethanxopentickets']; $lng['admin']['ticketsettings'] = 'Tikety-podpory nastavení'; $lng['admin']['archivelastrun'] = 'Poslední archivace tiketù'; $lng['serversettings']['ticket']['noreply_email']['title'] = 'Bez odpovì dní e-mailová adresa'; diff --git a/lng/danish.lng.php b/lng/danish.lng.php index e453046b..39203d6c 100644 --- a/lng/danish.lng.php +++ b/lng/danish.lng.php @@ -193,15 +193,7 @@ $lng['error']['mustbeurl'] = 'Din indtastning er ikke en gyldig URL (f.eks. http $lng['error']['invalidpath'] = 'Du har valgt en ikke gyldig url (måske et problem med mappe list?)'; $lng['error']['stringisempty'] = 'Manglende intasting i feltet'; $lng['error']['stringiswrong'] = 'Forkert indtastning i feltet'; -$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'] = 'Det nye kodeord og kontrol indtastning stemmer ikke overens'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Domæne\''; $lng['error']['mydocumentroot'] = '\'Mapperod\''; $lng['error']['loginnameexists'] = 'Brugernavnet %s eksisterer allerede'; @@ -228,7 +220,6 @@ $lng['error']['destinationnonexist'] = 'Opret venligst videresenderen i feltet.' $lng['error']['destinationalreadyexistasmail'] = 'Videresenderen til %s eksisterer allerede som en aktiv eMail-adresse.'; $lng['error']['destinationalreadyexist'] = 'Der er allerede angivet en videresender til %s .'; $lng['error']['destinationiswrong'] = 'Videresenderen %s indeholder ugyldige tegn eller er ikke komplet.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions diff --git a/lng/dutch.lng.php b/lng/dutch.lng.php index 04af9fc0..5db019c9 100644 --- a/lng/dutch.lng.php +++ b/lng/dutch.lng.php @@ -179,15 +179,7 @@ $lng['error']['mustbeurl'] = 'U heeft geen goed of compleet URL ingegeven (bijv. $lng['error']['invalidpath'] = 'U heeft geen goed URL ingegeven (misschien een probleem met dirlisting?)'; $lng['error']['stringisempty'] = 'Geen waarde in invoerveld'; $lng['error']['stringiswrong'] = 'Verkeerde waarde in invoerveld'; -$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'] = 'Het nieuwe wacthwoord en de bevestiging zijn niet gelijk'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['loginnameexists'] = 'Loginnaam %s bestaat al'; $lng['error']['emailiswrong'] = 'E-mail Adres %s bevat illegale karakters of is niet compleet'; $lng['error']['loginnameiswrong'] = 'Loginnaame %s bevat illegale karakters'; @@ -212,7 +204,6 @@ $lng['error']['destinationnonexist'] = 'Maak uw forwarder in het veld \'Destinat $lng['error']['destinationalreadyexistasmail'] = 'De forwarder naar %s bestaat reeds als actief e-mail adres.'; $lng['error']['destinationalreadyexist'] = 'U heeft al een forwarder die verwijst naar %s .'; $lng['error']['destinationiswrong'] = 'De forwarder naar %s bevat illegale karakter(s) of is niet compleet.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions @@ -620,13 +611,9 @@ $lng['question']['ticket_reallyclose'] = 'Weet u zeker dat u ticket "%s" wilt sl $lng['question']['ticket_reallydelete'] = 'Weet u zeker dat u ticket "%s" wilt verwijderen?'; $lng['question']['ticket_reallydeletecat'] = 'Weet u zeker dat u de categorie "%s" wilt verwijderen?'; $lng['question']['ticket_reallyarchive'] = 'Weet u zeker dat u ticket "%s" wilt archiveren?'; -$lng['error']['mysubject'] = '\'' . $lng['ticket']['subject'] . '\''; -$lng['error']['mymessage'] = '\'' . $lng['ticket']['message'] . '\''; -$lng['error']['mycategory'] = '\'' . $lng['ticket']['category'] . '\''; $lng['error']['nomoreticketsavailable'] = 'U hebt al uw beschikbare tickets verbruikt. Neem contact op met uw beheerder.'; $lng['error']['nocustomerforticket'] = 'U kunt geen tickets aanmaken zonder gebruikers'; $lng['error']['categoryhastickets'] = 'Deze categorie bevat nog tickets.
Verwijder de tickets eerst alvorens de categorie te verwijderen'; -$lng['error']['notmorethanxopentickets'] = $lng['ticket']['notmorethanxopentickets']; $lng['admin']['ticketsettings'] = 'Instellingen voor ondersteuningstickets'; $lng['admin']['archivelastrun'] = 'Laatste archivering tickets'; $lng['serversettings']['ticket']['noreply_email']['title'] = 'Emailadres voor geen-antwoord'; diff --git a/lng/english.lng.php b/lng/english.lng.php index fdbd0451..06c9f77a 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -199,15 +199,7 @@ $lng['error']['mustbeurl'] = 'You have not typed a valid or complete url (e.g. h $lng['error']['invalidpath'] = 'You have not chosen a valid URL (maybe problems with the dirlisting?)'; $lng['error']['stringisempty'] = 'Missing Input in Field'; $lng['error']['stringiswrong'] = 'Wrong Input in Field'; -$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'] = 'New password and confirmation does not match'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Domain\''; $lng['error']['mydocumentroot'] = '\'Documentroot\''; $lng['error']['loginnameexists'] = 'Login-Name %s already exists'; @@ -234,7 +226,6 @@ $lng['error']['destinationnonexist'] = 'Please create your forwarder in the fiel $lng['error']['destinationalreadyexistasmail'] = 'The forwarder to %s already exists as active e-mail-address.'; $lng['error']['destinationalreadyexist'] = 'You have already defined a forwarder to %s .'; $lng['error']['destinationiswrong'] = 'The forwarder %s contains invalid character(s) or is incomplete.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; $lng['error']['ticketnotaccessible'] = 'You cannot access this ticket.'; /** @@ -665,13 +656,9 @@ $lng['question']['ticket_reallyclose'] = 'Do you really want to close the ticket $lng['question']['ticket_reallydelete'] = 'Do you really want to delete the ticket "%s"?'; $lng['question']['ticket_reallydeletecat'] = 'Do you really want to delete the category "%s"?'; $lng['question']['ticket_reallyarchive'] = 'Do you really want to move the ticket "%s" to the archive?'; -$lng['error']['mysubject'] = '\'' . $lng['ticket']['subject'] . '\''; -$lng['error']['mymessage'] = '\'' . $lng['ticket']['message'] . '\''; -$lng['error']['mycategory'] = '\'' . $lng['ticket']['category'] . '\''; $lng['error']['nomoreticketsavailable'] = 'You have used all your available tickets. Please contact your administrator.'; $lng['error']['nocustomerforticket'] = 'Cannot create tickets without customers'; $lng['error']['categoryhastickets'] = 'The category still has tickets in it.
Please delete the tickets to delete the category'; -$lng['error']['notmorethanxopentickets'] = $lng['ticket']['notmorethanxopentickets']; $lng['admin']['ticketsettings'] = 'Support-Ticket settings'; $lng['admin']['archivelastrun'] = 'Last ticket archiving'; $lng['serversettings']['ticket']['noreply_email']['title'] = 'No-reply e-mail address'; diff --git a/lng/error_references.php b/lng/error_references.php new file mode 100644 index 00000000..f39e7f29 --- /dev/null +++ b/lng/error_references.php @@ -0,0 +1,35 @@ + + * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt + * @package Language + * + */ + +/** + * Error References Mapping (do not need to be translated) + */ + +$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']['myname'] = '\'' . $lng['customer']['name'] . '\''; +$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; +$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; +$lng['error']['domainname'] = $lng['domains']['domainname']; +$lng['error']['mysubject'] = '\'' . $lng['ticket']['subject'] . '\''; +$lng['error']['mymessage'] = '\'' . $lng['ticket']['message'] . '\''; +$lng['error']['mycategory'] = '\'' . $lng['ticket']['category'] . '\''; +$lng['error']['notmorethanxopentickets'] = $lng['ticket']['notmorethanxopentickets']; \ No newline at end of file diff --git a/lng/french.lng.php b/lng/french.lng.php index 9b46eff7..68d60943 100644 --- a/lng/french.lng.php +++ b/lng/french.lng.php @@ -206,15 +206,7 @@ $lng['error']['mustbeurl'] = 'Vous n\'avez pas entré une adresse URL valide.'; $lng['error']['invalidpath'] = 'Vous n\'avez pas choisi une adresse URL valide (probablement à cause de problèmes avec le listing de dossiers ?)'; $lng['error']['stringisempty'] = 'Entrée manquante'; $lng['error']['stringiswrong'] = 'Entrée invalide'; -$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'] = 'Le nouveau mot de passe et sa confirmation ne sont pas identiques pas.'; -$lng['error']['myname'] = '"' . $lng['customer']['name'] . '"'; -$lng['error']['myfirstname'] = '"' . $lng['customer']['firstname'] . '"'; -$lng['error']['emailadd'] = '"' . $lng['customer']['email'] . '"'; $lng['error']['mydomain'] = '"domaine"'; $lng['error']['loginnameexists'] = 'L\'identifiant "%s" existe déjà.'; $lng['error']['emailiswrong'] = 'L\'adresse "%s" contient des signes invalides ou est incomplète.'; @@ -240,7 +232,6 @@ $lng['error']['destinationnonexist'] = 'Veuillez écrire votre adresse de renvoi $lng['error']['destinationalreadyexistasmail'] = 'Le renvoi vers l\'adresse "%s" existe déjà comme adresse active.'; $lng['error']['destinationalreadyexist'] = 'Il existe déjà une réexpédition vers l\'adresse "%s".'; $lng['error']['destinationiswrong'] = 'L\'adresse "%s" contient des signes invalides ou est incomplète.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; $lng['error']['loginnameissystemaccount'] = 'Vous ne pouvez pas créer un compte identique au compte système, veuillez réessayer avec un autre nom.'; /** @@ -659,13 +650,9 @@ $lng['question']['ticket_reallyclose'] = 'Etes-vous sûr de vouloir clôturer le $lng['question']['ticket_reallydelete'] = 'Etes-vous sûr de vouloir supprimer le billet "%s" ?'; $lng['question']['ticket_reallydeletecat'] = 'Etes-vous sûr de vouloir supprimer la catégorie "%s" ?'; $lng['question']['ticket_reallyarchive'] = 'Etes-vous sûr de vouloir archiver le billet "%s" ?'; -$lng['error']['mysubject'] = '"' . $lng['ticket']['subject'] . '"'; -$lng['error']['mymessage'] = '"' . $lng['ticket']['message'] . '"'; -$lng['error']['mycategory'] = '"' . $lng['ticket']['category'] . '"'; $lng['error']['nomoreticketsavailable'] = 'Vous n\'avez plus de billets de disponibles. Veuillez contacter votre administrateur.'; $lng['error']['nocustomerforticket'] = 'Ne peut créer de billet sans client'; $lng['error']['categoryhastickets'] = 'La catégorie possède des billets.
Veuillez d\'abord supprimer tous les billets de cette catégorie.'; -$lng['error']['notmorethanxopentickets'] = $lng['ticket']['notmorethanxopentickets']; $lng['admin']['ticketsettings'] = 'Paramètres des billets de support'; $lng['admin']['archivelastrun'] = 'Derniers billets archivés'; $lng['serversettings']['ticket']['noreply_email']['title'] = 'Adresse e-mail de non réponse'; diff --git a/lng/german.lng.php b/lng/german.lng.php index 220f0020..b33dcab5 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -199,15 +199,7 @@ $lng['error']['mustbeurl'] = 'Sie müssen eine vollständige URL angeben (z.B. h $lng['error']['invalidpath'] = 'Sie haben keine gültige URL ausgewählt (Evtl. Probleme beim Verzeichnislisting?)'; $lng['error']['stringisempty'] = 'Fehlende Eingabe im Feld'; $lng['error']['stringiswrong'] = 'Falsche Eingabe im Feld'; -$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'] = 'Das neue Passwort und die Bestätigung sind nicht identisch.'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Domain\''; $lng['error']['mydocumentroot'] = '\'Documentroot\''; $lng['error']['loginnameexists'] = 'Der Login-Name %s existiert bereits.'; @@ -234,7 +226,6 @@ $lng['error']['destinationnonexist'] = 'Bitte geben Sie Ihre Weiterleitungsadres $lng['error']['destinationalreadyexistasmail'] = 'Die Weiterleitung zu %s exisitiert bereits als aktive E-Mail-Adresse.'; $lng['error']['destinationalreadyexist'] = 'Es gibt bereits eine Weiterleitung nach %s .'; $lng['error']['destinationiswrong'] = 'Die Weiterleitungsadresse-Adresse %s enthält ungültige Zeichen oder ist nicht vollständig.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; $lng['error']['ticketnotaccessible'] = 'Sie können sich das Ticket nicht ansehen.'; /** @@ -668,13 +659,9 @@ $lng['question']['ticket_reallyclose'] = 'Wollen Sie das Ticket "%s" wirklich sc $lng['question']['ticket_reallydelete'] = 'Wollen Sie das Ticket "%s" wirklich löschen?'; $lng['question']['ticket_reallydeletecat'] = 'Wollen Sie die Kategorie "%s" wirklich löschen?'; $lng['question']['ticket_reallyarchive'] = 'Wollen Sie das Ticket "%s" wirklich in das Archiv verschieben?'; -$lng['error']['mysubject'] = '\'' . $lng['ticket']['subject'] . '\''; -$lng['error']['mymessage'] = '\'' . $lng['ticket']['message'] . '\''; -$lng['error']['mycategory'] = '\'' . $lng['ticket']['category'] . '\''; $lng['error']['nomoreticketsavailable'] = 'Sie haben Ihr Ticketkontingent aufgebraucht. Bitte kontaktieren Sie ihren Administrator.'; $lng['error']['nocustomerforticket'] = 'Keine Kunden vorhanden um ein Ticket zu erstellen.'; $lng['error']['categoryhastickets'] = 'In dieser Kategorie befinden sich noch Tickets.
Bitte löschen Sie diese um die Kategorie zu löschen'; -$lng['error']['notmorethanxopentickets'] = $lng['ticket']['notmorethanxopentickets']; $lng['admin']['ticketsettings'] = 'Support-Ticket Einstellungen'; $lng['admin']['archivelastrun'] = 'Letzte Ticket-Archivierung'; $lng['serversettings']['ticket']['noreply_email']['title'] = 'Keine-Antwort E-Mail Adresse'; diff --git a/lng/hungarian.lng.php b/lng/hungarian.lng.php index f557b908..5a27055b 100644 --- a/lng/hungarian.lng.php +++ b/lng/hungarian.lng.php @@ -194,15 +194,7 @@ $lng['error']['mustbeurl'] = 'Nem teljes vagy nem érvényes URL-t (pl.: http:// $lng['error']['invalidpath'] = 'Nem választott ki érvényes URL-t (lehet, hogy probléma van a könyvtárlistázással?).'; $lng['error']['stringisempty'] = 'A mezőben nincs adat.'; $lng['error']['stringiswrong'] = 'A mezőben helytelen adat van.'; -$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'] = 'Az új jelszó és annak megerősítése nem egyezik meg.'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Domain\''; $lng['error']['mydocumentroot'] = '\'Dokumentum útvonal\''; $lng['error']['loginnameexists'] = 'A(z) %s felhasználónév már létezik'; @@ -229,7 +221,6 @@ $lng['error']['destinationnonexist'] = 'Kérem, levél-továbbítóját a \'Cé $lng['error']['destinationalreadyexistasmail'] = 'A(z) %s továbbító már létezik mint aktív e-mail cím.'; $lng['error']['destinationalreadyexist'] = 'Ön már létrehozott egy továbbítót ehhez: %s .'; $lng['error']['destinationiswrong'] = 'A(z) %s továbbító érvénytelen karakter(eke)t tartalmaz vagy nem teljes.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions diff --git a/lng/italian.lng.php b/lng/italian.lng.php index 505b9fbb..5a8bd756 100644 --- a/lng/italian.lng.php +++ b/lng/italian.lng.php @@ -197,15 +197,7 @@ $lng['error']['mustbeurl'] = 'Non hai inserito un\'indirizzo valido o completo ( $lng['error']['invalidpath'] = 'Non hai scelto un\'indirizzo valido.'; $lng['error']['stringisempty'] = 'Manca il dato nel campo.'; $lng['error']['stringiswrong'] = 'Dato incorretto.'; -$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'] = 'La nuova password non corrisponde a quella vecchia.'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Dominio\''; $lng['error']['mydocumentroot'] = '\'Documentroot\''; $lng['error']['loginnameexists'] = 'Il login %s esiste già.'; @@ -232,7 +224,6 @@ $lng['error']['destinationnonexist'] = 'Per favore crea il tuo reindirizzamento $lng['error']['destinationalreadyexistasmail'] = 'Il reindirizzamento a %s esiste già come indirizzo Email attivo.'; $lng['error']['destinationalreadyexist'] = 'Hai già definito un reindirizzamento per %s .'; $lng['error']['destinationiswrong'] = 'Il reindirizzamento %s contiene caratteri invalidi o è incompleto.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions @@ -650,13 +641,9 @@ $lng['question']['ticket_reallyclose'] = 'Vuoi veramente chiudere il ticket"%s"? $lng['question']['ticket_reallydelete'] = 'Vuoi veramente cancellare il ticket"%s"?'; $lng['question']['ticket_reallydeletecat'] = 'Vuoi veramente eliminare la categoria "%s"?'; $lng['question']['ticket_reallyarchive'] = 'Vuoi veramente spostare il ticket "%s" in archivio?'; -$lng['error']['mysubject'] = '\'' . $lng['ticket']['subject'] . '\''; -$lng['error']['mymessage'] = '\'' . $lng['ticket']['message'] . '\''; -$lng['error']['mycategory'] = '\'' . $lng['ticket']['category'] . '\''; $lng['error']['nomoreticketsavailable'] = 'Sono stati usati tutti i ticket disponibili. Si prega di contattare l\'amministratore.'; $lng['error']['nocustomerforticket'] = 'Impossibile creare ticket senza clienti'; $lng['error']['categoryhastickets'] = 'La categoria contiene ancora ticket.
Si prega di cancellare i ticket per eliminare la categoria'; -$lng['error']['notmorethanxopentickets'] = $lng['ticket']['notmorethanxopentickets']; $lng['admin']['ticketsettings'] = 'Impostazioni Gestione Ticket'; $lng['admin']['archivelastrun'] = 'Ultimo ticket archiviato'; $lng['serversettings']['ticket']['noreply_email']['title'] = 'Non rispondere a questo indirizzo email'; @@ -1581,7 +1568,7 @@ $lng['menue']['traffic']['table'] = 'Traffico'; $lng['error']['admin_domain_emailsystemhostname'] = 'Spiacente, l\'hostname di sistema non può essere usato come dominio di un cliente'; $lng['backup_allowed'] = 'Backup permesso'; $lng['extras']['backup_create'] = 'Creare il Backup?'; -$lng['extras']['backup_info'] = 'Il Backup sarà eseguito una volta al giorno nella cartella "' . $settings['system']['backup_dir'] . '".'; +$lng['extras']['backup_info'] = 'Il Backup sarà eseguito una volta al giorno nella cartella ...'; $lng['extras']['backup_info_sep'] = 'Contiene gli archivi compressi dei file HTML Files e dei Database.'; $lng['extras']['backup_info_big'] = 'Contiene un archivio compresso dei file HTML Files e dei Database.'; $lng['extras']['backup_count_info'] = '

Si tenga in considerazione che il backup utilizza lo spazio web!'; diff --git a/lng/portugues.lng.php b/lng/portugues.lng.php index 07fd4f2e..59db4cb8 100644 --- a/lng/portugues.lng.php +++ b/lng/portugues.lng.php @@ -198,15 +198,7 @@ $lng['error']['mustbeurl'] = 'Voce não digitou uma URL válida (ex. http://seud $lng['error']['invalidpath'] = 'Optou por um URL não válido (eventuais problemas na lista do directório)'; $lng['error']['stringisempty'] = 'Faltando informação no campo'; $lng['error']['stringiswrong'] = 'Erro na informação do campo'; -$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'] = 'A nova senha e a confirmação não conferem'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Dominio\''; $lng['error']['mydocumentroot'] = '\'Documento principal\''; $lng['error']['loginnameexists'] = 'Login %s já existe'; @@ -233,7 +225,6 @@ $lng['error']['destinationnonexist'] = 'Por favor crie seu redirecionamento no c $lng['error']['destinationalreadyexistasmail'] = 'O redirecionamento %s já existe como uma conta de e-mail.'; $lng['error']['destinationalreadyexist'] = 'Voce já definiu um redirecionamento para %s .'; $lng['error']['destinationiswrong'] = 'O redirecionamento %s contem caracteres inválidos ou incompletos.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions @@ -586,13 +577,9 @@ $lng['question']['ticket_reallyclose'] = 'Você deseja fechar o ticket"%s"?'; $lng['question']['ticket_reallydelete'] = 'Você deseja apagar o ticket"%s"?'; $lng['question']['ticket_reallydeletecat'] = 'Você deseja deletar a categoria "%s"?'; $lng['question']['ticket_reallyarchive'] = 'Você deseja mover o ticket "%s" para o arquivo?'; -$lng['error']['mysubject'] = '\'' . $lng['ticket']['subject'] . '\''; -$lng['error']['mymessage'] = '\'' . $lng['ticket']['message'] . '\''; -$lng['error']['mycategory'] = '\'' . $lng['ticket']['category'] . '\''; $lng['error']['nomoreticketsavailable'] = 'Você já utilizou todos seus tickets disponíveis. Por favor contacte seu administrador'; $lng['error']['nocustomerforticket'] = 'Não pode criar Tickets sem Clientes'; $lng['error']['categoryhastickets'] = 'A categoria ainda tem tikets na mesma.
Por favor elimine os bilhetes para eliminar a categoria'; -$lng['error']['notmorethanxopentickets'] = $lng['ticket']['notmorethanxopentickets']; $lng['admin']['ticketsettings'] = 'Configurações de Ticket de Suporte'; $lng['admin']['archivelastrun'] = 'Último arquivamento de ticket'; $lng['serversettings']['ticket']['noreply_email']['title'] = 'Não responder endereço de email'; diff --git a/lng/russian.lng.php b/lng/russian.lng.php index a3eb83d4..4a367536 100644 --- a/lng/russian.lng.php +++ b/lng/russian.lng.php @@ -537,18 +537,10 @@ $lng['error']['stringiswrong'] = 'Неправильные данные в по // Falsche Eingabe im Feld -$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'] = 'Новый пароль и повторённый новый пароль отличаются.'; // Das neue Passwort und die Bestaetigung sind nicht identisch. -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Домен\''; // \'Domain\' @@ -653,7 +645,6 @@ $lng['error']['destinationiswrong'] = 'Адрес для пересылки %s // Die Weiterleitungsadresse-Adresse %s beinhaltet ungueltige Zeichen oder ist nicht vollstaendig. -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions diff --git a/lng/slovak.lng.php b/lng/slovak.lng.php index 2611cb68..759af73a 100644 --- a/lng/slovak.lng.php +++ b/lng/slovak.lng.php @@ -193,15 +193,7 @@ $lng['error']['mustbeurl'] = 'Nezadali ste správu alebo kompletnú URL (napr. h $lng['error']['invalidpath'] = 'Nevybrali ste správu URL (moŸno je problém so zoznamom adresárov)'; $lng['error']['stringisempty'] = 'Chýbajúce vstupné pole'; $lng['error']['stringiswrong'] = 'Nesprávne vstupné pole'; -$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'] = 'Nové a potvrdzujúce heslo sa nezhodujú'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Domain\''; $lng['error']['mydocumentroot'] = '\'Documentroot\''; $lng['error']['loginnameexists'] = 'Prihlasovacie meno %s uŸ existuje'; @@ -228,7 +220,6 @@ $lng['error']['destinationnonexist'] = 'Prosím, vytvorte Va¹e presmerovanie v $lng['error']['destinationalreadyexistasmail'] = 'Presmerovanie na %s uŸ existuje s aktívnou E-mail adresou.'; $lng['error']['destinationalreadyexist'] = 'UŸ ste definovali presmerovanie na %s .'; $lng['error']['destinationiswrong'] = 'Presmerovanie %s obsahuje neplatný(é) znak(y) alebo je nekompletné.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions diff --git a/lng/spanish.lng.php b/lng/spanish.lng.php index 1e15e260..c36a33e2 100644 --- a/lng/spanish.lng.php +++ b/lng/spanish.lng.php @@ -195,15 +195,7 @@ $lng['error']['mustbeurl'] = 'Usted tiene que dar una completa direccion URL(por $lng['error']['invalidpath'] = 'No ha seleccionado una URL válida (¿probablemente problemas con el listado de registros?)'; $lng['error']['stringisempty'] = 'Falta un dato'; $lng['error']['stringiswrong'] = 'Dato falso'; -$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'] = 'La Clave Nueva a la Confirmacion de Clave no Coinciden'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'dominio\''; $lng['error']['mydocumentroot'] = '\'Documentroot\''; $lng['error']['loginnameexists'] = 'Conexión-Nombre %s existe ya'; @@ -230,7 +222,6 @@ $lng['error']['destinationnonexist'] = 'Crear por favor su email-expedición en $lng['error']['destinationalreadyexistasmail'] = 'La direccion Secundaria %s ya existe como Direccion e-mail activa.'; $lng['error']['destinationalreadyexist'] = 'Ya existe una Direccion Secundaria para %s .'; $lng['error']['destinationiswrong'] = 'La Direccion Secundaria %s contiene simbolos invalidos o esta incompleta.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions diff --git a/lng/swedish.lng.php b/lng/swedish.lng.php index 10fc4b50..80cbd63a 100644 --- a/lng/swedish.lng.php +++ b/lng/swedish.lng.php @@ -191,15 +191,7 @@ $lng['error']['mustbeurl'] = 'Du har inte skrivit in en korrekt url (e.g. http:/ $lng['error']['invalidpath'] = 'Du har inte valt en korrekt url (Kanske har du lagt till en katalogsäkerhet så att katalogerna inte kan visas?)'; $lng['error']['stringisempty'] = 'Du måste skriva in något i fältet'; $lng['error']['stringiswrong'] = 'Fel inatningsfält'; -$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'] = 'New password and confirmation does not match'; -$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\''; -$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\''; -$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\''; $lng['error']['mydomain'] = '\'Domain\''; $lng['error']['mydocumentroot'] = '\'Documentroot\''; $lng['error']['loginnameexists'] = 'Login-Name %s är upptaget'; @@ -226,7 +218,6 @@ $lng['error']['destinationnonexist'] = 'Skapa en forwarder i fältet \'Destinati $lng['error']['destinationalreadyexistasmail'] = 'Denna forwarder %s, finns redan som aktiv E-postadress.'; $lng['error']['destinationalreadyexist'] = 'Du har redan skapat en forwarder till %s .'; $lng['error']['destinationiswrong'] = 'Denna forwarder: %s innehåller ogiltiga tecken eller så är den inte komplett adress.'; -$lng['error']['domainname'] = $lng['domains']['domainname']; /** * Questions @@ -638,13 +629,9 @@ $lng['question']['ticket_reallyclose'] = 'Är du säker på att du vill stänga $lng['question']['ticket_reallydelete'] = 'Är du säker på att du vill radera supportärendet "%s"?'; $lng['question']['ticket_reallydeletecat'] = 'Är du säker på att du vill radera kategorin "%s"?'; $lng['question']['ticket_reallyarchive'] = 'Är du säker på att du vill flytta supportärendet "%s" till arkivet?'; -$lng['error']['mysubject'] = '\'' . $lng['ticket']['subject'] . '\''; -$lng['error']['mymessage'] = '\'' . $lng['ticket']['message'] . '\''; -$lng['error']['mycategory'] = '\'' . $lng['ticket']['category'] . '\''; $lng['error']['nomoreticketsavailable'] = 'Du har redan använt alla supportärenden som du fått tilldelade. Kontakta administratören om du behöver fler.'; $lng['error']['nocustomerforticket'] = 'Det går inte att skapa ett supportärende utan kunder'; $lng['error']['categoryhastickets'] = 'Denna kategori har fortfarande supportärenden.
Du måste radera dessa ärenden innan du kan radera denna kategori'; -$lng['error']['notmorethanxopentickets'] = $lng['ticket']['notmorethanxopentickets']; $lng['admin']['ticketsettings'] = 'Supportärende inställningar'; $lng['admin']['archivelastrun'] = 'Sista supportärende som arkiverats'; $lng['serversettings']['ticket']['noreply_email']['title'] = 'Svara-Inte E-post adress';