From 5c4e3dc3bdc1fb246f564c56b114638169d2295a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 6 Mar 2020 19:39:00 +0000 Subject: [PATCH] --- docs/8.0/ayanova/docs/ay-translation.md | 2 +- docs/8.0/ayanova/docs/ops-error-codes.md | 4 ++-- docs/8.0/ayanova/mkdocs.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/8.0/ayanova/docs/ay-translation.md b/docs/8.0/ayanova/docs/ay-translation.md index 788113ec..623e56b5 100644 --- a/docs/8.0/ayanova/docs/ay-translation.md +++ b/docs/8.0/ayanova/docs/ay-translation.md @@ -9,7 +9,7 @@ AyaNova comes with predefined translations for `English`, `French`, `Spanish` an ## Setting the translation There are two places to set translations: -A default server [AYANOVA_DEFAULT_TRANSLATION](ops-config-default-language.md) setting used to control the default Translation used. +A default server [AYANOVA_DEFAULT_TRANSLATION](ops-config-default-translation.md) setting used to control the default Translation used. TODO: USER SETTING FOR TRANSLATION diff --git a/docs/8.0/ayanova/docs/ops-error-codes.md b/docs/8.0/ayanova/docs/ops-error-codes.md index fe76de23..d16146aa 100644 --- a/docs/8.0/ayanova/docs/ops-error-codes.md +++ b/docs/8.0/ayanova/docs/ops-error-codes.md @@ -16,8 +16,8 @@ Here are all the error codes that can be returned by the AyaNova server: | E1000 | Could not connect to the database specified in the [connection string](ops-config-db.md). | | E1010 | Could not find wwwRoot folder. AyaNova must be started from the folder immediately above wwwRoot. Generally the start folder should be the same folder as AyaNova.dll file. | | E1012 | Missing resource folder. AyaNova was started from the wrong location or the resource folder was not installed properly. This is required to intialize a new AyaNova database | -| E1013 | Missing language resource file was deleted, renamed or not installed correctly. Resource language files are required to load into a new AyaNova database to display text in several languages for the user interface | -| E1015 | Missing language. One or more of the stock languages were not found in the database or a custom language specified in the config setting [AYANOVA_DEFAULT_TRANSLATION](ops-config-default-language.md) is missing from the database. Log will have details. | +| E1013 | Missing translation resource file was deleted, renamed or not installed correctly. Resource translation files are required to load into a new AyaNova database to display text in several translations for the user interface | +| E1015 | Missing translation. One or more of the stock translations were not found in the database or a custom translation specified in the config setting [AYANOVA_DEFAULT_TRANSLATION](ops-config-default-translation.md) is missing from the database. Log will have details. | | E1020 | Licensing related error. The message will contain the explanation | | E1030 | AyaNova database failed an integrity check. Contact support immediately. | | E1040 | File location [environment variables](ops-config-environment-variables.md) for backup files and user files were found to be the same location and must not be | diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index bdb2dcc7..fc65f7ef 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -92,7 +92,7 @@ nav: - Technical: - 'Installation': '_placeholder.md' - 'Logging': 'common-log.md' - - 'Language / translation': 'ops-config-default-language.md' + - 'Translation / Language': 'ops-config-default-translation.md' - 'Backup files folder': 'ops-config-folder-backup-files.md' - 'User files folder': 'ops-config-folder-user-files.md' - 'Database configuration': 'ops-config-db.md'