mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix some translations
This commit is contained in:
parent
4c3e0dd3df
commit
938ebae39a
@ -366,7 +366,7 @@ class admin_customfields
|
||||
$this->fields = Api\Storage\Customfields::get($this->appname,true);
|
||||
$cf_id = (int)$this->fields[$content['cf_name']]['id'];
|
||||
}
|
||||
Framework::refresh_opener('Saved', 'admin', $cf_id, 'edit');
|
||||
Framework::refresh_opener('Entry saved', 'admin', $cf_id, 'edit');
|
||||
if ($action != 'save')
|
||||
{
|
||||
break;
|
||||
@ -569,7 +569,7 @@ class admin_customfields
|
||||
$new_type = false;
|
||||
if (empty($new_name))
|
||||
{
|
||||
$this->tmpl->set_validation_error('content_types[name]','You have to enter a name, to create a new type!!!');
|
||||
$this->tmpl->set_validation_error('content_types[name]','You have to enter a name, to create a new type!');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -460,7 +460,7 @@ would you like to show each application's upgrade status ? admin ca Voleu mostra
|
||||
xml-rpc admin ca XML-RPC
|
||||
you have entered an invalid expiration date admin ca Heu introduït una data de caducitat incorrecta
|
||||
you have to enter a name, to create a new field!!! admin ca Heu d'introduir un nom, per a crear un nou camp!!!
|
||||
you have to enter a name, to create a new type!!! admin ca Heu d'introduir un nom, per crear un tipus nou!!!
|
||||
you have to enter a name, to create a new type! admin ca Heu d'introduir un nom, per crear un tipus nou!
|
||||
you must add at least 1 permission or group to this account admin ca Heu d'afegir com a mínim un permís o grup per a aquest compte
|
||||
you must enter a group name. admin ca Heu d'introduir un nom de grup
|
||||
you must enter a lastname admin ca Heu d'introduir els cognoms
|
||||
|
@ -573,7 +573,7 @@ xml-rpc admin cs XML-RPC
|
||||
you have entered an invalid expiration date admin cs Zadal(a) jste neplatné datum expirace
|
||||
you have no email address for your user set !!! admin cs Nenastavil(a) jste uživateli žádnou emailovou adresu !!!
|
||||
you have to enter a name, to create a new field!!! admin cs Musíte zadat název pro vytvoření nové položky!!!
|
||||
you have to enter a name, to create a new type!!! admin cs Musíte zadat název pro vytvoření nového typu!!!
|
||||
you have to enter a name, to create a new type! admin cs Musíte zadat název pro vytvoření nového typu!
|
||||
you must add at least 1 permission or group to this account admin cs Musíte zadat nejméně jedno oprávnění nebo skupinu k tomuto účtu
|
||||
you must enter a group name. admin cs Musíte zadat jméno skupiny.
|
||||
you must enter a lastname admin cs Musíte zadat příjmení
|
||||
|
@ -241,6 +241,7 @@ delete selected entries admin de Ausgewählte Einträge löschen
|
||||
delete the category admin de Kategorie löschen
|
||||
delete the group admin de Gruppe löschen
|
||||
delete the selected entries admin de Die ausgewählten Einträge löschen
|
||||
delete this access control admin de Diese Zugriffsrechte löschen?
|
||||
delete this account admin de Diese Konto löschen
|
||||
delete this category admin de Kategorie löschen
|
||||
delete this group admin de Gruppe löschen
|
||||
@ -274,6 +275,7 @@ disable admin de abschalten
|
||||
disable "auto completion" of the login form admin de Automatisches Vervollständigen der Logindaten abschalten
|
||||
disable all admin de Alle Video-Anleitungen deaktivieren
|
||||
disable minifying of javascript and css files admin de Komprimierung von Javascript und CSS Dateien deaktivieren
|
||||
disable PGP encryption (Mailvelope) admin de PGP-Verschlüsselung deaktivieren (Mailvelope)
|
||||
disable wysiwyg-editor admin de WYSIWYG Editor (formatierter Text) abschalten
|
||||
disabled (not recomended) admin de abgeschaltet (nicht empfohlen)
|
||||
display admin de anzeigen
|
||||
@ -333,6 +335,7 @@ enable the xmlrpc service admin de xmlrpc Service einschalten
|
||||
enabled - hidden from navbar admin de Verfügbar, aber nicht in der Navigationsleiste
|
||||
enabled - popup window admin de Verfügbar, Popup-Fenster
|
||||
encrypted connection admin de verschlüsselte Verbindung
|
||||
encryption admin de Verschlüsselung
|
||||
encryption settings admin de Verschlüsselungseinstellungen
|
||||
enter a description for the category admin de Geben Sie eine Beschreibung für diese Kategorie ein
|
||||
enter some random text for app_session <br>encryption (requires mcrypt) admin de Zufälligen Text für app_session<br>Verschlüsselung (braucht mcrypt)
|
||||
@ -474,6 +477,7 @@ installed crontab admin de Installierte Crontab
|
||||
instance admin de Instanz
|
||||
interface admin de Schnittstelle
|
||||
international use admin de Internationale Benutzung
|
||||
invalid email admin en Ungültige E-Mail-Adresse
|
||||
invalid argument '%1' !!! admin de Ungültiges Argument "%1"!
|
||||
invalid formated date "%1"! admin de Ungültig formatiertes Datum "%1"!
|
||||
invalid remote id or name "%1"! admin de Ungültige RemoteID oder Name "%1"!
|
||||
@ -900,7 +904,7 @@ you have entered an invalid expiration date admin de Sie haben ein ungültiges A
|
||||
you have no email address for your user set !!! admin de Sie haben noch keine E-Mail für den Benutzer vergeben.
|
||||
you have received a new message on the admin de Sie haben eine neue Nachricht erhalten.
|
||||
you have to enter a name, to create a new field!!! admin de Sie müssen einen Namen angeben um ein neues Feld anzulegen!!!
|
||||
you have to enter a name, to create a new type!!! admin de Sie müssen einen Namen angeben um einen neuen Typ anzulegen!!!
|
||||
you have to enter a name, to create a new type! admin de Sie müssen einen Namen angeben um einen neuen Typ anzulegen!
|
||||
you must add at least 1 permission or group to this account admin de Sie müssen mindestens ein Zugriffsrecht oder eine Gruppe für diesen Benutzer angeben
|
||||
you must enter a group name. admin de Sie müssen einen Gruppennamen angeben.
|
||||
you must enter a lastname admin de Sie müssen einen Nachnamen angeben
|
||||
|
@ -447,7 +447,7 @@ would you like to show each application's upgrade status ? admin el Θέλετε
|
||||
xml-rpc admin el XML-RPC
|
||||
you have entered an invalid expiration date admin el Εχετε εισάγει μια λάθοςημερομηνία λήξης
|
||||
you have to enter a name, to create a new field!!! admin el Πρέπει να πληκτρολογήσετε ένα όνομα, για τη δημιουργία νέου πεδίου!!!
|
||||
you have to enter a name, to create a new type!!! admin el Πρέπει να πληκτρολογήσετε ένα όνομα, για τη δημιουργία νέου τύπου!!!
|
||||
you have to enter a name, to create a new type! admin el Πρέπει να πληκτρολογήσετε ένα όνομα, για τη δημιουργία νέου τύπου!
|
||||
you must add at least 1 permission or group to this account admin el Πρέπει να προσθέσεις το λιγότερο 1 δικαίωμα ή ομάδα σ'αυτό τον λογαριασμό
|
||||
you must enter a group name. admin el Πρέπει να εισάγετε ένα όνομα ομάδας
|
||||
you must enter a lastname admin el Πρέπει να εισάγετε ένα επίθετο
|
||||
|
@ -241,6 +241,7 @@ delete selected entries admin en Delete selected entries
|
||||
delete the category admin en Delete the category
|
||||
delete the group admin en Delete the group
|
||||
delete the selected entries admin en Delete the selected entries
|
||||
delete this access control admin en Delete this access control
|
||||
delete this account admin en Delete this account
|
||||
delete this category admin en Delete this category
|
||||
delete this group admin en Delete this group
|
||||
@ -274,6 +275,7 @@ disable admin en Disable
|
||||
disable "auto completion" of the login form admin en Disable "auto completion" of the login form
|
||||
disable all admin en Disable all
|
||||
disable minifying of javascript and css files admin en Disable minifying of javascript and CSS files
|
||||
disable PGP encryption (Mailvelope) admin en Disable PGP encryption (Mailvelope)
|
||||
disable wysiwyg-editor admin en Disable WYSIWYG-editor
|
||||
disabled (not recomended) admin en Disabled (not recommended)
|
||||
display admin en Display
|
||||
@ -333,6 +335,7 @@ enable the xmlrpc service admin en Enable the xmlrpc service.
|
||||
enabled - hidden from navbar admin en Enabled - Hidden from navbar
|
||||
enabled - popup window admin en Enabled - Popup window
|
||||
encrypted connection admin en Encrypted connection
|
||||
encryption admin en Encryption
|
||||
encryption settings admin en Encryption settings
|
||||
enter a description for the category admin en Enter a description for the category
|
||||
enter some random text for app_session <br>encryption (requires mcrypt) admin en Enter some random text for app_session <br>encryption, requires mcrypt
|
||||
@ -474,6 +477,7 @@ installed crontab admin en Installed crontab
|
||||
instance admin en Instance
|
||||
interface admin en Interface
|
||||
international use admin en International use
|
||||
invalid email admin en Invalid email
|
||||
invalid argument '%1' !!! admin en Invalid argument '%1' !!!
|
||||
invalid formated date "%1"! admin en Invalid formated date "%1"!
|
||||
invalid remote id or name "%1"! admin en Invalid remote ID or name "%1"!
|
||||
@ -900,7 +904,7 @@ you have entered an invalid expiration date admin en You have entered an invalid
|
||||
you have no email address for your user set !!! admin en You have no email address set for your user!
|
||||
you have received a new message on the admin en You have received a new message on the
|
||||
you have to enter a name, to create a new field!!! admin en You have to enter a name, to create a new field!
|
||||
you have to enter a name, to create a new type!!! admin en You have to enter a name, to create a new type!
|
||||
you have to enter a name, to create a new type! admin en You have to enter a name, to create a new type!
|
||||
you must add at least 1 permission or group to this account admin en You must add at least 1 permission or group to this account!
|
||||
you must enter a group name. admin en You must enter a group name.
|
||||
you must enter a lastname admin en You must enter a last name.
|
||||
|
@ -840,7 +840,7 @@ you have entered an invalid expiration date admin es-es Ha introducido una fecha
|
||||
you have no email address for your user set !!! admin es-es ¡No se ha establecido todavía una dirección de correo para su usuario!
|
||||
you have received a new message on the admin es-es Ha recibido un mensaje nuevo en la
|
||||
you have to enter a name, to create a new field!!! admin es-es Tiene que introducir un nombre para crear un nuevo campo
|
||||
you have to enter a name, to create a new type!!! admin es-es ¡Tiene que introducir un nombre para crear un tipo nuevo!
|
||||
you have to enter a name, to create a new type! admin es-es ¡Tiene que introducir un nombre para crear un tipo nuevo!
|
||||
you must add at least 1 permission or group to this account admin es-es Debe añadir al menos 1 permiso o grupo para esta cuenta
|
||||
you must enter a group name. admin es-es Debe introducir un nombre de grupo
|
||||
you must enter a lastname admin es-es Debe introducir un apellido
|
||||
|
@ -430,7 +430,7 @@ would you like to automaticaly load new langfiles (at login-time) ? admin fa آ
|
||||
would you like to show each application's upgrade status ? admin fa آیا میخواهید وضعیت به روز رسانی هر کاربرد نمایش داده شود؟
|
||||
you have entered an invalid expiration date admin fa شما تاریخ انقضای غیر معتبر وارد کردید
|
||||
you have to enter a name, to create a new field!!! admin fa شما باید یک نام برای ساختن فیلد جدید وارد کنید!!!
|
||||
you have to enter a name, to create a new type!!! admin fa شما باید یک نام برای ساختن نوع جدید وارد کنید!!!
|
||||
you have to enter a name, to create a new type! admin fa شما باید یک نام برای ساختن نوع جدید وارد کنید!
|
||||
you must add at least 1 permission or group to this account admin fa شما باید حداقل یک مجوز یا گروه به این حساب اضافه کنید
|
||||
you must enter a group name. admin fa شما باید یک نام گروه وارد کنید
|
||||
you must enter a lastname admin fa شما باید یک نام خانوادگی وارد کنید
|
||||
|
@ -605,7 +605,7 @@ xml-rpc admin fi XML-RPC
|
||||
you have entered an invalid expiration date admin fi Virheellinen vanhenemispäivä!
|
||||
you have no email address for your user set !!! admin fi Sähköpostiosoitetta ei ole määritelty käyttäjälle!
|
||||
you have to enter a name, to create a new field!!! admin fi Sinun pitää antaa nimi luodaksesi kenttä!!!
|
||||
you have to enter a name, to create a new type!!! admin fi Sinun pitää antaa nimi luodaksesi tyyppi!!!
|
||||
you have to enter a name, to create a new type! admin fi Sinun pitää antaa nimi luodaksesi tyyppi!
|
||||
you must add at least 1 permission or group to this account admin fi Lisää käyttäjätiliin ainakin yksi ACL-oikeus tai ryhmä.
|
||||
you must enter a group name. admin fi Anna ryhmän nimi.
|
||||
you must enter a lastname admin fi Anna sukunimi.
|
||||
|
@ -929,7 +929,7 @@ you have entered an invalid expiration date admin fr Vous avez entré une date d
|
||||
you have no email address for your user set !!! admin fr Vous n'avez pas défini d'adresse email pour votre utilisateur !
|
||||
you have received a new message on the admin fr Vous avez reçu un nouveau message sur le
|
||||
you have to enter a name, to create a new field!!! admin fr Vous avez saisi un nom pour créer un nouveau champ !!!
|
||||
you have to enter a name, to create a new type!!! admin fr Vous avez saisi un nom pour créer un nouveau type !!!
|
||||
you have to enter a name, to create a new type! admin fr Vous avez saisi un nom pour créer un nouveau type !
|
||||
you must add at least 1 permission or group to this account admin fr Vous devez ajouter au moins 1 permission ou groupe à ce compte
|
||||
you must enter a group name. admin fr Vous devez entrer un nom de groupe
|
||||
you must enter a lastname admin fr Vous devez entrer un nom
|
||||
|
@ -474,7 +474,7 @@ wrong admin-account or -password !!! admin hu Érvénytelen adminisztrátor felh
|
||||
xml-rpc admin hu XML-RPC
|
||||
you have entered an invalid expiration date admin hu Érvénytelen lejárati időt adott meg
|
||||
you have to enter a name, to create a new field!!! admin hu Meg kell adnia egy nevet, hogy az új mezőt létre lehessen hozni!!!
|
||||
you have to enter a name, to create a new type!!! admin hu Meg kell adnia egy nevet, hogy az új típust létre lehessen hozni!!!
|
||||
you have to enter a name, to create a new type! admin hu Meg kell adnia egy nevet, hogy az új típust létre lehessen hozni!
|
||||
you must add at least 1 permission or group to this account admin hu Legalább egy engedélyt vagy csoportot hozzá kell adni a felhasználói hozzáféréshez
|
||||
you must enter a group name. admin hu Meg kell adnia egy csoportnevet.
|
||||
you must enter a lastname admin hu Meg kell adnia egy keresztnevet.
|
||||
|
@ -899,7 +899,7 @@ you have entered an invalid expiration date admin it Hai inserito una data di sc
|
||||
you have no email address for your user set !!! admin it Non hai inserito un indirizzo email per il tuo utente!
|
||||
you have received a new message on the admin it Hai ricevuto un nuovo messaggio sul
|
||||
you have to enter a name, to create a new field!!! admin it Devi inserire un nome, per creare un nuovo campo!
|
||||
you have to enter a name, to create a new type!!! admin it Devi inserire un nome, per creare un nuovo tipo!
|
||||
you have to enter a name, to create a new type! admin it Devi inserire un nome, per creare un nuovo tipo!
|
||||
you must add at least 1 permission or group to this account admin it Devi aggiungere almeno 1 permesso o gruppo a questo account
|
||||
you must enter a group name. admin it Devi inserire un nome di gruppo
|
||||
you must enter a lastname admin it Devi inserire un cognome
|
||||
|
@ -959,7 +959,7 @@ you have entered an invalid expiration date admin ja You have entered an invalid
|
||||
you have no email address for your user set !!! admin ja You have no email address set for your user!
|
||||
you have received a new message on the admin ja You have received a new message on the
|
||||
you have to enter a name, to create a new field!!! admin ja You have to enter a name, to create a new field!
|
||||
you have to enter a name, to create a new type!!! admin ja You have to enter a name, to create a new type!
|
||||
you have to enter a name, to create a new type! admin ja You have to enter a name, to create a new type!
|
||||
you must add at least 1 permission or group to this account admin ja 少なくとも1つの権限かグループを指定してください。
|
||||
you must enter a group name. admin ja グループ名を入力してください。
|
||||
you must enter a lastname admin ja 姓を入力してください。
|
||||
|
@ -559,7 +559,7 @@ xml-rpc admin lo XML-RPC
|
||||
you have entered an invalid expiration date admin lo ທ່ານມີການປ້ອນວັນໝົດອາຍຸບໍ່ຖືກຕ້ອງ
|
||||
you have no email address for your user set !!! admin lo ທ່ານຍັງບໍ່ມີທີຢູ່ອີເມລສໍາລັບການຕັ້ງຄ່າຂອງທ່ານ !
|
||||
you have to enter a name, to create a new field!!! admin lo ທ່ານມີການໃສ່ຊື່ໃນການສ້າງຟີລໃໝ່ !
|
||||
you have to enter a name, to create a new type!!! admin lo ທ່ານມີການໃສ່ຊື່ໃນການສ້າງຮູບແບບໃໝ່ !
|
||||
you have to enter a name, to create a new type! admin lo ທ່ານມີການໃສ່ຊື່ໃນການສ້າງຮູບແບບໃໝ່ !
|
||||
you must add at least 1 permission or group to this account admin lo ທ່ານຕ້ອງໄດ້ເພີ່ມຢ່າງໜ້ອຍ 1 ສິດທິ ຫຼື ກຸ່ມໃຫ້ກັບບັນຊີນີ້
|
||||
you must enter a group name. admin lo ທ່ານຕ້ອງໃສ່ຊື່ກຸ່ມ
|
||||
you must enter a lastname admin lo ທ່ານຕ້ອງໃສ່ນາມສະກຸນ
|
||||
|
@ -524,7 +524,7 @@ wrong admin-account or -password !!! admin nl Verkeerde beheerders account of -w
|
||||
xml-rpc admin nl XML-RPC
|
||||
you have entered an invalid expiration date admin nl U heeft u een ongeldige verloopdatum ingevoerd.
|
||||
you have to enter a name, to create a new field!!! admin nl U moet een naam invullen om een nieuwe veld te creëeren!!!
|
||||
you have to enter a name, to create a new type!!! admin nl U moet een naam invullen om een nieuwe type te creëeren!!!
|
||||
you have to enter a name, to create a new type! admin nl U moet een naam invullen om een nieuwe type te creëeren!
|
||||
you must add at least 1 permission or group to this account admin nl U moet op z'n minst 1 permissie of groep toewijzen aan dit account.
|
||||
you must enter a group name. admin nl U moet een groepsnaam invoeren.
|
||||
you must enter a lastname admin nl U moet een achternaam invoeren.
|
||||
|
@ -575,7 +575,7 @@ xml-rpc admin pl XML-RPC
|
||||
you have entered an invalid expiration date admin pl Podałeś niewłaściwą datę wygaśnięcia
|
||||
you have no email address for your user set !!! admin pl Nie masz ustawionego adresu email dla swojego użytkownika !!!
|
||||
you have to enter a name, to create a new field!!! admin pl Powinienieś podać nazwę aby utworzyć pole!!!
|
||||
you have to enter a name, to create a new type!!! admin pl Powinienieś podać nazwę aby utworzyć pole!!!
|
||||
you have to enter a name, to create a new type! admin pl Powinienieś podać nazwę aby utworzyć pole!
|
||||
you must add at least 1 permission or group to this account admin pl Musisz dodać do tego konta co najmniej jedno uprawnienie lub grupę
|
||||
you must enter a group name. admin pl Musisz podać nazwę grupy
|
||||
you must enter a lastname admin pl Musisz podać nazwisko
|
||||
|
@ -516,7 +516,7 @@ wrong admin-account or -password !!! admin pt-br Conta de administração ou -se
|
||||
xml-rpc admin pt-br XML-RPC
|
||||
you have entered an invalid expiration date admin pt-br A data de expiração digitada é inválida
|
||||
you have to enter a name, to create a new field!!! admin pt-br Você precisa informar um nome para criar um novo campo!!!
|
||||
you have to enter a name, to create a new type!!! admin pt-br Você precisa informar um novo para criar um novo tipo!!!
|
||||
you have to enter a name, to create a new type! admin pt-br Você precisa informar um novo para criar um novo tipo!
|
||||
you must add at least 1 permission or group to this account admin pt-br Você deve adicionar no mínimo uma permissão ou grupo para esta conta
|
||||
you must enter a group name. admin pt-br Você deve digitar um nome de grupo.
|
||||
you must enter a lastname admin pt-br Você deve digitar um sobrenome
|
||||
|
@ -455,7 +455,7 @@ would you like to show each application's upgrade status ? admin pt Deseja exibi
|
||||
xml-rpc admin pt XML-RPC
|
||||
you have entered an invalid expiration date admin pt Inseriu uma data de expiração inválida
|
||||
you have to enter a name, to create a new field!!! admin pt É necessário inserir um nome para criar um novo campo!!!
|
||||
you have to enter a name, to create a new type!!! admin pt É necessário inserir um nome para criar um novo tipo!!!
|
||||
you have to enter a name, to create a new type! admin pt É necessário inserir um nome para criar um novo tipo!
|
||||
you must add at least 1 permission or group to this account admin pt É necessário adicionar pelo menos uma permissão ou grupo a esta conta
|
||||
you must enter a group name. admin pt É necessário atribuir um nome ao grupo
|
||||
you must enter a lastname admin pt É necessário inserir um apelido
|
||||
|
@ -648,7 +648,7 @@ you can only change the hash, if you set a random password or currently use plai
|
||||
you have entered an invalid expiration date admin ru Вы ввели неправильную дату окончания
|
||||
you have no email address for your user set !!! admin ru Вы не указали e-mail адрес для пользователя!
|
||||
you have to enter a name, to create a new field!!! admin ru Введите имя для создания нового поля!
|
||||
you have to enter a name, to create a new type!!! admin ru Введите имя для создания нового типа!
|
||||
you have to enter a name, to create a new type! admin ru Введите имя для создания нового типа!
|
||||
you must add at least 1 permission or group to this account admin ru Добавьте для данной учётной записи хотя бы одно разрешение или группу
|
||||
you must enter a group name. admin ru Нужно ввести имя группы
|
||||
you must enter a lastname admin ru Нужно ввести фамилию
|
||||
|
@ -893,7 +893,7 @@ you have entered an invalid expiration date admin sk Zadali ste nesprávny čas
|
||||
you have no email address for your user set !!! admin sk Nemáte nastavenú žiadnu e-mailovú adresu pre vášho používateľa !!!
|
||||
you have received a new message on the admin sk Obdržali ste novú správu ohľadom
|
||||
you have to enter a name, to create a new field!!! admin sk Ak chcete vytvoriť nové pole, musíte zadať názov!!!
|
||||
you have to enter a name, to create a new type!!! admin sk Ak chcete vytvoriť nový typ, musíte zadať názov!!!
|
||||
you have to enter a name, to create a new type! admin sk Ak chcete vytvoriť nový typ, musíte zadať názov!
|
||||
you must add at least 1 permission or group to this account admin sk Tomuto účtu musíte pridať aspoň 1 oprávnenie alebo skupinu
|
||||
you must enter a group name. admin sk Musíte zadať názov skupiny
|
||||
you must enter a lastname admin sk Musíte zadať priezvisko
|
||||
|
@ -965,7 +965,7 @@ you have entered an invalid expiration date admin sl Vnesli ste napačen datum p
|
||||
you have no email address for your user set !!! admin sl Nimate nastavljen e-poštni naslov za svojega uporabnika!
|
||||
you have received a new message on the admin sl Prejeli ste novo sporočilo na
|
||||
you have to enter a name, to create a new field!!! admin sl Za ustvarjanje novega polja morate vnesti ime!
|
||||
you have to enter a name, to create a new type!!! admin sl Za ustvarjanje nove vrste morate vnesti ime!
|
||||
you have to enter a name, to create a new type! admin sl Za ustvarjanje nove vrste morate vnesti ime!
|
||||
you must add at least 1 permission or group to this account admin sl Skupini ali uporabniku morate dati vsaj eno dovoljenje
|
||||
you must enter a group name. admin sl Vnesti morate ime skupine.
|
||||
you must enter a lastname admin sl Vnesti morate priimek
|
||||
|
@ -458,7 +458,7 @@ would you like to show each application's upgrade status ? admin sv Vill du visa
|
||||
xml-rpc admin sv XML-RPC
|
||||
you have entered an invalid expiration date admin sv Du har angivit ett ogiltigt förfallodatum
|
||||
you have to enter a name, to create a new field!!! admin sv Du måste ange ett namn för att skapa nytt fält!
|
||||
you have to enter a name, to create a new type!!! admin sv Du måste ange ett namn för att skapa ny typ!
|
||||
you have to enter a name, to create a new type! admin sv Du måste ange ett namn för att skapa ny typ!
|
||||
you must add at least 1 permission or group to this account admin sv Du måste ange minst en behörighet eller grupp till detta konto
|
||||
you must enter a group name. admin sv Du måste ange ett gruppnamn
|
||||
you must enter a lastname admin sv Du måste ange ett efternamn
|
||||
|
@ -464,7 +464,7 @@ would you like to show each application's upgrade status ? admin zh-tw 您希望
|
||||
xml-rpc admin zh-tw XML-RPC
|
||||
you have entered an invalid expiration date admin zh-tw 您輸入了一個錯誤的、過期的日期
|
||||
you have to enter a name, to create a new field!!! admin zh-tw 要建立一個新欄位需要輸入名稱!
|
||||
you have to enter a name, to create a new type!!! admin zh-tw 您必須輸入一個名稱來新增類型!
|
||||
you have to enter a name, to create a new type! admin zh-tw 您必須輸入一個名稱來新增類型!
|
||||
you must add at least 1 permission or group to this account admin zh-tw 您必須至少授權此帳號一項權限或將此帳號歸於一個群組下。
|
||||
you must enter a group name. admin zh-tw 您必須輸入群組名稱
|
||||
you must enter a lastname admin zh-tw 您必須輸入使用者姓名
|
||||
|
@ -513,7 +513,7 @@ wrong admin-account or -password !!! admin zh 错误的管理员账户或密码
|
||||
xml-rpc admin zh XML-RPC
|
||||
you have entered an invalid expiration date admin zh 输入的有效期限无效
|
||||
you have to enter a name, to create a new field!!! admin zh 为创建一新字段域,您需要输入一个新字段名!
|
||||
you have to enter a name, to create a new type!!! admin zh 您必须输入名称来创建新类型!
|
||||
you have to enter a name, to create a new type! admin zh 您必须输入名称来创建新类型!
|
||||
you must add at least 1 permission or group to this account admin zh 必须至少为此帐户添加一个权限或组
|
||||
you must enter a group name. admin zh 必须输入组名称。
|
||||
you must enter a lastname admin zh 必须输入姓
|
||||
|
@ -780,7 +780,6 @@ macau common cs MACAO
|
||||
macedonia, the former yugoslav republic of common cs MAKEDONIE
|
||||
madagascar common cs MADAGASKAR
|
||||
mail domain, eg. "%1" common cs e-mailová doména, např. "%1"
|
||||
mailvelope addon installation faild! please try agian. common cs Instalace zásuvného modulu mailvelope se nezdařila. Opakujte instalaci znovu.
|
||||
mailvelope addon installation failed! please try again. common cs Instalace zásuvného modulu mailvelope se nezdařila. Opakujte instalaci znovu.
|
||||
mailvelope addon installation succeded. now you may configure the options. common cs Instalace zásuvného modulu mailvelope byla úspěšná. Nyní můžete nastavit vlastnosti.
|
||||
main category common cs Hlavní kategorie
|
||||
|
@ -693,6 +693,7 @@ insert row before common de Zeile davor einfügen
|
||||
integer common de Ganzzahl
|
||||
international common de International
|
||||
introduction common de Einführung
|
||||
invalid email common de Ungültige E-Mail-Adresse
|
||||
invalid filename common de Ungültiger Dateiname
|
||||
invalid ip address common de Ungültige IP-Adresse
|
||||
invalid password common de Ungültiges Passwort
|
||||
@ -790,8 +791,7 @@ macau common de MACAU
|
||||
macedonia, the former yugoslav republic of common de MAZEDONIEN, FRÜHERE JUGOSLAVISCHE REPUBLIK
|
||||
madagascar common de MADAGASCAR
|
||||
mail domain, eg. "%1" common de Mail Domain, z.B. "%1"
|
||||
mailvelope addon installation faild! please try agian. common de Installation des Mailvelope Add-on gescheitert! Bitte versuchen Sie es erneut.
|
||||
mailvelope addon installation failed! please try again. common de Installation der Mailvelope Erweiterung fehlgeschlagen! Bitte nochmal versuchen.
|
||||
mailvelope addon installation failed! please try again. common de Installation des Mailvelope Add-on gescheitert! Bitte versuchen Sie es erneut.
|
||||
mailvelope addon installation succeded. now you may configure the options. common de Installation der Mailvelope Erweiterung erfolgreich. Sie können jetzt Optionen konfigurieren.
|
||||
main category common de Hauptkategorie
|
||||
main screen common de Startseite
|
||||
|
@ -704,6 +704,7 @@ insert row before common en Insert row before
|
||||
integer common en Integer
|
||||
international common en International
|
||||
introduction common en Introduction
|
||||
invalid email common en Invalid email
|
||||
invalid filename common en Invalid file name.
|
||||
invalid ip address common en Invalid IP address.
|
||||
invalid password common en Invalid password.
|
||||
@ -802,7 +803,6 @@ macau common en MACAU
|
||||
macedonia, the former yugoslav republic of common en MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF
|
||||
madagascar common en MADAGASCAR
|
||||
mail domain, eg. "%1" common en Mail domain, eg. "%1"
|
||||
mailvelope addon installation faild! please try agian. common en Mailvelope addon installation faild! Please try agian.
|
||||
mailvelope addon installation failed! please try again. common en Mailvelope addon installation failed! Please try again.
|
||||
mailvelope addon installation succeded. now you may configure the options. common en Mailvelope addon installation succeded. Now you may configure the options.
|
||||
main category common en Main category
|
||||
|
@ -788,7 +788,6 @@ macau common es-es MACAU
|
||||
macedonia, the former yugoslav republic of common es-es Macedonia
|
||||
madagascar common es-es MADAGASCAR
|
||||
mail domain, eg. "%1" common es-es dominio de correo, p.ej. "%1"
|
||||
mailvelope addon installation faild! please try agian. common es-es Falló la instalación del complemento Mailvelope! Inténtalo de nuevo.
|
||||
mailvelope addon installation failed! please try again. common es-es Falló la instalación del complemento Mailvelope! Inténtalo de nuevo.
|
||||
mailvelope addon installation succeded. now you may configure the options. common es-es La instalación del complemento Mailvelope se realizó correctamente. Ahora puedes configurar las opciones.
|
||||
main category common es-es Categoria principal
|
||||
|
@ -782,7 +782,6 @@ macau common it MACAO
|
||||
macedonia, the former yugoslav republic of common it MACEDONIA, EX REPUBBLICA YUGOSLAVA DI
|
||||
madagascar common it MADAGASCAR
|
||||
mail domain, eg. "%1" common it dominio e-mail, es. "%1"
|
||||
mailvelope addon installation faild! please try agian. common it L'installazione di Mailvelope non è andata a buon fine. Riprovare prego...
|
||||
mailvelope addon installation failed! please try again. common it Installazione componente aggiuntivo Mailvelope fallita! Per favore riprovare.
|
||||
mailvelope addon installation succeded. now you may configure the options. common it L'installazione di Mailvelope è stata portata a termine con successo. Ora potrai configurarne le opzioni.
|
||||
main category common it Categoria principale
|
||||
|
@ -799,7 +799,6 @@ macao common ja マカオ
|
||||
macedonia, the former yugoslav republic of common ja マケドニア
|
||||
madagascar common ja マダガスカル
|
||||
mail domain, eg. "%1" common ja メール・ドメイン(例: "%1")
|
||||
mailvelope addon installation faild! please try agian. common ja Mailvelope addon installation faild! Please try agian.
|
||||
mailvelope addon installation failed! please try again. common ja Mailvelope addon installation failed! Please try again.
|
||||
mailvelope addon installation succeded. now you may configure the options. common ja Mailvelope addon installation succeded. Now you may configure the options.
|
||||
main category common ja メイン・カテゴリ
|
||||
|
@ -770,7 +770,6 @@ macau common sk MACAO
|
||||
macedonia, the former yugoslav republic of common sk MACEDÓNSKO
|
||||
madagascar common sk MADAGASKAR
|
||||
mail domain, eg. "%1" common sk E-Mailová doména, napr. "%1"
|
||||
mailvelope addon installation faild! please try agian. common sk Inštalácia zásuvného modulu Mailvelope zlyhala! Prosím skúste to znovu.
|
||||
mailvelope addon installation failed! please try again. common sk Inštalácia zásuvného modulu Mailvelope zlyhala! Prosím skúste to znovu.
|
||||
mailvelope addon installation succeded. now you may configure the options. common sk Inštalácia zásuvného modulu Mailvelope podarila. Môžete si nastaviť predvoľby.
|
||||
main category common sk Hlavná kategória
|
||||
|
@ -782,7 +782,6 @@ macau common sl MACAO
|
||||
macedonia, the former yugoslav republic of common sl MAKEDONIJA
|
||||
madagascar common sl MADAGASKAR
|
||||
mail domain, eg. "%1" common sl E-poštna domena, npr. "%1"
|
||||
mailvelope addon installation faild! please try agian. common sl Namestitev dodatka Mailvelope ni uspela! Poskusi še enkrat.
|
||||
mailvelope addon installation failed! please try again. common sl Namestitev dodatka Mailvelope neuspešna! Poskusi še enkrat.
|
||||
mailvelope addon installation succeded. now you may configure the options. common sl Namestitev dodatka Mailvelope je uspela. Zdaj lahko konfigurirate možnosti.
|
||||
main category common sl Glavna kategorija
|
||||
|
@ -265,7 +265,7 @@ class infolog_customfields extends admin_customfields
|
||||
$new_name = trim($content['content_types']['name']);
|
||||
if (empty($new_name))
|
||||
{
|
||||
$this->tmpl->set_validation_error('content_types[name]','You have to enter a name, to create a new type!!!');
|
||||
$this->tmpl->set_validation_error('content_types[name]','You have to enter a name, to create a new type!');
|
||||
return false;
|
||||
}
|
||||
else
|
||||
|
@ -532,7 +532,7 @@ you can choose a categorie to be preselected, when you create a new infolog entr
|
||||
you can't delete one of the stock types !!! infolog en You can't delete one of the stock types!
|
||||
you have entered an invalid ending date infolog en You have entered an invalid due date!
|
||||
you have entered an invalid starting date infolog en You have entered an invalid starting date!
|
||||
you have to enter a name, to create a new typ!!! infolog en You have to enter a name, to create a new type!
|
||||
you have to enter a name, to create a new type! infolog en You have to enter a name, to create a new type!
|
||||
you must enter a subject or a description infolog en You must enter a subject or a description.
|
||||
you need to select an entry for linking. infolog en You need to select an entry for linking.
|
||||
you need to select some entries first infolog en You need to select some entries first.
|
||||
|
Loading…
Reference in New Issue
Block a user