1
0

Language commit for frontend/backend distiction

This commit is contained in:
Garvin Hicking
2014-05-14 12:57:37 +02:00
parent f1348373cb
commit 02d2fff162
33 changed files with 66 additions and 3 deletions

View File

@ -1034,3 +1034,5 @@
@define('UPDATE_FAILMSG', 'Check for new Serendipity version failed. This can happen because either the URL https://raw.github.com/s9y/Serendipity/master/docs/RELEASE is down, your server blocks outgoing connections or there are other connection issues.');
@define('UPDATE_FAILACTION', 'Disable automatic update check');
@define('UPDATE_NOTIFICATION_DESC', 'Show the update notification in the Dashboard, and for which channel?');
@define('FRONTEND', 'Frontend');
@define('BACKEND', 'Backend');