From 6f49dfdb8cf5aa34e7e96139c8c48f8d91fd596c Mon Sep 17 00:00:00 2001 From: Katie Pearson Date: Fri, 21 Jun 2024 15:17:10 -0700 Subject: [PATCH] Add missing lang file --- content/lang/collections/editor/occurrenceeditor.en.php | 1 + content/lang/collections/editor/occurrenceeditor.es.php | 1 + content/lang/collections/editor/occurrenceeditor.fr.php | 1 + 3 files changed, 3 insertions(+) diff --git a/content/lang/collections/editor/occurrenceeditor.en.php b/content/lang/collections/editor/occurrenceeditor.en.php index cb4007af82..6ccbe3ade1 100644 --- a/content/lang/collections/editor/occurrenceeditor.en.php +++ b/content/lang/collections/editor/occurrenceeditor.en.php @@ -67,6 +67,7 @@ $LANG['IDENTIFICATION_CONFIDENCE'] = 'ID Confidence'; $LANG['UNDEFINED'] = 'Undefined'; $LANG['TOGG_ADD_FIELDS'] = "Toggle Additional Field(s)"; +$LANG['LOCATION_REMARKS'] = "Location Remarks"; ///$LANG['ABSOLUTE'] = 'Absolute'; ///$LANG['V_HIGH'] = 'Very High'; ///$LANG['HIGH'] = 'High'; diff --git a/content/lang/collections/editor/occurrenceeditor.es.php b/content/lang/collections/editor/occurrenceeditor.es.php index 6f51a70614..d9671b9349 100644 --- a/content/lang/collections/editor/occurrenceeditor.es.php +++ b/content/lang/collections/editor/occurrenceeditor.es.php @@ -67,6 +67,7 @@ $LANG['IDENTIFICATION_CONFIDENCE'] = 'ID Confidence'; $LANG['UNDEFINED'] = 'No Identificado'; $LANG['TOGG_ADD_FIELDS'] = "Alternar Campo(s) Adicional(es)"; +$LANG['LOCATION_REMARKS'] = "Comentarios Sobre la Ubicación"; ///$LANG['ABSOLUTE'] = 'Absoluta'; ///$LANG['V_HIGH'] = 'Muy Alta'; ///$LANG['HIGH'] = 'Alta'; diff --git a/content/lang/collections/editor/occurrenceeditor.fr.php b/content/lang/collections/editor/occurrenceeditor.fr.php index 225f8bbf11..f886999b4b 100644 --- a/content/lang/collections/editor/occurrenceeditor.fr.php +++ b/content/lang/collections/editor/occurrenceeditor.fr.php @@ -67,6 +67,7 @@ $LANG['IDENTIFICATION_CONFIDENCE'] = 'Confiance du Identifié'; $LANG['UNDEFINED'] = 'Indéfini'; $LANG['TOGG_ADD_FIELDS'] = "Activer/Désactiver Champ(s) Supplémentaire(s)"; +$LANG['LOCATION_REMARKS'] = "Remarques sur l'Emplacement"; ///$LANG['ABSOLUTE'] = 'Absolute'; ///$LANG['V_HIGH'] = 'Very High'; ///$LANG['HIGH'] = 'High';