1
0

Updated 2k11 to v1.2.4.

This commit is contained in:
Matthias Mees
2012-12-04 12:44:50 +01:00
parent fb41727385
commit 8a24cd47eb
8 changed files with 149 additions and 117 deletions

View File

@ -9,6 +9,7 @@
// Sprachkonstanten
@define('TWOK11_NAV_TITLE', 'Navigation');
@define('TWOK11_PAG_TITLE', 'Pagination');
@define('TWOK11_SIDEBAR', 'Seitenleiste');
@define('TWOK11_PLINK_TEXT', 'Link');
@define('TWOK11_PLINK_TITLE', 'Permanenter Link zu diesem Kommentar');
@define('TWOK11_PLACE_SEARCH', 'Suchbegriff(e)');
@ -24,3 +25,4 @@
@define('TWOK11_EMPTYTRACKBACK', 'Die Anzeige des Inhaltes dieses Trackbacks ist leider nicht möglich.');
@define('TWOK11_TRACKBACKPREVIEW', 'Vorschau anzeigen');
@define('TWOK11_REPLYORIGIN', 'Ursprung');
@define('TWOK11_FORMOPTIONS', 'Formular-Optionen');

View File

@ -9,12 +9,13 @@
// Lang constants
@define('TWOK11_NAV_TITLE', 'Navigation');
@define('TWOK11_PAG_TITLE', 'Pagination');
@define('TWOK11_SIDEBAR', 'Sidebar');
@define('TWOK11_PLINK_TEXT', 'Link');
@define('TWOK11_PLINK_TITLE', 'Permanent link for this comment');
@define('TWOK11_PLACE_SEARCH', 'Search term(s)');
@define('TWOK11_PLACE_NAME', 'i.e. John Doe');
@define('TWOK11_PLACE_MAIL', 'i.e. mail@example.org');
@define('TWOK11_PLACE_URL', 'i.e. http://example.org');
@define('TWOK11_PLACE_NAME', 'e.g. John Doe');
@define('TWOK11_PLACE_MAIL', 'e.g. mail@example.org');
@define('TWOK11_PLACE_URL', 'e.g. http://example.org');
@define('TWOK11_PLACE_MESSAGE', 'What do you want to say?');
@define('TWOK11_SEND_MAIL', 'Send');
@define('TWOK11_TWEET_THIS', 'Share article on Twitter');
@ -24,3 +25,4 @@
@define('TWOK11_EMPTYTRACKBACK', 'Unfortunately, the contents of this trackback can not be displayed.');
@define('TWOK11_TRACKBACKPREVIEW', 'Show preview');
@define('TWOK11_REPLYORIGIN', 'Origin');
@define('TWOK11_FORMOPTIONS', 'Form options');