Skip to content

Commit a91216f

Browse files
authored
Merge pull request #52 from Crizz0/issue/51
Add PASTEBIN_CONFIRM_CODE_WRONG lang key
2 parents 3e34416 + 6212df3 commit a91216f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

language/de/pastebin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
'PASTEBIN_ELLIPSIS' => '',
3232

33+
'PASTEBIN_CONFIRM_CODE_WRONG' => 'Der eingegebene Bestätigungscode ist falsch.',
34+
3335
'PASTEBIN_DELETE_SNIPPET' => 'Eintrag löschen',
3436
'PASTEBIN_DELETE_SNIPPET_CONFIRM' => 'Soll der Eintrag mit dem Titel “%s” wirklich gelöscht werden? Diese Aktion kann nicht rückgängig gemacht werden.',
3537
'PASTEBIN_DELETE_SNIPPET_EXPLAIN' => 'Löscht den Eintrag aus der Datenbank. Diese Aktion kann nicht rückgängig gemacht werden.',

language/en/pastebin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
'PASTEBIN_ELLIPSIS' => '',
3131

32+
'PASTEBIN_CONFIRM_CODE_WRONG' => 'The confirmation code you entered was incorrect.',
33+
3234
'PASTEBIN_DELETE_SNIPPET' => 'Delete entry',
3335
'PASTEBIN_DELETE_SNIPPET_CONFIRM' => 'Do you really want to delete the entry entitled “%s”? This cannot be undone.',
3436
'PASTEBIN_DELETE_SNIPPET_EXPLAIN' => 'Deletes the entry from the database. This cannot be undone.',

0 commit comments

Comments
 (0)