Merge pull request #108 from radiorabe/feature/update-i18n-strings

Update i18n strings
This commit is contained in:
Robb 2017-03-22 20:05:30 -04:00 committed by GitHub
commit 920179318b
63 changed files with 157588 additions and 128465 deletions

View File

@ -27,7 +27,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm
'class' => 'input_text',
'required' => true,
'filters' => array('StringTrim'),
'value' => _('New Show'),
'value' => _('Untitled Show'),
'validators' => array($notEmptyValidator, array('StringLength', false, array(0, $maxLens['name'])))
));

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Airtime 2.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-04 11:17-0400\n"
"POT-Creation-Date: 2017-03-21 18:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,21 +17,138 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -43,129 +160,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,135 @@
#: airtime_mvc/application/controllers/LoginController.php:170
#: airtime_mvc/application/controllers/LoginController.php:188
#, php-format
msgid "That username or email address could not be found. If you are the station owner, you should <a href=\"%s\">reset your here</a>."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:16
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:25
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:34
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:43
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:53
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:62
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:69
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:79
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:88
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:101
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:111
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:120
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:134
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:151
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:161
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:171
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:180
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:196
msgid "Save"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:177
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:178
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:182
msgid "Monthly Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:316
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:318
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:332
msgid "Choose a plan: "
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:358
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:5
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/plupload/index.phtml:9
#, php-format
msgid "Disk quota exceeded. You cannot upload files until you %s upgrade your storage"
msgstr ""
#: airtime_mvc/application/views/scripts/form/password-restore.phtml:4
#, php-format
msgid "If you are the primary owner of this station, <a href=\"%s\">please reset your password here</a>."
msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:16
msgid "Thank you!"
msgstr ""
@ -24,129 +141,3 @@ msgstr ""
#: airtime_mvc/application/views/scripts/thank-you/index.phtml:18
msgid "Return to Airtime"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
#, php-format
msgid "Purchase an %s plan!"
msgstr ""
#: airtime_mvc/application/views/scripts/partialviews/trialBox.phtml:9
msgid "My Account"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:171
msgid "Account Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:172
msgid "Upgrade today to get more listeners and storage space!"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:255
msgid "View Plans"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:257
msgid "Your Current Plan:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/upgrade.phtml:291
msgid "Please enter your payment details:"
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:7
msgid "<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle."
msgstr ""
#: airtime_mvc/application/views/scripts/billing/invoices.phtml:11
msgid "Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button."
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:17
msgid "First Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:26
msgid "Last Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:35
msgid "Company Name:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:44
msgid "Email Address:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:54
msgid "Address 1:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:63
msgid "Address 2:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:70
msgid "City:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:80
msgid "State/Region:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:89
msgid "Zip Code / Postal Code:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:102
msgid "Country:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:112
msgid "Phone Number:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:121
msgid "Please choose a security question:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:135
msgid "Please enter an answer:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:152
msgid "VAT/Tax ID (EU only)"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:162
msgid "Subscribe to Sourcefabric newsletter"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:172
msgid "Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:181
msgid "Verify Password:"
msgstr ""
#: airtime_mvc/application/forms/BillingClient.php:193
msgid "Save"
msgstr ""
#: airtime_mvc/application/models/Auth.php:35
#, php-format
msgid ""
"\n"
"\n"
"If you have any problems, please contact our support team: %s"
msgstr ""
#: airtime_mvc/application/models/Auth.php:36
#, php-format
msgid ""
"\n"
"\n"
"Thank you,\n"
"The %s Team"
msgstr ""