From 93bbe32d0471cbdf21a553864ed606958538bf26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 14 Nov 2015 23:15:14 +0100 Subject: [PATCH] [i18n] Add some basic strings --- locales/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/en.json b/locales/en.json index 1e395ef7..7181da76 100644 --- a/locales/en.json +++ b/locales/en.json @@ -8,6 +8,8 @@ "root_required" : "You must be root to perform this action", "instance_already_running" : "An instance is already running", "error_see_log" : "An error occured. Please see the log for details.", + "file_not_exist" : "File does not exist", + "folder_not_exist" : "Folder does not exist", "unable_authenticate" : "Unable to authenticate", "unable_retrieve_session" : "Unable to retrieve the session",