From 8d1028ead866f628fef2b7512024f9df7e439307 Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 23 Jun 2016 13:04:12 -0600 Subject: [PATCH] Fix missing translation for Add entry --- api/lang/egw_de.lang | 1 + api/lang/egw_en.lang | 1 + api/lang/egw_fr.lang | 1 + api/src/Link.php | 3 +++ 4 files changed, 6 insertions(+) diff --git a/api/lang/egw_de.lang b/api/lang/egw_de.lang index 4427abeb4c..3d9c9daf75 100644 --- a/api/lang/egw_de.lang +++ b/api/lang/egw_de.lang @@ -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 diff --git a/api/lang/egw_en.lang b/api/lang/egw_en.lang index 61f053b6ca..70afe6aa1b 100644 --- a/api/lang/egw_en.lang +++ b/api/lang/egw_en.lang @@ -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 diff --git a/api/lang/egw_fr.lang b/api/lang/egw_fr.lang index d8d89b4bbf..0e79686b40 100644 --- a/api/lang/egw_fr.lang +++ b/api/lang/egw_fr.lang @@ -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 diff --git a/api/src/Link.php b/api/src/Link.php index c82c8baa16..15eaf50c18 100644 --- a/api/src/Link.php +++ b/api/src/Link.php @@ -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'])) {