Added error message for Mantis 130

Monotone-Parent: e651fed8888008a467a9b28a214fa7dcb82e0472
Monotone-Revision: 354ed3b0a354fd29a34c03d0b9f2d7961066e075

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-11T19:59:59
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
C Robert 2009-09-11 19:59:59 +00:00
parent 23b79023b3
commit 8d8d9e4155
12 changed files with 24 additions and 0 deletions

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "Os direitos do usuário não podem ser editados para este objeto!";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "Você não está liberado para acessar este módulo ou este sistema. Por favor, contate seu administrador de sistemas.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "Uživatelská práva pro tento objekt nemohou být upravena!";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "Nemáte oprávnění pro přístup k tomuto modulu nebo systému. Kontaktujte prosím svého systémového administrátora.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "De machtigingen kunnen niet worden aangepast voor dit object!";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "U hebt geen toegang tot deze module of dit systeem. Neem contact op met uw systeem beheerder.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "The user rights cannot be edited for this object!";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "You are not allowed to access this module or this system. Please contact your system administrator.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "Les droits sur cet objet ne peuvent pas être édités.";
"A folder by that name already exists." = "Un dossier du même nom existe déjà.";
"You cannot create a list in a shared address book."
= "Impossible de créer une liste dans un dossier partagé.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "Vous n'êtes pas autorisé à accéder à ce module ou ce système. Veuillez contacter votre administrateur système.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "Die Benutzerrechte können für dieses Objekt nicht verändert werden!";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "You are not allowed to access this module or this system. Please contact your system administrator.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "Ezen az objektumon nem szerkeszthetőek a felhasználói jogosultságok!";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "Önnek nem engedélyezett a hozzáférés ehhez a modulhoz vagy rendszerhez. Kérem lépjen kapcsolatba a rendszergazdával.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "I permessi di questo oggetto non possono essere modificati!";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "Non sei abilitato ad accedere a questo modulo. Contatta il tuo amministratore di sistema.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "Извините, для данного объекта невозможно настроить права доступа!";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "Вам не предоставлено право доступа к этому модулю/системе. Пожалуйста, свяжитесь с администратором.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "No es posible modificar los permisos de acceso a este objeto.";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "You are not allowed to access this module or this system. Please contact your system administrator.";

View File

@ -44,6 +44,8 @@
"The user rights cannot be edited for this object!"
= "Ni all hawliau'r defnyddiwr cael eu golygu ar gyfer y gwrthrych hwn!";
"A folder by that name already exists." = "A folder by that name already exists.";
"You cannot create a list in a shared address book."
= "You cannot create a list in a shared address book.";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "Nid oes gennych caniatad mynediad i'r modiwl hwn na'r system hwn. Cysylltwch a'r Gweinyddwr Systemau os gwelwch yn dda.";

View File

@ -527,6 +527,8 @@ function newList(sender) {
var li = $(Contact.currentAddressBook);
if (!li.hasClassName ("remote"))
openContactWindow(URLForFolderID(Contact.currentAddressBook) + "/newlist");
else
alert (clabels["You cannot create a list in a shared address book."]);
return false;
}