PageRenderTime 103ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 1ms

/application/language/en/lang.php

https://github.com/BugBuster1701/MySQLDumper
PHP | 769 lines | 759 code | 0 blank | 10 comment | 0 complexity | 1f257911efa108d36425117b5823b185 MD5 | raw file
  1. <?php
  2. /**
  3. * This file is part of MySQLDumper released under the GNU/GPL 2 license
  4. * http://www.mysqldumper.net
  5. *
  6. * @package MySQLDumper
  7. * @subpackage Languages
  8. * @version $Rev: 1227 $
  9. * @author $Author: DSB $
  10. * Maintained by: DSB (257), JanRei (14), Kyoya (31), StvN (6), zuma (20)
  11. */
  12. $lang=array(
  13. 'L_ACTION' => 'Action',
  14. 'L_ACTIVATED' => 'activated',
  15. 'L_ACTUALLY_INSERTED_RECORDS' => 'Up to now <b>%s</b> records were successfully added.',
  16. 'L_ACTUALLY_INSERTED_RECORDS_OF' => 'Up to now <b>%s</b> of <b>%s</b> records were successfully added.',
  17. 'L_ADD' => 'Add',
  18. 'L_ADDED' => 'added',
  19. 'L_ADD_DB_MANUALLY' => 'Add database manually',
  20. 'L_ADD_RECIPIENT' => 'Add recipient',
  21. 'L_ALL' => 'all',
  22. 'L_ANALYZE' => 'Analyze',
  23. 'L_ANALYZING_TABLE' => 'Now data of the table \'<b>%s</b>\' is being analyzed.',
  24. 'L_ASKDBCOPY' => 'Do you want to copy database `%s` to database `%s`?',
  25. 'L_ASKDBDELETE' => 'Do you want to delete the Database `%s` with the content?',
  26. 'L_ASKDBEMPTY' => 'Do you want to empty the Database `%s` ?',
  27. 'L_ASKDELETEFIELD' => 'Do you want to delete the Field?',
  28. 'L_ASKDELETERECORD' => 'Are you sure to delete this record?',
  29. 'L_ASKDELETETABLE' => 'Should the table `%s` be deleted?',
  30. 'L_ASKTABLEEMPTY' => 'Should the table `%s` be emptied?',
  31. 'L_ASKTABLEEMPTYKEYS' => 'Should the table `%s` be emptied and the Indices reset?',
  32. 'L_ATTACHED_AS_FILE' => 'attached as file',
  33. 'L_ATTACH_BACKUP' => 'Attach backup',
  34. 'L_AUTHENTICATE' => 'Login information',
  35. 'L_AUTHORIZE' => 'Authorize',
  36. 'L_AUTODELETE' => 'Delete backups automatically',
  37. 'L_BACK' => 'back',
  38. 'L_BACKUPFILESANZAHL' => 'In the Backup directory there are',
  39. 'L_BACKUPS' => 'Backups',
  40. 'L_BACKUP_DBS' => 'DBs to backup',
  41. 'L_BACKUP_TABLE_DONE' => 'Dumping of table `%s` finished. %s records have been saved.',
  42. 'L_BACK_TO_OVERVIEW' => 'Database Overview',
  43. 'L_CALL' => 'Call',
  44. 'L_CANCEL' => 'Cancel',
  45. 'L_CANT_CREATE_DIR' => 'Couldn\' t create dir \'%s\'. <br />Please create it using your FTP program.',
  46. 'L_CHANGE' => 'change',
  47. 'L_CHANGEDIR' => 'Changing to Directory',
  48. 'L_CHANGEDIRERROR' => 'Couldn`t change directory!',
  49. 'L_CHARSET' => 'Charset',
  50. 'L_CHARSETS' => 'Character Sets',
  51. 'L_CHECK' => 'Check',
  52. 'L_CHECK_DIRS' => 'Check my directories',
  53. 'L_CHOOSE_CHARSET' => 'MySQLDumper couldn\'t detect the encoding of the backup file automatically.<br /><br />You must choose the charset with which this backup was saved.<br /><br />If you discover any problems with some characters after restoring, you can repeat the backup-progress and then choose another character set.<br /><br />Good luck. ;)<br /><br />',
  54. 'L_CHOOSE_DB' => 'Select Database',
  55. 'L_CLEAR_DATABASE' => 'Clear database',
  56. 'L_CLOSE' => 'Close',
  57. 'L_COLLATION' => 'Collation',
  58. 'L_COMMAND' => 'Command',
  59. 'L_COMMAND_AFTER_BACKUP' => 'Command after backup',
  60. 'L_COMMAND_BEFORE_BACKUP' => 'Command before backup',
  61. 'L_COMMENT' => 'Comment',
  62. 'L_COMPRESSED' => 'compressed (gz)',
  63. 'L_CONFBASIC' => 'Basic Parameter',
  64. 'L_CONFIG' => 'Configuration',
  65. 'L_CONFIGFILE' => 'Config File',
  66. 'L_CONFIGFILES' => 'Configuration Files',
  67. 'L_CONFIGURATIONS' => 'Configurations',
  68. 'L_CONFIG_AUTODELETE' => 'Autodelete',
  69. 'L_CONFIG_CRONPERL' => 'Crondump Settings for Perl script',
  70. 'L_CONFIG_EMAIL' => 'Email Notification',
  71. 'L_CONFIG_FTP' => 'FTP Transfer of Backup file',
  72. 'L_CONFIG_HEADLINE' => 'Configuration',
  73. 'L_CONFIG_INTERFACE' => 'Interface',
  74. 'L_CONFIG_LOADED' => 'Configuration "%s" has been imported successfully.',
  75. 'L_CONFIRM_CONFIGFILE_DELETE' => 'Really delete the configuration file %s?',
  76. 'L_CONFIRM_DELETE_FILE' => 'Should the file \'%s\' really be deleted?',
  77. 'L_CONFIRM_DELETE_TABLES' => 'Really delete the selected tables?',
  78. 'L_CONFIRM_DROP_DATABASES' => 'Should the selected databases really be deleted?<br /><br />Attention: all data will be deleted! Maybe you should create a backup first.',
  79. 'L_CONFIRM_RECIPIENT_DELETE' => 'Should the recipient "%s" really be deleted?',
  80. 'L_CONFIRM_TRUNCATE_DATABASES' => 'Should all tables of the selected databases really be deleted?<br /><br />Attention: all data will be deleted! Maybe you want to create a backup first.',
  81. 'L_CONFIRM_TRUNCATE_TABLES' => 'Really empty the selected tables?',
  82. 'L_CONNECT' => 'connect',
  83. 'L_CONNECTIONPARS' => 'Connection Parameter',
  84. 'L_CONNECTTOMYSQL' => 'Connect to MySQL',
  85. 'L_CONTINUE_MULTIPART_RESTORE' => 'Continue Multipart-Restore with next file \'%s\'.',
  86. 'L_CONVERTED_FILES' => 'Converted Files',
  87. 'L_CONVERTER' => 'Backup Converter',
  88. 'L_CONVERTING' => 'Converting',
  89. 'L_CONVERT_FILE' => 'File to be converted',
  90. 'L_CONVERT_FILENAME' => 'Name of destination file (without extension)',
  91. 'L_CONVERT_FILEREAD' => 'Read file \'%s\'',
  92. 'L_CONVERT_FINISHED' => 'Conversion finished, \'%s\' was written successfully.',
  93. 'L_CONVERT_START' => 'Start Conversion',
  94. 'L_CONVERT_TITLE' => 'Convert Dump to MSD Format',
  95. 'L_CONVERT_WRONG_PARAMETERS' => 'Wrong parameters! Conversion is not possible.',
  96. 'L_CREATE' => 'Create',
  97. 'L_CREATED' => 'Created',
  98. 'L_CREATEDIRS' => 'Create Directories',
  99. 'L_CREATE_AUTOINDEX' => 'Create Auto-Index',
  100. 'L_CREATE_CONFIGFILE' => 'Create a new configuration file',
  101. 'L_CREATE_DATABASE' => 'Create new database',
  102. 'L_CREATE_TABLE_SAVED' => 'Definition of table `%s` saved.',
  103. 'L_CREDITS' => 'Credits / Help',
  104. 'L_CRONSCRIPT' => 'Cronscript',
  105. 'L_CRON_COMMENT' => 'Enter Comment',
  106. 'L_CRON_COMPLETELOG' => 'Log complete output',
  107. 'L_CRON_EXECPATH' => 'Path of Perl scripts',
  108. 'L_CRON_EXTENDER' => 'File extension',
  109. 'L_CRON_PRINTOUT' => 'Print output on screen.',
  110. 'L_CSVOPTIONS' => 'CSV Options',
  111. 'L_CSV_EOL' => 'Seperate lines with',
  112. 'L_CSV_ERRORCREATETABLE' => 'Error while creating table `%s`!',
  113. 'L_CSV_FIELDCOUNT_NOMATCH' => 'The count of fields doesn\'t match with that of the data to import (%d instead of %d).',
  114. 'L_CSV_FIELDSENCLOSED' => 'Fields enclosed by',
  115. 'L_CSV_FIELDSEPERATE' => 'Fields separated with',
  116. 'L_CSV_FIELDSESCAPE' => 'Fields escaped with',
  117. 'L_CSV_FIELDSLINES' => '%d fields recognized, totally %d lines',
  118. 'L_CSV_FILEOPEN' => 'Open CSV file',
  119. 'L_CSV_NAMEFIRSTLINE' => 'Field names in first line',
  120. 'L_CSV_NODATA' => 'No data found for import!',
  121. 'L_CSV_NULL' => 'Replace NULL with',
  122. 'L_DATABASES_OF_USER' => 'Databases of user',
  123. 'L_DATABASE_CREATED_FAILED' => 'The database wasn\'t created.<br />MySQL returns:<br/><br />%s',
  124. 'L_DATABASE_CREATED_SUCCESS' => 'The database \'%s\' has been created successfully.',
  125. 'L_DATASIZE' => 'Size of data',
  126. 'L_DATASIZE_INFO' => 'This is the size of the records - not the size of the backup file',
  127. 'L_DAY' => 'Day',
  128. 'L_DAYS' => 'Days',
  129. 'L_DB' => 'Database',
  130. 'L_DBCONNECTION' => 'Database Connection',
  131. 'L_DBPARAMETER' => 'Database Parameters',
  132. 'L_DBS' => 'Databases',
  133. 'L_DB_ADAPTER' => 'DB-Adapter',
  134. 'L_DB_BACKUPPARS' => 'Database Backup Parameter',
  135. 'L_DB_DEFAULT' => 'Default database',
  136. 'L_DB_HOST' => 'Hostname',
  137. 'L_DB_IN_LIST' => 'The database \'%s\' couldn\'t be added because it is allready existing.',
  138. 'L_DB_NAME' => 'Database name',
  139. 'L_DB_PASS' => 'Password',
  140. 'L_DB_SELECT_ERROR' => '<br />Error:<br />Selection of database <b>',
  141. 'L_DB_SELECT_ERROR2' => '</b> failed!',
  142. 'L_DB_USER' => 'User',
  143. 'L_DEFAULT_CHARACTER_SET_NAME' => 'Default character set',
  144. 'L_DEFAULT_CHARSET' => 'Default character set',
  145. 'L_DEFAULT_COLLATION_NAME' => 'Default collation',
  146. 'L_DELETE' => 'Delete',
  147. 'L_DELETE_DATABASE' => 'Delete database',
  148. 'L_DELETE_FILE_ERROR' => 'Error deleting file "%s"!',
  149. 'L_DELETE_FILE_SUCCESS' => 'File "%s" was deleted successfully.',
  150. 'L_DELETE_HTACCESS' => 'Remove directory protection (delete .htaccess)',
  151. 'L_DESCRIPTION' => 'Description',
  152. 'L_DESELECT_ALL' => 'Deselect all',
  153. 'L_DIR' => 'Directory',
  154. 'L_DISABLEDFUNCTIONS' => 'Disabled Functions',
  155. 'L_DO' => 'Execute',
  156. 'L_DOCRONBUTTON' => 'Run the Perl Cron script',
  157. 'L_DONE' => 'Done!',
  158. 'L_DONT_ATTACH_BACKUP' => 'Don\'t attach backup',
  159. 'L_DOPERLTEST' => 'Test Perl Modules',
  160. 'L_DOSIMPLETEST' => 'Test Perl',
  161. 'L_DOWNLOAD_FILE' => 'Download file',
  162. 'L_DO_NOW' => 'operate now',
  163. 'L_DUMP' => 'Backup',
  164. 'L_DUMP_ENDERGEBNIS' => 'The file contains <b>%s</b> tables with <b>%s</b> records.<br />',
  165. 'L_DUMP_FILENAME' => 'Backup File',
  166. 'L_DUMP_HEADLINE' => 'Create backup...',
  167. 'L_DUMP_NOTABLES' => 'No tables found in database `%s`',
  168. 'L_DUMP_OF_DB_FINISHED' => 'Dumping of database `%s` done',
  169. 'L_DURATION' => 'Duration',
  170. 'L_EDIT' => 'edit',
  171. 'L_EHRESTORE_CONTINUE' => 'continue and log errors',
  172. 'L_EHRESTORE_STOP' => 'stop',
  173. 'L_EMAIL' => 'E-Mail',
  174. 'L_EMAILBODY_ATTACH' => 'The Attachment contains the backup of your MySQL-Database.<br />Backup of Database `%s`<br /><br /><br />Following File was created:<br /><br />%s <br /><br />Kind regards<br /><br />MySQLDumper<br />',
  175. 'L_EMAILBODY_FOOTER' => '`<br /><br />Kind regards<br /><br />MySQLDumper<br />',
  176. 'L_EMAILBODY_MP_ATTACH' => 'A Multipart Backup was created.<br />The Backup files are attached to separate emails.<br />Backup of Database `%s`<br /><br /><br />Following Files were created:<br /><br />%s <br /><br />Kind regards<br /><br />MySQLDumper<br />',
  177. 'L_EMAILBODY_MP_NOATTACH' => 'A Multipart Backup was created.<br />The Backup files are not attached to this email!<br />Backup of Database `%s`<br /><br /><br />Following Files were created:<br /><br />%s<br /><br /><br />Kind regards<br /><br />MySQLDumper<br />',
  178. 'L_EMAILBODY_NOATTACH' => 'Files are not attached to this email!<br />Backup of Database `%s`<br /><br /><br />Following File was created:<br /><br />%s<br /><br /><br />Kind regards<br /><br />MySQLDumper<br />',
  179. 'L_EMAILBODY_TOOBIG' => 'The Backup file exceeded the maximum size of %s and was not attached to this email.<br />Backup of Database `%s`<br /><br /><br />Following File was created:<br /><br />%s<br /><br /><br />Kind regards<br /><br />MySQLDumper<br />',
  180. 'L_EMAIL_ADDRESS' => 'E-Mail-Address',
  181. 'L_EMAIL_CC' => 'CC-Receiver',
  182. 'L_EMAIL_MAXSIZE' => 'Maximum size of attachment',
  183. 'L_EMAIL_ONLY_ATTACHMENT' => '... attachment only.',
  184. 'L_EMAIL_RECIPIENT' => 'Receiver',
  185. 'L_EMAIL_SENDER' => 'Sender address of the email',
  186. 'L_EMAIL_START' => 'Starting to send e-mail',
  187. 'L_EMAIL_WAS_SEND' => 'Email was successfully sent to',
  188. 'L_EMPTY' => 'Empty',
  189. 'L_EMPTYKEYS' => 'empty and reset indexes',
  190. 'L_EMPTYTABLEBEFORE' => 'Empty table before',
  191. 'L_EMPTY_DB_BEFORE_RESTORE' => 'Delete tables before restoring',
  192. 'L_ENCODING' => 'encoding',
  193. 'L_ENCRYPTION_TYPE' => 'Kind of encrypting',
  194. 'L_ENGINE' => 'Engine',
  195. 'L_ENTER_DB_INFO' => 'First click the button "Connect to MySQL". Only if no database could be detected you need to provide a database name here.',
  196. 'L_ENTRY' => 'Entry',
  197. 'L_ERROR' => 'Error',
  198. 'L_ERRORHANDLING_RESTORE' => 'Error Handling while restoring',
  199. 'L_ERROR_CONFIGFILE_NAME' => 'Filename "%s" contains invalid characters.',
  200. 'L_ERROR_DELETING_CONFIGFILE' => 'Error: couldn\'t delete configuration file %s!',
  201. 'L_ERROR_LOADING_CONFIGFILE' => 'Couldn\'t load configfile "%s".',
  202. 'L_ERROR_LOG' => 'Error Log',
  203. 'L_ERROR_MULTIPART_RESTORE' => 'Multipart-Restore: couldn\'t finde the next file \'%s\'!',
  204. 'L_ESTIMATED_END' => 'Estimated end',
  205. 'L_EXCEL2003' => 'Excel from 2003',
  206. 'L_EXISTS' => 'Exists',
  207. 'L_EXPORT' => 'Export',
  208. 'L_EXPORTFINISHED' => 'Export finished.',
  209. 'L_EXPORTLINES' => '<strong>%s</strong> lines exported',
  210. 'L_EXPORTOPTIONS' => 'Export Options',
  211. 'L_EXTENDEDPARS' => 'Extended Parameter',
  212. 'L_FADE_IN_OUT' => 'Display on/off',
  213. 'L_FATAL_ERROR_DUMP' => 'Fatal error: the CREATE-Statement of table \'%s\' in database \'%s\' couldn\'t be read!',
  214. 'L_FIELDS' => 'Fields',
  215. 'L_FIELDS_OF_TABLE' => 'Fields of table',
  216. 'L_FILE' => 'File',
  217. 'L_FILES' => 'Files',
  218. 'L_FILESIZE' => 'File size',
  219. 'L_FILE_MANAGE' => 'File Administration',
  220. 'L_FILE_OPEN_ERROR' => 'Error: could not open file.',
  221. 'L_FILE_SAVED_SUCCESSFULLY' => 'The file has been saved successfully.',
  222. 'L_FILE_SAVED_UNSUCCESSFULLY' => 'The file couldn\'t be saved!',
  223. 'L_FILE_UPLOAD_SUCCESSFULL' => 'The file \'%s\' was uploaded successfully.',
  224. 'L_FILTER_BY' => 'Filter by',
  225. 'L_FM_ALERTRESTORE1' => 'Should the database',
  226. 'L_FM_ALERTRESTORE2' => 'be restored with the records from the file',
  227. 'L_FM_ALERTRESTORE3' => '?',
  228. 'L_FM_ALL_BU' => 'All Backups',
  229. 'L_FM_ANZ_BU' => 'Backups',
  230. 'L_FM_ASKDELETE1' => 'Should the file(s)',
  231. 'L_FM_ASKDELETE2' => 'really be deleted?',
  232. 'L_FM_ASKDELETE3' => 'Do you want autodelete to be executed with configured rules now?',
  233. 'L_FM_ASKDELETE4' => 'Do you want to delete all backup files?',
  234. 'L_FM_ASKDELETE5' => 'Do you want to delete all backup files with',
  235. 'L_FM_ASKDELETE5_2' => '* ?',
  236. 'L_FM_AUTODEL1' => 'Autodelete: the following files were deleted because of maximum files setting:',
  237. 'L_FM_CHOOSE_ENCODING' => 'Choose encoding of backup file',
  238. 'L_FM_COMMENT' => 'Enter Comment',
  239. 'L_FM_DELETE' => 'Delete',
  240. 'L_FM_DELETE1' => 'The file',
  241. 'L_FM_DELETE2' => 'was deleted successfully.',
  242. 'L_FM_DELETE3' => 'couldn\'t be deleted!',
  243. 'L_FM_DELETEALL' => 'Delete all backup files',
  244. 'L_FM_DELETEALLFILTER' => 'Delete all with',
  245. 'L_FM_DELETEAUTO' => 'Run autodelete manually',
  246. 'L_FM_DUMPSETTINGS' => 'Backup Configuration',
  247. 'L_FM_DUMP_HEADER' => 'Backup',
  248. 'L_FM_FILEDATE' => 'File date',
  249. 'L_FM_FILES1' => 'Database Backups',
  250. 'L_FM_FILESIZE' => 'File size',
  251. 'L_FM_FILEUPLOAD' => 'Upload file',
  252. 'L_FM_FREESPACE' => 'Free Space on Server',
  253. 'L_FM_LAST_BU' => 'Last Backup',
  254. 'L_FM_NOFILE' => 'You didn\'t choose a file!',
  255. 'L_FM_NOFILESFOUND' => 'No file found.',
  256. 'L_FM_RECORDS' => 'Records',
  257. 'L_FM_RESTORE' => 'Restore',
  258. 'L_FM_RESTORE_HEADER' => 'Restore of Database `<strong>%s</strong>`',
  259. 'L_FM_SELECTTABLES' => 'Select tables',
  260. 'L_FM_STARTDUMP' => 'Start New Backup',
  261. 'L_FM_TABLES' => 'Tables',
  262. 'L_FM_TOTALSIZE' => 'Total Size',
  263. 'L_FM_UPLOADFAILED' => 'The upload has failed!',
  264. 'L_FM_UPLOADFILEEXISTS' => 'A file with the same name already exists !',
  265. 'L_FM_UPLOADFILEREQUEST' => 'please choose a file.',
  266. 'L_FM_UPLOADMOVEERROR' => 'Couldn\'t move selected file to the upload directory.',
  267. 'L_FM_UPLOADNOTALLOWED1' => 'This file type is not supported.',
  268. 'L_FM_UPLOADNOTALLOWED2' => 'Valid types are: *.gz and *.sql-files',
  269. 'L_FOUND_DB' => 'found db',
  270. 'L_FROMFILE' => 'from file',
  271. 'L_FROMTEXTBOX' => 'from text box',
  272. 'L_FTP' => 'FTP',
  273. 'L_FTP_ADD_CONNECTION' => 'Add connection',
  274. 'L_FTP_CHOOSE_MODE' => 'FTP Transfer Mode',
  275. 'L_FTP_CONFIRM_DELETE' => 'Should this FTP-Connection really be deleted?',
  276. 'L_FTP_CONNECTION' => 'FTP-Connection',
  277. 'L_FTP_CONNECTION_CLOSED' => 'FTP-Connection closed',
  278. 'L_FTP_CONNECTION_DELETE' => 'Delete connection',
  279. 'L_FTP_CONNECTION_ERROR' => 'The connection to server \'%s\' using port %s couldn\'t be established',
  280. 'L_FTP_CONNECTION_SUCCESS' => 'The connection to server \'%s\' using port %s was established successfully',
  281. 'L_FTP_DIR' => 'Upload directory',
  282. 'L_FTP_FILE_TRANSFER_ERROR' => 'Transfer of file \'%s\' was faulty',
  283. 'L_FTP_FILE_TRANSFER_SUCCESS' => 'The file \'%s\' was transferred successfully',
  284. 'L_FTP_LOGIN_ERROR' => 'Login as user \'%s\' was denied',
  285. 'L_FTP_LOGIN_SUCCESS' => 'Login as user \'%s\' was successfull',
  286. 'L_FTP_OK' => 'Connection successful.',
  287. 'L_FTP_PASS' => 'Password',
  288. 'L_FTP_PASSIVE' => 'use passive mode',
  289. 'L_FTP_PASV_ERROR' => 'Switching to passive mode was unsuccessful',
  290. 'L_FTP_PASV_SUCCESS' => 'Switching to passive mode was successfull',
  291. 'L_FTP_PORT' => 'Port',
  292. 'L_FTP_SEND_TO' => 'to <strong>%s</strong><br /> into <strong>%s</strong>',
  293. 'L_FTP_SERVER' => 'Server',
  294. 'L_FTP_SSL' => 'Secure SSL FTP connection',
  295. 'L_FTP_START' => 'Starting FTP transfer',
  296. 'L_FTP_TIMEOUT' => 'Connection Timeout',
  297. 'L_FTP_TRANSFER' => 'FTP Transfer',
  298. 'L_FTP_USER' => 'User',
  299. 'L_FTP_USESSL' => 'use SSL Connection',
  300. 'L_GENERAL' => 'General',
  301. 'L_GZIP' => 'GZip compression',
  302. 'L_GZIP_COMPRESSION' => 'GZip Compression',
  303. 'L_HOME' => 'Home',
  304. 'L_HOUR' => 'Hour',
  305. 'L_HOURS' => 'Hours',
  306. 'L_HTACC_ACTIVATE_REWRITE_ENGINE' => 'Activate rewrite',
  307. 'L_HTACC_ADD_HANDLER' => 'Add handler',
  308. 'L_HTACC_CONFIRM_DELETE' => 'Should the directory protection be written now ?',
  309. 'L_HTACC_CONTENT' => 'Contents of file',
  310. 'L_HTACC_CREATE' => 'Create directory protection',
  311. 'L_HTACC_CREATED' => 'The directory protection was created.',
  312. 'L_HTACC_CREATE_ERROR' => 'There was an error while creating the directory protection !<br />Please create the 2 files manually with the following content',
  313. 'L_HTACC_CRYPT' => 'Crypt 8 Chars max (Linux and Unix-Systems)',
  314. 'L_HTACC_DENY_ALLOW' => 'Deny / Allow',
  315. 'L_HTACC_DIR_LISTING' => 'Directory Listing',
  316. 'L_HTACC_EDIT' => 'Edit .htaccess',
  317. 'L_HTACC_ERROR_DOC' => 'Error Document',
  318. 'L_HTACC_EXAMPLES' => 'More examples and documentation',
  319. 'L_HTACC_EXISTS' => 'It already exists an directory protection. If you create a new one, the older one will be overwritten !',
  320. 'L_HTACC_MAKE_EXECUTABLE' => 'Make executable',
  321. 'L_HTACC_MD5' => 'MD5 (Linux and Unix-Systems)',
  322. 'L_HTACC_NO_ENCRYPTION' => 'plain text, no cryption (Windows)',
  323. 'L_HTACC_NO_USERNAME' => 'You have to enter a name!',
  324. 'L_HTACC_PROPOSED' => 'Urgently recommended',
  325. 'L_HTACC_REDIRECT' => 'Redirect',
  326. 'L_HTACC_SCRIPT_EXEC' => 'Execute script',
  327. 'L_HTACC_SHA1' => 'SHA1 (all Systems)',
  328. 'L_HTACC_WARNING' => 'Attention! The .htaccess directly affects the browser\'s behavior.<br />With incorrect content, these pages may no longer be accessible.',
  329. 'L_IMPORT' => 'Import',
  330. 'L_IMPORTIEREN' => 'Import',
  331. 'L_IMPORTOPTIONS' => 'Import Options',
  332. 'L_IMPORTSOURCE' => 'Import Source',
  333. 'L_IMPORTTABLE' => 'Import in Table',
  334. 'L_IMPORT_NOTABLE' => 'No table was selected for import!',
  335. 'L_IN' => 'in',
  336. 'L_INDEX_SIZE' => 'Size of index',
  337. 'L_INFO_ACTDB' => 'Selected Database',
  338. 'L_INFO_DATABASES' => 'Accessable database(s)',
  339. 'L_INFO_DBEMPTY' => 'The database is empty !',
  340. 'L_INFO_FSOCKOPEN_DISABLED' => 'On this server the PHP command fsockopen() is disabled by the server\'s configuration. Because of this the automatic download of language packs is not possible. To bypass this, you can download packages manually, extract them locally and upload them to the directory "language" of your MySQLDumper installation. Afterwards the new language pack is available on this site.',
  341. 'L_INFO_LASTUPDATE' => 'Last update',
  342. 'L_INFO_LOCATION' => 'Your location is',
  343. 'L_INFO_NODB' => 'database does not exist.',
  344. 'L_INFO_NOPROCESSES' => 'no running processes',
  345. 'L_INFO_NOSTATUS' => 'no status available',
  346. 'L_INFO_NOVARS' => 'no variables available',
  347. 'L_INFO_OPTIMIZED' => 'optimized',
  348. 'L_INFO_RECORDS' => 'Records',
  349. 'L_INFO_SIZE' => 'Size',
  350. 'L_INFO_SUM' => 'Total',
  351. 'L_INSTALL' => 'Installation',
  352. 'L_INSTALLED' => 'Installed',
  353. 'L_INSTALL_DB_DEFAULT' => 'Use as default database',
  354. 'L_INSTALL_HELP_PORT' => '(empty = Default Port)',
  355. 'L_INSTALL_HELP_SOCKET' => '(empty = Default Socket)',
  356. 'L_INTERPRETED_AS_BYTES' => 'Interpreted as bytes',
  357. 'L_IS_WRITABLE' => 'Is writable',
  358. 'L_KILL_PROCESS' => 'Stop process',
  359. 'L_LANGUAGE' => 'Language',
  360. 'L_LANGUAGE_NAME' => 'English',
  361. 'L_LASTBACKUP' => 'Last Backup',
  362. 'L_LOAD' => 'Load default settings',
  363. 'L_LOAD_DATABASE' => 'Reload databases',
  364. 'L_LOAD_FILE' => 'Load file',
  365. 'L_LOG' => 'Log',
  366. 'L_LOGFILENOTWRITABLE' => 'Can\'t write to logfile!',
  367. 'L_LOGFILES' => 'Logfiles',
  368. 'L_LOGGED_IN' => 'Logged in',
  369. 'L_LOGIN' => 'Login',
  370. 'L_LOGIN_AUTOLOGIN' => 'Automatic login',
  371. 'L_LOGIN_INVALID_USER' => 'Unknown combination of username and password.',
  372. 'L_LOGOUT' => 'Log out',
  373. 'L_LOG_CREATED' => 'Log file created.',
  374. 'L_LOG_DELETE' => 'delete Log',
  375. 'L_LOG_MAXSIZE' => 'Maximum size of log files',
  376. 'L_LOG_NOT_READABLE' => 'The log file \'%s\' does not exist or is not readable.',
  377. 'L_MAILERROR' => 'Sending of email failed!',
  378. 'L_MAILPROGRAM' => 'Mail program',
  379. 'L_MAXIMUM_LENGTH' => 'Maximum length',
  380. 'L_MAXIMUM_LENGTH_EXPLAIN' => 'This is the maximum number of bytes one character needs, when it is saved to disk.',
  381. 'L_MAXSIZE' => 'Max. Size',
  382. 'L_MAX_BACKUP_FILES_EACH2' => 'For each database',
  383. 'L_MAX_EXECUTION_TIME' => 'Max execution time',
  384. 'L_MAX_UPLOAD_SIZE' => 'Maximum file size',
  385. 'L_MAX_UPLOAD_SIZE_INFO' => 'If your Dumpfile is bigger than the above mentioned limit, you must upload it via FTP into the directory "work/backup". <br />After that you can choose it to begin a restore progress.',
  386. 'L_MEMORY' => 'Memory',
  387. 'L_MENU_HIDE' => 'Hide menu',
  388. 'L_MENU_SHOW' => 'Show menu',
  389. 'L_MESSAGE' => 'Message',
  390. 'L_MESSAGE_TYPE' => 'Message type',
  391. 'L_MINUTE' => 'Minute',
  392. 'L_MINUTES' => 'Minutes',
  393. 'L_MOBILE_OFF' => 'Off',
  394. 'L_MOBILE_ON' => 'On',
  395. 'L_MODE_EASY' => 'Easy',
  396. 'L_MODE_EXPERT' => 'Expert',
  397. 'L_MSD_INFO' => 'MySQLDumper-Information',
  398. 'L_MSD_MODE' => 'MySQLDumper-Mode',
  399. 'L_MSD_VERSION' => 'MySQLDumper-Version',
  400. 'L_MULTIDUMP' => 'Multidump',
  401. 'L_MULTIDUMP_FINISHED' => 'Backup of <b>%d</b> Databases done',
  402. 'L_MULTIPART_ACTUAL_PART' => 'Actual Part',
  403. 'L_MULTIPART_SIZE' => 'maximum File size',
  404. 'L_MULTI_PART' => 'Multipart Backup',
  405. 'L_MYSQLVARS' => 'MySQL Variables',
  406. 'L_MYSQL_CLIENT_VERSION' => 'MySQL-Client',
  407. 'L_MYSQL_CONNECTION_ENCODING' => 'Standard encoding of MySQL-Server',
  408. 'L_MYSQL_DATA' => 'MySQL-Data',
  409. 'L_MYSQL_ROUTINE' => 'Routine',
  410. 'L_MYSQL_ROUTINES' => 'Routinen',
  411. 'L_MYSQL_ROUTINES_EXPLAIN' => 'Stored functions and procedures',
  412. 'L_MYSQL_TABLES_EXPLAIN' => 'Tables have a defined column structure in which one can save data (records). Each record represents a row in the table.',
  413. 'L_MYSQL_VERSION' => 'MySQL-Version',
  414. 'L_MYSQL_VERSION_TOO_OLD' => 'We are sorry: the installed MySQL-Version %s is too old and can not be used together with this version of MySQLDumper. Please update your MySQL-Version to at least version %s.<br />As an alternative you could install MySQLDumper version 1.24, which is able to work together with older MySQL-Versions. But you will lose some of the new functions of MySQLDumper in that case.<br />',
  415. 'L_MYSQL_VIEW' => 'View',
  416. 'L_MYSQL_VIEWS' => 'Views',
  417. 'L_MYSQL_VIEWS_EXPLAIN' => 'Views show (filtered) recordsets of one ore more tables but don\'t contain own records.',
  418. 'L_NAME' => 'Name',
  419. 'L_NEW' => 'new',
  420. 'L_NEWTABLE' => 'Create new table',
  421. 'L_NEXT_AUTO_INCREMENT' => 'Next automatic index',
  422. 'L_NEXT_AUTO_INCREMENT_SHORT' => 'Autoindex',
  423. 'L_NO' => 'no',
  424. 'L_NOFTPPOSSIBLE' => 'You don\'t have FTP functions !',
  425. 'L_NOGZPOSSIBLE' => 'Because Zlib is not installed, you cannot use GZip-Functions!',
  426. 'L_NONE' => 'none',
  427. 'L_NOREVERSE' => 'Oldest entry first',
  428. 'L_NOTAVAIL' => '<em>not available</em>',
  429. 'L_NOTHING_TO_DO' => 'There is nothing to do.',
  430. 'L_NOTICE' => 'Notice',
  431. 'L_NOTICES' => 'Notices',
  432. 'L_NOT_ACTIVATED' => 'not activated',
  433. 'L_NOT_SUPPORTED' => 'This backup doesn\'t support this function.',
  434. 'L_NO_DB_FOUND' => 'I couldn\'t find any databases automatically!<br />Please unhide the connection parameters, and enter the name of your database manually.',
  435. 'L_NO_DB_FOUND_INFO' => 'The connection to the database was successfully established.<br /><br />Your userdata is valid and was accepted by the MySQL-Server.<br /><br />But MySQLDumper was not able to find any database.<br /><br />The automatic detection via script is blocked on some servers.<br /><br />You must enter your database name manually after the installation is finished.<br />Click on "configuration" "Connection Parameter - display" and enter the database name there.',
  436. 'L_NO_DB_SELECTED' => 'No database selected.',
  437. 'L_NO_ENTRIES' => 'Table is empty and doesn\'t have any entry.',
  438. 'L_NO_MSD_BACKUPFILE' => 'Backups of other scripts',
  439. 'L_NO_NAME_GIVEN' => 'You didn\'t enter a name.',
  440. 'L_NR_OF_QUERIES' => 'Number of queries',
  441. 'L_NR_OF_RECORDS' => 'Number of records',
  442. 'L_NR_TABLES_OPTIMIZED' => '%s tables have been optimized.',
  443. 'L_NUMBER_OF_FILES_FORM' => 'Delete by number of files per database',
  444. 'L_OF' => 'of',
  445. 'L_OK' => 'OK',
  446. 'L_OPTIMIZE' => 'Optimize',
  447. 'L_OPTIMIZE_TABLES' => 'Optimize Tables before Backup',
  448. 'L_OPTIMIZE_TABLE_ERR' => 'Error optimizing table `%s`.',
  449. 'L_OPTIMIZE_TABLE_SUCC' => 'Optimized table `%s` successfully.',
  450. 'L_OS' => 'Operating system',
  451. 'L_OVERHEAD' => 'Overhead',
  452. 'L_PAGE' => 'Page',
  453. 'L_PAGE_REFRESHS' => 'Pageviews',
  454. 'L_PASS' => 'Password',
  455. 'L_PASSWORD' => 'Password',
  456. 'L_PASSWORDS_UNEQUAL' => 'The Passwords are not identical or empty !',
  457. 'L_PASSWORD_REPEAT' => 'Password (repeat)',
  458. 'L_PASSWORD_STRENGTH' => 'Password strength',
  459. 'L_PERLOUTPUT1' => 'Entry in crondump.pl for absolute_path_of_configdir',
  460. 'L_PERLOUTPUT2' => 'URL for the browser or for external Cron job',
  461. 'L_PERLOUTPUT3' => 'Commandline in the Shell or for the Crontab',
  462. 'L_PERL_COMPLETELOG' => 'Perl-Complete-Log',
  463. 'L_PERL_LOG' => 'Perl-Log',
  464. 'L_PHPBUG' => 'Bug in zlib ! No Compression possible!',
  465. 'L_PHPMAIL' => 'PHP-Function mail()',
  466. 'L_PHP_EXTENSIONS' => 'PHP-Extensions',
  467. 'L_PHP_LOG' => 'PHP-Log',
  468. 'L_PHP_VERSION' => 'PHP-Version',
  469. 'L_PHP_VERSION_TOO_OLD' => 'We are sorry: the installed PHP-Version is too old. MySQLDumper needs a PHP-Version of %s or higher. This server has a PHP-Version of %s which is too old. You need to update your PHP-Version before you can install and use MySQLDumper. <br />',
  470. 'L_POP3_PORT' => 'POP3-Port',
  471. 'L_POP3_SERVER' => 'POP3-Server',
  472. 'L_PORT' => 'Port',
  473. 'L_POSITION_BC' => 'bottom center',
  474. 'L_POSITION_BL' => 'bottom left',
  475. 'L_POSITION_BR' => 'bottom right',
  476. 'L_POSITION_MC' => 'center center',
  477. 'L_POSITION_ML' => 'middle left',
  478. 'L_POSITION_MR' => 'middle right',
  479. 'L_POSITION_NOTIFICATIONS' => 'Position of notification window',
  480. 'L_POSITION_TC' => 'top center',
  481. 'L_POSITION_TL' => 'top left',
  482. 'L_POSITION_TR' => 'top right',
  483. 'L_POSSIBLE_COLLATIONS' => 'Possible collations',
  484. 'L_POSSIBLE_COLLATIONS_EXPLAIN' => 'These are the possible collations one can choose for this character set.<br /><br />_cs = case sensitiv<br />_ci = case insensitive',
  485. 'L_PREFIX' => 'Prefix',
  486. 'L_PRIMARYKEYS_CHANGED' => 'Primary keys changed',
  487. 'L_PRIMARYKEYS_CHANGINGERROR' => 'Error changing primary keys',
  488. 'L_PRIMARYKEYS_SAVE' => 'Save primary keys',
  489. 'L_PRIMARYKEY_CONFIRMDELETE' => 'Really delete primary key?',
  490. 'L_PRIMARYKEY_DELETED' => 'Primary key deleted',
  491. 'L_PRIMARYKEY_FIELD' => 'Primary key field',
  492. 'L_PRIMARYKEY_NOTFOUND' => 'Primary key not found',
  493. 'L_PROCESSKILL1' => 'The script tries to kill process',
  494. 'L_PROCESSKILL2' => '.',
  495. 'L_PROCESSKILL3' => 'The script tries since',
  496. 'L_PROCESSKILL4' => 'sec. to kill the process',
  497. 'L_PROCESS_ID' => 'Process ID',
  498. 'L_PROGRESS_FILE' => 'Progress file',
  499. 'L_PROGRESS_OVER_ALL' => 'Overall Progress',
  500. 'L_PROGRESS_TABLE' => 'Progress of table',
  501. 'L_PROVIDER' => 'Provider',
  502. 'L_PROZESSE' => 'Processes',
  503. 'L_QUERY' => 'Query',
  504. 'L_QUERY_TYPE' => 'Query type',
  505. 'L_RECHTE' => 'Permissions',
  506. 'L_RECORDS' => 'Records',
  507. 'L_RECORDS_INSERTED' => '<b>%s</b> records inserted.',
  508. 'L_RECORDS_OF_TABLE' => 'Records of table',
  509. 'L_RECORDS_PER_PAGECALL' => 'Records per pagecall',
  510. 'L_REFRESHTIME' => 'Refresh time',
  511. 'L_REFRESHTIME_PROCESSLIST' => 'Refreshing time of the process list',
  512. 'L_REGISTRATION_DESCRIPTION' => 'Please enter the administrator account now. You will login into MySQLDumper with this user. Note the dates now given good reason.<br /><br />You can choose your username and password free. Please make sure to choose the safest possible combination of user name and password to protect access to MySQLDumper against unauthorized access best!',
  513. 'L_RELOAD' => 'Reload',
  514. 'L_REMOVE' => 'Remove',
  515. 'L_REPAIR' => 'Repair',
  516. 'L_RESET' => 'Reset',
  517. 'L_RESET_SEARCHWORDS' => 'reset search words',
  518. 'L_RESTORE' => 'Restore',
  519. 'L_RESTORE_COMPLETE' => '<b>%s</b> tables created.',
  520. 'L_RESTORE_DB' => 'Database \'<b>%s</b>\' on \'<b>%s</b>\'.',
  521. 'L_RESTORE_DB_COMPLETE_IN' => 'Restoring of database \'%s\' finished in %s.',
  522. 'L_RESTORE_OF_TABLES' => 'Choose tables to be restored',
  523. 'L_RESTORE_TABLE' => 'Restoring of table \'%s\'',
  524. 'L_RESTORE_TABLES_COMPLETED' => 'Up to now <b>%d</b> of <b>%d</b> tables were created.',
  525. 'L_RESTORE_TABLES_COMPLETED0' => 'Up to now <b>%d</b> tables were created.',
  526. 'L_RESULT' => 'Result',
  527. 'L_REVERSE' => 'Last entry first',
  528. 'L_SAFEMODEDESC' => 'Because PHP is running in safe_mode you need to create the following directories manually using your FTP-Programm:',
  529. 'L_SAVE' => 'Save',
  530. 'L_SAVEANDCONTINUE' => 'Save and continue installation',
  531. 'L_SAVE_ERROR' => 'Error - unable to save configuration!',
  532. 'L_SAVE_SUCCESS' => 'Configuration was saved succesfully into configuration file "%s".',
  533. 'L_SAVING_DATA_TO_FILE' => 'Saving data of database \'%s\' to file \'%s\'',
  534. 'L_SAVING_DATA_TO_MULTIPART_FILE' => 'Maximum filesize reached: proceeding with file \'%s\'',
  535. 'L_SAVING_DB_FORM' => 'Database',
  536. 'L_SAVING_TABLE' => 'Saving table',
  537. 'L_SEARCH_ACCESS_KEYS' => 'Browse: forward=ALT+V, backwards=ALT+C',
  538. 'L_SEARCH_IN_TABLE' => 'Search in table',
  539. 'L_SEARCH_NO_RESULTS' => 'The search for "<b>%s</b>" in table "<b>%s</b>" doesn\'t bring any hits!',
  540. 'L_SEARCH_OPTIONS' => 'Search options',
  541. 'L_SEARCH_OPTIONS_AND' => 'a column must contain all search words (AND-search)',
  542. 'L_SEARCH_OPTIONS_CONCAT' => 'a row must contain all of the search words but they can be in any column (could take some time)',
  543. 'L_SEARCH_OPTIONS_OR' => 'a column must have one of the search words (OR-search)',
  544. 'L_SEARCH_RESULTS' => 'The search for "<b>%s</b>" in table "<b>%s</b>" brings the following results',
  545. 'L_SECOND' => 'Second',
  546. 'L_SECONDS' => 'Seconds',
  547. 'L_SELECT' => 'Select',
  548. 'L_SELECTED_FILE' => 'Selected file',
  549. 'L_SELECT_ALL' => 'Select All',
  550. 'L_SELECT_FILE' => 'Select file',
  551. 'L_SELECT_LANGUAGE' => 'Select language',
  552. 'L_SENDMAIL' => 'Sendmail',
  553. 'L_SENDRESULTASFILE' => 'send result as file',
  554. 'L_SEND_MAIL_FORM' => 'Send email report',
  555. 'L_SERVER' => 'Server',
  556. 'L_SERVERCAPTION' => 'Display Server',
  557. 'L_SETPRIMARYKEYSFOR' => 'Set new primary keys for table',
  558. 'L_SHOWING_ENTRY_X_TO_Y_OF_Z' => 'Showing entry %s to %s of %s',
  559. 'L_SHOWRESULT' => 'show result',
  560. 'L_SHOW_TABLES' => 'Show tables',
  561. 'L_SHOW_TOOLTIPS' => 'Show nicer tooltips',
  562. 'L_SMTP' => 'SMTP',
  563. 'L_SMTP_HOST' => 'SMTP-Host',
  564. 'L_SMTP_PORT' => 'SMTP-Port',
  565. 'L_SOCKET' => 'Socket',
  566. 'L_SPEED' => 'Speed',
  567. 'L_SQLBOX' => 'SQL-Box',
  568. 'L_SQLBOXHEIGHT' => 'Height of SQL-Box',
  569. 'L_SQLLIB_ACTIVATEBOARD' => 'activate Board',
  570. 'L_SQLLIB_BOARDS' => 'Boards',
  571. 'L_SQLLIB_DEACTIVATEBOARD' => 'deactivate Board',
  572. 'L_SQLLIB_GENERALFUNCTIONS' => 'general functions',
  573. 'L_SQLLIB_RESETAUTO' => 'reset auto-increment',
  574. 'L_SQLLIMIT' => 'Count of records each page',
  575. 'L_SQL_ACTIONS' => 'Actions',
  576. 'L_SQL_AFTER' => 'after',
  577. 'L_SQL_ALLOWDUPS' => 'Duplicates allowed',
  578. 'L_SQL_ATPOSITION' => 'insert at position',
  579. 'L_SQL_ATTRIBUTES' => 'Attributes',
  580. 'L_SQL_BACKDBOVERVIEW' => 'Back to Overview',
  581. 'L_SQL_BEFEHLNEU' => 'New command',
  582. 'L_SQL_BEFEHLSAVED1' => 'SQL Command',
  583. 'L_SQL_BEFEHLSAVED2' => 'was added',
  584. 'L_SQL_BEFEHLSAVED3' => 'was saved',
  585. 'L_SQL_BEFEHLSAVED4' => 'was moved up',
  586. 'L_SQL_BEFEHLSAVED5' => 'was deleted',
  587. 'L_SQL_BROWSER' => 'SQL-Browser',
  588. 'L_SQL_CARDINALITY' => 'Cardinality',
  589. 'L_SQL_CHANGED' => 'was changed.',
  590. 'L_SQL_CHANGEFIELD' => 'change field',
  591. 'L_SQL_CHOOSEACTION' => 'Choose action',
  592. 'L_SQL_COLLATENOTMATCH' => 'Charset and Collation don\'t fit together!',
  593. 'L_SQL_COLUMNS' => 'Columns',
  594. 'L_SQL_COMMANDS' => 'SQL Commands',
  595. 'L_SQL_COMMANDS_IN' => 'lines in',
  596. 'L_SQL_COMMANDS_IN2' => 'sec. parsed.',
  597. 'L_SQL_COPYDATADB' => 'Copy complete Database to',
  598. 'L_SQL_COPYSDB' => 'Copy Structure of Database',
  599. 'L_SQL_COPYTABLE' => 'copy table',
  600. 'L_SQL_CREATED' => 'was created.',
  601. 'L_SQL_CREATEINDEX' => 'create new index',
  602. 'L_SQL_CREATETABLE' => 'create table',
  603. 'L_SQL_DATAVIEW' => 'Data View',
  604. 'L_SQL_DBCOPY' => 'The Content of Database `%s` was copied in Database `%s`.',
  605. 'L_SQL_DBSCOPY' => 'The Structure of Database `%s` was copied in Database `%s`.',
  606. 'L_SQL_DELETED' => 'was deleted',
  607. 'L_SQL_DESTTABLE_EXISTS' => 'Destination Table exists !',
  608. 'L_SQL_EDIT' => 'edit',
  609. 'L_SQL_EDITFIELD' => 'Edit field',
  610. 'L_SQL_EDIT_TABLESTRUCTURE' => 'Edit table structure',
  611. 'L_SQL_EMPTYDB' => 'Empty Database',
  612. 'L_SQL_ERROR1' => 'Error in Query:',
  613. 'L_SQL_ERROR2' => 'MySQL says:',
  614. 'L_SQL_EXEC' => 'Execute SQL Statement',
  615. 'L_SQL_EXPORT' => 'Export from Database `%s`',
  616. 'L_SQL_FIELDDELETE1' => 'The Field',
  617. 'L_SQL_FIELDNAMENOTVALID' => 'Error: No valid fieldname',
  618. 'L_SQL_FIRST' => 'first',
  619. 'L_SQL_IMEXPORT' => 'Import-Export',
  620. 'L_SQL_IMPORT' => 'Import in Database `%s`',
  621. 'L_SQL_INCOMPLETE_STATEMENT_DETECTED' => '%s: incomplete statement detected.<br />Couldn\'t find closing match for \'%s\' in query:<br />%s',
  622. 'L_SQL_INDEXES' => 'Indices',
  623. 'L_SQL_INSERTFIELD' => 'insert field',
  624. 'L_SQL_INSERTNEWFIELD' => 'insert new field',
  625. 'L_SQL_LIBRARY' => 'SQL Library',
  626. 'L_SQL_NAMEDEST_MISSING' => 'Name of Destination is missing !',
  627. 'L_SQL_NEWFIELD' => 'New field',
  628. 'L_SQL_NODATA' => 'no records',
  629. 'L_SQL_NODEST_COPY' => 'No Copy without Destination !',
  630. 'L_SQL_NOFIELDDELETE' => 'Delete is not possible because Tables must contain at least one field.',
  631. 'L_SQL_NOTABLESINDB' => 'No tables found in Database',
  632. 'L_SQL_NOTABLESSELECTED' => 'No tables selected !',
  633. 'L_SQL_OPENFILE' => 'Open SQL-File',
  634. 'L_SQL_OPENFILE_BUTTON' => 'Upload',
  635. 'L_SQL_OUT1' => 'Executed',
  636. 'L_SQL_OUT2' => 'Commands',
  637. 'L_SQL_OUT3' => 'It had',
  638. 'L_SQL_OUT4' => 'Comments',
  639. 'L_SQL_OUT5' => 'Because the output contains more than 5000 lines it isn\'t displayed.',
  640. 'L_SQL_OUTPUT' => 'SQL Output',
  641. 'L_SQL_QUERYENTRY' => 'The Query contains',
  642. 'L_SQL_RECORDDELETED' => 'Record was deleted',
  643. 'L_SQL_RECORDEDIT' => 'edit record',
  644. 'L_SQL_RECORDINSERTED' => 'Record was added',
  645. 'L_SQL_RECORDNEW' => 'new record',
  646. 'L_SQL_RECORDUPDATED' => 'Record was updated',
  647. 'L_SQL_RENAMEDB' => 'Rename Database',
  648. 'L_SQL_RENAMEDTO' => 'was renamed to',
  649. 'L_SQL_SCOPY' => 'Table structure of `%s` was copied in Table `%s`.',
  650. 'L_SQL_SEARCH' => 'Search',
  651. 'L_SQL_SEARCHWORDS' => 'Searchword(s)',
  652. 'L_SQL_SELECTTABLE' => 'select table',
  653. 'L_SQL_SERVER' => 'SQL-Server',
  654. 'L_SQL_SHOWDATATABLE' => 'Show Data of Table',
  655. 'L_SQL_STRUCTUREDATA' => 'Structure and Data',
  656. 'L_SQL_STRUCTUREONLY' => 'Only Structure',
  657. 'L_SQL_TABLEEMPTIED' => 'Table `%s` was deleted.',
  658. 'L_SQL_TABLEEMPTIEDKEYS' => 'Table `%s` was deleted and the indices were reset.',
  659. 'L_SQL_TABLEINDEXES' => 'Indexes of table',
  660. 'L_SQL_TABLENEW' => 'Edit Tables',
  661. 'L_SQL_TABLENOINDEXES' => 'No Indexes in Table',
  662. 'L_SQL_TABLENONAME' => 'Table needs a name!',
  663. 'L_SQL_TABLESOFDB' => 'Tables of Database',
  664. 'L_SQL_TABLEVIEW' => 'Table View',
  665. 'L_SQL_TBLNAMEEMPTY' => 'Table name can\'t be empty!',
  666. 'L_SQL_TBLPROPSOF' => 'Table properties of',
  667. 'L_SQL_TCOPY' => 'Table `%s` was copied with data in Table `%s`.',
  668. 'L_SQL_UPLOADEDFILE' => 'loaded file:',
  669. 'L_SQL_VIEW_COMPACT' => 'View: compact',
  670. 'L_SQL_VIEW_STANDARD' => 'View: standard',
  671. 'L_SQL_VONINS' => 'from totally',
  672. 'L_SQL_WARNING' => 'The execution of SQL Statements can manipulate data. TAKE CARE! The Authors don\'t accept any liability for damaged or lost data.',
  673. 'L_SQL_WASCREATED' => 'was created',
  674. 'L_SQL_WASEMPTIED' => 'was emptied',
  675. 'L_STARTDUMP' => 'Start Backup',
  676. 'L_START_RESTORE_DB_FILE' => 'Starting restore of database \'%s\' from file \'%s\'.',
  677. 'L_START_SQL_SEARCH' => 'start search',
  678. 'L_STATUS' => 'State',
  679. 'L_STEP' => 'Step',
  680. 'L_SUCCESS_CONFIGFILE_CREATED' => 'Configuration file "%s" has successfully been created.',
  681. 'L_SUCCESS_DELETING_CONFIGFILE' => 'The configuration file "%s" has successfully been deleted.',
  682. 'L_SUM_TOTAL' => 'Sum',
  683. 'L_TABLE' => 'Table',
  684. 'L_TABLENAME' => 'Table name',
  685. 'L_TABLENAME_EXPLAIN' => 'Table name',
  686. 'L_TABLES' => 'Tables',
  687. 'L_TABLESELECTION' => 'Table selection',
  688. 'L_TABLE_CREATE_SUCC' => 'The table \'%s\' has been created successfully.',
  689. 'L_TABLE_TYPE' => 'Table Type',
  690. 'L_TESTCONNECTION' => 'Test Connection',
  691. 'L_THEME' => 'Theme',
  692. 'L_TIME' => 'Time',
  693. 'L_TIMESTAMP' => 'Timestamp',
  694. 'L_TITLE_INDEX' => 'Index',
  695. 'L_TITLE_KEY_FULLTEXT' => 'Fulltext key',
  696. 'L_TITLE_KEY_PRIMARY' => 'Primary key',
  697. 'L_TITLE_KEY_UNIQUE' => 'Unique key',
  698. 'L_TITLE_MYSQL_HELP' => 'MySQL documentation',
  699. 'L_TITLE_NOKEY' => 'No key',
  700. 'L_TITLE_SEARCH' => 'Search',
  701. 'L_TITLE_SHOW_DATA' => 'Show data',
  702. 'L_TITLE_UPLOAD' => 'Upload SQL file',
  703. 'L_TO' => 'to',
  704. 'L_TOOLS' => 'Tools',
  705. 'L_TOOLS_TOOLBOX' => 'Select Database / Datebase functions / Import - Export',
  706. 'L_TRUNCATE' => 'Truncate',
  707. 'L_TRUNCATE_DATABASE' => 'Truncate database',
  708. 'L_UNIT_KB' => 'KiloByte',
  709. 'L_UNIT_MB' => 'MegaByte',
  710. 'L_UNIT_PIXEL' => 'Pixel',
  711. 'L_UNKNOWN' => 'unknown',
  712. 'L_UNKNOWN_SQLCOMMAND' => 'unknown SQL-Command',
  713. 'L_UPDATE' => 'Update',
  714. 'L_UPDATE_CONNECTION_FAILED' => 'Update failed because connection to server \'%s\' could not be established.',
  715. 'L_UPDATE_ERROR_RESPONSE' => 'Update failed, server returned: \'%s\'',
  716. 'L_UPTO' => 'up to',
  717. 'L_USERNAME' => 'Username',
  718. 'L_USE_SSL' => 'Use SSL',
  719. 'L_VALUE' => 'Value',
  720. 'L_VERSIONSINFORMATIONEN' => 'Version Information',
  721. 'L_VIEW' => 'view',
  722. 'L_VISIT_HOMEPAGE' => 'Visit Homepage',
  723. 'L_VOM' => 'from',
  724. 'L_WITH' => 'with',
  725. 'L_WITHATTACH' => 'with attach',
  726. 'L_WITHOUTATTACH' => 'without attach',
  727. 'L_WITHPRAEFIX' => 'with prefix',
  728. 'L_WRONGCONNECTIONPARS' => 'Connection parameters wrong or missing!',
  729. 'L_WRONG_CONNECTIONPARS' => 'Connection parameters are wrong !',
  730. 'L_WRONG_RIGHTS' => 'The file or the directory \'%s\' is not writable for me. The rights (chmod) are not set properly or it has the wrong owner.<br /><br />Please set the correct attributes using your FTP program. The file or the directory needs to be set to %s.',
  731. 'L_YES' => 'yes',
  732. 'L_ZEND_FRAMEWORK_VERSION' => 'Zend Framework Version',
  733. 'L_ZEND_ID_ACCESS_NOT_A_DIRECTORY' => 'The given filename \'%value%\' isn\'t a directory.',
  734. 'L_ZEND_ID_ACCESS_NOT_A_FILE' => 'The given filename \'%value%\' isn\'t a file.',
  735. 'L_ZEND_ID_ACCESS_NOT_A_LINK' => 'The given target \'%value%\' is not a link.',
  736. 'L_ZEND_ID_ACCESS_NOT_EXECUTABLE' => 'The file or directory \'%value%\' isn\'t executable.',
  737. 'L_ZEND_ID_ACCESS_NOT_EXISTS' => 'The file or directory \'%value%\' doesn\'t exists.',
  738. 'L_ZEND_ID_ACCESS_NOT_READABLE' => 'The file or directory \'%value%\' isn\'t readable.',
  739. 'L_ZEND_ID_ACCESS_NOT_UPLOADED' => 'The given file \'%value%\' isn\'t an uploaded file.',
  740. 'L_ZEND_ID_ACCESS_NOT_WRITABLE' => 'The file or directory \'%value%\' isn\'t writable.',
  741. 'L_ZEND_ID_DIGITS_INVALID' => 'Invalid type given. String, integer or float expected.',
  742. 'L_ZEND_ID_DIGITS_STRING_EMPTY' => 'Value is an empty string.',
  743. 'L_ZEND_ID_EMAIL_ADDRESS_DOT_ATOM' => 'The email address can not be matched against dot-atom format.',
  744. 'L_ZEND_ID_EMAIL_ADDRESS_INVALID' => 'Invalid type given. String expected.',
  745. 'L_ZEND_ID_EMAIL_ADDRESS_INVALID_FORMAT' => 'The email address format is invalid.',
  746. 'L_ZEND_ID_EMAIL_ADDRESS_INVALID_HOSTNAME' => 'The hostname is invalid.',
  747. 'L_ZEND_ID_EMAIL_ADDRESS_INVALID_LOCAL_PART' => 'The local part of the email address (local-part@domain.tld) is invalid.',
  748. 'L_ZEND_ID_EMAIL_ADDRESS_INVALID_MX_RECORD' => 'There is no valid MX record for this email address.',
  749. 'L_ZEND_ID_EMAIL_ADDRESS_INVALID_SEGMENT' => 'The hostname is located in a not routable network segment. The email address can not be resolved from public network.',
  750. 'L_ZEND_ID_EMAIL_ADDRESS_LENGTH_EXCEEDED' => 'The email address is too long. The maximum length is 320 chars.',
  751. 'L_ZEND_ID_EMAIL_ADDRESS_QUOTED_STRING' => 'The email addess can not be matched against quoted-string format.',
  752. 'L_ZEND_ID_HOSTNAME_CANNOT_DECODE_PUNYCODE' => 'The given punycode notation of the hostname cannot be decoded.',
  753. 'L_ZEND_ID_HOSTNAME_DASH_CHARACTER' => 'The hostname contains a dash in an invalid position.',
  754. 'L_ZEND_ID_HOSTNAME_INVALID' => 'Invalid type given. String expected.',
  755. 'L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME' => 'The hostname does not match the expected structure.',
  756. 'L_ZEND_ID_HOSTNAME_INVALID_HOSTNAME_SCHEMA' => 'The hostname cannot match against schema for given TLD.',
  757. 'L_ZEND_ID_HOSTNAME_INVALID_LOCAL_NAME' => 'The hostname contains an invalid local network name.',
  758. 'L_ZEND_ID_HOSTNAME_INVALID_URI' => 'The hostname does not match the URI syntax.',
  759. 'L_ZEND_ID_HOSTNAME_IP_ADDRESS_NOT_ALLOWED' => 'IP addresses in hostnames are not allowed.',
  760. 'L_ZEND_ID_HOSTNAME_LOCAL_NAME_NOT_ALLOWED' => 'Local network names in hostnames are not allowed.',
  761. 'L_ZEND_ID_HOSTNAME_UNDECIPHERABLE_TLD' => 'Cannot extract TLD part from hostname.',
  762. 'L_ZEND_ID_HOSTNAME_UNKNOWN_TLD' => 'The hostname contains unknown TLD.',
  763. 'L_ZEND_ID_IS_EMPTY' => 'Value is required and can\'t be empty.',
  764. 'L_ZEND_ID_MISSING_TOKEN' => 'No token was provided to match against.',
  765. 'L_ZEND_ID_NOT_DIGITS' => 'Only digits are allowed.',
  766. 'L_ZEND_ID_NOT_EMPTY_INVALID' => 'Invalid type given. String, integer, float, boolean or array expected.',
  767. 'L_ZEND_ID_NOT_SAME' => 'The two given tokens do not match.',
  768. );
  769. return $lang;