diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/en_UK/install.lang.php | 2 | ||||
-rw-r--r-- | language/fr_FR/install.lang.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index eef5a98f7..d4922d4da 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -72,4 +72,6 @@ $lang['Download the config file'] = 'Download the config file'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'You can download the config file and upload it to local/config directory of your installation.'; $lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite and PostgreSQL are currently in experimental state.'; $lang['Learn more'] = 'Learn more'; +$lang['Just another Piwigo gallery'] = 'Just another Piwigo gallery'; +$lang['Welcome to my photo gallery'] = 'Welcome to my photo gallery'; ?> diff --git a/language/fr_FR/install.lang.php b/language/fr_FR/install.lang.php index 8a6f2177f..f03752344 100644 --- a/language/fr_FR/install.lang.php +++ b/language/fr_FR/install.lang.php @@ -73,4 +73,6 @@ $lang['Download the config file'] = 'Télécharger le fichier de configuration'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Vous pouvez télécharger le fichier de configuration et le transférer dans le répertoire local/config de votre installation Piwigo.'; $lang['SQLite and PostgreSQL are currently in experimental state.'] = 'Les types SQLite et PostgreSQL sont actuellement en phase expérimentale.'; $lang['Learn more'] = 'En savoir plus'; +$lang['Just another Piwigo gallery'] = 'Une galerie Piwigo de plus'; +$lang['Welcome to my photo gallery'] = 'Bienvenue sur ma galerie photo'; ?> |