diff --git a/admin/inc/class.uiaccess_history.inc.php b/admin/inc/class.uiaccess_history.inc.php
index e729121d80..abccd3e578 100644
--- a/admin/inc/class.uiaccess_history.inc.php
+++ b/admin/inc/class.uiaccess_history.inc.php
@@ -68,7 +68,7 @@
}
else
{
- $var['lang_last_x_logins'] = lang('Last x logins',$total_records);
+ $var['lang_last_x_logins'] = lang('Last %1 logins',$total_records);
}
$this->template->set_var($var);
diff --git a/admin/inc/class.uiserver.inc.php b/admin/inc/class.uiserver.inc.php
index de7cdbcb91..d38d9851fe 100644
--- a/admin/inc/class.uiserver.inc.php
+++ b/admin/inc/class.uiserver.inc.php
@@ -229,11 +229,11 @@
{
if($GLOBALS['HTTP_GET_VARS']['server_id'])
{
- $GLOBALS['phpgw']->template->set_var('message',lang('Server x has been updated',$GLOBALS['HTTP_POST_VARS']['server_name']));
+ $GLOBALS['phpgw']->template->set_var('message',lang('Server %1 has been updated',$GLOBALS['HTTP_POST_VARS']['server_name']));
}
else
{
- $GLOBALS['phpgw']->template->set_var('message',lang('Server x has been added',$GLOBALS['HTTP_POST_VARS']['server_name']));
+ $GLOBALS['phpgw']->template->set_var('message',lang('Server %1 has been added',$GLOBALS['HTTP_POST_VARS']['server_name']));
}
}
if ((!$GLOBALS['HTTP_POST_VARS']['submit']) && (!$error) && (!$errorcount))
diff --git a/admin/setup/phpgw_br.lang b/admin/setup/phpgw_br.lang
index 3ceb5d2a6d..cce32b994b 100644
--- a/admin/setup/phpgw_br.lang
+++ b/admin/setup/phpgw_br.lang
@@ -13,7 +13,7 @@ idle admin br inativo
ip admin br IP
kill admin br Matar
last time read admin br Ultima Leitura
-last x logins admin br Ultimo %1 login
+last %1 logins admin br Ultimo %1 login
list of current users admin br Lista de usuarios correntes
login time admin br Hora do Login
loginid admin br Identificativo Login
diff --git a/admin/setup/phpgw_cs.lang b/admin/setup/phpgw_cs.lang
index e599fa5d86..6e02968368 100644
--- a/admin/setup/phpgw_cs.lang
+++ b/admin/setup/phpgw_cs.lang
@@ -13,7 +13,7 @@ idle admin cs
ip admin cs IP - adresa
kill admin cs Zru¹it
last time read admin cs Poslednì pøeèteno
-last x logins admin cs Posledních %1 pøihlá¹ení
+last %1 logins admin cs Posledních %1 pøihlá¹ení
list of current users admin cs Seznam souèasných u¾ivatelù
login time admin cs Èas pøihlá¹ení
loginid admin cs U¾ivatelské jméno
@@ -25,7 +25,7 @@ permissions admin cs Povolen
re-enter password admin cs Opakuj heslo
select users for inclusion admin cs Vyberte u¾ivatele, kteøí budou pøidáni
site admin cs Sí»
-sorry, the follow users are still a member of the group x admin cs Je mi líto, tito u¾ivatelé jsou stále èleny skupiny
+sorry, the follow users are still a member of the group %1 admin cs Je mi líto, tito u¾ivatelé jsou stále èleny skupiny %1
that loginid has already been taken admin cs Toto u¾ivatelské jméno ji¾ bylo pou¾ito
the login and password can not be the same admin cs Heslo a u¾ivatelské jméno nemù¾e být stejné
the two passwords are not the same admin cs Zadaná hesla nejsou stejná
diff --git a/admin/setup/phpgw_da.lang b/admin/setup/phpgw_da.lang
index 7ee90b8911..2fe511f6ed 100644
--- a/admin/setup/phpgw_da.lang
+++ b/admin/setup/phpgw_da.lang
@@ -24,7 +24,7 @@ installed applications common da Installerede applikationer
ip admin da IP
kill admin da Fjern
last time read admin da Sidst læst
-last x logins admin da Sidste %1 log ind
+last %1 logins admin da Sidste %1 log ind
list of current users admin da Liste over nuværende brugere
login time admin da Log ind tid
loginid admin da Login ID
@@ -40,7 +40,7 @@ select permissions this group will have admin da V
select users for inclusion admin da Vælg brugere som tilføjes
site admin da Site
sorry, that group name has already been taking. admin da Dette gruppenavn bliver desværre allerede brugt.
-sorry, the follow users are still a member of the group x admin da Kan ikke, følgende brugere er stadig medlemmer af gruppe %1
+sorry, the follow users are still a member of the group %1 admin da Kan ikke, følgende brugere er stadig medlemmer af gruppe %1
status admin da Status
submit changes admin da Postér ændringer
that loginid has already been taken admin da Dette log ind ID er allerede brugt
diff --git a/admin/setup/phpgw_de.lang b/admin/setup/phpgw_de.lang
index 47a63496ef..b65e316a33 100644
--- a/admin/setup/phpgw_de.lang
+++ b/admin/setup/phpgw_de.lang
@@ -13,7 +13,7 @@ action admin de Aktion
add a new account. admin de Neues Konto anlegen
add auto-created users to this group ('default' will be attempted if this is empty.) admin de Automatisch erzeuge Benutzer in diese Gruppe aufnehmen ('Default' wird versucht wenn sie hier nichts eintragen.)
add global category admin de Globale Kategorie hinzufügen
-add global category for x admin de Globale Kategorie für %1 hinzufügen
+add global category for %1 admin de Globale Kategorie für %1 hinzufügen
add new account admin de Neues Konto hinzufügen
add new application admin de Neue Anwendung hinzufügen
add peer server admin de Peer Server hinzufügen
@@ -69,7 +69,7 @@ display admin de Anzeigen
do you also want to delete all global subcategories ? admin de wollen Sie auch alle globalen Unterkategorien löschen ?
edit application admin de Anwendung bearbeiten
edit global category admin de Globale Kategorie bearbeiten
-edit global category for x admin de Globale Kategorie für %1 bearbeiten
+edit global category for %1 admin de Globale Kategorie für %1 bearbeiten
edit group admin de Gruppe bearbeiten
edit login screen message admin de Nachricht der Login Seite bearbeiten
edit main screen message admin de Nachricht der Startseite bearbeiten
diff --git a/admin/setup/phpgw_en.lang b/admin/setup/phpgw_en.lang
index 11fda8383c..c5aeb10822 100644
--- a/admin/setup/phpgw_en.lang
+++ b/admin/setup/phpgw_en.lang
@@ -9,10 +9,14 @@ account preferences admin en Account Preferences
acl manager admin en ACL Manager
acl rights admin en ACL Rights
action admin en Action
+add a category admin en add a category
+add a group admin en add a group
add a new account. admin en Add a new account.
+add a subcategory admin en add a subcategory
+add a user admin en add a user
add auto-created users to this group ('default' will be attempted if this is empty.) admin en Add auto-created users to this group ('Default' will be attempted if this is empty.)
add global category admin en Add global category
-add global category for x admin en Add global category for %1
+add global category for %1 admin en Add global category for %1
add new account admin en Add new account
add new application admin en Add new application
add peer server admin en Add Peer Server
@@ -28,25 +32,36 @@ application admin en Application
application name admin en Application name
application title admin en Application title
applications admin en Applications
+apply admin en apply
are you sure you want to delete this account ? admin en Are you sure you want to delete this account ?
are you sure you want to delete this application ? admin en Are you sure you want to delete this application ?
are you sure you want to delete this category ? common en Are you sure you want to delete this category ?
+are you sure you want to delete this global category ? admin en Are you sure you want to delete this global category ?
are you sure you want to delete this group ? admin en Are you sure you want to delete this group ?
are you sure you want to delete this server? admin en Are you sure you want to delete this server?
are you sure you want to kill this session ? admin en Are you sure you want to kill this session ?
attempt to use correct mimetype for ftp instead of default 'application/octet-stream' admin en Attempt to use correct mimetype for FTP instead of default 'application/octet-stream'
authentication / accounts admin en Authentication / Accounts
auto create account records for authenticated users admin en Auto create account records for authenticated users
+back to the list admin en back to the list
bi-dir passthrough admin en bi-dir passthrough
bi-directional admin en bi-directional
bottom admin en bottom
+category %1 has been saved ! admin en Category %1 has been saved !
change main screen message admin en Change main screen message
check ip address of all sessions admin en check ip address of all sessions
+check items to %1 to %2 for %3 admin en Check items to %1 to %2 for %3
country selection admin en Country Selection
create group admin en Create Group
+default admin en Default
default file system space per user admin en Default file system space per user
default file system space per user/group ? admin en Default file system space per user/group ?
delete all records admin en Delete All Records
+delete the category admin en delete the category
+delete the group admin en delete the group
+delete this category admin en delete this category
+delete this group admin en delete this group
+delete this user admin en delete this user
deny access to application registery admin en Deny access to application registery
deny access to applications admin en Deny access to applications
deny access to current sessions admin en Deny access to current sessions
@@ -60,23 +75,33 @@ deny access to session log admin en Deny access to session log
deny access to site configuration admin en Deny access to site configuration
deny access to user accounts admin en Deny access to user accounts
deny all users access to grant other users access to their entries ? admin en Deny all users access to grant other users access to their entries ?
+description can not exceed 255 characters in length ! admin en Description can not exceed 255 characters in length !
display admin en Display
+do not delete the category and return back to the list admin en do NOT delete the category and return back to the list
do you also want to delete all global subcategories ? admin en Do you also want to delete all global subcategories ?
+do you want to delete all global subcategories ? admin en Do you want to delete all global subcategories ?
+do you want to move all global subcategories one level down ? admin en Do you want to move all global subcategories one level down ?
edit application admin en Edit application
edit global category admin en Edit global category
-edit global category for x admin en Edit global category for %1
+edit global category for %1 admin en Edit global category for %1
edit group admin en Edit Group
edit login screen message admin en Edit login screen message
edit main screen message admin en Edit main screen message
edit peer server admin en Edit Peer Server
edit table format admin en Edit Table format
+edit this category admin en edit this category
+edit this group admin en edit this group
+edit this user admin en edit this user
+edit user admin en edit user
edit user account admin en Edit user account
enabled - hidden from navbar admin en Enabled - Hidden from navbar
+enter a description for the category admin en enter a description for the category
enter some random text for app_session
encryption (requires mcrypt) admin en Enter some random text for app_session
encryption (requires mcrypt)
enter the full path for temporary files.
examples: /tmp, c:\temp admin en Enter the full path for temporary files.
Examples: /tmp, C:\TEMP
enter the full path for users and group files.
examples: /files, e:\files admin en Enter the full path for users and group files.
Examples: /files, E:\FILES
enter the hostname of the machine on which this server is running admin en Enter the hostname of the machine on which this server is running
enter the location of phpgroupware's url.
example: http://www.domain.com/phpgroupware or /phpgroupware
no trailing slash admin en Enter the location of phpGroupWare's URL.
Example: http://www.domain.com/phpgroupware or /phpgroupware
No trailing slash
+enter the search string. to show all entries, empty this field and press the submit button again admin en Enter the search string. To show all entries, empty this field and press the SUBMIT button again
enter the site password for peer servers admin en Enter the site password for peer servers
enter the site username for peer servers admin en Enter the site username for peer servers
enter the title for your site admin en Enter the title for your site
@@ -84,6 +109,8 @@ enter your default ftp server admin en Enter your default FTP server
enter your http proxy server admin en Enter your HTTP proxy server
enter your http proxy server port admin en Enter your HTTP proxy server port
expires admin en Expires
+file space admin en File space
+file space must be an integer admin en File space must be an integer
find and register all application hooks admin en Find and Register all Application Hooks
force selectbox admin en Force Selectbox
global categories admin en Global Categories
@@ -104,11 +131,12 @@ installed applications common en Installed applications
interface admin en Interface
ip admin en IP
kill admin en Kill
+kill session admin en Kill session
+last %1 logins admin en Last %1 logins
+last %1 logins for %2 admin en Last %1 logins for %2
last login admin en last login
last login from admin en last login from
last time read admin en Last Time Read
-last x logins admin en Last %1 logins
-last x logins for x admin en Last %1 logins for %2
ldap accounts context admin en LDAP accounts context
ldap default homedirectory prefix (e.g. /home for /home/username) admin en LDAP Default homedirectory prefix (e.g. /home for /home/username)
ldap default shell (e.g. /bin/bash) admin en LDAP Default shell (e.g. /bin/bash)
@@ -117,6 +145,8 @@ ldap groups context admin en LDAP groups context
ldap host admin en LDAP host
ldap root password admin en LDAP root password
ldap rootdn admin en LDAP rootdn
+leave the category untouched and return back to the list admin en leave the category untouched and return back to the list
+leave the group untouched and return back to the list admin en Leave the group untouched and return back to the list
list of current users admin en list of current users
login history admin en Login History
login screen admin en Login screen
@@ -133,6 +163,10 @@ new group name admin en New group name
new password [ leave blank for no change ] admin en New password [ Leave blank for no change ]
no login history exists for this user admin en No login history exists for this user
no matches found admin en No matches found
+no permission to add groups admin en no permission to add groups
+no permission to add users admin en no permission to add users
+no permission to create groups admin en no permission to create groups
+note: ssl available only if php is compiled with curl support admin en Note: SSL available only if PHP is compiled with curl support
outbound admin en outbound
passthrough admin en passthrough
path information admin en Path information
@@ -148,27 +182,35 @@ please run setup to become current admin en Please run setup to become current
preferences admin en Preferences
re-enter password admin en Re-enter password
remove all users from this group admin en Remove all users from this group
+remove all users from this group ? admin en Remove all users from this group ?
+return to admin mainscreen admin en return to admin mainscreen
+return to view account admin en Return to view account
+save the category admin en save the category
+save the category and return back to the list admin en save the category and return back to the list
security admin en Security
select group managers admin en Select Group Managers
select permissions this group will have admin en Select permissions this group will have
+select the parent category. if this is a main category select no category admin en Select the parent category. If this is a main category select NO CATEGORY
select users for inclusion admin en Select users for inclusion
select where you want to store/retrieve filesystem information admin en Select where you want to store/retrieve filesystem information
select where you want to store/retrieve user accounts admin en Select where you want to store/retrieve user accounts
select which location this app should appear on the navbar, lowest (left) to highest (right) admin en Select which location this app should appear on the navbar, lowest (left) to highest (right)
selectbox admin en Selectbox
+server %1 has been updated admin en Server %1 has been updated
server list admin en Server List
server password admin en Server Password
server type(mode) admin en Server Type(mode)
server url admin en Server URL
server username admin en Server Username
-server x has been updated admin en Server %1 has been updated
set preference values. admin en Set preference values.
show 'powered by' logo on admin en Show 'powered by' logo on
site admin en Site
site configuration admin en Site configuration
sorry, that group name has already been taken. admin en Sorry, that group name has already been taken.
-sorry, the follow users are still a member of the group x admin en Sorry, the follow users are still a member of the group %1
+sorry, the follow users are still a member of the group %1 admin en Sorry, the follow users are still a member of the group %1
+sort the entries admin en sort the entries
submit changes admin en Submit Changes
+submit the search string admin en Submit the search string
template selection admin en Template Selection
text entry admin en Text Entry
that application name already exists. admin en That application name already exists.
@@ -181,6 +223,7 @@ the api requires an upgrade admin en The API requires an upgrade
the login and password can not be the same admin en The login and password can not be the same
the loginid can not be more then 8 characters admin en The loginid can not be more then 8 characters
the two passwords are not the same admin en The two passwords are not the same
+the users bellow are still members of group %1 admin en the users bellow are still members of group %1
they must be removed before you can continue admin en They must be removed before you can continue
this application is current admin en This application is current
this application requires an upgrade admin en This application requires an upgrade
@@ -200,6 +243,8 @@ users choice admin en Users Choice
view access log admin en View access log
view error log admin en View error log
view sessions admin en View sessions
+view this user admin en view this user
+view user account admin en View user account
who would you like to transfer all records owned by the deleted user to? admin en Who would you like to transfer ALL records owned by the deleted user to?
would you like phpgroupware to cache the phpgw info array ? admin en Would you like phpGroupWare to cache the phpgw info array ?
would you like phpgroupware to check for a new version
when admins login ? admin en Would you like phpGroupWare to check for a new version
when admins login ?
diff --git a/admin/setup/phpgw_es.lang b/admin/setup/phpgw_es.lang
index cfa916b38b..65f44b3039 100644
--- a/admin/setup/phpgw_es.lang
+++ b/admin/setup/phpgw_es.lang
@@ -107,8 +107,8 @@ kill admin es Matar
last login admin es Ultimo ingreso
last login from admin es Ultimo ingreso desde
last time read admin es Ultima lectura
-last x logins admin es Ultimos %1 ingresos
-last x logins for x admin es Ultimos %1 ingresos de %2
+last %1 logins admin es Ultimos %1 ingresos
+last %1 logins for %2 admin es Ultimos %1 ingresos de %2
ldap accounts context admin es Contexto de las cuentas LDAP
ldap default homedirectory prefix (e.g. /home for /home/username) admin es Prefijo del directorio de inicio LDAP por defecto (ejemplo /directorio/usuario)
ldap default shell (e.g. /bin/bash) admin es Shell LDAP por defecto (ej. /bin/bash)
@@ -170,7 +170,7 @@ site admin es Sitios
site configuration admin es Configuracion del Sitio
site links admin es Enlaces a Sitios
sorry, that group name has already been taken. admin es Este nombre de grupo ya esta siendo utilizado.
-sorry, the follow users are still a member of the group x admin es Los siguientes usuarios aun son miembros del grupo %1
+sorry, the follow users are still a member of the group %1 admin es Los siguientes usuarios aun son miembros del grupo %1
status admin es Estado
(stored password will not be shown here) admin es (claves guardadas no seran mostradas aqui)
submit changes admin es Enviar Cambios
diff --git a/admin/setup/phpgw_fi.lang b/admin/setup/phpgw_fi.lang
index b25af83fdb..20678210c0 100644
--- a/admin/setup/phpgw_fi.lang
+++ b/admin/setup/phpgw_fi.lang
@@ -95,8 +95,8 @@ kill admin fi Keskeyt
last login admin fi kirjautunut viimeksi
last login from admin fi kirjautunut viimeksi osoitteesta
last time read admin fi Luettu viimeksi
-last x logins admin fi Viimeiset %1 kirjautumista
-last x logins for x admin fi Viimeiset %1 kirjautumista käyttäjälle %2
+last %1 logins admin fi Viimeiset %1 kirjautumista
+last %1 logins for %2 admin fi Viimeiset %1 kirjautumista käyttäjälle %2
ldap accounts context admin fi LDAP -tunnusten konteksti
ldap default homedirectory prefix (e.g. /home for /home/username) admin fi LDAP kotihakemistojen etuliite (esim. /home jos hakemisto on /home/username)
ldap default shell (e.g. /bin/bash) admin fi LDAP oletus-shell (esim. /bin/bash)
@@ -149,8 +149,8 @@ server name admin fi Palvelimen nimi
server password admin fi Palvelimen salasana
server type(mode) admin fi Palvelimen tyyppi(moodi)
server url admin fi Palvelimen URL
-server x has been added admin fi Palvelin %1 lisätty
-server x has been updated admin fi Palvelin %1 päivitetty
+server %1 has been added admin fi Palvelin %1 lisätty
+server %1 has been updated admin fi Palvelin %1 päivitetty
server username admin fi Palvelimen käyttäjätunnus
set preference values. admin fi Tee asetukset.
show 'powered by' logo on admin fi 'Tämä on' -logon paikka
@@ -158,7 +158,7 @@ site admin fi Palvelu
site configuration admin fi Palvelun asetukset
sorry, that group name has already been taken. admin fi Valitan, ryhmän nimi on jo käytössä.
sorry, that group name has already been taking. admin fi Valitan, ryhmän nimi on jo käytössä.
-sorry, the follow users are still a member of the group x admin fi Valitan, nämä käyttäjät kuuluvat vielä ryhmään %1
+sorry, the follow users are still a member of the group %1 admin fi Valitan, nämä käyttäjät kuuluvat vielä ryhmään %1
status admin fi Tila
(stored password will not be shown here) admin fi (Tallennettua salasanaa ei näytetä)
submit changes admin fi Lähetä muutokset
diff --git a/admin/setup/phpgw_fr.lang b/admin/setup/phpgw_fr.lang
index 5633d02d23..3606f7ffcc 100644
--- a/admin/setup/phpgw_fr.lang
+++ b/admin/setup/phpgw_fr.lang
@@ -1,4 +1,5 @@
(stored password will not be shown here) admin fr (Le mot de passe enregistré ne sera pas montré ici)
+(to install new applications use
setup [manage applications] !!!) admin fr (Pour installer de nouvelles applications utilisez
Setup [Gérer Les Applications] !!!)
account active admin fr Compte actif
account has been created common fr Le compte a été crée
account has been deleted common fr Le compte a été effacé
@@ -8,10 +9,14 @@ account preferences admin fr Pr
acl manager admin fr Gestionnaire des droits d'accès
acl rights admin fr Droits d'accès
action admin fr Action
+add a category admin fr Ajouter une catégorie
+add a group admin fr Ajouter un groupe
add a new account. admin fr Ajouter un nouveau compte.
+add a subcategory admin fr Ajouter une sous-catégorie
+add a user admin fr Ajouter un utilisateur
add auto-created users to this group ('default' will be attempted if this is empty.) admin fr Ajouter les utilisateurs crées automatiquement à ce groupe ('Défaut' sera tenté si ce champ est laissé vide.)
add global category admin fr Ajouter une catégorie globale
-add global category for x admin fr Ajouter une catégorie globale pour %1
+add global category for %1 admin fr Ajouter une catégorie globale pour %1
add new account admin fr Ajouter un nouveau compte
add new application admin fr Ajouter une nouvelle application
add peer server admin fr Ajouter un serveur pair
@@ -27,25 +32,36 @@ application admin fr Application
application name admin fr Nom d'application
application title admin fr Titre d'application
applications admin fr Applications
+apply admin fr Appliquer
are you sure you want to delete this account ? admin fr Etes-vous sûr de vouloir effacer ce compte ?
are you sure you want to delete this application ? admin fr Etes-vous sûr de vouloir effacer cette application ?
are you sure you want to delete this category ? common fr Etes-vous sûr de vouloir effacer cette catégorie ?
+are you sure you want to delete this global category ? admin fr Etes-vous sûr de vouloir effacer cette catégorie globale ?
are you sure you want to delete this group ? admin fr Etes-vous sûr de vouloir effacer ce groupe ?
are you sure you want to delete this server? admin fr Etes-vous sûr de vouloir effacer ce serveur ?
are you sure you want to kill this session ? admin fr Etes-vous sûr de vouloir tuer cette session ?
attempt to use correct mimetype for ftp instead of default 'application/octet-stream' admin fr Tentative d'utiliser la type MIME correct pour ftp à la place de celui par défaut 'application/octet-stream'
authentication / accounts admin fr Authentification / Comptes
auto create account records for authenticated users admin fr Créer automatiquement les enregistrements de comptes pour les utilisateurs authentifiés
+back to the list admin fr retour à la liste
bi-dir passthrough admin fr passage bi-dir
bi-directional admin fr bi-directionnel
bottom admin fr bas
+category %1 has been saved ! admin fr La catégorie %1 a été enregistrée !
change main screen message admin fr Changer le message de l'écran principal
check ip address of all sessions admin fr Vérifier l'adresse IP de toutes les sessions
+check items to %1 to %2 for %3 admin fr Vérifier les objets vers %1 à %2 pour %3
country selection admin fr Sélection du pays
create group admin fr Créer un groupe
+default admin fr Défaut
default file system space per user admin fr Espace disque par utilisateur (par défaut)
default file system space per user/group ? admin fr Espace disque par utilisateur/groupe (par défaut) ?
delete all records admin fr Effacer tous les enregistrements
+delete the category admin fr Effacer la catégorie
+delete the group admin fr Effacer le groupe
+delete this category admin fr Effacer cette catégorie
+delete this group admin fr Effacer ce groupe
+delete this user admin fr Effacer cet utilisateur
deny access to application registery admin fr Refuser l'accès à l'enregistrement d'applications
deny access to applications admin fr Refuser l'accès aux applications
deny access to current sessions admin fr Refuser l'accès aux sessions en cours
@@ -59,23 +75,33 @@ deny access to session log admin fr Refuser l'acc
deny access to site configuration admin fr Refuser l'accès à la configuration du site
deny access to user accounts admin fr Refuser l'accès aux comptes utilisateurs
deny all users access to grant other users access to their entries ? admin fr Les utilisateurs ne peuvent permettre aux autres l'accès à leurs données ?
+description can not exceed 255 characters in length ! admin fr La description ne peut dépasser 255 caractères de long !
display admin fr Afficher
+do not delete the category and return back to the list admin fr Ne PAS effacer la catégorie et retourner à la liste
do you also want to delete all global subcategories ? admin fr Voulez-vous aussi effacer toutes les sous-catégories globales ?
+do you want to delete all global subcategories ? admin fr Voulez-vous effacer toutes les sous-catégories globales ?
+do you want to move all global subcategories one level down ? admin fr Voulez-vous déplacer toutes les sous-catégories globales un niveau plus bas ?
edit application admin fr Modifier l'application
edit global category admin fr Modifier la catégorie globale
-edit global category for x admin fr Modifier la catégorie globale pour %1
+edit global category for %1 admin fr Modifier la catégorie globale pour %1
edit group admin fr Modifier le groupe
edit login screen message admin fr Modifier le message de l'écran de connexion
edit main screen message admin fr Modifier le message de l'écran principal
edit peer server admin fr Modifier le serveur pair
edit table format admin fr Modifier le format de la table
+edit this category admin fr Modifier cette catégorie
+edit this group admin fr Modifier ce groupe
+edit this user admin fr Modifier cet utilisateur
+edit user admin fr Modifier l'utilisateur
edit user account admin fr Modifier le compte de l'utilisateur
enabled - hidden from navbar admin fr Activé - caché de la barre de navigation
+enter a description for the category admin fr Entrez une description pour la catégorie
enter some random text for app_session
encryption (requires mcrypt) admin fr Entrez un texte au hasard pour le
chiffrement de l'app_session (nécessite mcrypt)
enter the full path for temporary files.
examples: /tmp, c:\temp admin fr Entrez le chemin complet pour les fichiers temporaires.
Exemples: /tmp, c:\temp
enter the full path for users and group files.
examples: /files, e:\files admin fr Entrez le chemin complet pour les fichiers de utilisateurs et groupes.
Exemples: /files, e:\files
enter the hostname of the machine on which this server is running admin fr Entrez le nom de la machine sur laquelle ce serveur s'exécute
enter the location of phpgroupware's url.
example: http://www.domain.com/phpgroupware or /phpgroupware
no trailing slash admin fr Entrez l'emplacement de l'URL phpGroupWare.
Exemple: http://www.domaine.com/phpgroupware ou /phpgroupware
Pas de division (/) à la fin
+enter the search string. to show all entries, empty this field and press the submit button again admin fr Entrez la chaîne de recherche. Pour montrer toutes les entrées, videz ce champ et recliquez sur le bouton SOUMETTRE
enter the site password for peer servers admin fr Entrez le mot de passe du site pour les serveurs pairs
enter the site username for peer servers admin fr Entrez le nom d'utilisateur du site pour les serveurs pairs
enter the title for your site admin fr Entrez le titre pour votre site
@@ -83,6 +109,8 @@ enter your default ftp server admin fr Entrez votre serveur FTP par d
enter your http proxy server admin fr Entrez votre serveur proxy HTTP
enter your http proxy server port admin fr Entrez le port de votre serveur proxy HTTP
expires admin fr Expire
+file space admin fr Espace fichiers
+file space must be an integer admin fr La valeur Espace fichiers doit être un entier
find and register all application hooks admin fr Trouver et enregistrer tous les "application hooks"
force selectbox admin fr Forcer la boite de sélection
global categories admin fr Catégories globales
@@ -103,11 +131,12 @@ installed applications common fr Applications install
interface admin fr Interface
ip admin fr IP
kill admin fr Tuer
+kill session admin fr Tuer la session
+last %1 logins admin fr Dernières %1 connexions
+last %1 logins for %2 admin fr Dernières %1 connexions pour %2
last login admin fr Dernière connexion
last login from admin fr Dernière connexion depuis
last time read admin fr Dernière lecture
-last x logins admin fr Dernières %1 connexions
-last x logins for x admin fr Dernières %1 connexions pour %2
ldap accounts context admin fr Contexte comptes LDAP
ldap default homedirectory prefix (e.g. /home for /home/username) admin fr Préfixe par défaut des répertoires maison LDAP (p.e. /home pour /home/utilisateur)
ldap default shell (e.g. /bin/bash) admin fr Shell par défaut LDAP (p.e. /bin/bash)
@@ -116,6 +145,8 @@ ldap groups context admin fr Contexte des groupes LDAP
ldap host admin fr Hôte LDAP
ldap root password admin fr Mot de passe root LDAP
ldap rootdn admin fr Rootdn LDAP
+leave the category untouched and return back to the list admin fr Laisser la catégorie telle quelle et retourner à la liste
+leave the group untouched and return back to the list admin fr Laisser le groupe tel quel et retouner à la liste
list of current users admin fr Liste des utilisateurs actuels
login history admin fr Historique de connexion
login screen admin fr Ecran de connexion
@@ -132,6 +163,10 @@ new group name admin fr Nouveau nom de groupe
new password [ leave blank for no change ] admin fr Nouveau mot de passe [ Laisser vide pour aucun changement ]
no login history exists for this user admin fr Aucun historique de connexion n'existe pour cet utilisateur
no matches found admin fr Aucune occurrence trouvée
+no permission to add groups admin fr Aucune permission pour ajouter des groupes
+no permission to add users admin fr Aucune permission pour ajouter des utilisateurs
+no permission to create groups admin fr Aucune permission pour créer des groupes
+note: ssl available only if php is compiled with curl support admin fr Note: SSL disponible si PHP est compilé avec le support de CURL
outbound admin fr sortant
passthrough admin fr passage
path information admin fr Information sur le chemin
@@ -147,27 +182,35 @@ please run setup to become current admin fr SVP ex
preferences admin fr Préférences
re-enter password admin fr Ré-entrez le mot de passe
remove all users from this group admin fr Retirer tous les utilisateurs de ce groupe
+remove all users from this group ? admin fr Retirer tous les utilisateurs de ce groupe ?
+return to admin mainscreen admin fr Retourner à l'écran principal de l'administration
+return to view account admin fr Retourner à la vue du compte
+save the category admin fr Enregistrer la catégorie
+save the category and return back to the list admin fr Enregistrer la catégorie et retourner à la liste
security admin fr Sécurité
select group managers admin fr Sélectionner les gestionnaires de groupe
select permissions this group will have admin fr Choisissez les permissions que ce groupe va avoir
+select the parent category. if this is a main category select no category admin fr Choisissez la catégorie parente. Si ceci est une catégorie principale choisissez PAS DE CATEGORIE
select users for inclusion admin fr Choisissez les utilisateurs à inclure
select where you want to store/retrieve filesystem information admin fr Choisissez où vous voulez stocker/récupérer les informations sur les systèmes de fichiers
select where you want to store/retrieve user accounts admin fr Choisissez où vous voulez stocker/récupérer les comptes utilisateurs
select which location this app should appear on the navbar, lowest (left) to highest (right) admin fr Choisissez à quel endroit cette application devra apparaître dans la barre de navigation, du plus bas (ou à gauche) au plus haut (ou à droite)
selectbox admin fr Boite de sélection
+server %1 has been updated admin fr Le serveur %1 a été mis à jour
server list admin fr Liste de serveurs
server password admin fr Mot de passe du serveur
server type(mode) admin fr Type de serveur(mode)
server url admin fr URL du serveur
server username admin fr Nom d'utilisateur du serveur
-server x has been updated admin fr Le serveur %1 a été mis à jour
set preference values. admin fr Régler les valeurs des préférences.
show 'powered by' logo on admin fr Montrer le logo 'exécuté par' sur
site admin fr Site
site configuration admin fr Configuration du site
sorry, that group name has already been taken. admin fr Désolé, ce nom de groupe a déjà été pris.
-sorry, the follow users are still a member of the group x admin fr Désolé, les utilisateurs suivants sont encore membres de ce groupe %1
+sorry, the follow users are still a member of the group %1 admin fr Désolé, les utilisateurs suivants sont encore membres de ce groupe %1
+sort the entries admin fr Trier les entrées
submit changes admin fr Soumettre les changements
+submit the search string admin fr Soumettre la chaîne de recherche
template selection admin fr Sélection du style
text entry admin fr Entrée de texte
that application name already exists. admin fr Ce nom d'application existe déjà.
@@ -180,6 +223,7 @@ the api requires an upgrade admin fr L'API n
the login and password can not be the same admin fr Le login et le mot de passe ne peuvent être identiques
the loginid can not be more then 8 characters admin fr Le loginid ne peut pas être composé de plus de 8 caractères
the two passwords are not the same admin fr Les deux mots de passe ne sont pas identiques
+the users bellow are still members of group %1 admin fr Les utilisateurs ci-dessous sont encore membres du groupe %1
they must be removed before you can continue admin fr Ils doivent être enlevés avant que vous puissiez continuer
this application is current admin fr Cette application est à jour
this application requires an upgrade admin fr Cette application nécessite une mise à jour
@@ -199,6 +243,8 @@ users choice admin fr Choix de l'utilisateur
view access log admin fr Voir le journal d'accès
view error log admin fr Voir le journal d'erreurs
view sessions admin fr Voir les sessions
+view this user admin fr Voir cet utilisateur
+view user account admin fr Voir le compte utilisateur
who would you like to transfer all records owned by the deleted user to? admin fr A qui voudriez-vous tranférer tous les enregistrements appartenant à l'utilisateur effacé?
would you like phpgroupware to cache the phpgw info array ? admin fr Désirez-vous que phpGroupWare cache le champ phpgw info ?
would you like phpgroupware to check for a new version
when admins login ? admin fr Désirez-vous que phpGroupWare vérifie la disponibilité d'une nouvelle version
quand les administrateurs se connectent ?
diff --git a/admin/setup/phpgw_hu.lang b/admin/setup/phpgw_hu.lang
index 3129d7fb54..afd7f86c02 100644
--- a/admin/setup/phpgw_hu.lang
+++ b/admin/setup/phpgw_hu.lang
@@ -24,7 +24,7 @@ installed applications common hu Telep
ip admin hu IP
kill admin hu Kitiltás
last time read admin hu Utolsó olvasás idõpontja
-last x logins admin hu Utolsó %1 bejelentkezés
+last %1 logins admin hu Utolsó %1 bejelentkezés
list of current users admin hu aktuális felhasználók listája
login time admin hu Belépés ideje
loginid admin hu LoginID
@@ -40,7 +40,7 @@ select permissions this group will have admin hu V
select users for inclusion admin hu Felhasználók kiválasztása
site admin hu Oldal
sorry, that group name has already been taking. admin hu Sajnos ez a csoportnév már foglalt.
-sorry, the follow users are still a member of the group x admin hu A következõ felhasználók már a(z) %1 csoport tagjai
+sorry, the follow users are still a member of the group %1 admin hu A következõ felhasználók már a(z) %1 csoport tagjai
status admin hu Status
submit changes admin hu Változások elküldése
that loginid has already been taken admin hu Ez a felhasználónév már foglalt
diff --git a/admin/setup/phpgw_it.lang b/admin/setup/phpgw_it.lang
index 9464339a7d..07e1cebacd 100644
--- a/admin/setup/phpgw_it.lang
+++ b/admin/setup/phpgw_it.lang
@@ -19,7 +19,7 @@ are you sure you want to delete this group ? admin it Sei sicuro di voler cancel
are you sure you want to kill this session ? admin it Sei sicuro di voler terminare questa sessione ?
category description admin it Descrizione categoria
category name admin it Nome categoria
-category x has been added ! admin it La categoria %1 è stata aggiunta !
+category %1 has been added ! admin it La categoria %1 è stata aggiunta !
change main screen message admin it Modifica messaggio della schermata principale
city admin it Città
country selection admin it Selezione Nazione
@@ -50,7 +50,7 @@ language admin it Lingua
last login admin it ultimo login
last login from admin it ultimo login da
last time read admin it Ultima volta letto
-last x logins admin it Ultimi %1 login
+last %1 logins admin it Ultimi %1 login
listings displayed admin it Elementi Visualizzati
list of current users admin it lista utenti attivi
loginid admin it LoginID
@@ -83,7 +83,7 @@ site admin it Sito
site configuration admin it Configurazione per tutto il Sito
sorry, that group name has already been taking. admin it Peccato, quel nome di gruppo è già stato
preso.
-sorry, the follow users are still a member of the group x admin it Peccato, i seguenti utenti sono ancora membri del gruppo %1
+sorry, the follow users are still a member of the group %1 admin it Peccato, i seguenti utenti sono ancora membri del gruppo %1
station admin it Stazione
stations admin it Stazioni
submit changes admin it Invia Cambiamenti
diff --git a/admin/setup/phpgw_ja.lang b/admin/setup/phpgw_ja.lang
index 3a82b0b5f8..329fa1d317 100644
--- a/admin/setup/phpgw_ja.lang
+++ b/admin/setup/phpgw_ja.lang
@@ -94,7 +94,7 @@ language admin ja
last login admin ja ºÇ½ª¥í¥°¥¤¥ó
last login from admin ja ºÇ½ª¥í¥°¥¤¥óIP
last time read admin ja Last Time Read
-last x logins admin ja ²áµî %1 ¤Î¥í¥°¥¤¥ó
+last %1 logins admin ja ²áµî %1 ¤Î¥í¥°¥¤¥ó
list config settings admin ja ´Ä¶ÀßÄê¹àÌܤÎɽ¼¨
list current sessions admin ja ¥»¥Ã¥·¥ç¥ó»²¾È¹àÌÜÁ´ÂÎ
list of current users admin ja ¥í¥°¥¤¥óÃæ¥æ¡¼¥¶°ìÍ÷
@@ -151,7 +151,7 @@ site admin ja Site
site configuration admin ja ¥µ¥¤¥È´Ä¶ÀßÄê
soap admin ja SOAP
sorry, that group name has already been taking. admin ja ¥°¥ë¡¼¥×̾¤Ï´û¤Ë¸ºß¤·¤Þ¤¹¡£
-sorry, the follow users are still a member of the group x admin ja %1 ¤¬¥°¥ë¡¼¥×¤Î¥á¥ó¥Ð¡¼¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£
+sorry, the follow users are still a member of the group %1 admin ja %1 ¤¬¥°¥ë¡¼¥×¤Î¥á¥ó¥Ð¡¼¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£
ssl admin ja SSL
station admin ja °ÌÃÖ
stations admin ja °ÌÃÖ
diff --git a/admin/setup/phpgw_ko.lang b/admin/setup/phpgw_ko.lang
index 5cd67128f4..9f77e2fb9b 100644
--- a/admin/setup/phpgw_ko.lang
+++ b/admin/setup/phpgw_ko.lang
@@ -14,7 +14,7 @@ idle admin ko idle
ip admin ko IP
kill admin ko Á¾·á
last time read admin ko ¸¶Áö¸· ÀÐÀº ½Ã°¢
-last x logins admin ko Last %1 logins
+last %1 logins admin ko Last %1 logins
list of current users admin ko ÇöÀç »ç¿ëÀÚ ¸ñ·Ï
login time admin ko Á¢¼Ó ½Ã°£
loginid admin ko Á¢¼ÓID
diff --git a/admin/setup/phpgw_nl.lang b/admin/setup/phpgw_nl.lang
index cf1a59b974..fcbd7a6718 100644
--- a/admin/setup/phpgw_nl.lang
+++ b/admin/setup/phpgw_nl.lang
@@ -24,7 +24,7 @@ installed applications common nl Geinstalleerde toepassingen
ip admin nl IP
kill admin nl Beeindigen
last time read admin nl Laatste keer gelezen
-last x logins admin nl Laatste %1 logins
+last %1 logins admin nl Laatste %1 logins
list of current users admin nl Lijst van huidige gebruikers
login time admin nl Logintijd
loginid admin nl LoginID
@@ -40,7 +40,7 @@ select permissions this group will have admin nl Selecteer de rechten die deze g
select users for inclusion admin nl Selecteer gebruikers om toe te voegen
site admin nl Site
sorry, that group name has already been taking. admin nl Sorry, die groepsnaam is al in gebruik
-sorry, the follow users are still a member of the group x admin nl Sorry, de volgende gebruikers zijn nog lid van groep %1
+sorry, the follow users are still a member of the group %1 admin nl Sorry, de volgende gebruikers zijn nog lid van groep %1
status admin nl status
submit changes admin nl Wijzigingen toepassen
that loginid has already been taken admin nl Die loginid is al in gebruik
diff --git a/admin/setup/phpgw_no.lang b/admin/setup/phpgw_no.lang
index e851c4406a..e2ef097833 100644
--- a/admin/setup/phpgw_no.lang
+++ b/admin/setup/phpgw_no.lang
@@ -13,7 +13,7 @@ idle admin no idle
ip admin no IP
kill admin no Avslutt
last time read admin no Lest siste gang
-last x logins admin no Siste %1 logins
+last %1 logins admin no Siste %1 logins
list of current users admin no liste over brukere
login time admin no Login Tid
loginid admin no LoginID
diff --git a/admin/setup/phpgw_pl.lang b/admin/setup/phpgw_pl.lang
index de53c7fafd..bf246fd5b7 100755
--- a/admin/setup/phpgw_pl.lang
+++ b/admin/setup/phpgw_pl.lang
@@ -11,7 +11,7 @@ action admin pl Czynno
add a new account. admin pl Dodaj nowe konto.
add auto-created users to this group ('default' will be attempted if this is empty.) admin pl Dodaj automatyczne stworzonych u¿ytkowników do tej grupy ('Domy¶lna' bêdzie u¿yta je¶li pole bêdzie puste.)
add global category admin pl Dodaj kategoriê globaln±
-add global category for x admin pl Dodaj globaln± kategorie dla %1
+add global category for %1 admin pl Dodaj globaln± kategorie dla %1
add new account admin pl Dodaj nowe konto
add new application admin pl Dodaj now± aplikacjê
add peer server admin pl Dodaj serwer równorzêdny
@@ -75,7 +75,7 @@ edit application admin pl Edycja aplikacji
edit custom fields admin pl Edycja pól u¿ytkownika
edit cvs repository list admin pl Edycja listy repozytoriów CVS
edit global category admin pl Edycja kategorii globalnej
-edit global category for x admin pl Edycja kategorii globalnej dla %
+edit global category for %1 admin pl Edycja kategorii globalnej dla %1
edit group admin pl Edycja grupy
edit login screen message admin pl Edycja wiadomo¶ci ekranu logowania
edit main screen message admin pl Edycja wiadomo¶ci na stronie g³ównej
@@ -132,8 +132,8 @@ language admin pl J
last login admin pl Ostatnie logowanie
last login from admin pl Ostatnie logowanie z
last time read admin pl Data ostatniego odczytu
-last x logins admin pl Ostanie %1 logowañ
-last x logins for x admin pl Ostatnie %1 logowañ %2
+last %1 logins admin pl Ostanie %1 logowañ
+last %1 logins for %2 admin pl Ostatnie %1 logowañ %2
ldap accounts context admin pl
ldap default homedirectory prefix (e.g. /home for /home/username) admin pl
ldap default shell (e.g. /bin/bash) admin pl
@@ -212,8 +212,8 @@ server password admin pl Has
server type(mode) admin pl Typ serwera (tryb)
server url admin pl Adres URL serwera
server username admin pl Nazwa u¿ytkownika na serwerze
-server x has been added admin pl Dodano serwer %1
-server x has been updated admin pl Zaktualizowano serwer %1
+server %1 has been added admin pl Dodano serwer %1
+server %1 has been updated admin pl Zaktualizowano serwer %1
set preference values. admin pl Wprowad¼ warto¶ci ustawieñ
show 'powered by' logo on admin pl Wy¶wietl logo 'powered by'
show \'powered by\' logo on admin pl Wy¶wietl logo ,,powered by\'\'
@@ -221,7 +221,7 @@ site admin pl Serwis
site configuration admin pl Konfiguracja serwisu
sorry, that group name has already been taken. admin pl Nazwa grupy jest ju¿ u¿ywana
sorry, that group name has already been taking. admin pl Taka nazwa grupy ju¿ istnieje
-sorry, the follow users are still a member of the group x admin pl Przykro mi, nastêpuj±cy u¿ytkownicy s± wci±¿ cz³onkami grupy %1
+sorry, the follow users are still a member of the group %1 admin pl Przykro mi, nastêpuj±cy u¿ytkownicy s± wci±¿ cz³onkami grupy %1
ssl admin pl SSL
standard admin pl standardowe
station admin pl Stacja
diff --git a/admin/setup/phpgw_pt.lang b/admin/setup/phpgw_pt.lang
index cb591fac70..615befa809 100644
--- a/admin/setup/phpgw_pt.lang
+++ b/admin/setup/phpgw_pt.lang
@@ -10,7 +10,7 @@ action admin pt A
add a new account. admin pt Adicionar nova conta.
add auto-created users to this group ('Default' will be attempted if this is empty.) admin pt Adicionar usuários criados automaticamente para este grupo ('Default' será tentado se este campo estiver vazio.)
add global category admin pt Adicionar categoria global
-add global category for x admin pt Adicionar categoria global para %1
+add global category for %1 admin pt Adicionar categoria global para %1
add new account admin pt Adicionar nova conta
add new application admin pt Adicionar nova aplicação
add peer server admin pt Adicionar servidor remoto
@@ -56,7 +56,7 @@ display admin pt Visualizar
do you also want to delete all global subcategories ? admin pt Deseja também remover todas subcategorias globais ?
edit application admin pt Editar aplicação
edit global category admin pt Editar categoria global
-edit global category for x admin pt Editar categoria global para %1
+edit global category for %1 admin pt Editar categoria global para %1
edit group admin pt Editar Grupo
edit login screen message admin pt Editar mensagem da tela de conexão
edit main screen message admin pt Editar mensagem da tela inicial
@@ -98,8 +98,8 @@ kill admin pt Terminar
last login admin pt última conexão
last login from admin pt última conexão de
last time read admin pt Última vez lido
-last x logins admin pt Últimas %1 conexões
-last x logins for x admin pt Últimas %1 conexões para %2
+last %1 logins admin pt Últimas %1 conexões
+last %1 logins for %2 admin pt Últimas %1 conexões para %2
ldap accounts context admin pt contexto de contas LDAP
ldap default homedirectory prefix (e.g. /home for /home/username) admin pt prefixo de diretório home padrão LDAP (Exemplo: /home para /home/username)
ldap default shell (e.g. /bin/bash) admin pt shell padrão LDAP (Exemplo: /bin/bash)
@@ -154,15 +154,15 @@ server password admin pt Senha do servidor
server type(mode) admin pt Tipo de servidor (modo)
server url admin pt URL do servidor
server username admin pt Usuário do servidor
-server x has been added admin pt Servdor %1 foi adicionado
-server x has been updated admin pt Servidor %1 foi atualizado
+server %1 has been added admin pt Servdor %1 foi adicionado
+server %1 has been updated admin pt Servidor %1 foi atualizado
set preference values. admin pt Definir preferências.
show 'powered by' logo on admin pt Área para exibição da logomarca do phpGroupWare
site admin pt Site
site configuration admin pt Configuração do servidor
sorry, that group name has already been taken. admin pt Este nome de grupo já está em uso.
sorry, that group name has already been taking. admin pt Desculpe, este grupo já existe
-sorry, the follow users are still a member of the group x admin pt Desculpe, os seguintes usuários ainda são membros do grupo %1
+sorry, the follow users are still a member of the group %1 admin pt Desculpe, os seguintes usuários ainda são membros do grupo %1
status admin pt Status
(stored password will not be shown here) admin pt (Senha salva não será exibida aqui)
submit changes admin pt Enviar alterações
diff --git a/admin/setup/phpgw_sv.lang b/admin/setup/phpgw_sv.lang
index a25eca4847..be06f70ef2 100644
--- a/admin/setup/phpgw_sv.lang
+++ b/admin/setup/phpgw_sv.lang
@@ -26,7 +26,7 @@ installed applications common sv Installerade applicationer
ip admin sv IP
kill admin sv Avsluta
last time read admin sv Läst sista gång
-last x logins admin sv Sista %1 logins
+last %1 logins admin sv Sista %1 logins
list of current users admin sv lista över nuvarande användare
login time admin sv Login Tid
loginid admin sv LoginID
@@ -43,7 +43,7 @@ select permissions this group will have admin sv V
select users for inclusion admin sv Välj gruppmedlemmar
site admin sv Site
sorry, that group name has already been taking. admin sv Ursäkta, men gruppnamnet är upptaget
-sorry, the follow users are still a member of the group x admin sv Ursäkta men följande användare är medlem av grupp %1
+sorry, the follow users are still a member of the group %1 admin sv Ursäkta men följande användare är medlem av grupp %1
status admin sv Status
submit changes admin sv Verkställ ändring
that loginid has already been taken admin sv Den loginID är upptagen
diff --git a/admin/setup/phpgw_zt.lang b/admin/setup/phpgw_zt.lang
index 23c440d426..f6486a0111 100644
--- a/admin/setup/phpgw_zt.lang
+++ b/admin/setup/phpgw_zt.lang
@@ -69,7 +69,7 @@ kill admin zt
last login admin zt ¤W¦¸µn¤J®É¶¡
last login from admin zt ¤W¦¸µn¤J¨Ó·½
last time read admin zt ¤W¦¸Åª¨ú®É¶¡
-last x logins admin zt ³Ì«á %1 ¦¸µn¤J
+last %1 logins admin zt ³Ì«á %1 ¦¸µn¤J
ldap accounts context admin zt LDAP ¨Ï¥ÎªÌ±b¸¹¤º®e
ldap default homedirectory prefix (e.g. /home for /home/username) admin zt LDAP ¹w³]®a¥Ø¿ý«e¸m¥Ø¿ý¡£¦p¡G/home/username ªº«e¸m¥Ø¿ý¬° /home¡¤
ldap default shell (e.g. /bin/bash) admin zt LDAP ¹w³]µn¤J©R¥O³B²z¾¹¡£¦p¡G/bin/bash¡¤
@@ -109,7 +109,7 @@ show 'powered by' logo on admin zt
site admin zt ºô¯¸
site configuration admin zt ºô¯¸³]©w
sorry, that group name has already been taking. admin zt «Ü©êºp¡A¸Ó¸s²Õ¦WºÙ¤w³Q¨Ï¥Î¤F
-sorry, the follow users are still a member of the group x admin zt «Ü©êºp¡A¤U¦C¨Ï¥ÎªÌ¤´µMÄÝ©ó¸s²Õ %1
+sorry, the follow users are still a member of the group %1 admin zt «Ü©êºp¡A¤U¦C¨Ï¥ÎªÌ¤´µMÄÝ©ó¸s²Õ %1
submit changes admin zt °e¥X§ó·s¸ê®Æ
template selection admin zt ¿ï¾Üµe±°t¸m
text entry admin zt ¤å¦r¸ê®Æ