1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Blocks Plugin: view embed code feature added.

This commit is contained in:
Awilum
2012-11-11 22:08:02 +02:00
parent bd963f8e9b
commit 1d24f81280
10 changed files with 73 additions and 9 deletions

View File

@@ -21,5 +21,9 @@
'Block <i>:name</i> deleted' => 'Block <i>:name</i> gelöscht',
'Your changes to the block <i>:name</i> have been saved.' => 'Deine Änderungen für den Block <i>:name</i> wurden übernommen.',
'Delete block: :block' => 'Lösche Block: :block',
'View Embed Code' => 'View Embed Code',
'Embed Code' => 'Embed Code',
'Shortcode' => 'Shortcode',
'PHP Code' => 'PHP Code',
)
);