// Global $lang['Dashboard'] = 'Dashboard'; $lang['Folders'] = 'Folders'; $lang['My folders'] = 'My folders'; $lang['Compose'] = 'Compose'; $lang['Inbox'] = 'Inbox'; $lang['Outbox'] = 'Outbox'; $lang['Sent items'] = 'Sent items'; $lang['Sending error'] = 'Sending error'; $lang['Trash'] = 'Trash'; $lang['Spam'] = 'Spam'; $lang['Add'] = 'Add'; $lang['Action'] = 'Action'; $lang['Phonebook'] = 'Phonebook'; $lang['Settings'] = 'Settings'; $lang['Filters'] = 'Filters'; $lang['About {0}'] = 'About {0}'; $lang['Logout'] = 'Logout'; // Dashboard $lang['Statistics'] = 'Statistics'; $lang['System information'] = 'System information'; $lang['Alerts'] = 'Alerts'; $lang['Operating system'] = 'Operating system'; $lang['Gammu version'] = 'Gammu version'; $lang['Gammu DB schema'] = 'Gammu DB schema'; $lang['Modem IMEI'] = 'Modem IMEI'; // Phonebook $lang['Contact'] = 'Contact'; $lang['All contacts'] = 'All contacts'; $lang['Send to all contacts'] = 'Send to all contacts'; $lang['Add to group'] = 'Add to group'; $lang['Delete from group'] = 'Delete from group'; $lang['Select add contact method'] = 'Select add contact method'; $lang['Manual input'] = 'Manual input'; $lang['Manually add contact using contact form'] = 'Manually add contact using contact form'; $lang['From CSV file'] = 'From CSV file'; $lang['Import contact from CSV format file'] = 'Import contact from CSV format file'; $lang['CSV file'] = 'CSV file'; $lang['The CSV file must be in valid format'] = 'The CSV file must be in valid format'; $lang['Are you sure you want to delete {0} contact(s)?'] = 'Are you sure you want to delete {0} contact(s)?'; $lang['valid example'] = 'valid example'; // Message $lang['Message'] = 'Message'; $lang['Send to'] = 'Send to'; $lang['Reply'] = 'Reply'; $lang['Forward'] = 'Forward'; $lang['Forward to'] = 'Forward to'; $lang['Move to'] = 'Move to'; $lang['Select folder'] = 'Select folder'; $lang['Delete'] = 'Delete'; $lang['Click to delete this folder'] = 'Click to delete this folder'; $lang['Recover'] = 'Recover'; $lang['Send date'] = 'Send date'; $lang['Now'] = 'Now'; $lang['At date and time'] = 'At date and time'; $lang['After a delay'] = 'After a delay'; $lang['Input manually'] = 'Input manually'; $lang['Add folder'] = 'Add folder'; $lang['Folder name'] = 'Folder name'; $lang['Cancel'] = 'Cancel'; $lang['Save'] = 'Save'; $lang['Rename'] = 'Rename'; $lang['Rename folder'] = 'Rename folder'; $lang['Click to rename this folder'] = 'Click to rename this folder'; $lang['This folder and all messages in it will be deleted permanently and cannot be recovered. Are you sure?'] = 'This folder and all messages in it will be deleted permanently and cannot be recovered. Are you sure?'; $lang['There is no message in {0}.'] = 'There is no message in {0}.'; $lang['There is no message in this folder.'] = 'There is no message in this folder.'; $lang['Delete all'] = 'Delete all'; $lang['Are you sure? This will affect all conversations.'] = 'Are you sure? This will affect all conversations.'; $lang['Select all'] = 'Select all'; $lang['Deselect all'] = 'Deselect all'; $lang['Refresh'] = 'Refresh'; $lang['Report spam'] = 'Report spam'; $lang['Not spam'] = 'Not spam'; $lang['SMSC'] = 'SMSC'; $lang['Part'] = 'Part'; $lang['Validity'] = 'Validity'; $lang['default'] = 'default'; $lang['5 minutes'] = '5 minutes'; $lang['10 minutes'] = '10 minutes'; $lang['30 minutes'] = '30 minutes'; $lang['1 hour'] = '1 hour'; $lang['2 hours'] = '2 hours'; $lang['4 hours'] = '4 hours'; $lang['12 hours'] = '12 hours'; $lang['1 day'] = '1 day'; $lang['2 days'] = '2 days'; $lang['5 days'] = '5 days'; $lang['1 week'] = '1 week'; $lang['2 weeks'] = '2 weeks'; $lang['4 weeks'] = '4 weeks'; $lang['maximum'] = 'maximum'; $lang['SMS type'] = 'SMS type'; $lang['Normal'] = 'Normal'; $lang['Flash'] = 'Flash'; $lang['WAP push link'] = 'WAP push link'; $lang['URL'] = 'URL'; $lang['Ads is active'] = 'Ads is active'; $lang['Check DND'] = 'Check DND'; $lang['Insert'] = 'Insert'; $lang['Canned responses'] = 'Canned responses'; $lang['There are no canned responses. Continue to save your present message as canned response.'] = 'There are no canned responses. Continue to save your present message as canned response.'; $lang['Choose response'] = 'Choose response'; $lang['Saving...'] = 'Saving...'; $lang['Are you sure?'] = 'Are you sure?'; // Others $lang['Amount'] = 'Amount'; $lang['times']['repetition'] = 'times'; $lang['Hour(s)'] = 'Hour(s)'; $lang['Minutes'] = 'Minutes'; $lang['No result.'] = 'No result.'; $lang['See conversation'] = 'See conversation'; $lang['Search'] = 'Search'; $lang['Advanced search'] = 'Advanced search'; $lang['Folder'] = 'Folder'; $lang['All'] = 'All'; $lang['Date from'] = 'Date from'; $lang['Date to'] = 'Date to'; $lang['Status'] = 'Status'; $lang['Paging'] = 'Paging'; $lang['{0} per page'] = '{0} per page'; $lang['Resend'] = 'Resend'; $lang['Public contacts'] = 'Public contacts'; $lang['Set as public contact'] = 'Set as public contact'; $lang['My contacts'] = 'My contacts'; $lang['Public groups'] = 'Public groups'; $lang['Set as public group'] = 'Set as public group'; $lang['My groups'] = 'My groups'; $lang['Incoming SMS'] = 'Incoming SMS'; $lang['Outgoing SMS'] = 'Outgoing SMS'; $lang['Delete all messages now'] = 'Delete all messages now'; $lang['Delete contact(s) confirmation'] = 'Delete contact(s) confirmation'; $lang['Should be a valid URL'] = 'Should be a valid URL'; $lang['Import from file'] = 'Import from file'; // Messages controller $lang['Outgoing SMS disabled.'] = 'Outgoing SMS disabled.'; $lang['A number was found in DND Resitry. SMS sending was skipped for it.'] = 'A number was found in DND Resitry. SMS sending was skipped for it.'; $lang['Message delivered successfully to user inbox.'] = 'Message delivered successfully to user inbox.'; $lang['Copy of the message was placed in the outbox and is ready for delivery.'] = 'Copy of the message was placed in the outbox and is ready for delivery.'; $lang['No number found. SMS not sent.'] = 'No number found. SMS not sent.'; $lang['Only administrators can permanently delete messages.'] = 'Only administrators can permanently delete messages.'; // Setting $lang['Current password'] = 'Current password'; $lang['Forgot your password?'] = 'Forgot your password?'; $lang['New password'] = 'New password'; $lang['Must be at least 6 characters long'] = 'Must be at least 6 characters long'; $lang['Enter your new password'] = 'Enter your new password'; $lang['Administrator'] = 'Administrator'; $lang['User']['credentials'] = 'User'; $lang['Create a new filter'] = 'Create a new filter'; $lang['Has the words'] = 'Has the words'; // SMS Content/Member $lang['Member'] = 'Member'; $lang['Total member'] = 'Total member'; $lang['There is no registered member yet'] = 'There is no registered member yet'; // tni contribution $lang['Add contact'] = 'Add contact'; $lang['Send message'] = 'Send message'; $lang['Send and repeat'] = 'Send and repeat'; $lang['Sending'] = 'Sending'; $lang['Insert name from contact list'] = 'Insert name from contact list'; $lang['Delete group(s) confirmation'] = 'Delete group(s) confirmation'; $lang['Delete group(s)? All their contacts will also be deleted.'] = 'Delete group(s)? All their contacts will also be deleted.'; $lang['Create group'] = 'Create group'; $lang['Group name'] = 'Group name'; $lang['Groups'] = 'Groups'; $lang['Manage groups'] = 'Manage groups'; $lang['Manage group'] = 'Manage group'; $lang['Manage contact'] = 'Manage contact'; $lang['Type group name'] = 'Type group name'; $lang['No item selected.'] = 'No item selected.'; $lang['No contact selected.'] = 'No contact selected.'; $lang['Compose SMS'] = 'Compose SMS'; $lang['Contacts'] = 'Contacts'; $lang['Back to {0}'] = 'Back to {0}'; $lang['Show details'] = 'Show details'; $lang['Hide details'] = 'Hide details'; $lang['Search contacts'] = 'Search contacts'; $lang['Search messages'] = 'Search messages'; $lang['Edit'] = 'Edit'; $lang['All form fields are required.'] = 'All form fields are required.'; $lang['Name'] = 'Name'; $lang['Telephone number'] = 'Telephone number'; $lang['Email ID'] = 'Email ID'; $lang['Enable email forwarding'] = 'Enable email forwarding'; $lang['{0} remaining'] = '{0} remaining'; $lang['{0} ago'] = '{0} ago'; $lang['Edit contact'] = 'Edit contact'; $lang['Contact not found'] = 'Contact not found'; $lang['No contacts in the database.'] = 'No contacts in the database.'; $lang['Add user'] = 'Add user'; $lang['Edit user'] = 'Edit user'; $lang['User']['default'] = 'User'; $lang['Users'] = 'Users'; $lang['This deletes the selected users and all their messages and contacts.'] = 'This deletes the selected users and all their messages and contacts.'; $lang['User not found'] = 'User not found'; $lang['No users in the database.'] = 'No users in the database.'; $lang['Username'] = 'Username'; $lang['Password'] = 'Password'; $lang['Search user'] = 'Search user'; $lang['Confirm password'] = 'Confirm password'; $lang['Phone number'] = 'Phone number'; $lang['Action not allowed'] = 'Action not allowed'; $lang['Field required.'] = 'Field required.'; $lang['Passwords do not match.'] = 'Passwords do not match.'; $lang['No user selected'] = 'No user selected'; $lang['Delete this folder'] = 'Delete this folder'; $lang['Loading'] = 'Loading'; $lang['Connected'] = 'Connected'; $lang['Disconnected'] = 'Disconnected'; $lang['No group detected, add one first.'] = 'No group detected, add one first.'; $lang['No group selected.'] = 'No group selected.'; $lang['From'] = 'From'; $lang['To'] = 'To'; $lang['Inserted'] = 'Inserted'; $lang['Date'] = 'Date'; $lang['Sending failed'] = 'Sending failed'; $lang['Sent, no report'] = 'Sent, no report'; $lang['Sent, waiting for report'] = 'Sent, waiting for report'; $lang['Delivered'] = 'Delivered'; $lang['Pending'] = 'Pending'; $lang['Unknown'] = 'Unknown'; $lang['Not set yet'] = 'Not set yet'; $lang['Country calling code'] = 'Country calling code'; $lang['Conversation sort'] = 'Conversation sort'; $lang['Data per page'] = 'Data per page'; $lang['Used for paging in message and phonebook'] = 'Used for paging in message and phonebook'; $lang['Permanent delete'] = 'Permanent delete'; $lang['Disable'] = 'Disable'; $lang['Always move to trash first'] = 'Always move to trash first'; $lang['Enable'] = 'Enable'; $lang['User settings'] = 'User settings'; $lang['General'] = 'General'; $lang['Personal'] = 'Personal'; $lang['Signature'] = 'Signature'; $lang['Max. 50 characters'] = 'Max. 50 characters'; $lang['Signature is added at the end of the message.'] = 'Signature is added at the end of the message.'; $lang['Language'] = 'Language'; $lang['Yes'] = 'Yes'; $lang['No'] = 'No'; $lang['Default'] = 'Default'; $lang['Delivery Report'] = 'Delivery Report'; $lang['Delete copy (prevents duplicates).'] = 'Delete copy (prevents duplicates).'; $lang['You are about to resend {0} message(s).'] = 'You are about to resend {0} message(s).'; // Kalkun Controller $lang['Outgoing SMS disabled. Contact system administrator.'] = 'Outgoing SMS disabled. Contact system administrator.'; $lang['Wrong password'] = 'Wrong password'; $lang['Username already taken'] = 'Username already taken'; $lang['Settings saved successfully.'] = 'Settings saved successfully.'; // Users Controller $lang['Access denied.'] = 'Access denied.'; $lang['User updated successfully.'] = 'User updated successfully.'; $lang['User added successfully.'] = 'User added successfully.'; // Pluginss Controller $lang['Access denied. Only administrators are allowed to manage plugins.'] = 'Access denied. Only administrators are allowed to manage plugins.'; $lang['Plugin {0} installed successfully.'] = 'Plugin {0} installed successfully.'; $lang['Plugin {0} uninstalled successfully.'] = 'Plugin {0} uninstalled successfully.'; $lang['Installed']['Plural'] = 'Installed'; $lang['Available']['Plural'] = 'Available'; // Phonebook Controller $lang['{0,number,integer} contacts imported successfully.'] = '{0,number,integer} contacts imported successfully.'; $lang['Contact updated successfully.'] = 'Contact updated successfully.'; $lang['Contact added successfully.'] = 'Contact added successfully.'; // Gammu Model $lang['Message queued.'] = 'Message queued.'; $lang['Parameter invalid.'] = 'Parameter invalid.'; $lang['403 Forbidden'] = '403 Forbidden'; $lang['Close'] = 'Close'; $lang['Previous'] = 'Previous'; $lang['Next'] = 'Next'; $lang['Continue'] = 'Continue'; $lang['Submit']['form'] = 'Submit'; $lang['Log in'] = 'Log in'; $lang['Username or password are incorrect.'] = 'Username or password are incorrect.'; $lang['Token already generated and still active.'] = 'Token already generated and still active.'; $lang['To reset your Kalkun password please visit {0}'] = 'To reset your Kalkun password please visit {0}'; $lang['If you are a registered user, a SMS has been sent to you.'] = 'If you are a registered user, a SMS has been sent to you.'; $lang['Password changed successfully.'] = 'Password changed successfully.'; $lang['Token invalid.'] = 'Token invalid.'; $lang['Password reset'] = 'Password reset'; $lang['or'] = 'or'; $lang['Please enter your username and password'] = 'Please enter your username and password'; $lang['Remember me'] = 'Remember me'; $lang['Installation'] = 'Installation'; $lang['Installation steps'] = 'Installation steps'; $lang['Welcome screen'] = 'Welcome screen'; $lang['Requirements check'] = 'Requirements check'; $lang['Database setup'] = 'Database setup'; $lang['Final configuration steps'] = 'Final configuration steps'; $lang['Ok'] = 'Ok'; $lang['Missing'] = 'Missing'; $lang['Found'] = 'Found'; $lang['Successful'] = 'Successful'; $lang['Failed'] = 'Failed'; $lang['Kalkun installation assistant'] = 'Kalkun installation assistant'; $lang['This welcome screen'] = 'This welcome screen'; $lang['Database installation or upgrade'] = 'Database installation or upgrade'; $lang['Keyboard shortcuts'] = 'Keyboard shortcuts'; $lang['Jumping'] = 'Jumping'; $lang['{0} then {1}:'] = '{0} then {1}:'; $lang['Navigation'] = 'Navigation'; $lang['Back to conversation list'] = 'Back to conversation list'; $lang['Highlight prev/next'] = 'Highlight prev/next'; $lang['Open prev/next (message only)'] = 'Open prev/next (message only)'; $lang['{0} or {1}:'] = '{0} or {1}:'; $lang['Open'] = 'Open'; $lang['Selection'] = 'Selection'; $lang['Select'] = 'Select'; $lang['Actions'] = 'Actions'; $lang['Move selected'] = 'Move selected'; $lang['Delete selected'] = 'Delete selected'; $lang['Message details'] = 'Message details'; $lang['Application'] = 'Application'; $lang['Open shortcut help'] = 'Open shortcut help'; $lang['Error'] = 'Error'; $lang['Please specify a valid mobile phone number'] = 'Please specify a valid mobile phone number'; $lang['Go to {0}'] = 'Go to {0}'; $lang['Please enter a name for your message. It should be unique.'] = 'Please enter a name for your message. It should be unique.'; $lang['Are you sure? This will overwrite the previous message.'] = 'Are you sure? This will overwrite the previous message.'; $lang['PHP Frontend for gammu-smsd'] = 'PHP Frontend for gammu-smsd'; $lang['Authors'] = 'Authors'; $lang['See {0} page'] = 'See {0} page'; $lang['Version'] = 'Version'; $lang['Released'] = 'Released'; $lang['License'] = 'License'; $lang['Homepage'] = 'Homepage'; $lang['Add a new folder'] = 'Add a new folder'; $lang['Plugins'] = 'Plugins'; $lang['No data'] = 'No data'; $lang['Select field'] = 'Select field'; $lang['Delete folder'] = 'Delete folder'; $lang['Role'] = 'Role'; $lang['Delete users'] = 'Delete users'; $lang['Theme'] = 'Theme'; $lang['Background image'] = 'Background image'; $lang['Ascending'] = 'Ascending'; $lang['Descending'] = 'Descending'; $lang['Value is too short.'] = 'Value is too short.'; $lang['Select group name'] = 'Select group name'; $lang['Uninstall'] = 'Uninstall'; $lang['Install'] = 'Install'; $lang['Author'] = 'Author'; $lang['No plugin available.'] = 'No plugin available.'; $lang['No plugin installed.'] = 'No plugin installed.'; $lang['Retrying now'] = 'Retrying now'; $lang['{0} character(s) / {1} message(s)'] = '{0} character(s) / {1} message(s)'; $lang['{0} message(s) deleted'] = '{0} message(s) deleted'; $lang['{0} conversation(s) recovered'] = '{0} conversation(s) recovered'; $lang['Messages moved successfully'] = 'Messages moved successfully'; $lang['Outgoing message cannot be spam'] = 'Outgoing message cannot be spam'; $lang['Spam reported'] = 'Spam reported'; $lang['Message(s) marked non-spam'] = 'Message(s) marked non-spam'; $lang['{0} conversation(s) deleted'] = '{0} conversation(s) deleted'; $lang['{0} conversation(s) moved'] = '{0} conversation(s) moved'; $lang['Value is too long.'] = 'Value is too long.'; $lang['Updated'] = 'Updated'; $lang['Import'] = 'Import'; $lang['Reset search'] = 'Reset search'; $lang['No.']['Number abbreviation'] = 'No.'; $lang['Insertion date'] = 'Insertion date'; $lang['Control'] = 'Control'; $lang['Plugin {0} is not installed.'] = 'Plugin {0} is not installed.'; $lang['Value must be a number.'] = 'Value must be a number.'; $lang['{0} part messages'] = '{0} part messages'; $lang['Content'] = 'Content'; $lang['No results for {0}'] = 'No results for {0}'; $lang['Failure to inject message into Gammu with gammu-smsd-inject. See kalkun logs.'] = 'Failure to inject message into Gammu with gammu-smsd-inject. See kalkun logs.'; $lang['Group'] = 'Group'; $lang['Delete the original message (prevents duplicates).'] = 'Delete the original message (prevents duplicates).'; $lang['Delete permanently'] = 'Delete permanently'; $lang['Retrying in {0} seconds.'] = 'Retrying in {0} seconds.'; $lang['Signal'] = 'Signal'; $lang['Battery'] = 'Battery'; $lang['Writable'] = 'Writable'; $lang['Read-only'] = 'Read-only'; $lang['Inbox Master'] = 'Inbox Master'; $lang['Network error.'] = 'Network error.'; $lang['{0}%'] = '{0}%'; $lang['Item deleted.'] = 'Item deleted.'; $lang['Installation has been disabled by the administrator. To enable access to it, create a file named {0} in this directory of the server: {1}. Otherwise you may log-in at {2}.'] = 'Installation has been disabled by the administrator. To enable access to it, create a file named {0} in this directory of the server: {1}. Otherwise you may log-in at {2}.'; $lang['There is no message in this conversation.'] = 'There is no message in this conversation.'; $lang['Check again'] = 'Check again'; $lang['Password modification forbidden in demo mode.'] = 'Password modification forbidden in demo mode.'; $lang['Settings saved successfully (except username for kalkun user which can\'t be changed in demo mode)'] = 'Settings saved successfully (except username for kalkun user which can\'t be changed in demo mode)'; $lang['Modification of username of "kalkun" user forbidden in demo mode. Username was restored.'] = 'Modification of username of "kalkun" user forbidden in demo mode. Username was restored.'; $lang['Process incoming messages'] = 'Process incoming messages'; $lang['Changing role of "kalkun" user forbidden in demo mode. Role was restored.'] = 'Changing role of "kalkun" user forbidden in demo mode. Role was restored.';