issue #75: minor language changes and changelog update

This commit is contained in:
Pepijn Over 2014-04-25 00:28:55 +02:00
parent a2eacb2bce
commit 76507452da
10 changed files with 19 additions and 17 deletions

View File

@ -7,6 +7,8 @@ not yet released
* #54: Improved phone/tablet compatibility. * #54: Improved phone/tablet compatibility.
* #62: Replace javascript confirm dialogs with Bootstrap modal dialogs. * #62: Replace javascript confirm dialogs with Bootstrap modal dialogs.
* #66: Unable to add users with MySQL in strict mode. * #66: Unable to add users with MySQL in strict mode.
* #75: Test mode for email and SMS settings.
* Composer added for dependencies.
v3.0.1 (released April 12, 2014) v3.0.1 (released April 12, 2014)

View File

@ -211,7 +211,7 @@ $sm_lang = array(
'seconds' => 'секунди', 'seconds' => 'секунди',
'test' => 'Test', 'test' => 'Test',
'test_email' => 'An email will be sent to the address specified in your user profile.', 'test_email' => 'An email will be sent to the address specified in your user profile.',
'test_sms' => 'A SMS will be sent to the phone number specified in your user profile.', 'test_sms' => 'An SMS will be sent to the phone number specified in your user profile.',
'send' => 'Send', 'send' => 'Send',
'test_message' => 'Test message', 'test_message' => 'Test message',
'email_sent' => 'Email sent', 'email_sent' => 'Email sent',

View File

@ -210,7 +210,7 @@ $sm_lang = array(
'seconds' => 'seconds', 'seconds' => 'seconds',
'test' => 'Test', 'test' => 'Test',
'test_email' => 'An email will be sent to the address specified in your user profile.', 'test_email' => 'An email will be sent to the address specified in your user profile.',
'test_sms' => 'A SMS will be sent to the phone number specified in your user profile.', 'test_sms' => 'An SMS will be sent to the phone number specified in your user profile.',
'send' => 'Send', 'send' => 'Send',
'test_message' => 'Test message', 'test_message' => 'Test message',
'email_sent' => 'Email sent', 'email_sent' => 'Email sent',

View File

@ -210,7 +210,7 @@ $sm_lang = array(
'seconds' => 'seconds', 'seconds' => 'seconds',
'test' => 'Test', 'test' => 'Test',
'test_email' => 'An email will be sent to the address specified in your user profile.', 'test_email' => 'An email will be sent to the address specified in your user profile.',
'test_sms' => 'A SMS will be sent to the phone number specified in your user profile.', 'test_sms' => 'An SMS will be sent to the phone number specified in your user profile.',
'send' => 'Send', 'send' => 'Send',
'test_message' => 'Test message', 'test_message' => 'Test message',
'email_sent' => 'Email sent', 'email_sent' => 'Email sent',

View File

@ -208,7 +208,7 @@ $sm_lang = array(
'seconds' => 'seconds', 'seconds' => 'seconds',
'test' => 'Test', 'test' => 'Test',
'test_email' => 'An email will be sent to the address specified in your user profile.', 'test_email' => 'An email will be sent to the address specified in your user profile.',
'test_sms' => 'A SMS will be sent to the phone number specified in your user profile.', 'test_sms' => 'An SMS will be sent to the phone number specified in your user profile.',
'send' => 'Send', 'send' => 'Send',
'test_message' => 'Test message', 'test_message' => 'Test message',
'email_sent' => 'Email sent', 'email_sent' => 'Email sent',

View File

@ -208,7 +208,7 @@ $sm_lang = array(
'seconds' => 'seconds', 'seconds' => 'seconds',
'test' => 'Test', 'test' => 'Test',
'test_email' => 'An email will be sent to the address specified in your user profile.', 'test_email' => 'An email will be sent to the address specified in your user profile.',
'test_sms' => 'A SMS will be sent to the phone number specified in your user profile.', 'test_sms' => 'An SMS will be sent to the phone number specified in your user profile.',
'send' => 'Send', 'send' => 'Send',
'test_message' => 'Test message', 'test_message' => 'Test message',
'email_sent' => 'Email sent', 'email_sent' => 'Email sent',

View File

@ -208,7 +208,7 @@ $sm_lang = array(
'seconds' => 'seconds', 'seconds' => 'seconds',
'test' => 'Test', 'test' => 'Test',
'test_email' => 'An email will be sent to the address specified in your user profile.', 'test_email' => 'An email will be sent to the address specified in your user profile.',
'test_sms' => 'A SMS will be sent to the phone number specified in your user profile.', 'test_sms' => 'An SMS will be sent to the phone number specified in your user profile.',
'send' => 'Send', 'send' => 'Send',
'test_message' => 'Test message', 'test_message' => 'Test message',
'email_sent' => 'Email sent', 'email_sent' => 'Email sent',

View File

@ -206,16 +206,16 @@ $sm_lang = array(
'<span class="small">'. '<span class="small">'.
'Tijd in seconden, als de tijd 0 is wordt de pagina niet ververst.'. 'Tijd in seconden, als de tijd 0 is wordt de pagina niet ververst.'.
'</span>', '</span>',
'seconds' => 'seconds', 'seconds' => 'seconden',
'test' => 'Test', 'test' => 'Test',
'test_email' => 'An email will be sent to the address specified in your user profile.', 'test_email' => 'Er zal een email verstuurd worden naar het email adres in je profiel.',
'test_sms' => 'A SMS will be sent to the phone number specified in your user profile.', 'test_sms' => 'Er zal een SMS verstuurd worden naar het telefoonnummer in je profiel.',
'send' => 'Send', 'send' => 'Verstuur',
'test_message' => 'Test message', 'test_message' => 'Test bericht',
'email_sent' => 'Email sent', 'email_sent' => 'Email verzonden',
'email_error' => 'Error in email sending', 'email_error' => 'Er is een fout opgetreden tijdens het verzenden',
'sms_sent' => 'Sms sent', 'sms_sent' => 'SMS verzonden',
'sms_error' => 'Error in sms sending', 'sms_error' => 'Er is een fout opgetreden tijdens het verzenden',
), ),
// for newlines in the email messages use <br/> // for newlines in the email messages use <br/>
'notifications' => array( 'notifications' => array(

View File

@ -210,7 +210,7 @@ $sm_lang = array(
'seconds' => 'segundos', 'seconds' => 'segundos',
'test' => 'Test', 'test' => 'Test',
'test_email' => 'An email will be sent to the address specified in your user profile.', 'test_email' => 'An email will be sent to the address specified in your user profile.',
'test_sms' => 'A SMS will be sent to the phone number specified in your user profile.', 'test_sms' => 'An SMS will be sent to the phone number specified in your user profile.',
'send' => 'Send', 'send' => 'Send',
'test_message' => 'Test message', 'test_message' => 'Test message',
'email_sent' => 'Email sent', 'email_sent' => 'Email sent',

View File

@ -209,7 +209,7 @@ $sm_lang = array(
'seconds' => 'seconds', 'seconds' => 'seconds',
'test' => 'Test', 'test' => 'Test',
'test_email' => 'An email will be sent to the address specified in your user profile.', 'test_email' => 'An email will be sent to the address specified in your user profile.',
'test_sms' => 'A SMS will be sent to the phone number specified in your user profile.', 'test_sms' => 'An SMS will be sent to the phone number specified in your user profile.',
'send' => 'Send', 'send' => 'Send',
'test_message' => 'Test message', 'test_message' => 'Test message',
'email_sent' => 'Email sent', 'email_sent' => 'Email sent',