translate alertify button messages

This commit is contained in:
ansuz
2016-07-12 16:43:33 +02:00
parent 868c84095a
commit ff74a67a09
2 changed files with 9 additions and 5 deletions

View File

@@ -38,6 +38,9 @@ define(function () {
out.tryIt = 'Try it out!';
out.recentPads = 'Your recent pads (stored only in your browser)';
out.okButton = 'OK (enter)';
out.cancelButton = 'Cancel (esc)';
out.initialState = [
'<p>',
'This is <strong>CryptPad</strong>, the zero knowledge realtime collaborative editor.',