summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-16 20:28:21 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-16 20:28:21 +0000
commit723e3f2ce02865870b2a6d7ccb999eb693ac87ad (patch)
tree1f2f8babc7227cd9a7a0c074cf1163885e35b233 /lang
parent89883ac3257f4930cb99910bb61195af52e2bb8a (diff)
PERMISSION_DENIED -> ACCESS_DENIED string.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2281 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'lang')
-rw-r--r--lang/cat.l8
-rw-r--r--lang/de.l8
-rw-r--r--lang/en_us.l8
-rw-r--r--lang/es.l8
-rw-r--r--lang/fr.l8
-rw-r--r--lang/gr.l8
-rw-r--r--lang/hun.l9
-rw-r--r--lang/it.l8
-rw-r--r--lang/nl.l8
-rw-r--r--lang/pl.l9
-rw-r--r--lang/pt.l8
-rw-r--r--lang/ru.l8
-rw-r--r--lang/tr.l8
13 files changed, 0 insertions, 106 deletions
diff --git a/lang/cat.l b/lang/cat.l
index 86b65bf1e..e7565cae0 100644
--- a/lang/cat.l
+++ b/lang/cat.l
@@ -168,16 +168,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
accés denegat.
-PERMISSION_DENIED
- Permis denegat.
MORE_OBSCURE_PASSWORD
Per favor intenti novamente amb una clau mes oculta. Les claus han de ser de com a mínim 5 caràcters, no han de ser fàcils d'encertar (ex. Nom real o Nick), i no poden contenir el caràcter d'espai o tabulació.
diff --git a/lang/de.l b/lang/de.l
index 902d64ba9..b5afc0cd8 100644
--- a/lang/de.l
+++ b/lang/de.l
@@ -186,16 +186,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" wird nicht mehr unterstützt. Benutze "/msg %s@%s" oder "/%s" stattdessen.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Zugriff verweigert.
-PERMISSION_DENIED
- Berechtigung nicht ausreichend.
MORE_OBSCURE_PASSWORD
Bitte versuche es nochmal mit einem besseren Passwort.
diff --git a/lang/en_us.l b/lang/en_us.l
index f31121c3d..57fd27eef 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -167,16 +167,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SASET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Access denied.
-PERMISSION_DENIED
- Permission denied.
MORE_OBSCURE_PASSWORD
Please try again with a more obscure password. Passwords should be at least five characters long, should not be something easily guessed (e.g. your real name or your nick), and cannot contain the space or tab characters.
diff --git a/lang/es.l b/lang/es.l
index ad3343779..7a1831544 100644
--- a/lang/es.l
+++ b/lang/es.l
@@ -167,16 +167,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Acceso denegado.
-PERMISSION_DENIED
- Permiso denegado.
MORE_OBSCURE_PASSWORD
Por favor intente nuevamente con una clave mas oscura.
diff --git a/lang/fr.l b/lang/fr.l
index d895ca16f..0c86a99ce 100644
--- a/lang/fr.l
+++ b/lang/fr.l
@@ -173,16 +173,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Accès refusé.
-PERMISSION_DENIED
- Permission refusée.
MORE_OBSCURE_PASSWORD
Veuillez réessayer avec un mot de passe plus difficile à trouver. Les mots de passe doivent contenir au moins cinq caractères, ne doivent pas être trop facilement devinables (par exemple votre vrai nom ou votre pseudo), et ne doit pas contenir d'espaces ou de tabulations.
diff --git a/lang/gr.l b/lang/gr.l
index cfa053145..42408f932 100644
--- a/lang/gr.l
+++ b/lang/gr.l
@@ -167,16 +167,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Äåí Ý÷åéò ôçí åðéôñåðüìåíç Üäåéá.
-PERMISSION_DENIED
- Äåí Ý÷åéò Üäåéá.
MORE_OBSCURE_PASSWORD
Ðáñáêáëþ ðñïóðÜèçóå îáíÜ ìå Ýíáí ðéï ðïëýðëïêï êùäéêü. Ïé êùäéêïß ðñÝðåé íá åßíáé ôïõëÜ÷éóôïí Ýùò ðÝíôå ÷áñáêôÞñåò, íá ìçí åßíáé åýêïëïé íá ìáíôåõôïýí (ð.÷. ôï ðñáãìáôéêü ïíïìÜ óïõ Þ ôï øåõäþíõìï óïõ), êáé íá ìçí ðåñéÝ÷åé êåíü Þ äéÜöïðïõò Üëëïõò ÷áñáêôÞñåò.
diff --git a/lang/hun.l b/lang/hun.l
index 9509a8991..8497d3e2a 100644
--- a/lang/hun.l
+++ b/lang/hun.l
@@ -175,17 +175,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# Mi a különbség a "Hozzáférés megtagadva" és az "Engedély letiltva" között?
-# Nagyon kicsi; ha ugyanazt az üzenetet írod mindkettõre, nem igazán veszít
-# a jelentésbõl. Ha különbséget akarsz tenni, akkor a "Hozzáférés megtagadva"
-# általánosabb értelemben használatos, például, ha egy nem oper próbál
-# hozzáférni az OperServhez, akkor azt kapja, hogy "Hozzáférés megtagadva",
-# amikor egy nem Szervíz admin próbálja használni a NickServ SET NOEXPIRE
-# opciót, akkor õ azt kapja, hogy "Endegély letiltva".
ACCESS_DENIED
Hozzáférés megtagadva.
-PERMISSION_DENIED
- Engedély megtagadva.
MORE_OBSCURE_PASSWORD
Próbálj nehezebb jelszót használni .Jelszavad min. öt
karakter legyen, és nem kitalálható legyen, (ne a
diff --git a/lang/it.l b/lang/it.l
index f60df2e26..0a630d73d 100644
--- a/lang/it.l
+++ b/lang/it.l
@@ -169,16 +169,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Accesso negato.
-PERMISSION_DENIED
- Permesso negato.
MORE_OBSCURE_PASSWORD
Per favore, prova di nuovo con una password più oscura. Le password devono essere lunghe almeno 5 caratteri, non devono essere indovinate facilmente (ad es. il proprio nome o nick), e non possono contenere i caratteri di spazio e di tabulazione.
diff --git a/lang/nl.l b/lang/nl.l
index 5760a3037..ce2f51786 100644
--- a/lang/nl.l
+++ b/lang/nl.l
@@ -169,16 +169,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Toegang geweigerd.
-PERMISSION_DENIED
- Toestemming geweigerd.
MORE_OBSCURE_PASSWORD
Probeer aub opnieuw met een onduidelijker wachtwoord. Wachtwoorden moeten tenminste 5 tekens lang zijn, niet iets makkelijk raadbaars (bijv. je echte naam of je nick), en kan geen tab of spatie bevatten.
diff --git a/lang/pl.l b/lang/pl.l
index 6249757a1..0ef438f78 100644
--- a/lang/pl.l
+++ b/lang/pl.l
@@ -189,18 +189,9 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" nie jest ju¿ obs³ugiwane. U¿yj "/msg %s@%s" lub "/%s".
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SASET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Odmowa dostêpu.
-PERMISSION_DENIED
- Brak uprawnieñ.
-
MORE_OBSCURE_PASSWORD
Proszê spróbowaæ ponownie z trudniejszym has³em.
Has³o powinno mieæ minimum 5 znaków oraz powinno
diff --git a/lang/pt.l b/lang/pt.l
index 4127f7ae2..2311c21dc 100644
--- a/lang/pt.l
+++ b/lang/pt.l
@@ -177,16 +177,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Acesso negado.
-PERMISSION_DENIED
- Permissão negada.
MORE_OBSCURE_PASSWORD
Por favor tente novamente com uma senha mais difícil. Não use TAB ou espaços.
diff --git a/lang/ru.l b/lang/ru.l
index 9a4a97c9e..bb62b0f07 100644
--- a/lang/ru.l
+++ b/lang/ru.l
@@ -173,16 +173,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
Àäðåñàöèÿ âèäà "/msg %s" áîëüøå íå ïîääåðæèâàåòñÿ. Èñïîëüçóéòå "/msg %s@%s" èëè "/%s".
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Äîñòóï çàïðåùåí.
-PERMISSION_DENIED
- Íåäîñòàòî÷íî ïðàâ äëÿ äîñòóïà.
MORE_OBSCURE_PASSWORD
Ïîæàëóéñòà, ïîïðîáóéòå ñíîâà ñ áîëåå ñëîæíûì ïàðîëåì. Îí äîëæåí èìåòü äëèíó íå ìåíåå 5 ñèìâîëîâ, ñîñòîÿòü òîëüêî èç ëàòèíñêèõ áóêâ èëè öèôð, íå áûòü ëåãêî îòãàäûâàåìûì (ò.å. Âàøèì èìåíåì èëè Âàøèì íèêîì), è íå äîëæåí ñîäåðæàòü ïðîáåëîâ è òàáóëÿöèé.
diff --git a/lang/tr.l b/lang/tr.l
index cc77b085f..d48d46c48 100644
--- a/lang/tr.l
+++ b/lang/tr.l
@@ -171,16 +171,8 @@ PASSWORD_INCORRECT
INVALID_TARGET
"/msg %s" is no longer supported. Use "/msg %s@%s" or "/%s" instead.
-# What's the difference between "Access denied" and "Permission denied"?
-# Very little; you can safely make them the same message with no real loss
-# of meaning. If you want to make a distinction, "Access denied" is
-# usually used more generally; for example, a non-oper trying to access
-# OperServ gets "Access denied", while a non-Services admin trying to use
-# NickServ SET NOEXPIRE gets "Permission denied".
ACCESS_DENIED
Bu komuta eriþiminiz yok.
-PERMISSION_DENIED
- Bu komutu kullanma izniniz yok.
MORE_OBSCURE_PASSWORD
Lütfen daha zor bir þifre deneyin. Þifreler en az 5 karakter uzunlukta, kolayca tahmin edilemeyecek birþey olmalýdýr(ör: gerçek isminiz, nickiniz v.b. olmamalýdýr), ve boþlukla tab kullanýlmamalýdýr.