From 553a1a8743b0ff9522103f8f608e8b755038ec30 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Fri, 1 Nov 2013 18:40:28 +0000 Subject: [PATCH] Moved the text strings from variables directly into the text. Such readability. Much wow. --- index.php | 36 +++++++++--------------------------- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/index.php b/index.php index 7d19f2a..1bb7146 100644 --- a/index.php +++ b/index.php @@ -1,31 +1,13 @@ - - $site = YOURLS_SITE; - - $site_enter = yourls__( 'Enter a new URL to shorten', 'isq_translation'); - $site_hover = yourls__( 'Hover over the labels to see more information', 'isq_translation'); - $site_long = yourls__( 'Long URL (required):', 'isq_translation'); - $site_long_hover = yourls__( 'Paste the long URL here', 'isq_translation'); - $site_keyword = yourls__( 'Custom keyword:', 'isq_translation'); - $site_keyword_hover = yourls__( 'A keyword replaces the default short string', 'isq_translation'); - $site_title = yourls__( 'Optional title:', 'isq_translation'); - $site_title_hover = yourls__( 'Optional title used when sharing a link from YOURLS', 'isq_translation'); - $site_submit = yourls__( 'Shorten', 'isq_translation'); - $antispam_title = yourls__( 'This is an antispam check. Sorry, we have to do this to prevent the database being overrun by bots!', 'isq_translation'); - $antispam_value = yourls__( 'reCAPTCHA', 'isq_translation'); - $antispam_bot = yourls__( 'Bot', 'isq_translation'); - $antispam_human = yourls__( 'Human', 'isq_translation'); -?> - -

-

$site_hover

+

+

-

-

-

-

$captcha

-

+

+

+

+

+

- \ No newline at end of file +