forked from extern/egroupware
Fix missing translation for Add entry
This commit is contained in:
parent
50b33f279c
commit
8d1028ead8
@ -67,6 +67,7 @@ actions... common de Aktionen...
|
||||
active common de Aktiv
|
||||
active directory requires ssl or tls to change passwords! common de Active Directory benötigt eine SSL oder TLS Verbindung um Passwörter zu ändern!
|
||||
add common de Hinzufügen
|
||||
add %1 common de %1 hinzufügen
|
||||
add %1 category for common de %1 Kategorie hinzufügen für
|
||||
add a new column (after the existing ones) common de Neue Spalte hinzufügen (hinter den bestehenden)
|
||||
add a new contact common de Neuen Kontakt erstellen
|
||||
|
@ -67,6 +67,7 @@ actions... common en Actions...
|
||||
active common en Active
|
||||
active directory requires ssl or tls to change passwords! common en Active directory requires SSL or TLS to change passwords!
|
||||
add common en Add
|
||||
add %1 common en Add %1
|
||||
add %1 category for common en Add %1 category for
|
||||
add a new column (after the existing ones) common en Add a new column
|
||||
add a new contact common en Add a new contact
|
||||
|
@ -60,6 +60,7 @@ american samoa common fr SAMOA AMERICAINES
|
||||
an admin required that you must change your password upon login. common fr L'administrateur requiert que vous changiez de mot de passe à la connexion...
|
||||
an error happened common fr Erreur !
|
||||
an existing and by the webserver readable directory enables the image browser and upload. common fr Un répertoire doit exister ET être lisible par le serveur web pour permettre la navigation et l'upload d'images.
|
||||
add %1 common fr Ajouter %1
|
||||
and common fr et
|
||||
andorra common fr ANDORRE
|
||||
angola common fr ANGOLA
|
||||
|
@ -1127,6 +1127,9 @@ class Link extends Link\Storage
|
||||
case 'name':
|
||||
$reg[$name] = $app;
|
||||
break;
|
||||
case 'entry':
|
||||
$reg[$name] = $app;
|
||||
break;
|
||||
case 'icon':
|
||||
if (isset($GLOBALS['egw_info']['apps'][$app]['icon']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user