diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/locale.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/locale.conf b/core/locale.conf index 7de8701a..d6df2c3f 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -658,3 +658,11 @@ M_SESSION_FILES_NOT_FOUND_TITLE "Session Files Not Found" % modules/textadept/session.lua % "The following session files were not found" M_SESSION_FILES_NOT_FOUND_TEXT "The following session files were not found" + +% modules/textadept/snapopen.lua +% "File Limit Exceeded" +M_SNAPOPEN_LIMIT_EXCEEDED_TITLE "File Limit Exceeded" + +% modules/textadept/snapopen.lua +% "%s files or more were found. Showing the first %s." +M_SNAPOPEN_LIMIT_EXCEEDED_TEXT "%s files or more were found. Showing the first %s." |