BackWPup – WordPress Backup Plugin - Version 2.1.13

Version Description

  • tweaked Gstorage upload thx Kevin
  • fixed bug in xml file generation
  • changed base64 function to prevent false positive massages from scanners
  • removed executeable files from MS Azure SDK
  • changed Dropbox oAuth see https://www.dropbox.com/developers/blog/20
  • removed BackWPup Cron service
  • changed authentication method for SugarSync please re login
Download this release

Release Info

Developer danielhuesken
Plugin Icon 128x128 BackWPup – WordPress Backup Plugin
Version 2.1.13
Comparing to
See all releases

Code changes from version 2.1.12 to 2.1.13

Files changed (87) hide show
  1. backwpup-functions.php +23 -25
  2. backwpup.php +2 -12
  3. job/dest_dropbox.php +1 -1
  4. job/dest_ftp.php +3 -3
  5. job/dest_gstorage.php +2 -2
  6. job/dest_mail.php +1 -1
  7. job/dest_s3.php +2 -2
  8. job/dest_sugarsync.php +1 -1
  9. job/job_functions.php +9 -3
  10. job/job_run.php +6 -3
  11. job/job_start.php +3 -7
  12. job/wp_export.php +4 -4
  13. job/wp_export_generate.php +1 -1
  14. lang/backwpup-de_DE.mo +0 -0
  15. lang/backwpup-de_DE.po +2904 -2895
  16. lang/backwpup-fr_FR.mo +0 -0
  17. lang/backwpup-fr_FR.po +2898 -0
  18. lang/backwpup-zh_CN.mo +0 -0
  19. lang/backwpup-zh_CN.po +2894 -0
  20. libs/Microsoft/WindowsAzure/CommandLine/Certificate.php +0 -187
  21. libs/Microsoft/WindowsAzure/CommandLine/Deployment.php +0 -745
  22. libs/Microsoft/WindowsAzure/CommandLine/GetAsynchronousOperation.php +0 -106
  23. libs/Microsoft/WindowsAzure/CommandLine/Package.php +0 -181
  24. libs/Microsoft/WindowsAzure/CommandLine/PackageScaffolder/PackageScaffolderAbstract.php +0 -324
  25. libs/Microsoft/WindowsAzure/CommandLine/Scaffolder.php +0 -193
  26. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/build.bat +0 -1
  27. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/index.php +0 -176
  28. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/add-environment-variables.cmd +0 -8
  29. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/add-environment-variables.ps1 +0 -14
  30. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/install-php-impl.cmd +0 -13
  31. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/install-php.cmd +0 -19
  32. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/install-php.ps1 +0 -37
  33. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/monitor-environment.cmd +0 -7
  34. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/monitor-environment.ps1 +0 -53
  35. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/diagnostics.wadcfg +0 -35
  36. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/php/ext/readme.txt +0 -2
  37. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/php/php.ini +0 -21
  38. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/Microsoft.Web.Deployment.dll +0 -0
  39. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/Microsoft.Web.PlatformInstaller.UI.dll +0 -0
  40. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/Microsoft.Web.PlatformInstaller.dll +0 -0
  41. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/WebpiCmdLine.exe +0 -0
  42. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/license.rtf +0 -41
  43. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/CommonWorker/run.bat +0 -1
  44. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/CommonWorker/worker.php +0 -7
  45. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/Web.config +0 -20
  46. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/bin/add-environment-variables.cmd +0 -7
  47. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/bin/add-environment-variables.ps1 +0 -16
  48. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/bin/install-php-impl.cmd +0 -12
  49. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/bin/install-php.cmd +0 -11
  50. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/bin/install-php.ps1 +0 -30
  51. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/diagnostics.wadcfg +0 -35
  52. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/php/ext/readme.txt +0 -2
  53. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/php/php.ini +0 -21
  54. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/Microsoft.Web.Deployment.dll +0 -0
  55. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/Microsoft.Web.PlatformInstaller.UI.dll +0 -0
  56. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/Microsoft.Web.PlatformInstaller.dll +0 -0
  57. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/WebpiCmdLine.exe +0 -0
  58. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/PhpOnAzure.Web/resources/WebPICmdLine/license.rtf +0 -41
  59. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceConfiguration.Web.cscfg +0 -6
  60. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceConfiguration.Worker.cscfg +0 -6
  61. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceConfiguration.cscfg +0 -4
  62. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceDefinition.Web.csdef +0 -28
  63. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceDefinition.Worker.csdef +0 -23
  64. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceDefinition.csdef +0 -4
  65. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/ScaffoldTemplateScaffolder/build.bat +0 -1
  66. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/ScaffoldTemplateScaffolder/index.php +0 -87
  67. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/ScaffoldTemplateScaffolder/resources/build.bat +0 -1
  68. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/ScaffoldTemplateScaffolder/resources/index.php +0 -41
  69. libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/ScaffoldTemplateScaffolder/resources/resources/readme.txt +0 -1
  70. libs/Microsoft/WindowsAzure/CommandLine/Service.php +0 -209
  71. libs/Microsoft/WindowsAzure/CommandLine/Storage.php +0 -281
  72. libs/Microsoft/WindowsAzure/CommandLine/sample.php +0 -54
  73. libs/Microsoft/WindowsAzure/bin/RoleEnvironmentProxy.exe +0 -0
  74. libs/Microsoft/WindowsAzure/bin/RoleEnvironmentProxy.exe.config +0 -6
  75. libs/dropbox.php +30 -515
  76. libs/gd-class2-root.pem +24 -0
  77. libs/sugarsync.php +369 -250
  78. pages/func_backwpup.php +4 -4
  79. pages/func_backwpupbackups.php +9 -9
  80. pages/func_backwpupeditjob.php +56 -22
  81. pages/func_backwpuplogs.php +2 -2
  82. pages/header_backwpupbackups.php +7 -7
  83. pages/header_backwpupeditjob.php +34 -9
  84. pages/header_backwpupsettings.php +0 -3
  85. pages/page_backwpupsettings.php +2 -22
  86. readme.txt +10 -1
  87. uninstall.php +2 -5
backwpup-functions.php CHANGED
@@ -196,12 +196,10 @@ function backwpup_plugin_activate() {
196
  if (!isset($cfg['maxlogs']) or !is_int($cfg['maxlogs'])) $cfg['maxlogs']=50;
197
  if (!function_exists('gzopen') or !isset($cfg['gzlogs'])) $cfg['gzlogs']=false;
198
  if (!class_exists('ZipArchive') or !isset($cfg['phpzip'])) $cfg['phpzip']=false;
199
- if (!isset($cfg['apicronservice']) or !is_bool($cfg['apicronservice'])) $cfg['apicronservice']=false;
200
  if (!isset($cfg['dirlogs']) or empty($cfg['dirlogs']) or !is_dir($cfg['dirlogs'])) {
201
  $rand = substr( md5( md5( SECURE_AUTH_KEY ) ), -5 );
202
  $cfg['dirlogs']=str_replace('\\','/',trailingslashit(WP_CONTENT_DIR)).'backwpup-'.$rand.'-logs/';
203
  }
204
- if (!isset($cfg['disablewpcron']) or !is_bool($cfg['disablewpcron'])) $cfg['disablewpcron']=false;
205
  if (!isset($cfg['httpauthuser'])) $cfg['httpauthuser']='';
206
  if (!isset($cfg['httpauthpassword'])) $cfg['httpauthpassword']='';
207
  //remove old option
@@ -209,10 +207,13 @@ function backwpup_plugin_activate() {
209
  unset($cfg['logfilelist']);
210
  unset($cfg['jobscriptruntime']);
211
  unset($cfg['jobscriptruntimelong']);
 
 
212
  update_option('backwpup',$cfg);
213
  //delete not longer used options
214
  delete_option('backwpup_backups_chache');
215
  delete_option('backwpup_last_activate');
 
216
  backwpup_api(true);
217
  }
218
 
@@ -246,25 +247,17 @@ function backwpup_check_open_basedir($dir) {
246
  }
247
 
248
  //Backwpup API
249
- function backwpup_api($active=false) {
250
  include(ABSPATH . WPINC . '/version.php'); // include an unmodified $wp_version
251
- $cfg=get_option('backwpup');
252
- $post['URL']=site_url();
253
- $post['WP_VER']=$wp_version;
254
- $post['BACKWPUP_VER']=BACKWPUP_VERSION;
255
- if (!empty($cfg['apicronservice'])) {
256
- $post['OFFSET']=get_option('gmt_offset');
257
- if (!empty($cfg['httpauthuser']) and !empty($cfg['httpauthpassword']))
258
- $post['httpauth']=base64_encode($cfg['httpauthuser'].':'.base64_decode($cfg['httpauthpassword']));
259
- $jobs=get_option('backwpup_jobs');
260
- if (!empty($jobs)) {
261
- foreach ($jobs as $jobid => $jobvalue) {
262
- if ($jobvalue['activated'] and !empty($jobvalue['cron']))
263
- $post["JOBCRON[".$jobid."]"]=$jobvalue['cron'];
264
- }
265
  }
 
 
 
266
  }
267
- wp_remote_post( BACKWPUP_API_URL, array('timeout' => 15, 'blocking' => false, 'sslverify' => false, 'body'=>$post, 'user-agent'=>'BackWPup '.BACKWPUP_VERSION) );
268
  }
269
 
270
  //add edit setting to plugins page
@@ -310,7 +303,7 @@ function backwpup_cron() {
310
  $infile=backwpup_get_working_file();
311
  $httpauthheader='';
312
  if (!empty($cfg['httpauthuser']) and !empty($cfg['httpauthpassword']))
313
- $httpauthheader=array( 'Authorization' => 'Basic '.base64_encode($cfg['httpauthuser'].':'.base64_decode($cfg['httpauthpassword'])));
314
  if (!empty($infile['timestamp']) and $infile['timestamp']<$revtime) {
315
  wp_remote_post(BACKWPUP_PLUGIN_BASEURL.'/job/job_run.php', array('timeout' => 3, 'blocking' => false, 'sslverify' => false,'headers'=>$httpauthheader, 'body'=>array('nonce'=> $infile['WORKING']['NONCE'],'type'=>'restarttime'), 'user-agent'=>'BackWPup') );
316
  }
@@ -515,7 +508,7 @@ function backwpup_add_adminbar() {
515
  if (!$cfg['showadminbar'] || !current_user_can(BACKWPUP_USER_CAPABILITY) || !is_super_admin() || !is_admin_bar_showing())
516
  return;
517
  /* Add the main siteadmin menu item */
518
- $wp_admin_bar->add_menu(array( 'id' => 'backwpup', 'title' => __( 'BackWPup', 'textdomain' ), 'href' => backwpup_admin_url('admin.php').'?page=backwpup'));
519
  if (backwpup_get_working_file())
520
  $wp_admin_bar->add_menu(array( 'id' => 'backwpup_working','parent' => 'backwpup', 'title' => __('See Working!','backwpup'), 'href' => backwpup_admin_url('admin.php').'?page=backwpupworking'));
521
  $wp_admin_bar->add_menu(array( 'id' => 'backwpup_jobs', 'parent' => 'backwpup', 'title' => __('Jobs','backwpup'), 'href' => backwpup_admin_url('admin.php').'?page=backwpup'));
@@ -724,6 +717,12 @@ function backwpup_admin_url($url) {
724
  }
725
  }
726
 
 
 
 
 
 
 
727
  function backwpup_env_checks() {
728
  global $wp_version,$backwpup_admin_message;
729
  $message='';
@@ -1104,11 +1103,8 @@ function backwpup_get_job_vars($jobid='',$jobnewsettings='') {
1104
  if (!isset($jobsettings['dropemaxbackups']) or !is_int($jobsettings['dropemaxbackups']))
1105
  $jobsettings['dropemaxbackups']=0;
1106
 
1107
- if (!isset($jobsettings['sugaruser']) or !is_string($jobsettings['sugaruser']))
1108
- $jobsettings['sugaruser']='';
1109
-
1110
- if (!isset($jobsettings['sugarpass']) or !is_string($jobsettings['sugarpass']))
1111
- $jobsettings['sugarpass']='';
1112
 
1113
  if (!isset($jobsettings['sugarroot']) or !is_string($jobsettings['sugarroot']))
1114
  $jobsettings['sugarroot']='';
@@ -1134,6 +1130,8 @@ function backwpup_get_job_vars($jobid='',$jobnewsettings='') {
1134
  unset($jobsettings['dropepass']);
1135
  unset($jobsettings['dbtables']);
1136
  unset($jobsettings['dropesignmethod']);
 
 
1137
 
1138
  return $jobsettings;
1139
  }
196
  if (!isset($cfg['maxlogs']) or !is_int($cfg['maxlogs'])) $cfg['maxlogs']=50;
197
  if (!function_exists('gzopen') or !isset($cfg['gzlogs'])) $cfg['gzlogs']=false;
198
  if (!class_exists('ZipArchive') or !isset($cfg['phpzip'])) $cfg['phpzip']=false;
 
199
  if (!isset($cfg['dirlogs']) or empty($cfg['dirlogs']) or !is_dir($cfg['dirlogs'])) {
200
  $rand = substr( md5( md5( SECURE_AUTH_KEY ) ), -5 );
201
  $cfg['dirlogs']=str_replace('\\','/',trailingslashit(WP_CONTENT_DIR)).'backwpup-'.$rand.'-logs/';
202
  }
 
203
  if (!isset($cfg['httpauthuser'])) $cfg['httpauthuser']='';
204
  if (!isset($cfg['httpauthpassword'])) $cfg['httpauthpassword']='';
205
  //remove old option
207
  unset($cfg['logfilelist']);
208
  unset($cfg['jobscriptruntime']);
209
  unset($cfg['jobscriptruntimelong']);
210
+ unset($cfg['apicronservice']);
211
+ unset($cfg['disablewpcron']);
212
  update_option('backwpup',$cfg);
213
  //delete not longer used options
214
  delete_option('backwpup_backups_chache');
215
  delete_option('backwpup_last_activate');
216
+ delete_site_transient('backwpup_api_update');
217
  backwpup_api(true);
218
  }
219
 
247
  }
248
 
249
  //Backwpup API
250
+ function backwpup_api($active=true) {
251
  include(ABSPATH . WPINC . '/version.php'); // include an unmodified $wp_version
252
+ if ($active) {
253
+ if (!get_site_transient( 'backwpup_api_update' )) {
254
+ set_site_transient('backwpup_api_update',true,3600*24*14); //only all 14 Days
255
+ wp_remote_post( BACKWPUP_API_URL, array('timeout' => 5, 'blocking' => false, 'sslverify' => false, 'body'=>array('URL'=>home_url(),'WP_VER'=>$wp_version,'BACKWPUP_VER'=>BACKWPUP_VERSION), 'user-agent'=>'BackWPup/'.BACKWPUP_VERSION.'; WordPress/'.$wp_version.'; ' . home_url()) );
 
 
 
 
 
 
 
 
 
 
256
  }
257
+ } elseif (!$active) {
258
+ delete_site_transient('backwpup_api_update');
259
+ wp_remote_post( BACKWPUP_API_URL, array('timeout' => 5, 'blocking' => false, 'sslverify' => false, 'body'=>array('URL'=>home_url(),'ACTION'=>'delete'), 'user-agent'=>'BackWPup/0.0.0; WordPress/'.$wp_version.'; ' . home_url()) );
260
  }
 
261
  }
262
 
263
  //add edit setting to plugins page
303
  $infile=backwpup_get_working_file();
304
  $httpauthheader='';
305
  if (!empty($cfg['httpauthuser']) and !empty($cfg['httpauthpassword']))
306
+ $httpauthheader=array( 'Authorization' => 'Basic '.base64_encode($cfg['httpauthuser'].':'.backwpup_base64($cfg['httpauthpassword'])));
307
  if (!empty($infile['timestamp']) and $infile['timestamp']<$revtime) {
308
  wp_remote_post(BACKWPUP_PLUGIN_BASEURL.'/job/job_run.php', array('timeout' => 3, 'blocking' => false, 'sslverify' => false,'headers'=>$httpauthheader, 'body'=>array('nonce'=> $infile['WORKING']['NONCE'],'type'=>'restarttime'), 'user-agent'=>'BackWPup') );
309
  }
508
  if (!$cfg['showadminbar'] || !current_user_can(BACKWPUP_USER_CAPABILITY) || !is_super_admin() || !is_admin_bar_showing())
509
  return;
510
  /* Add the main siteadmin menu item */
511
+ $wp_admin_bar->add_menu(array( 'id' => 'backwpup', 'title' => __( 'BackWPup', 'backwpup' ), 'href' => backwpup_admin_url('admin.php').'?page=backwpup'));
512
  if (backwpup_get_working_file())
513
  $wp_admin_bar->add_menu(array( 'id' => 'backwpup_working','parent' => 'backwpup', 'title' => __('See Working!','backwpup'), 'href' => backwpup_admin_url('admin.php').'?page=backwpupworking'));
514
  $wp_admin_bar->add_menu(array( 'id' => 'backwpup_jobs', 'parent' => 'backwpup', 'title' => __('Jobs','backwpup'), 'href' => backwpup_admin_url('admin.php').'?page=backwpup'));
717
  }
718
  }
719
 
720
+ function backwpup_base64($data) {
721
+ if (preg_match('%^[a-zA-Z0-9/+]*={0,2}$%', $data))
722
+ $data=base64_decode($data);
723
+ return $data;
724
+ }
725
+
726
  function backwpup_env_checks() {
727
  global $wp_version,$backwpup_admin_message;
728
  $message='';
1103
  if (!isset($jobsettings['dropemaxbackups']) or !is_int($jobsettings['dropemaxbackups']))
1104
  $jobsettings['dropemaxbackups']=0;
1105
 
1106
+ if (!isset($jobsettings['sugarrefreshtoken']) or !is_string($jobsettings['sugarrefreshtoken']))
1107
+ $jobsettings['sugarrefreshtoken']='';
 
 
 
1108
 
1109
  if (!isset($jobsettings['sugarroot']) or !is_string($jobsettings['sugarroot']))
1110
  $jobsettings['sugarroot']='';
1130
  unset($jobsettings['dropepass']);
1131
  unset($jobsettings['dbtables']);
1132
  unset($jobsettings['dropesignmethod']);
1133
+ unset($jobsettings['sugarpass']);
1134
+ unset($jobsettings['sugaruser']);
1135
 
1136
  return $jobsettings;
1137
  }
backwpup.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: BackWPup
4
  Plugin URI: http://backwpup.com
5
  Description: WordPress Backup and more...
6
  Author: Daniel H&uuml;sken
7
- Version: 2.1.12
8
  Author URI: http://danielhuesken.de
9
  Text Domain: backwpup
10
  Domain Path: /lang/
@@ -32,7 +32,7 @@ Domain Path: /lang/
32
  define('BACKWPUP_PLUGIN_BASEDIR', dirname(plugin_basename(__FILE__)));
33
  define('BACKWPUP_PLUGIN_BASEURL',plugins_url('',__FILE__));
34
  //Set Plugin Version
35
- define('BACKWPUP_VERSION', '2.1.12');
36
  //Set Min Wordpress Version
37
  define('BACKWPUP_MIN_WORDPRESS_VERSION', '3.1');
38
  //Set User Capability
@@ -44,12 +44,6 @@ if (!defined('BACKWPUP_DESTS')) {
44
  else
45
  define('BACKWPUP_DESTS', 'FTP,DROPBOX,SUGARSYNC,S3,GSTORAGE,RSC,MSAZURE');
46
  }
47
- //Set Dropbox Aplication Keys
48
- define('BACKWPUP_DROPBOX_APP_KEY', 'q2jbt0unkkc54u2');
49
- define('BACKWPUP_DROPBOX_APP_SECRET', 't5hlbxtz473hchy');
50
- //Set SugarSync Aplication Keys
51
- define('BACKWPUP_SUGARSYNC_ACCESSKEY', 'OTcwNjc5MTI5OTQxMzY1Njc5OA');
52
- define('BACKWPUP_SUGARSYNC_PRIVATEACCESSKEY', 'NzNmNDMwMDBiNTkwNDY0YzhjY2JiN2E5YWVkMjFmYmI');
53
  //BackWPup API url
54
  define('BACKWPUP_API_URL', 'https://api.backwpup.com');
55
  //load Text Domain
@@ -93,10 +87,6 @@ if (backwpup_env_checks()) {
93
  add_action('admin_bar_menu', 'backwpup_add_adminbar',100);
94
  //load ajax functions
95
  backwpup_load_ajax();
96
- //Disabele WP_Corn
97
- $cfg=get_option('backwpup');
98
- if (!empty($cfg['disablewpcron']))
99
- define('DISABLE_WP_CRON',true);
100
  //bypass Google Analytics by Yoast oauth
101
  if ( isset($_GET['oauth_token']) && isset($_GET['page']) && $_GET['page'] == 'backwpupeditjob' ) {
102
  $_GET['oauth_token_backwpup'] = $_GET['oauth_token'];
4
  Plugin URI: http://backwpup.com
5
  Description: WordPress Backup and more...
6
  Author: Daniel H&uuml;sken
7
+ Version: 2.1.13
8
  Author URI: http://danielhuesken.de
9
  Text Domain: backwpup
10
  Domain Path: /lang/
32
  define('BACKWPUP_PLUGIN_BASEDIR', dirname(plugin_basename(__FILE__)));
33
  define('BACKWPUP_PLUGIN_BASEURL',plugins_url('',__FILE__));
34
  //Set Plugin Version
35
+ define('BACKWPUP_VERSION', '2.1.13');
36
  //Set Min Wordpress Version
37
  define('BACKWPUP_MIN_WORDPRESS_VERSION', '3.1');
38
  //Set User Capability
44
  else
45
  define('BACKWPUP_DESTS', 'FTP,DROPBOX,SUGARSYNC,S3,GSTORAGE,RSC,MSAZURE');
46
  }
 
 
 
 
 
 
47
  //BackWPup API url
48
  define('BACKWPUP_API_URL', 'https://api.backwpup.com');
49
  //load Text Domain
87
  add_action('admin_bar_menu', 'backwpup_add_adminbar',100);
88
  //load ajax functions
89
  backwpup_load_ajax();
 
 
 
 
90
  //bypass Google Analytics by Yoast oauth
91
  if ( isset($_GET['oauth_token']) && isset($_GET['page']) && $_GET['page'] == 'backwpupeditjob' ) {
92
  $_GET['oauth_token_backwpup'] = $_GET['oauth_token'];
job/dest_dropbox.php CHANGED
@@ -8,7 +8,7 @@ function dest_dropbox() {
8
  require_once(realpath(dirname(__FILE__).'/../libs/dropbox.php'));
9
  try {
10
  //set boxtype and authkeys
11
- $dropbox = new backwpup_Dropbox($STATIC['BACKWPUP']['DROPBOX_APP_KEY'], $STATIC['BACKWPUP']['DROPBOX_APP_SECRET'],'dropbox');
12
 
13
  // set the tokens
14
  $dropbox->setOAuthTokens($STATIC['JOB']['dropetoken'],$STATIC['JOB']['dropesecret']);
8
  require_once(realpath(dirname(__FILE__).'/../libs/dropbox.php'));
9
  try {
10
  //set boxtype and authkeys
11
+ $dropbox = new backwpup_Dropbox('dropbox');
12
 
13
  // set the tokens
14
  $dropbox->setOAuthTokens($STATIC['JOB']['dropetoken'],$STATIC['JOB']['dropesecret']);
job/dest_ftp.php CHANGED
@@ -34,14 +34,14 @@ function dest_ftp() {
34
  //FTP Login
35
  $loginok=false;
36
  trigger_error(sprintf(__('FTP Client command: %s','backwpup'),' USER '.$STATIC['JOB']['ftpuser']),E_USER_NOTICE);
37
- if ($loginok=ftp_login($ftp_conn_id, $STATIC['JOB']['ftpuser'], base64_decode($STATIC['JOB']['ftppass']))) {
38
  trigger_error(sprintf(__('FTP Server reply: %s','backwpup'),' User '.$STATIC['JOB']['ftpuser'].' logged in.'),E_USER_NOTICE);
39
  } else { //if PHP ftp login don't work use raw login
40
  $return=ftp_raw($ftp_conn_id,'USER '.$STATIC['JOB']['ftpuser']);
41
  trigger_error(sprintf(__('FTP Server reply: %s','backwpup'),$return[0]),E_USER_NOTICE);
42
  if (substr(trim($return[0]),0,3)<=400) {
43
  trigger_error(sprintf(__('FTP Client command: %s','backwpup'),' PASS *******'),E_USER_NOTICE);
44
- $return=ftp_raw($ftp_conn_id,'PASS '.base64_decode($STATIC['JOB']['ftppass']));
45
  trigger_error(sprintf(__('FTP Server reply: %s','backwpup'),$return[0]),E_USER_NOTICE);
46
  if (substr(trim($return[0]),0,3)<=400)
47
  $loginok=true;
@@ -108,7 +108,7 @@ function dest_ftp() {
108
  } else {
109
  $WORKING['STEPDONE']=filesize($STATIC['JOB']['backupdir'].$STATIC['backupfile']);
110
  trigger_error(sprintf(__('Backup transferred to FTP server: %s','backwpup'),$STATIC['JOB']['ftpdir'].$STATIC['backupfile']),E_USER_NOTICE);
111
- $STATIC['JOB']['lastbackupdownloadurl']="ftp://".$STATIC['JOB']['ftpuser'].":".base64_decode($STATIC['JOB']['ftppass'])."@".$STATIC['JOB']['ftphost'].':'.$STATIC['JOB']['ftphostport'].$STATIC['JOB']['ftpdir'].$STATIC['backupfile'];
112
  $WORKING['STEPSDONE'][]='DEST_FTP'; //set done
113
  }
114
  fclose($fp);
34
  //FTP Login
35
  $loginok=false;
36
  trigger_error(sprintf(__('FTP Client command: %s','backwpup'),' USER '.$STATIC['JOB']['ftpuser']),E_USER_NOTICE);
37
+ if ($loginok=ftp_login($ftp_conn_id, $STATIC['JOB']['ftpuser'], backwpup_base64($STATIC['JOB']['ftppass']))) {
38
  trigger_error(sprintf(__('FTP Server reply: %s','backwpup'),' User '.$STATIC['JOB']['ftpuser'].' logged in.'),E_USER_NOTICE);
39
  } else { //if PHP ftp login don't work use raw login
40
  $return=ftp_raw($ftp_conn_id,'USER '.$STATIC['JOB']['ftpuser']);
41
  trigger_error(sprintf(__('FTP Server reply: %s','backwpup'),$return[0]),E_USER_NOTICE);
42
  if (substr(trim($return[0]),0,3)<=400) {
43
  trigger_error(sprintf(__('FTP Client command: %s','backwpup'),' PASS *******'),E_USER_NOTICE);
44
+ $return=ftp_raw($ftp_conn_id,'PASS '.backwpup_base64($STATIC['JOB']['ftppass']));
45
  trigger_error(sprintf(__('FTP Server reply: %s','backwpup'),$return[0]),E_USER_NOTICE);
46
  if (substr(trim($return[0]),0,3)<=400)
47
  $loginok=true;
108
  } else {
109
  $WORKING['STEPDONE']=filesize($STATIC['JOB']['backupdir'].$STATIC['backupfile']);
110
  trigger_error(sprintf(__('Backup transferred to FTP server: %s','backwpup'),$STATIC['JOB']['ftpdir'].$STATIC['backupfile']),E_USER_NOTICE);
111
+ $STATIC['JOB']['lastbackupdownloadurl']="ftp://".$STATIC['JOB']['ftpuser'].":".backwpup_base64($STATIC['JOB']['ftppass'])."@".$STATIC['JOB']['ftphost'].':'.$STATIC['JOB']['ftphostport'].$STATIC['JOB']['ftpdir'].$STATIC['backupfile'];
112
  $WORKING['STEPSDONE'][]='DEST_FTP'; //set done
113
  }
114
  fclose($fp);
job/dest_gstorage.php CHANGED
@@ -20,9 +20,9 @@ function dest_gstorage() {
20
  $curlops=array(CURLOPT_NOPROGRESS=>false,CURLOPT_PROGRESSFUNCTION=>'curl_progresscallback',CURLOPT_BUFFERSIZE=>256);
21
  trigger_error(__('Upload to GStorage now started... ','backwpup'),E_USER_NOTICE);
22
  //transfere file to GStorage
23
- $result=$gstorage->create_mpu_object($STATIC['JOB']['GStorageBucket'], $STATIC['JOB']['GStoragedir'].$STATIC['backupfile'], array('fileUpload' => $STATIC['JOB']['backupdir'].$STATIC['backupfile'],'acl' => 'private','partSize'=>26214400,'curlopts'=>$curlops));
24
  $result=(array)$result;
25
- if ($result["status"]=200 and $result["status"]<300) {
26
  $WORKING['STEPTODO']=1+filesize($STATIC['JOB']['backupdir'].$STATIC['backupfile']);
27
  trigger_error(sprintf(__('Backup transferred to %s','backwpup'),"https://storage.cloud.google.com/".$STATIC['JOB']['GStorageBucket']."/".$STATIC['JOB']['GStoragedir'].$STATIC['backupfile']),E_USER_NOTICE);
28
  $STATIC['JOB']['lastbackupdownloadurl']="https://storage.cloud.google.com/" . $STATIC['JOB']['GStorageBucket'] . "/" . $STATIC['JOB']['GStoragedir'] . $STATIC['backupfile'];
20
  $curlops=array(CURLOPT_NOPROGRESS=>false,CURLOPT_PROGRESSFUNCTION=>'curl_progresscallback',CURLOPT_BUFFERSIZE=>256);
21
  trigger_error(__('Upload to GStorage now started... ','backwpup'),E_USER_NOTICE);
22
  //transfere file to GStorage
23
+ $result=$gstorage->create_object($STATIC['JOB']['GStorageBucket'], $STATIC['JOB']['GStoragedir'].$STATIC['backupfile'], array('fileUpload' => $STATIC['JOB']['backupdir'].$STATIC['backupfile'],'acl' => 'private','curlopts'=>$curlops));
24
  $result=(array)$result;
25
+ if ($result["status"]>=200 and $result["status"]<300) {
26
  $WORKING['STEPTODO']=1+filesize($STATIC['JOB']['backupdir'].$STATIC['backupfile']);
27
  trigger_error(sprintf(__('Backup transferred to %s','backwpup'),"https://storage.cloud.google.com/".$STATIC['JOB']['GStorageBucket']."/".$STATIC['JOB']['GStoragedir'].$STATIC['backupfile']),E_USER_NOTICE);
28
  $STATIC['JOB']['lastbackupdownloadurl']="https://storage.cloud.google.com/" . $STATIC['JOB']['GStorageBucket'] . "/" . $STATIC['JOB']['GStoragedir'] . $STATIC['backupfile'];
job/dest_mail.php CHANGED
@@ -15,7 +15,7 @@ function dest_mail() {
15
  $phpmailer->Port=$STATIC['CFG']['mailhostport'];
16
  $phpmailer->SMTPSecure=$STATIC['CFG']['mailsecure'];
17
  $phpmailer->Username=$STATIC['CFG']['mailuser'];
18
- $phpmailer->Password=base64_decode($STATIC['CFG']['mailpass']);
19
  if (!empty($STATIC['CFG']['mailuser']) and !empty($STATIC['CFG']['mailpass']))
20
  $phpmailer->SMTPAuth=true;
21
  $phpmailer->IsSMTP();
15
  $phpmailer->Port=$STATIC['CFG']['mailhostport'];
16
  $phpmailer->SMTPSecure=$STATIC['CFG']['mailsecure'];
17
  $phpmailer->Username=$STATIC['CFG']['mailuser'];
18
+ $phpmailer->Password=backwpup_base64($STATIC['CFG']['mailpass']);
19
  if (!empty($STATIC['CFG']['mailuser']) and !empty($STATIC['CFG']['mailpass']))
20
  $phpmailer->SMTPAuth=true;
21
  $phpmailer->IsSMTP();
job/dest_s3.php CHANGED
@@ -23,9 +23,9 @@ function dest_s3() {
23
  $curlops=array(CURLOPT_NOPROGRESS=>false,CURLOPT_PROGRESSFUNCTION=>'curl_progresscallback',CURLOPT_BUFFERSIZE=>256);
24
  trigger_error(__('Upload to Amazon S3 now started... ','backwpup'),E_USER_NOTICE);
25
  //transfere file to S3
26
- $result=$s3->create_mpu_object($STATIC['JOB']['awsBucket'], $STATIC['JOB']['awsdir'].$STATIC['backupfile'], array('fileUpload' => $STATIC['JOB']['backupdir'].$STATIC['backupfile'],'acl' => AmazonS3::ACL_PRIVATE,'storage' => $storage,'partSize'=>26214400,'curlopts'=>$curlops));
27
  $result=(array)$result;
28
- if ($result["status"]=200 and $result["status"]<300) {
29
  $WORKING['STEPTODO']=1+filesize($STATIC['JOB']['backupdir'].$STATIC['backupfile']);
30
  trigger_error(sprintf(__('Backup transferred to %s','backwpup'),$result["header"]["_info"]["url"]),E_USER_NOTICE);
31
  $STATIC['JOB']['lastbackupdownloadurl']=$STATIC['WP']['ADMINURL'].'?page=backwpupbackups&action=downloads3&file='.$STATIC['JOB']['awsdir'].$STATIC['backupfile'].'&jobid='.$STATIC['JOB']['jobid'];
23
  $curlops=array(CURLOPT_NOPROGRESS=>false,CURLOPT_PROGRESSFUNCTION=>'curl_progresscallback',CURLOPT_BUFFERSIZE=>256);
24
  trigger_error(__('Upload to Amazon S3 now started... ','backwpup'),E_USER_NOTICE);
25
  //transfere file to S3
26
+ $result=$s3->create_object($STATIC['JOB']['awsBucket'], $STATIC['JOB']['awsdir'].$STATIC['backupfile'], array('fileUpload' => $STATIC['JOB']['backupdir'].$STATIC['backupfile'],'acl' => AmazonS3::ACL_PRIVATE,'storage' => $storage,'curlopts'=>$curlops));
27
  $result=(array)$result;
28
+ if ($result["status"]>=200 and $result["status"]<300) {
29
  $WORKING['STEPTODO']=1+filesize($STATIC['JOB']['backupdir'].$STATIC['backupfile']);
30
  trigger_error(sprintf(__('Backup transferred to %s','backwpup'),$result["header"]["_info"]["url"]),E_USER_NOTICE);
31
  $STATIC['JOB']['lastbackupdownloadurl']=$STATIC['WP']['ADMINURL'].'?page=backwpupbackups&action=downloads3&file='.$STATIC['JOB']['awsdir'].$STATIC['backupfile'].'&jobid='.$STATIC['JOB']['jobid'];
job/dest_sugarsync.php CHANGED
@@ -8,7 +8,7 @@ function dest_sugarsync() {
8
  require_once(realpath(dirname(__FILE__).'/../libs/sugarsync.php'));
9
 
10
  try {
11
- $sugarsync = new SugarSync($STATIC['JOB']['sugaruser'],base64_decode($STATIC['JOB']['sugarpass']),$STATIC['BACKWPUP']['SUGARSYNC_ACCESSKEY'], $STATIC['BACKWPUP']['SUGARSYNC_PRIVATEACCESSKEY']);
12
  //Check Quota
13
  $user=$sugarsync->user();
14
  if (!empty($user->nickname)) {
8
  require_once(realpath(dirname(__FILE__).'/../libs/sugarsync.php'));
9
 
10
  try {
11
+ $sugarsync = new SugarSync($STATIC['JOB']['sugarrefreshtoken']);
12
  //Check Quota
13
  $user=$sugarsync->user();
14
  if (!empty($user->nickname)) {
job/job_functions.php CHANGED
@@ -49,6 +49,12 @@ function update_option($option='backwpup_jobs',$data) {
49
  }
50
  return true;
51
  }
 
 
 
 
 
 
52
 
53
  // add to file list
54
  function add_file($files) {
@@ -432,7 +438,7 @@ function job_end() {
432
  $phpmailer->Port=$STATIC['CFG']['mailhostport'];
433
  $phpmailer->SMTPSecure=$STATIC['CFG']['mailsecure'];
434
  $phpmailer->Username=$STATIC['CFG']['mailuser'];
435
- $phpmailer->Password=base64_decode($STATIC['CFG']['mailpass']);
436
  if (!empty($STATIC['CFG']['mailuser']) and !empty($STATIC['CFG']['mailpass']))
437
  $phpmailer->SMTPAuth=true;
438
  $phpmailer->IsSMTP();
@@ -542,7 +548,7 @@ function job_shutdown($signal='') {
542
  curl_setopt($ch, CURLOPT_USERAGENT, 'BackWPup');
543
  if (!empty($STATIC['CFG']['httpauthuser']) and !empty($STATIC['CFG']['httpauthpassword'])) {
544
  curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
545
- curl_setopt($ch, CURLOPT_USERPWD, $STATIC['CFG']['httpauthuser'].':'.base64_decode($STATIC['CFG']['httpauthpassword']));
546
  }
547
  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 3);
548
  curl_exec($ch);
@@ -564,7 +570,7 @@ function job_shutdown($signal='') {
564
  $header.= "Content-Type: application/x-www-form-urlencoded\r\n";
565
  $header.= "Content-Length: ".strlen($query)."\r\n";
566
  if (!empty($STATIC['CFG']['httpauthuser']) and !empty($STATIC['CFG']['httpauthpassword']))
567
- $header.= "Authorization: Basic ".base64_encode($STATIC['CFG']['httpauthuser'].':'.base64_decode($STATIC['CFG']['httpauthpassword']))."\r\n";
568
  $header.= "Connection: Close\r\n\r\n";
569
  $header.=$query;
570
  $fp=fsockopen($host, $port, $errno, $errstr, 3);
49
  }
50
  return true;
51
  }
52
+ //base64 replacement
53
+ function backwpup_base64($data) {
54
+ if (preg_match('%^[a-zA-Z0-9/+]*={0,2}$%', $data))
55
+ $data=base64_decode($data);
56
+ return $data;
57
+ }
58
 
59
  // add to file list
60
  function add_file($files) {
438
  $phpmailer->Port=$STATIC['CFG']['mailhostport'];
439
  $phpmailer->SMTPSecure=$STATIC['CFG']['mailsecure'];
440
  $phpmailer->Username=$STATIC['CFG']['mailuser'];
441
+ $phpmailer->Password=backwpup_base64($STATIC['CFG']['mailpass']);
442
  if (!empty($STATIC['CFG']['mailuser']) and !empty($STATIC['CFG']['mailpass']))
443
  $phpmailer->SMTPAuth=true;
444
  $phpmailer->IsSMTP();
548
  curl_setopt($ch, CURLOPT_USERAGENT, 'BackWPup');
549
  if (!empty($STATIC['CFG']['httpauthuser']) and !empty($STATIC['CFG']['httpauthpassword'])) {
550
  curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
551
+ curl_setopt($ch, CURLOPT_USERPWD, $STATIC['CFG']['httpauthuser'].':'.backwpup_base64($STATIC['CFG']['httpauthpassword']));
552
  }
553
  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 3);
554
  curl_exec($ch);
570
  $header.= "Content-Type: application/x-www-form-urlencoded\r\n";
571
  $header.= "Content-Length: ".strlen($query)."\r\n";
572
  if (!empty($STATIC['CFG']['httpauthuser']) and !empty($STATIC['CFG']['httpauthpassword']))
573
+ $header.= "Authorization: Basic ".base64_encode($STATIC['CFG']['httpauthuser'].':'.backwpup_base64($STATIC['CFG']['httpauthpassword']))."\r\n";
574
  $header.= "Connection: Close\r\n\r\n";
575
  $header.=$query;
576
  $fp=fsockopen($host, $port, $errno, $errstr, 3);
job/job_run.php CHANGED
@@ -35,8 +35,11 @@ header("Content-Length: 0");
35
  ob_end_flush();
36
  flush();
37
  // set memory limit to the same as WP.
38
- if (function_exists('memory_get_usage') && (inbytes(@ini_get('memory_limit')) < inbytes($STATIC['WP']['MEMORY_LIMIT'])))
39
- @ini_set('memory_limit',$STATIC['WP']['MEMORY_LIMIT']);
 
 
 
40
  //check existing Logfile
41
  if (empty($STATIC) or !is_file($STATIC['LOGFILE'])) {
42
  delete_working_file();
@@ -107,7 +110,7 @@ foreach($WORKING['STEPS'] as $step) {
107
  foreach($WORKING['STEPS'] as $step) {
108
  //display some info massages bevor fist step
109
  if (count($WORKING['STEPSDONE'])==0) {
110
- trigger_error(sprintf(__('[INFO]: BackWPup version %1$s, WordPress version %4$s Copyright &copy; %2$s %3$s'),$STATIC['BACKWPUP']['VERSION'],date('Y',time()+$STATIC['WP']['TIMEDIFF']),'<a href="http://danielhuesken.de" target="_blank">Daniel H&uuml;sken</a>',$STATIC['WP']['VERSION']),E_USER_NOTICE);
111
  trigger_error(__('[INFO]: BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.','backwpup'),E_USER_NOTICE);
112
  trigger_error(__('[INFO]: BackWPup job:','backwpup').' '.$STATIC['JOB']['jobid'].'. '.$STATIC['JOB']['name'].'; '.$STATIC['JOB']['type'],E_USER_NOTICE);
113
  if ($STATIC['JOB']['activated'])
35
  ob_end_flush();
36
  flush();
37
  // set memory limit to the same as WP.
38
+ if ( function_exists( 'memory_get_usage' ) ) {
39
+ $current_limit = @ini_get( 'memory_limit' );
40
+ if ( -1 != $current_limit && ( -1 == $STATIC['WP']['MEMORY_LIMIT'] || ( intval( $current_limit ) < abs( intval( $STATIC['WP']['MEMORY_LIMIT'] ) ) ) ) )
41
+ @ini_set( 'memory_limit', $STATIC['WP']['MEMORY_LIMIT'] );
42
+ }
43
  //check existing Logfile
44
  if (empty($STATIC) or !is_file($STATIC['LOGFILE'])) {
45
  delete_working_file();
110
  foreach($WORKING['STEPS'] as $step) {
111
  //display some info massages bevor fist step
112
  if (count($WORKING['STEPSDONE'])==0) {
113
+ trigger_error(sprintf(__('[INFO]: BackWPup version %1$s, WordPress version %4$s Copyright &copy; %2$s %3$s','backwpup'),$STATIC['BACKWPUP']['VERSION'],date('Y',time()+$STATIC['WP']['TIMEDIFF']),'<a href="http://danielhuesken.de" target="_blank">Daniel H&uuml;sken</a>',$STATIC['WP']['VERSION']),E_USER_NOTICE);
114
  trigger_error(__('[INFO]: BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.','backwpup'),E_USER_NOTICE);
115
  trigger_error(__('[INFO]: BackWPup job:','backwpup').' '.$STATIC['JOB']['jobid'].'. '.$STATIC['JOB']['name'].'; '.$STATIC['JOB']['type'],E_USER_NOTICE);
116
  if ($STATIC['JOB']['activated'])
job/job_start.php CHANGED
@@ -75,10 +75,6 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
75
  $backwpup_static['BACKWPUP']['PLUGIN_BASEDIR']=BACKWPUP_PLUGIN_BASEDIR;
76
  $backwpup_static['BACKWPUP']['VERSION']=BACKWPUP_VERSION;
77
  $backwpup_static['BACKWPUP']['BACKWPUP_DESTS']=BACKWPUP_DESTS;
78
- $backwpup_static['BACKWPUP']['DROPBOX_APP_KEY']=BACKWPUP_DROPBOX_APP_KEY;
79
- $backwpup_static['BACKWPUP']['DROPBOX_APP_SECRET']=BACKWPUP_DROPBOX_APP_SECRET;
80
- $backwpup_static['BACKWPUP']['SUGARSYNC_ACCESSKEY']=BACKWPUP_SUGARSYNC_ACCESSKEY;
81
- $backwpup_static['BACKWPUP']['SUGARSYNC_PRIVATEACCESSKEY']=BACKWPUP_SUGARSYNC_PRIVATEACCESSKEY;
82
  //Set config data
83
  $backwpup_static['CFG']=get_option('backwpup');
84
  //check exists gzip functions
@@ -214,7 +210,7 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
214
  $backwpup_working['STEPS'][]='DEST_FTP';
215
  if (!empty($backwpup_static['JOB']['dropetoken']) and !empty($backwpup_static['JOB']['dropesecret']) and in_array('DROPBOX',explode(',',strtoupper(BACKWPUP_DESTS))))
216
  $backwpup_working['STEPS'][]='DEST_DROPBOX';
217
- if (!empty($backwpup_static['JOB']['sugaruser']) and !empty($backwpup_static['JOB']['sugarpass']) and !empty($backwpup_static['JOB']['sugarroot']) and in_array('SUGARSYNC',explode(',',strtoupper(BACKWPUP_DESTS))))
218
  $backwpup_working['STEPS'][]='DEST_SUGARSYNC';
219
  if (!empty($backwpup_static['JOB']['awsAccessKey']) and !empty($backwpup_static['JOB']['awsSecretKey']) and !empty($backwpup_static['JOB']['awsBucket']) and in_array('S3',explode(',',strtoupper(BACKWPUP_DESTS))))
220
  $backwpup_working['STEPS'][]='DEST_S3';
@@ -240,9 +236,9 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
240
  //Run job
241
  $httpauthheader='';
242
  if (!empty($backwpup_static['CFG']['httpauthuser']) and !empty($backwpup_static['CFG']['httpauthpassword']))
243
- $httpauthheader=array( 'Authorization' => 'Basic '.base64_encode($backwpup_static['CFG']['httpauthuser'].':'.base64_decode($backwpup_static['CFG']['httpauthpassword'])));
244
  if (!$backwpup_static['WP']['ALTERNATE_CRON'])
245
  wp_remote_post($backwpup_static['JOBRUNURL'], array('timeout' => 3, 'blocking' => false, 'sslverify' => false, 'headers'=>$httpauthheader ,'body'=>array('nonce'=>$backwpup_working['NONCE'], 'type'=>'start'), 'user-agent'=>'BackWPup'));
246
-
247
  return $backwpup_static['LOGFILE'];
248
  }
75
  $backwpup_static['BACKWPUP']['PLUGIN_BASEDIR']=BACKWPUP_PLUGIN_BASEDIR;
76
  $backwpup_static['BACKWPUP']['VERSION']=BACKWPUP_VERSION;
77
  $backwpup_static['BACKWPUP']['BACKWPUP_DESTS']=BACKWPUP_DESTS;
 
 
 
 
78
  //Set config data
79
  $backwpup_static['CFG']=get_option('backwpup');
80
  //check exists gzip functions
210
  $backwpup_working['STEPS'][]='DEST_FTP';
211
  if (!empty($backwpup_static['JOB']['dropetoken']) and !empty($backwpup_static['JOB']['dropesecret']) and in_array('DROPBOX',explode(',',strtoupper(BACKWPUP_DESTS))))
212
  $backwpup_working['STEPS'][]='DEST_DROPBOX';
213
+ if (!empty($backwpup_static['JOB']['sugarrefreshtoken']) and !empty($backwpup_static['JOB']['sugarroot']) and in_array('SUGARSYNC',explode(',',strtoupper(BACKWPUP_DESTS))))
214
  $backwpup_working['STEPS'][]='DEST_SUGARSYNC';
215
  if (!empty($backwpup_static['JOB']['awsAccessKey']) and !empty($backwpup_static['JOB']['awsSecretKey']) and !empty($backwpup_static['JOB']['awsBucket']) and in_array('S3',explode(',',strtoupper(BACKWPUP_DESTS))))
216
  $backwpup_working['STEPS'][]='DEST_S3';
236
  //Run job
237
  $httpauthheader='';
238
  if (!empty($backwpup_static['CFG']['httpauthuser']) and !empty($backwpup_static['CFG']['httpauthpassword']))
239
+ $httpauthheader=array( 'Authorization' => 'Basic '.base64_encode($backwpup_static['CFG']['httpauthuser'].':'.backwpup_base64($backwpup_static['CFG']['httpauthpassword'])));
240
  if (!$backwpup_static['WP']['ALTERNATE_CRON'])
241
  wp_remote_post($backwpup_static['JOBRUNURL'], array('timeout' => 3, 'blocking' => false, 'sslverify' => false, 'headers'=>$httpauthheader ,'body'=>array('nonce'=>$backwpup_working['NONCE'], 'type'=>'start'), 'user-agent'=>'BackWPup'));
242
+ backwpup_api(true);
243
  return $backwpup_static['LOGFILE'];
244
  }
job/wp_export.php CHANGED
@@ -15,7 +15,7 @@ function wp_export() {
15
  curl_setopt($ch, CURLOPT_URL, substr($STATIC['JOBRUNURL'],0,-11).'wp_export_generate.php');
16
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
17
  curl_setopt($ch, CURLOPT_POST, true);
18
- curl_setopt($ch, CURLOPT_POSTFIELDS, array('BackWPupJobTemp'=>$STATIC['TEMPDIR'],'nonce'=>$WORKING['NONCE'],'type'=>'getxmlexport'));
19
  curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
20
  curl_setopt($ch, CURLOPT_FRESH_CONNECT, true);
21
  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
@@ -28,7 +28,7 @@ function wp_export() {
28
  }
29
  if (!empty($STATIC['CFG']['httpauthuser']) and !empty($STATIC['CFG']['httpauthpassword'])) {
30
  curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
31
- curl_setopt($ch, CURLOPT_USERPWD, $STATIC['CFG']['httpauthuser'].':'.base64_decode($STATIC['CFG']['httpauthpassword']));
32
  }
33
  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 300);
34
  $return=curl_exec($ch);
@@ -52,7 +52,7 @@ function wp_export() {
52
  $host = $urlParsed['host'];
53
  $port = (!empty($urlParsed['port'])) ? $urlParsed['port'] : 80;
54
  }
55
- $query=http_build_query(array('BackWPupJobTemp'=>$STATIC['TEMPDIR'],'nonce'=>$WORKING['NONCE'],'type'=>'getxmlexport'));
56
  $path=(isset($urlParsed['path']) ? $urlParsed['path'] : '/').(isset($urlParsed['query']) ? '?' . $urlParsed['query'] : '');
57
  $header = "POST ".$path." HTTP/1.1\r\n";
58
  $header.= "Host: ".$urlParsed['host']."\r\n";
@@ -60,7 +60,7 @@ function wp_export() {
60
  $header.= "Content-Type: application/x-www-form-urlencoded\r\n";
61
  $header.= "Content-Length: ".strlen($query)."\r\n";
62
  if (!empty($STATIC['CFG']['httpauthuser']) and !empty($STATIC['CFG']['httpauthpassword']))
63
- $header.= "Authorization: Basic ".base64_encode($STATIC['CFG']['httpauthuser'].':'.base64_decode($STATIC['CFG']['httpauthpassword']))."\r\n";
64
  $header.= "Connection: Close\r\n\r\n";
65
  $header.=$query;
66
  $fp=fsockopen($host, $port, $errno, $errstr, 300);
15
  curl_setopt($ch, CURLOPT_URL, substr($STATIC['JOBRUNURL'],0,-11).'wp_export_generate.php');
16
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
17
  curl_setopt($ch, CURLOPT_POST, true);
18
+ curl_setopt($ch, CURLOPT_POSTFIELDS, array('nonce'=>$WORKING['NONCE'],'type'=>'getxmlexport'));
19
  curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
20
  curl_setopt($ch, CURLOPT_FRESH_CONNECT, true);
21
  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
28
  }
29
  if (!empty($STATIC['CFG']['httpauthuser']) and !empty($STATIC['CFG']['httpauthpassword'])) {
30
  curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
31
+ curl_setopt($ch, CURLOPT_USERPWD, $STATIC['CFG']['httpauthuser'].':'.backwpup_base64($STATIC['CFG']['httpauthpassword']));
32
  }
33
  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 300);
34
  $return=curl_exec($ch);
52
  $host = $urlParsed['host'];
53
  $port = (!empty($urlParsed['port'])) ? $urlParsed['port'] : 80;
54
  }
55
+ $query=http_build_query(array('nonce'=>$WORKING['NONCE'],'type'=>'getxmlexport'));
56
  $path=(isset($urlParsed['path']) ? $urlParsed['path'] : '/').(isset($urlParsed['query']) ? '?' . $urlParsed['query'] : '');
57
  $header = "POST ".$path." HTTP/1.1\r\n";
58
  $header.= "Host: ".$urlParsed['host']."\r\n";
60
  $header.= "Content-Type: application/x-www-form-urlencoded\r\n";
61
  $header.= "Content-Length: ".strlen($query)."\r\n";
62
  if (!empty($STATIC['CFG']['httpauthuser']) and !empty($STATIC['CFG']['httpauthpassword']))
63
+ $header.= "Authorization: Basic ".base64_encode($STATIC['CFG']['httpauthuser'].':'.backwpup_base64($STATIC['CFG']['httpauthpassword']))."\r\n";
64
  $header.= "Connection: Close\r\n\r\n";
65
  $header.=$query;
66
  $fp=fsockopen($host, $port, $errno, $errstr, 300);
job/wp_export_generate.php CHANGED
@@ -7,7 +7,7 @@ define('DONOTCACHCEOBJECT', true);
7
  define('W3TC_IN_MINIFY',false); //W3TC will not loaded
8
 
9
  $backwpupjobtemp=str_replace('\\','/',dirname(__FILE__).'/../tmp/');
10
- $backwpupjobtemp=rtrim(realpath($STATIC['TEMPDIR']),'/');
11
  if (!empty($backwpupjobtemp) && is_dir($backwpupjobtemp) && is_file($backwpupjobtemp).'/.running')
12
  $runningfile=file_get_contents($backwpupjobtemp.'/.running');
13
  $infile=array();
7
  define('W3TC_IN_MINIFY',false); //W3TC will not loaded
8
 
9
  $backwpupjobtemp=str_replace('\\','/',dirname(__FILE__).'/../tmp/');
10
+ $backwpupjobtemp=rtrim(realpath($backwpupjobtemp),'/');
11
  if (!empty($backwpupjobtemp) && is_dir($backwpupjobtemp) && is_file($backwpupjobtemp).'/.running')
12
  $runningfile=file_get_contents($backwpupjobtemp.'/.running');
13
  $infile=array();
lang/backwpup-de_DE.mo CHANGED
Binary file
lang/backwpup-de_DE.po CHANGED
@@ -1,2895 +1,2904 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: BackWPup 2.x Branch\n"
4
- "Report-Msgid-Bugs-To: http://backwpup.com/forum/\n"
5
- "POT-Creation-Date: 2010-06-23 17:08+0000\n"
6
- "PO-Revision-Date: 2011-08-10 21:09+0100\n"
7
- "Last-Translator: David Decker <deckerweb.mobil@googlemail.com>\n"
8
- "Language-Team: DECKERWEB <deckerweb.mobil@googlemail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: German\n"
14
- "X-Poedit-Country: GERMANY\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: .\n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: job/job_functions.php:250
23
- #@ backwpup
24
- msgid "[WARNING]"
25
- msgstr "[WARNUNG]"
26
-
27
- #: job/job_functions.php:256
28
- #@ backwpup
29
- msgid "[ERROR]"
30
- msgstr "[FEHLER]"
31
-
32
- #: job/job_functions.php:260
33
- #@ backwpup
34
- msgid "[DEPRECATED]"
35
- msgstr "[VERALTET]"
36
-
37
- #: job/job_functions.php:263
38
- #@ backwpup
39
- msgid "[STRICT NOTICE]"
40
- msgstr "[STRENGER HINWEIS]"
41
-
42
- #: job/job_functions.php:266
43
- #@ backwpup
44
- msgid "[RECOVERABLE ERROR]"
45
- msgstr "[L&Ouml;SBARER FEHLER]"
46
-
47
- #: job/job_functions.php:107
48
- #, php-format
49
- #@ backwpup
50
- msgid "Memory increased from %1$s to %2$s"
51
- msgstr "Speicher(limit) erh&ouml;ht von %1$s auf %2$s"
52
-
53
- #: job/db_check.php:34
54
- #: job/db_check.php:36
55
- #: job/db_check.php:38
56
- #, php-format
57
- #@ backwpup
58
- msgid "Result of table check for %1$s is: %2$s"
59
- msgstr "Ergebnis f&uuml;r den Tabellencheck f&uuml;r %1$s, ist %2$s"
60
-
61
- #: pages/tools/db_restore.php:68
62
- #: pages/tools/db_restore.php:79
63
- #: pages/tools/db_restore.php:82
64
- #: pages/tools/db_restore.php:85
65
- #: pages/tools/db_restore.php:90
66
- #, php-format
67
- #@ backwpup
68
- msgid "BackWPup database error %1$s for query %2$s"
69
- msgstr "BackWPup-Datenbankfehler %1$s f&uuml;r die Anfrage %2$s"
70
-
71
- #: job/db_check.php:49
72
- #: job/db_check.php:51
73
- #: job/db_check.php:53
74
- #, php-format
75
- #@ backwpup
76
- msgid "Result of table repair for %1$s is: %2$s"
77
- msgstr "Ergebnis der Tabellenreparatur f&uuml;r %1$s ist: %2$s"
78
-
79
- #: job/db_check.php:59
80
- #@ backwpup
81
- msgid "Database check done!"
82
- msgstr "Datenbank-Check fertig!"
83
-
84
- #: job/db_optimize.php:35
85
- #: job/db_optimize.php:37
86
- #: job/db_optimize.php:39
87
- #, php-format
88
- #@ backwpup
89
- msgid "Result of table optimize for %1$s is: %2$s"
90
- msgstr "Ergebnis der Tabellenoptimierung f&uuml;r %1$s ist: %2$s"
91
-
92
- #: job/db_optimize.php:41
93
- #@ backwpup
94
- msgid "Database optimize done!"
95
- msgstr "Datenbankoptimierung fertig!"
96
-
97
- #: job/dest_ftp.php:62
98
- #@ backwpup
99
- msgid "Can not Entering Passive Mode"
100
- msgstr "Einstieg in den passiven Modus nicht m&ouml;glich"
101
-
102
- #: job/dest_mail.php:22
103
- #@ backwpup
104
- msgid "Send mail with SMTP"
105
- msgstr "E-Mail senden mit SMTP"
106
-
107
- #: job/dest_mail.php:26
108
- #@ backwpup
109
- msgid "Send mail with Sendmail"
110
- msgstr "E-Mail senden mit Sendmail"
111
-
112
- #: job/dest_mail.php:29
113
- #@ backwpup
114
- msgid "Send mail with PHP mail"
115
- msgstr "E-Mail senden mit PHP mail"
116
-
117
- #: job/dest_mail.php:32
118
- #@ backwpup
119
- msgid "Creating mail"
120
- msgstr "E-Mail erstellen"
121
-
122
- #: job/dest_mail.php:54
123
- #@ backwpup
124
- msgid "Send mail...."
125
- msgstr "E-Mail wird gesendet ..."
126
-
127
- #: job/dest_mail.php:59
128
- #@ backwpup
129
- msgid "Mail send!!!"
130
- msgstr "E-Mail wurde gesendet!!!"
131
-
132
- #: pages/page_backwpupworking.php:38
133
- #@ backwpup
134
- msgid "Errors:"
135
- msgstr "Fehler:"
136
-
137
- #: pages/page_backwpupworking.php:34
138
- #@ backwpup
139
- msgid "Warnings:"
140
- msgstr "Warnungen:"
141
-
142
- #. translators: plugin header field 'Name'
143
- #: backwpup-functions.php:4
144
- #: backwpup-functions.php:314
145
- #: backwpup-functions.php:539
146
- #: backwpup.php:0
147
- #@ backwpup
148
- #@ textdomain
149
- msgid "BackWPup"
150
- msgstr "BackWPup"
151
-
152
- #: pages/func_backwpuplogs.php:80
153
- #@ backwpup
154
- msgid "Job"
155
- msgstr "Auftrag"
156
-
157
- #: pages/func_backwpup.php:57
158
- #: pages/func_backwpupeditjob.php:171
159
- #: pages/func_backwpuplogs.php:81
160
- #@ backwpup
161
- msgid "Type"
162
- msgstr "Typ"
163
-
164
- #: pages/func_backwpuplogs.php:82
165
- #@ backwpup
166
- msgid "Backup/Log Date/Time"
167
- msgstr "Datensicherung/Protokoll Datum/Zeit"
168
-
169
- #: pages/func_backwpuplogs.php:83
170
- #@ backwpup
171
- msgid "Status"
172
- msgstr "Status"
173
-
174
- #: pages/func_backwpupbackups.php:184
175
- #: pages/func_backwpuplogs.php:84
176
- #@ backwpup
177
- msgid "Size"
178
- msgstr "Gr&ouml;&szlig;e"
179
-
180
- #: pages/func_backwpuplogs.php:85
181
- #@ backwpup
182
- msgid "Runtime"
183
- msgstr "Laufzeit"
184
-
185
- #: pages/func_backwpup.php:55
186
- #@ backwpup
187
- msgid "ID"
188
- msgstr "ID"
189
-
190
- #: pages/func_backwpup.php:56
191
- #@ backwpup
192
- msgid "Job Name"
193
- msgstr "Auftragsname"
194
-
195
- #: pages/func_backwpup.php:59
196
- #@ backwpup
197
- msgid "Next Run"
198
- msgstr "N&auml;chster Durchlauf"
199
-
200
- #: pages/func_backwpup.php:60
201
- #@ backwpup
202
- msgid "Last Run"
203
- msgstr "Letzter Durchlauf"
204
-
205
- #: backwpup-functions.php:306
206
- #@ backwpup
207
- msgid "Support"
208
- msgstr "Hilfe + Unterst&uuml;tzung (Support)"
209
-
210
- #: backwpup-functions.php:119
211
- #: backwpup-functions.php:129
212
- #: backwpup-functions.php:142
213
- #: backwpup-functions.php:154
214
- #: backwpup-functions.php:305
215
- #@ backwpup
216
- msgid "FAQ"
217
- msgstr "FAQ"
218
-
219
- #: backwpup-functions.php:121
220
- #: backwpup-functions.php:131
221
- #: backwpup-functions.php:144
222
- #: backwpup-functions.php:156
223
- #: backwpup-functions.php:307
224
- #@ backwpup
225
- msgid "Donate"
226
- msgstr "Spenden"
227
-
228
- #: backwpup-functions.php:295
229
- #@ backwpup
230
- msgid "Go to Settings Page"
231
- msgstr "Gehe zur Einstellungsseite"
232
-
233
- #: backwpup-functions.php:17
234
- #: backwpup-functions.php:295
235
- #@ backwpup
236
- msgid "Settings"
237
- msgstr "Einstellungen"
238
-
239
- #: backwpup-functions.php:371
240
- #@ backwpup
241
- msgid "WP XML Export"
242
- msgstr "WP XML Export"
243
-
244
- #: backwpup-functions.php:377
245
- #@ backwpup
246
- msgid "Database Backup"
247
- msgstr "Datenbank-Sicherung"
248
-
249
- #: backwpup-functions.php:374
250
- #: pages/page_backwpupeditjob.php:75
251
- #@ backwpup
252
- msgid "File Backup"
253
- msgstr "Dateien-Sicherung"
254
-
255
- #: backwpup-functions.php:380
256
- #@ backwpup
257
- msgid "Optimize Database Tables"
258
- msgstr "Datenbanktabellen optimieren"
259
-
260
- #: backwpup-functions.php:383
261
- #@ backwpup
262
- msgid "Check Database Tables"
263
- msgstr "Datenbanktabellen checken"
264
-
265
- #: backwpup-functions.php:462
266
- #: backwpup-functions.php:492
267
- #: backwpup-functions.php:520
268
- #: pages/page_backwpupsettings.php:59
269
- #@ backwpup
270
- msgid "none"
271
- msgstr "nichts"
272
-
273
- #: backwpup-functions.php:513
274
- #@ backwpup
275
- msgid "Edit Job"
276
- msgstr "Auftrag bearbeiten"
277
-
278
- #: pages/func_backwpup.php:128
279
- #@ backwpup
280
- msgid "Running since:"
281
- msgstr "L&auml;uft seit:"
282
-
283
- #: pages/func_backwpup.php:128
284
- #: pages/func_backwpup.php:144
285
- #: pages/func_backwpuplogs.php:153
286
- #@ backwpup
287
- msgid "sec."
288
- msgstr "Sek."
289
-
290
- #: pages/page_backwpupeditjob.php:25
291
- #@ backwpup
292
- msgid "BackWPup Job Settings"
293
- msgstr "BackWPup Auftragseinstellungen"
294
-
295
- #: pages/page_backwpupeditjob.php:8
296
- #@ backwpup
297
- msgid "Job Type"
298
- msgstr "Auftrags-Typ"
299
-
300
- #: pages/func_backwpupeditjob.php:25
301
- #@ backwpup
302
- msgid ""
303
- "You are about to delete this Job. \n"
304
- " 'Cancel' to stop, 'OK' to delete."
305
- msgstr ""
306
- "Sie sind dabei den Auftrag zu l&ouml;schen. \n"
307
- " 'Abbrechen', um zu stoppen, 'OK', um zu l&ouml;schen."
308
-
309
- #: pages/func_backwpup.php:47
310
- #: pages/func_backwpup.php:103
311
- #: pages/func_backwpupbackups.php:130
312
- #: pages/func_backwpupbackups.php:227
313
- #: pages/func_backwpupeditjob.php:25
314
- #: pages/func_backwpuplogs.php:73
315
- #: pages/func_backwpuplogs.php:127
316
- #@ default
317
- #@ backwpup
318
- msgid "Delete"
319
- msgstr "L&ouml;schen"
320
-
321
- #: pages/func_backwpupeditjob.php:28
322
- #@ backwpup
323
- msgid "Save Changes"
324
- msgstr "&Auml;nderungen speichern"
325
-
326
- #: pages/page_backwpupeditjob.php:9
327
- #@ backwpup
328
- msgid "Job Schedule"
329
- msgstr "Auftragsplanung"
330
-
331
- #: pages/func_backwpupeditjob.php:91
332
- #@ backwpup
333
- msgid "Activate scheduling"
334
- msgstr "Planung aktiv?"
335
-
336
- #: pages/func_backwpupeditjob.php:135
337
- #@ backwpup
338
- msgid "January"
339
- msgstr "Januar"
340
-
341
- #: pages/func_backwpupeditjob.php:136
342
- #@ backwpup
343
- msgid "February"
344
- msgstr "Februar"
345
-
346
- #: pages/func_backwpupeditjob.php:137
347
- #@ backwpup
348
- msgid "March"
349
- msgstr "M&auml;rz"
350
-
351
- #: pages/func_backwpupeditjob.php:138
352
- #@ backwpup
353
- msgid "April"
354
- msgstr "April"
355
-
356
- #: pages/func_backwpupeditjob.php:139
357
- #@ backwpup
358
- msgid "May"
359
- msgstr "Mai"
360
-
361
- #: pages/func_backwpupeditjob.php:140
362
- #@ backwpup
363
- msgid "June"
364
- msgstr "Juni"
365
-
366
- #: pages/func_backwpupeditjob.php:141
367
- #@ backwpup
368
- msgid "July"
369
- msgstr "Juli"
370
-
371
- #: pages/func_backwpupeditjob.php:143
372
- #@ backwpup
373
- msgid "September"
374
- msgstr "September"
375
-
376
- #: pages/func_backwpupeditjob.php:144
377
- #@ backwpup
378
- msgid "October"
379
- msgstr "Oktober"
380
-
381
- #: pages/func_backwpupeditjob.php:145
382
- #@ backwpup
383
- msgid "November"
384
- msgstr "November"
385
-
386
- #: pages/func_backwpupeditjob.php:146
387
- #@ backwpup
388
- msgid "December"
389
- msgstr "Dezember"
390
-
391
- #: pages/header_backwpupeditjob.php:274
392
- #@ backwpup
393
- msgid "Send log"
394
- msgstr "Sende Protokoll"
395
-
396
- #: pages/func_backwpupeditjob.php:60
397
- #@ backwpup
398
- msgid "E-Mail-Adress:"
399
- msgstr "E-Mail-Adresse:"
400
-
401
- #: pages/page_backwpupeditjob.php:50
402
- #@ backwpup
403
- msgid "Enter Job name here"
404
- msgstr "Auftragsname hier eintragen"
405
-
406
- #: pages/page_backwpupeditjob.php:56
407
- #@ backwpup
408
- msgid "Database Jobs"
409
- msgstr "Datenbank-Auftr&auml;ge"
410
-
411
- #: pages/page_backwpupeditjob.php:70
412
- #@ backwpup
413
- msgid "Set Blog Maintenance Mode on Database Operations"
414
- msgstr "Webseite/ Blog in den Wartungsmodus versetzen, w&auml;hrend Datenbank-Operationen ausgef&uuml;hrt werden"
415
-
416
- #: pages/page_backwpupeditjob.php:77
417
- #@ backwpup
418
- msgid "Blog Folders to Backup:"
419
- msgstr "Webseiten-/ Blog-Ordner, die gesichert werden sollen:"
420
-
421
- #: pages/page_backwpupeditjob.php:161
422
- #@ backwpup
423
- msgid "Include Folders to Backup:"
424
- msgstr "Diese Ordner in die Sicherung einschlie&szlig;en:"
425
-
426
- #: pages/page_backwpupeditjob.php:162
427
- #: pages/page_backwpupeditjob.php:166
428
- #@ backwpup
429
- msgid "Example:"
430
- msgstr "Beispiel:"
431
-
432
- #: pages/page_backwpupeditjob.php:165
433
- #@ backwpup
434
- msgid "Exclude Files/Folders from Backup:"
435
- msgstr "Dateien/ Ordner von der Sicherung ausschlie&szlig;en:"
436
-
437
- #: pages/func_backwpupeditjob.php:224
438
- #: pages/page_backwpupsettings.php:90
439
- #@ backwpup
440
- msgid "(Oldest files will deleted first.)"
441
- msgstr "(&Auml;lteste Dateien werden zuerst gel&ouml;scht.)"
442
-
443
- #: pages/header_backwpupeditjob.php:278
444
- #@ backwpup
445
- msgid "Backup to FTP Server"
446
- msgstr "Datensicherung zum FTP-Server"
447
-
448
- #: pages/func_backwpupeditjob.php:230
449
- #@ backwpup
450
- msgid "Hostname:"
451
- msgstr "Hostname:"
452
-
453
- #: pages/func_backwpupeditjob.php:234
454
- #: pages/func_backwpupeditjob.php:325
455
- #: pages/page_backwpupsettings.php:139
456
- #@ backwpup
457
- msgid "Username:"
458
- msgstr "Benutzername:"
459
-
460
- #: pages/func_backwpupeditjob.php:236
461
- #: pages/func_backwpupeditjob.php:377
462
- #: pages/page_backwpupsettings.php:144
463
- #@ backwpup
464
- msgid "Password:"
465
- msgstr "Passwort:"
466
-
467
- #: pages/header_backwpupeditjob.php:284
468
- #@ backwpup
469
- msgid "Backup to Amazon S3"
470
- msgstr "Datensicherung zu Amazon S3"
471
-
472
- #: pages/func_backwpupeditjob.php:250
473
- #@ backwpup
474
- msgid "Access Key ID:"
475
- msgstr "Access Key ID (Zugangsschl&uuml;ssel-ID):"
476
-
477
- #: pages/func_backwpupeditjob.php:252
478
- #@ backwpup
479
- msgid "Secret Access Key:"
480
- msgstr "Secret Access Key (Geheimer Schl&uuml;ssel):"
481
-
482
- #: pages/func_backwpupeditjob.php:254
483
- #: pages/func_backwpupeditjob.php:279
484
- #@ backwpup
485
- msgid "Bucket:"
486
- msgstr "Bucket:"
487
-
488
- #: pages/header_backwpupeditjob.php:276
489
- #@ backwpup
490
- msgid "Backup to E-Mail"
491
- msgstr "Datensicherung via E-Mail"
492
-
493
- #: pages/func_backwpupeditjob.php:398
494
- #@ backwpup
495
- msgid "Max. File Size for sending Backups with mail:"
496
- msgstr "Maximale Dateigr&ouml;&szlig;e zum Senden von Datensicherungen via E-Mail:"
497
-
498
- #: backwpup-functions.php:528
499
- #: pages/page_backwpuplogs.php:8
500
- #@ backwpup
501
- msgid "BackWPup Logs"
502
- msgstr "BackWPup Protokolle"
503
-
504
- #: backwpup-functions.php:5
505
- #: backwpup-functions.php:542
506
- #: pages/page_backwpupsettings.php:101
507
- #@ backwpup
508
- msgid "Jobs"
509
- msgstr "Auftr&auml;ge"
510
-
511
- #: backwpup-functions.php:11
512
- #: backwpup-functions.php:543
513
- #: pages/header_backwpupbackups.php:327
514
- #: pages/header_backwpuplogs.php:61
515
- #: pages/page_backwpupsettings.php:79
516
- #@ backwpup
517
- msgid "Logs"
518
- msgstr "Protokolldateien"
519
-
520
- #: backwpup-functions.php:15
521
- #@ backwpup
522
- msgid "Tools"
523
- msgstr "Werkzeuge"
524
-
525
- #: pages/func_backwpuplogs.php:124
526
- #@ backwpup
527
- msgid "View log"
528
- msgstr "Protokoll ansehen"
529
-
530
- #: pages/func_backwpuplogs.php:126
531
- #@ backwpup
532
- msgid "View"
533
- msgstr "Ansehen"
534
-
535
- #: pages/func_backwpuplogs.php:147
536
- #@ backwpup
537
- msgid "only Log"
538
- msgstr "nur Protokoll"
539
-
540
- #: pages/header_backwpupsettings.php:46
541
- #@ backwpup
542
- msgid "Settings saved"
543
- msgstr "Einstellungen gespeichert"
544
-
545
- #: pages/header_backwpup.php:44
546
- #@ backwpup
547
- msgid "Copy of"
548
- msgstr "Kopie von"
549
-
550
- #: pages/page_backwpupsettings.php:10
551
- #@ backwpup
552
- msgid "BackWPup Settings"
553
- msgstr "BackWPup-Einstellungen"
554
-
555
- #: pages/page_backwpupsettings.php:17
556
- #@ backwpup
557
- msgid "Send Mail"
558
- msgstr "Send Mail"
559
-
560
- #: pages/page_backwpupsettings.php:34
561
- #@ backwpup
562
- msgid "PHP: mail()"
563
- msgstr "PHP: mail()"
564
-
565
- #: pages/page_backwpupsettings.php:35
566
- #@ backwpup
567
- msgid "Sendmail"
568
- msgstr "Sendmail"
569
-
570
- #: pages/page_backwpupsettings.php:36
571
- #@ backwpup
572
- msgid "SMTP"
573
- msgstr "SMTP"
574
-
575
- #: pages/page_backwpupsettings.php:153
576
- #: pages/page_backwpupsettings.php:154
577
- #@ backwpup
578
- msgid "Disable WP-Cron"
579
- msgstr "WP-Cron deaktivieren"
580
-
581
- #: pages/page_backwpuptools.php:8
582
- #@ backwpup
583
- msgid "BackWPup Tools"
584
- msgstr "BackWPup-Werkzeuge"
585
-
586
- #: pages/page_backwpuptools.php:15
587
- #@ backwpup
588
- msgid "Database restore"
589
- msgstr "Datenbank wiederherstellen"
590
-
591
- #: pages/page_backwpuptools.php:21
592
- #: pages/page_backwpuptools.php:40
593
- #@ backwpup
594
- msgid "Restore"
595
- msgstr "Wiederherstellen"
596
-
597
- #: pages/page_backwpuptools.php:37
598
- #@ backwpup
599
- msgid "SQL File to restore:"
600
- msgstr "SQL-Datei zur Wiederherstellung:"
601
-
602
- #: backwpup-functions.php:7
603
- #: pages/page_backwpup.php:8
604
- #: pages/page_backwpupeditjob.php:25
605
- #@ backwpup
606
- msgid "Add New"
607
- msgstr "Neuer Auftrag"
608
-
609
- #: pages/func_backwpup.php:97
610
- #@ backwpup
611
- msgid "Edit:"
612
- msgstr "Bearbeiten:"
613
-
614
- #: pages/func_backwpup.php:100
615
- #@ default
616
- msgid "Edit"
617
- msgstr "Bearbeiten"
618
-
619
- #: pages/func_backwpup.php:101
620
- #@ backwpup
621
- msgid "Copy"
622
- msgstr "Kopieren"
623
-
624
- #: pages/func_backwpup.php:104
625
- #@ backwpup
626
- msgid "Run Now"
627
- msgstr "Jetzt starten"
628
-
629
- #: pages/func_backwpup.php:132
630
- #@ backwpup
631
- msgid "Inactive"
632
- msgstr "Inaktiv"
633
-
634
- #: pages/func_backwpup.php:144
635
- #@ backwpup
636
- msgid "Runtime:"
637
- msgstr "Laufzeit:"
638
-
639
- #: pages/func_backwpup.php:146
640
- #@ backwpup
641
- msgid "None"
642
- msgstr "Nichts"
643
-
644
- #: pages/tools/db_restore.php:34
645
- #: pages/tools/db_restore.php:53
646
- #: pages/tools/db_restore.php:68
647
- #: pages/tools/db_restore.php:79
648
- #: pages/tools/db_restore.php:82
649
- #: pages/tools/db_restore.php:85
650
- #: pages/tools/db_restore.php:90
651
- #@ backwpup
652
- msgid "ERROR:"
653
- msgstr "FEHLER:"
654
-
655
- #: pages/tools/db_restore.php:34
656
- #, php-format
657
- #@ backwpup
658
- msgid "Pleace set <i>$table_prefix = '%1$s';</i> in wp-config.php"
659
- msgstr "Bitte setzen Sie <i>$table_prefix = '%1$s';</i> innerhalb der Datei wp-config.php"
660
-
661
- #: pages/tools/db_restore.php:53
662
- #, php-format
663
- #@ backwpup
664
- msgid "Pleace set <i>define('DB_CHARSET', '%1$s');</i> in wp-config.php"
665
- msgstr "Bitte setzen Sie <i>define('DB_CHARSET', '%1$s');</i> in der Datei wp-config.php"
666
-
667
- #: pages/tools/db_restore.php:74
668
- #, php-format
669
- #@ backwpup
670
- msgid "%1$s Database Querys done."
671
- msgstr "%1$s Datenbankabfragen fertig."
672
-
673
- #: pages/tools/db_restore.php:75
674
- #@ backwpup
675
- msgid "Make changes for Blogurl and ABSPATH if needed."
676
- msgstr "Machen Sie &Auml;nderungen an der Blogurl und bei ABSPATH, falls notwendig."
677
-
678
- #: job/wp_export.php:38
679
- #: job/wp_export.php:40
680
- #@ backwpup
681
- msgid "cURL:"
682
- msgstr "cURL:"
683
-
684
- #: job/dest_rsc.php:13
685
- #@ backwpup
686
- msgid "Connected to Rackspase ..."
687
- msgstr "Verbunden mit Rackspace ..."
688
-
689
- #: job/dest_rsc.php:29
690
- #: job/dest_rsc.php:63
691
- #: job/dest_rsc.php:92
692
- #@ backwpup
693
- msgid "Rackspase Cloud API:"
694
- msgstr "Rackspace Cloud API (Schnittstelle):"
695
-
696
- #: job/dest_rsc.php:34
697
- #@ backwpup
698
- msgid "Rackspase Cloud Container not exists:"
699
- msgstr "Rackspace Cloud Container existiert nicht:"
700
-
701
- #: job/dest_rsc.php:56
702
- #@ backwpup
703
- msgid "Backup File transferred to RSC://"
704
- msgstr "Datensicherungsdatei &uuml;bertragen zu RSC://"
705
-
706
- #: job/dest_rsc.php:60
707
- #@ backwpup
708
- msgid "Can not transfer backup to RSC."
709
- msgstr "Datensicherung kann nicht zu RSC &uuml;bertragen werden."
710
-
711
- #: job/dest_rsc.php:85
712
- #@ backwpup
713
- msgid "Can not delete file on RSC://"
714
- msgstr "Datei kann nicht gel&ouml;scht werden auf RSC://"
715
-
716
- #: pages/page_backwpupbackups.php:8
717
- #@ backwpup
718
- msgid "BackWPup Manage Backups"
719
- msgstr "BackWPup-Datensicherungen verwalten"
720
-
721
- #: backwpup-functions.php:13
722
- #: backwpup-functions.php:544
723
- #@ backwpup
724
- msgid "Backups"
725
- msgstr "Datensicherungen"
726
-
727
- #: backwpup-functions.php:837
728
- #@ backwpup
729
- msgid "New"
730
- msgstr "Neu"
731
-
732
- #: pages/func_backwpupeditjob.php:633
733
- #: pages/func_backwpupeditjob.php:762
734
- #@ backwpup
735
- msgid "Missing Username!"
736
- msgstr "Falscher Benutzername!"
737
-
738
- #: pages/func_backwpupeditjob.php:640
739
- #@ backwpup
740
- msgid "Missing API Key!"
741
- msgstr "API-Schl&uuml;ssel wird vermisst!"
742
-
743
- #: pages/func_backwpupeditjob.php:661
744
- #@ backwpup
745
- msgid "No Containerss found!"
746
- msgstr "Keine Container gefunden!"
747
-
748
- #: pages/func_backwpup.php:41
749
- #@ backwpup
750
- msgid "No Jobs."
751
- msgstr "Keine Auftr&auml;ge."
752
-
753
- #: pages/func_backwpup.php:58
754
- #@ backwpup
755
- msgid "Information"
756
- msgstr "Information"
757
-
758
- #: pages/func_backwpup.php:248
759
- #@ backwpup
760
- msgid "Files Size:"
761
- msgstr "Gr&ouml;&szlig;e der Dateien:"
762
-
763
- #: pages/func_backwpup.php:250
764
- #@ backwpup
765
- msgid "Files count:"
766
- msgstr "Dateiz&auml;hler:"
767
-
768
- #: pages/func_backwpup.php:242
769
- #@ backwpup
770
- msgid "DB Tables:"
771
- msgstr "Datenbank-Tabellen:"
772
-
773
- #: pages/func_backwpup.php:243
774
- #@ backwpup
775
- msgid "DB Rows:"
776
- msgstr "Datenbank-Zeilen:"
777
-
778
- #: pages/func_backwpup.php:135
779
- #@ backwpup
780
- msgid "<a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
781
- msgstr "<a href=\"http://de.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
782
-
783
- #: pages/func_backwpuplogs.php:68
784
- #@ backwpup
785
- msgid "No Logs."
786
- msgstr "Keine Protokolldateien."
787
-
788
- #: pages/func_backwpup.php:149
789
- #: pages/func_backwpupbackups.php:228
790
- #: pages/func_backwpuplogs.php:128
791
- #@ backwpup
792
- msgid "Download"
793
- msgstr "Herunterladen"
794
-
795
- #: pages/func_backwpupbackups.php:227
796
- #@ backwpup
797
- msgid ""
798
- "You are about to delete this Backup Archive. \n"
799
- " 'Cancel' to stop, 'OK' to delete."
800
- msgstr ""
801
- "Sie sind dabei dieses Datensicherungs-Archiv zu l&ouml;schen. \n"
802
- " 'Abbrechen' um zu stoppen, 'OK' um zu l&ouml;schen."
803
-
804
- #: pages/func_backwpupbackups.php:242
805
- #@ backwpup
806
- msgid "?"
807
- msgstr "?"
808
-
809
- #: pages/func_backwpupeditjob.php:97
810
- #@ backwpup
811
- msgid "Minutes: "
812
- msgstr "Minuten: "
813
-
814
- #: pages/func_backwpupeditjob.php:99
815
- #: pages/func_backwpupeditjob.php:111
816
- #: pages/func_backwpupeditjob.php:122
817
- #: pages/func_backwpupeditjob.php:133
818
- #: pages/func_backwpupeditjob.php:153
819
- #@ backwpup
820
- msgid "Any (*)"
821
- msgstr "Alle (*)"
822
-
823
- #: pages/func_backwpupeditjob.php:108
824
- #@ backwpup
825
- msgid "Hours:"
826
- msgstr "Stunden:"
827
-
828
- #: pages/func_backwpupeditjob.php:142
829
- #@ backwpup
830
- msgid "Augest"
831
- msgstr "August"
832
-
833
- #: pages/func_backwpupeditjob.php:155
834
- #: pages/func_backwpupeditjob.php:191
835
- #@ backwpup
836
- msgid "Sunday"
837
- msgstr "Sonntag"
838
-
839
- #: pages/func_backwpupeditjob.php:156
840
- #: pages/func_backwpupeditjob.php:192
841
- #@ backwpup
842
- msgid "Monday"
843
- msgstr "Montag"
844
-
845
- #: pages/func_backwpupeditjob.php:157
846
- #: pages/func_backwpupeditjob.php:193
847
- #@ backwpup
848
- msgid "Tuesday"
849
- msgstr "Dienstag"
850
-
851
- #: pages/func_backwpupeditjob.php:158
852
- #: pages/func_backwpupeditjob.php:194
853
- #@ backwpup
854
- msgid "Wednesday"
855
- msgstr "Mittwoch"
856
-
857
- #: pages/func_backwpupeditjob.php:159
858
- #: pages/func_backwpupeditjob.php:195
859
- #@ backwpup
860
- msgid "Thursday"
861
- msgstr "Donnerstag"
862
-
863
- #: pages/func_backwpupeditjob.php:160
864
- #: pages/func_backwpupeditjob.php:196
865
- #@ backwpup
866
- msgid "Friday"
867
- msgstr "Freitag"
868
-
869
- #: pages/func_backwpupeditjob.php:161
870
- #: pages/func_backwpupeditjob.php:197
871
- #@ backwpup
872
- msgid "Saturday"
873
- msgstr "Samstag"
874
-
875
- #: pages/func_backwpupeditjob.php:456
876
- #@ backwpup
877
- msgid "Working as <a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a> job schedule:"
878
- msgstr "Arbeiten nach der <a href=\"http://de.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>-Auftragsplanung:"
879
-
880
- #: pages/func_backwpupeditjob.php:474
881
- #@ backwpup
882
- msgid "Next runtime:"
883
- msgstr "N&auml;chster Durchlauf:"
884
-
885
- #: pages/header_backwpupeditjob.php:273
886
- #@ backwpup
887
- msgid "Backup File"
888
- msgstr "Datensicherungsdatei"
889
-
890
- #: pages/func_backwpupeditjob.php:38
891
- #@ backwpup
892
- msgid "File Prefix:"
893
- msgstr "Datei-Vorsilbe:"
894
-
895
- #: pages/func_backwpupeditjob.php:40
896
- #@ backwpup
897
- msgid "File Formart:"
898
- msgstr "Dateiformat:"
899
-
900
- #: pages/func_backwpupeditjob.php:43
901
- #: pages/func_backwpupeditjob.php:45
902
- #@ backwpup
903
- msgid "Zip"
904
- msgstr "Zip"
905
-
906
- #: pages/func_backwpupeditjob.php:46
907
- #@ backwpup
908
- msgid "Tar"
909
- msgstr "Tar"
910
-
911
- #: pages/func_backwpupeditjob.php:48
912
- #: pages/func_backwpupeditjob.php:50
913
- #@ backwpup
914
- msgid "Tar GZip"
915
- msgstr "Tar GZip"
916
-
917
- #: pages/func_backwpupeditjob.php:52
918
- #: pages/func_backwpupeditjob.php:54
919
- #@ backwpup
920
- msgid "Tar BZip2"
921
- msgstr "Tar BZip2"
922
-
923
- #: pages/page_backwpupeditjob.php:80
924
- #@ backwpup
925
- msgid "root"
926
- msgstr "root"
927
-
928
- #: pages/page_backwpupeditjob.php:83
929
- #: pages/page_backwpupeditjob.php:99
930
- #: pages/page_backwpupeditjob.php:115
931
- #: pages/page_backwpupeditjob.php:131
932
- #: pages/page_backwpupeditjob.php:147
933
- #@ backwpup
934
- msgid "Exclude:"
935
- msgstr "Ausschlie&szlig;en:"
936
-
937
- #: pages/page_backwpupeditjob.php:96
938
- #@ backwpup
939
- msgid "Content"
940
- msgstr "Inhalt"
941
-
942
- #: pages/page_backwpupeditjob.php:112
943
- #@ backwpup
944
- msgid "Plugins"
945
- msgstr "Plugins"
946
-
947
- #: pages/page_backwpupeditjob.php:128
948
- #@ backwpup
949
- msgid "Themes"
950
- msgstr "Themes (Templates)"
951
-
952
- #: pages/page_backwpupeditjob.php:144
953
- #@ backwpup
954
- msgid "Blog Uploads"
955
- msgstr "Blog-Uploads"
956
-
957
- #: pages/func_backwpupeditjob.php:257
958
- #@ backwpup
959
- msgid "Bucket Region"
960
- msgstr "Bucket Region"
961
-
962
- #: pages/func_backwpupeditjob.php:261
963
- #@ backwpup
964
- msgid "Save Backups with reduced redundancy!"
965
- msgstr "Sichere Datensicherungen mit reduzierter Redundanz!"
966
-
967
- #: pages/header_backwpupeditjob.php:290
968
- #@ backwpup
969
- msgid "Backup to Rackspace Cloud"
970
- msgstr "Datensicherung in die Rackspace Cloud"
971
-
972
- #: pages/func_backwpupeditjob.php:327
973
- #@ backwpup
974
- msgid "API Key:"
975
- msgstr "API-Schl&uuml;ssel"
976
-
977
- #: pages/func_backwpupeditjob.php:306
978
- #: pages/func_backwpupeditjob.php:329
979
- #@ backwpup
980
- msgid "Container:"
981
- msgstr "Container:"
982
-
983
- #: pages/func_backwpupeditjob.php:309
984
- #: pages/func_backwpupeditjob.php:332
985
- #@ backwpup
986
- msgid "Create Container:"
987
- msgstr "Erstelle Container:"
988
-
989
- #: pages/header_backwpupeditjob.php:261
990
- #, php-format
991
- #@ backwpup
992
- msgid "Job '%1' changes saved."
993
- msgstr "Auftrag '%1' Ver&auml;nderungen gepeichert."
994
-
995
- #: pages/header_backwpupeditjob.php:261
996
- #@ backwpup
997
- msgid "Jobs overview."
998
- msgstr "Auftrags&uuml;berblick"
999
-
1000
- #: pages/func_backwpupeditjob.php:243
1001
- #@ backwpup
1002
- msgid "Use FTP Passiv mode."
1003
- msgstr "FTP-Passiv-Modus benutzen."
1004
-
1005
- #: job/dest_ftp.php:60
1006
- #@ backwpup
1007
- msgid "Entering Passive Mode"
1008
- msgstr "Passivmodus wird betreten"
1009
-
1010
- #: job/dest_ftp.php:65
1011
- #@ backwpup
1012
- msgid "Entering Normal Mode"
1013
- msgstr "Normalmodus wird betreten"
1014
-
1015
- #: job/dest_ftp.php:67
1016
- #@ backwpup
1017
- msgid "Can not Entering Normal Mode"
1018
- msgstr "Normalmodus kann nicht betreten werden"
1019
-
1020
- #: job/dest_ftp.php:75
1021
- #@ backwpup
1022
- msgid "Error getting SYSTYPE"
1023
- msgstr "Fehler, SYSTYPE wird angezeigt"
1024
-
1025
- #: pages/func_backwpupeditjob.php:242
1026
- #@ backwpup
1027
- msgid "Use SSL-FTP Connection."
1028
- msgstr "Benutze SSL-FTP-Verbindung."
1029
-
1030
- #: pages/header_backwpupeditjob.php:280
1031
- #@ backwpup
1032
- msgid "Backup to Dropbox"
1033
- msgstr "Datensicherung in die Dropbox"
1034
-
1035
- #. translators: plugin header field 'Author'
1036
- #: backwpup.php:0
1037
- #@ backwpup
1038
- msgid "Daniel H&uuml;sken"
1039
- msgstr "Daniel H&uuml;sken"
1040
-
1041
- #. translators: plugin header field 'AuthorURI'
1042
- #: backwpup.php:0
1043
- #@ backwpup
1044
- msgid "http://danielhuesken.de"
1045
- msgstr "http://danielhuesken.de/"
1046
-
1047
- #: pages/func_backwpup.php:46
1048
- #: pages/func_backwpup.php:102
1049
- #@ default
1050
- #@ backwpup
1051
- msgid "Export"
1052
- msgstr "Export"
1053
-
1054
- #: pages/func_backwpup.php:149
1055
- #@ backwpup
1056
- msgid "Download last Backup"
1057
- msgstr "Letzte Datensicherung herunterladen"
1058
-
1059
- #: pages/func_backwpup.php:151
1060
- #@ backwpup
1061
- msgid "View last Log"
1062
- msgstr "Letztes Protokoll ansehen"
1063
-
1064
- #: pages/func_backwpup.php:151
1065
- #@ backwpup
1066
- msgid "Log"
1067
- msgstr "Protokoll"
1068
-
1069
- #: pages/func_backwpupeditjob.php:257
1070
- #@ backwpup
1071
- msgid "EU (Ireland)"
1072
- msgstr "EU (Irland)"
1073
-
1074
- #: pages/func_backwpupeditjob.php:257
1075
- #@ backwpup
1076
- msgid "Asia Pacific (Singapore)"
1077
- msgstr "Asien/ Pazifik (Singapur)"
1078
-
1079
- #: pages/page_backwpupsettings.php:97
1080
- #@ backwpup
1081
- msgid "Gzip Log files!"
1082
- msgstr "Gzip Protokolldateien!"
1083
-
1084
- #: pages/page_backwpuptools.php:51
1085
- #@ backwpup
1086
- msgid "Import Jobs settings"
1087
- msgstr "Auftrags-Import-Einstellungen"
1088
-
1089
- #: pages/page_backwpuptools.php:56
1090
- #: pages/page_backwpuptools.php:61
1091
- #@ backwpup
1092
- msgid "Upload"
1093
- msgstr "Hochladen"
1094
-
1095
- #: pages/page_backwpuptools.php:66
1096
- #@ backwpup
1097
- msgid "Import Type"
1098
- msgstr "Import-Typ"
1099
-
1100
- #: pages/page_backwpuptools.php:66
1101
- #@ backwpup
1102
- msgid "No Import"
1103
- msgstr "Kein Import"
1104
-
1105
- #: pages/page_backwpuptools.php:68
1106
- #@ backwpup
1107
- msgid "Overwrite"
1108
- msgstr "&Uuml;berschreiben"
1109
-
1110
- #: pages/page_backwpuptools.php:68
1111
- #@ backwpup
1112
- msgid "Append"
1113
- msgstr "Anh&auml;ngen"
1114
-
1115
- #: pages/page_backwpuptools.php:70
1116
- #: pages/page_backwpuptools.php:75
1117
- #: pages/page_backwpuptools.php:77
1118
- #: pages/page_backwpuptools.php:78
1119
- #@ backwpup
1120
- msgid "Import"
1121
- msgstr "Import"
1122
-
1123
- #: pages/page_backwpuptools.php:114
1124
- #@ backwpup
1125
- msgid "Jobs imported!"
1126
- msgstr "Auftr&auml;ge importiert!"
1127
-
1128
- #: pages/func_backwpupeditjob.php:696
1129
- #@ backwpup
1130
- msgid "Missing Hostname!"
1131
- msgstr "Hostname (Server) nicht angegeben!"
1132
-
1133
- #: pages/func_backwpupeditjob.php:703
1134
- #@ backwpup
1135
- msgid "Missing Account Name!"
1136
- msgstr "Kontoname (Benutzername) nicht angegeben!"
1137
-
1138
- #: pages/func_backwpupeditjob.php:710
1139
- #@ backwpup
1140
- msgid "Missing Access Key!"
1141
- msgstr "Zugangsschl&uuml;ssel (Access Key) nicht angegeben!"
1142
-
1143
- #: pages/func_backwpupeditjob.php:727
1144
- #@ backwpup
1145
- msgid "No Container found!"
1146
- msgstr "Kein Container gefunden!"
1147
-
1148
- #: pages/func_backwpupeditjob.php:257
1149
- #@ backwpup
1150
- msgid "Asia Pacific (Japan)"
1151
- msgstr "Asien Pazifik (Japan)"
1152
-
1153
- #: pages/header_backwpupeditjob.php:288
1154
- #@ backwpup
1155
- msgid "Backup to Micosoft Azure (Blob)"
1156
- msgstr "Datensicherung zu Microsoft Azure (Blob)"
1157
-
1158
- #: pages/func_backwpupeditjob.php:300
1159
- #@ backwpup
1160
- msgid "Host:"
1161
- msgstr "Host (Server):"
1162
-
1163
- #: pages/func_backwpupeditjob.php:301
1164
- #@ backwpup
1165
- msgid "Normely: blob.core.windows.net"
1166
- msgstr "Normalerweise: blob.core.windows.net"
1167
-
1168
- #: pages/func_backwpupeditjob.php:302
1169
- #@ backwpup
1170
- msgid "Account Name:"
1171
- msgstr "Kontoname/ Benutzername:"
1172
-
1173
- #: pages/func_backwpupeditjob.php:275
1174
- #: pages/func_backwpupeditjob.php:304
1175
- #@ backwpup
1176
- msgid "Access Key:"
1177
- msgstr "Zugangsschl&uuml;ssel (Access Key):"
1178
-
1179
- #: pages/func_backwpupeditjob.php:264
1180
- #: pages/func_backwpupeditjob.php:288
1181
- #: pages/func_backwpupeditjob.php:315
1182
- #: pages/func_backwpupeditjob.php:338
1183
- #: pages/func_backwpupeditjob.php:365
1184
- #: pages/func_backwpupeditjob.php:387
1185
- #@ backwpup
1186
- msgid "Create Account"
1187
- msgstr "Konto erstellen"
1188
-
1189
- #: job/dest_dropbox.php:22
1190
- #@ backwpup
1191
- msgid "No free space left on DropBox!!!"
1192
- msgstr "Kein freier Speicherplatz mehr &uuml;brig auf Dropbox!!!"
1193
-
1194
- #: pages/func_backwpupeditjob.php:120
1195
- #@ backwpup
1196
- msgid "Day of Month:"
1197
- msgstr "Tag des Monats:"
1198
-
1199
- #: pages/func_backwpupeditjob.php:151
1200
- #@ backwpup
1201
- msgid "Day of Week:"
1202
- msgstr "Wochentag:"
1203
-
1204
- #: pages/func_backwpupeditjob.php:62
1205
- #@ backwpup
1206
- msgid "Only send an e-mail if there are errors."
1207
- msgstr "Eine E-Mail nur senden, wenn Fehler auftraten."
1208
-
1209
- #: pages/page_backwpupeditjob.php:69
1210
- #@ backwpup
1211
- msgid "Use short INSERTs instead of full (with keys)"
1212
- msgstr "Kurze INSERTs benutzen, statt kompletter (mit Schl&uuml;ssel)"
1213
-
1214
- #: pages/func_backwpupeditjob.php:241
1215
- #: pages/func_backwpupeditjob.php:260
1216
- #: pages/func_backwpupeditjob.php:285
1217
- #: pages/func_backwpupeditjob.php:312
1218
- #: pages/func_backwpupeditjob.php:335
1219
- #: pages/func_backwpupeditjob.php:362
1220
- #: pages/func_backwpupeditjob.php:384
1221
- #@ backwpup
1222
- msgid "(Oldest files will be deleted first.)"
1223
- msgstr "(&Auml;lteste Dateien werden zuerst gel&ouml;scht.)"
1224
-
1225
- #: pages/func_backwpupeditjob.php:349
1226
- #@ backwpup
1227
- msgid "Login:"
1228
- msgstr "Login:"
1229
-
1230
- #: pages/func_backwpupeditjob.php:351
1231
- #@ backwpup
1232
- msgid "Not authenticated!"
1233
- msgstr "Nicht authentifiziert!"
1234
-
1235
- #: pages/func_backwpupeditjob.php:351
1236
- #@ backwpup
1237
- msgid "Authenticate!"
1238
- msgstr "Authentifizieren!"
1239
-
1240
- #: pages/func_backwpupeditjob.php:353
1241
- #@ backwpup
1242
- msgid "Authenticated!"
1243
- msgstr "Authentifiziert!"
1244
-
1245
- #: pages/func_backwpupeditjob.php:353
1246
- #@ backwpup
1247
- msgid "Delete!"
1248
- msgstr "L&ouml;schen!"
1249
-
1250
- #: pages/func_backwpupeditjob.php:375
1251
- #: pages/func_backwpupeditjob.php:395
1252
- #@ backwpup
1253
- msgid "E-mail address:"
1254
- msgstr "E-Mail-Adresse:"
1255
-
1256
- #: pages/header_backwpupeditjob.php:224
1257
- #@ backwpup
1258
- msgid "Dropbox authentication deleted!"
1259
- msgstr "Dropbox-Authentifizierung gel&ouml;scht!"
1260
-
1261
- #: pages/page_backwpupsettings.php:156
1262
- #@ backwpup
1263
- msgid "Use your host's Cron Job and disable WP-Cron"
1264
- msgstr "Den Cron-Job Ihres Webhosters/ -Servers benutzen und WP-Cron deaktivieren"
1265
-
1266
- #: pages/header_backwpupeditjob.php:282
1267
- #@ backwpup
1268
- msgid "Backup to SugarSync"
1269
- msgstr "Datensicherung zu SugarSync"
1270
-
1271
- #: job/dest_sugarsync.php:19
1272
- #@ backwpup
1273
- msgid "No free space left on SugarSync!!!"
1274
- msgstr "Sie haben keinen freien Speicherplatz mehr &uuml;brig bei SugarSync!!!"
1275
-
1276
- #: pages/func_backwpupeditjob.php:355
1277
- #: pages/func_backwpupeditjob.php:379
1278
- #@ backwpup
1279
- msgid "Root:"
1280
- msgstr "Root:"
1281
-
1282
- #: pages/func_backwpupeditjob.php:769
1283
- #@ backwpup
1284
- msgid "Missing Password!"
1285
- msgstr "Passwort fehlt!"
1286
-
1287
- #: pages/func_backwpupeditjob.php:789
1288
- #@ backwpup
1289
- msgid "No Syncfolders found!"
1290
- msgstr "Keine Sync-Ordner gefunden!"
1291
-
1292
- #: pages/header_backwpupeditjob.php:22
1293
- #@ backwpup
1294
- msgid "Dropbox authentication complete!"
1295
- msgstr "Dropbox-Authentifizierung vollst&auml;ndig!"
1296
-
1297
- #: backwpup-functions.php:9
1298
- #@ backwpup
1299
- msgid "Working"
1300
- msgstr "In Bearbeitung"
1301
-
1302
- #: backwpup-functions.php:448
1303
- #@ backwpup
1304
- msgid "View Log:"
1305
- msgstr "Protokoll ansehen:"
1306
-
1307
- #: backwpup-functions.php:450
1308
- #: pages/func_backwpuplogs.php:135
1309
- #, php-format
1310
- #@ backwpup
1311
- msgid "%d ERROR"
1312
- msgid_plural "%d ERRORS"
1313
- msgstr[0] "%d FEHLER"
1314
- msgstr[1] "%d FEHLER"
1315
-
1316
- #: backwpup-functions.php:452
1317
- #: pages/func_backwpuplogs.php:137
1318
- #, php-format
1319
- #@ backwpup
1320
- msgid "%d WARNING"
1321
- msgid_plural "%d WARNINGS"
1322
- msgstr[0] "%d WARNUNG"
1323
- msgstr[1] "%d WARNUNGEN"
1324
-
1325
- #: backwpup-functions.php:454
1326
- #: pages/func_backwpuplogs.php:139
1327
- #@ backwpup
1328
- msgid "O.K."
1329
- msgstr "O.K."
1330
-
1331
- #: backwpup-functions.php:480
1332
- #@ backwpup
1333
- msgid "How many of the lastes logs would you like to display?"
1334
- msgstr "Wieviele der letzten Protokolle wollen Sie anzeigen lassen?"
1335
-
1336
- #: backwpup-functions.php:506
1337
- #, php-format
1338
- #@ backwpup
1339
- msgid "working since %d sec."
1340
- msgstr "in Arbeit seit %d Sek."
1341
-
1342
- #: backwpup-functions.php:507
1343
- #: pages/func_backwpup.php:107
1344
- #@ backwpup
1345
- msgid "View!"
1346
- msgstr "Ansehen!"
1347
-
1348
- #: backwpup-functions.php:508
1349
- #: pages/func_backwpup.php:108
1350
- #@ backwpup
1351
- msgid "Abort!"
1352
- msgstr "Abbrechen!"
1353
-
1354
- #: backwpup-functions.php:529
1355
- #@ backwpup
1356
- msgid "BackWPup Aktive Jobs"
1357
- msgstr "BackWPup aktive Auftr&auml;ge"
1358
-
1359
- #: job/dest_ftp.php:93
1360
- #@ backwpup
1361
- msgid "Upload to FTP now started ... "
1362
- msgstr "Hochladen ins FTP-Verzeichnis hat begonnen ... "
1363
-
1364
- #: job/dest_rsc.php:4
1365
- #@ backwpup
1366
- msgid "Try to sending backup file to Rackspace Cloud..."
1367
- msgstr "Versuche Datensicherungsdatei an die Rackspace Cloud zu senden..."
1368
-
1369
- #: job/dest_rsc.php:53
1370
- #@ backwpup
1371
- msgid "Upload to RSC now started ... "
1372
- msgstr "Hochladen zu RSC hat begonnen ... "
1373
-
1374
- #: job/job_functions.php:509
1375
- #@ backwpup
1376
- msgid "To many restarts...."
1377
- msgstr "Zu viele Neustarts..."
1378
-
1379
- #: job/job_functions.php:530
1380
- #@ backwpup
1381
- msgid "Script stop! Will started again now!"
1382
- msgstr "Skript-Stop! Wird jetzt wieder neu gestartet!"
1383
-
1384
- #: job/job_start.php:10
1385
- #@ backwpup
1386
- msgid "A job already running!"
1387
- msgstr "Es l&auml;uft bereits ein Auftrag!"
1388
-
1389
- #: job/job_start.php:26
1390
- #@ backwpup
1391
- msgid "Temp dir not writeable"
1392
- msgstr "Temp-Verzeichnis nicht beschreibbar"
1393
-
1394
- #: job/job_start.php:132
1395
- #@ backwpup
1396
- msgid "Log folder not writeable!"
1397
- msgstr "Protokolldateien-Ordner nicht beschreibbar!"
1398
-
1399
- #: job/job_start.php:202
1400
- #@ backwpup
1401
- msgid "Backup folder not writeable!"
1402
- msgstr "Datensicherungs-Ordner nicht beschreibbar!"
1403
-
1404
- #: pages/func_backwpupbackups.php:125
1405
- #@ backwpup
1406
- msgid "No Files found."
1407
- msgstr "Keine Dateien gefunden."
1408
-
1409
- #: pages/func_backwpupbackups.php:145
1410
- #@ backwpup
1411
- msgid "Change Destination"
1412
- msgstr "Ziel &auml;ndern"
1413
-
1414
- #: pages/func_backwpupbackups.php:182
1415
- #@ backwpup
1416
- msgid "File"
1417
- msgstr "Datei"
1418
-
1419
- #: pages/func_backwpupbackups.php:183
1420
- #: pages/func_backwpupbackups.php:185
1421
- #@ backwpup
1422
- msgid "Folder"
1423
- msgstr "Ordner"
1424
-
1425
- #: pages/func_backwpupbackups.php:186
1426
- #@ backwpup
1427
- msgid "Time"
1428
- msgstr "Zeit"
1429
-
1430
- #: pages/func_backwpupbackups.php:490
1431
- #: pages/header_backwpupbackups.php:140
1432
- #@ backwpup
1433
- msgid "Login failure!"
1434
- msgstr "Anmeldung fehlgeschlagen!"
1435
-
1436
- #: pages/func_backwpupeditjob.php:131
1437
- #@ backwpup
1438
- msgid "Month:"
1439
- msgstr "Monat:"
1440
-
1441
- #: pages/func_backwpupeditjob.php:277
1442
- #@ backwpup
1443
- msgid "Secret:"
1444
- msgstr "Geheimnis (secret):"
1445
-
1446
- #: pages/func_backwpupeditjob.php:357
1447
- #@ backwpup
1448
- msgid "dropbox"
1449
- msgstr "dropbox"
1450
-
1451
- #: pages/func_backwpupeditjob.php:358
1452
- #@ backwpup
1453
- msgid "sandbox (disabled by DropBox)"
1454
- msgstr "sandbox (deaktiviert von Dropbox)"
1455
-
1456
- #: pages/header_backwpup.php:115
1457
- #@ backwpup
1458
- msgid "Job will be terminated."
1459
- msgstr "Auftrag wird beendet."
1460
-
1461
- #: pages/header_backwpup.php:118
1462
- #@ backwpup
1463
- msgid "Process killed with PID:"
1464
- msgstr "Prozess abgew&uuml;rgt mit PID:"
1465
-
1466
- #: pages/header_backwpup.php:120
1467
- #@ backwpup
1468
- msgid "Can't kill process with PID:"
1469
- msgstr "Prozess mit PID kann nicht abgew&uuml;rgt werden:"
1470
-
1471
- #: pages/header_backwpupeditjob.php:286
1472
- #@ backwpup
1473
- msgid "Backup to Google storage"
1474
- msgstr "Datensicherung zu Google Storage"
1475
-
1476
- #: pages/header_backwpupworking.php:11
1477
- #@ backwpup
1478
- msgid "A job alredy running!!! Pleace try again if its done."
1479
- msgstr "Ein Auftrag l&auml;uft gegenw&auml;rtig!!! Bitte versuchen Sie es noch einmal, wenn dieser abgeschlossen ist."
1480
-
1481
- #: pages/header_backwpupworking.php:23
1482
- #@ backwpup
1483
- msgid "A job is running!!!"
1484
- msgstr "Ein Auftr&auml;g l&auml;uft gegenw&auml;rtig!!!"
1485
-
1486
- #: pages/header_backwpupworking.php:27
1487
- #@ backwpup
1488
- msgid "Nothing..."
1489
- msgstr "Nichts derzeit ..."
1490
-
1491
- #: pages/page_backwpup.php:8
1492
- #@ backwpup
1493
- msgid "BackWPup Jobs"
1494
- msgstr "BackWPup Auftr&auml;ge"
1495
-
1496
- #: pages/page_backwpupeditjob.php:59
1497
- #@ backwpup
1498
- msgid "Database tables to use:"
1499
- msgstr "Datenbanktabellen, die benutzt werden:"
1500
-
1501
- #: pages/page_backwpupsettings.php:21
1502
- #@ backwpup
1503
- msgid "Sender email"
1504
- msgstr "Absender-E-Mail-Adresse"
1505
-
1506
- #: pages/page_backwpupsettings.php:26
1507
- #@ backwpup
1508
- msgid "Sender name"
1509
- msgstr "Absendername"
1510
-
1511
- #: pages/page_backwpupsettings.php:30
1512
- #@ backwpup
1513
- msgid "Send mail method"
1514
- msgstr "E-Mail-Versandmethode"
1515
-
1516
- #: pages/page_backwpupsettings.php:42
1517
- #@ backwpup
1518
- msgid "Sendmail path"
1519
- msgstr "Sendmail-Pfad"
1520
-
1521
- #: pages/page_backwpupsettings.php:49
1522
- #@ backwpup
1523
- msgid "SMTP hostname"
1524
- msgstr "SMTP Hostname"
1525
-
1526
- #: pages/page_backwpupsettings.php:56
1527
- #@ backwpup
1528
- msgid "SMTP secure connection"
1529
- msgstr "SMTP Sichere Verbindung"
1530
-
1531
- #: pages/page_backwpupsettings.php:66
1532
- #@ backwpup
1533
- msgid "SMTP username"
1534
- msgstr "SMTP-Benutzername"
1535
-
1536
- #: pages/page_backwpupsettings.php:72
1537
- #@ backwpup
1538
- msgid "SMTP password"
1539
- msgstr "SMTP-Passwort"
1540
-
1541
- #: pages/page_backwpupsettings.php:83
1542
- #@ backwpup
1543
- msgid "Log file Folder"
1544
- msgstr "Protokolldateien-Ordner"
1545
-
1546
- #: pages/page_backwpupsettings.php:88
1547
- #@ backwpup
1548
- msgid "Max. Log Files in Folder"
1549
- msgstr "Max. Protokolldateien im Ordner"
1550
-
1551
- #: pages/page_backwpupsettings.php:94
1552
- #: pages/page_backwpupsettings.php:95
1553
- #@ backwpup
1554
- msgid "Compression"
1555
- msgstr "Komprimierung"
1556
-
1557
- #: pages/page_backwpupsettings.php:105
1558
- #@ backwpup
1559
- msgid "Max. retrys for job steps"
1560
- msgstr "Max. Wiederholungsversuche f&uuml;r Abarbeitungsschritte bei Auftr&auml;gen"
1561
-
1562
- #: pages/page_backwpupsettings.php:149
1563
- #@ backwpup
1564
- msgid "WP-Cron"
1565
- msgstr "WP-Cron"
1566
-
1567
- #: pages/page_backwpuptools.php:18
1568
- #@ backwpup
1569
- msgid "DB Restore"
1570
- msgstr "DB-Wiederherstellung"
1571
-
1572
- #: pages/page_backwpuptools.php:54
1573
- #@ backwpup
1574
- msgid "Select file to import:"
1575
- msgstr "Datei zum Importieren ausw&auml;hlen:"
1576
-
1577
- #: pages/page_backwpuptools.php:62
1578
- #@ backwpup
1579
- msgid "Select jobs to import"
1580
- msgstr "Auftr&auml;ge zum Importieren ausw&auml;hlen"
1581
-
1582
- #: pages/page_backwpupworking.php:9
1583
- #@ backwpup
1584
- msgid "BackWPup Working"
1585
- msgstr "BackWPup arbeitet"
1586
-
1587
- #: backwpup-functions.php:541
1588
- #@ backwpup
1589
- msgid "See Working!"
1590
- msgstr "Siehe unter 'In Bearbeitung'!"
1591
-
1592
- #: backwpup-functions.php:545
1593
- #@ backwpup
1594
- msgid "BackWPup Job"
1595
- msgstr "BackWPup Auftrag"
1596
-
1597
- #: pages/page_backwpupsettings.php:123
1598
- #@ backwpup
1599
- msgid "WP Admin Bar"
1600
- msgstr "WordPress Adminbar"
1601
-
1602
- #: pages/page_backwpupsettings.php:127
1603
- #: pages/page_backwpupsettings.php:128
1604
- #@ backwpup
1605
- msgid "Admin Bar"
1606
- msgstr "Adminbar"
1607
-
1608
- #: pages/page_backwpupsettings.php:130
1609
- #@ backwpup
1610
- msgid "Show BackWPup Links in Admin Bar."
1611
- msgstr "BackWPup-Links in der Adminbar anzeigen."
1612
-
1613
- #: pages/func_backwpupeditjob.php:55
1614
- #@ backwpup
1615
- msgid "Preview:"
1616
- msgstr "Vorschau:"
1617
-
1618
- #: pages/func_backwpupeditjob.php:221
1619
- #@ backwpup
1620
- msgid "Full Path to folder for Backup Files:"
1621
- msgstr "Kompletter Pfad zum Ordner f&uuml;r Datensicherungsdateien:"
1622
-
1623
- #: pages/func_backwpupeditjob.php:223
1624
- #@ backwpup
1625
- msgid "Your WordPress dir is:"
1626
- msgstr "Ihr WordPress-Verzeichnis ist:"
1627
-
1628
- #: pages/func_backwpupeditjob.php:224
1629
- #: pages/func_backwpupeditjob.php:384
1630
- #@ backwpup
1631
- msgid "Max. backup files in folder:"
1632
- msgstr "Max. Anzahl von Dateien im Ordner:"
1633
-
1634
- #: pages/func_backwpupeditjob.php:238
1635
- #@ backwpup
1636
- msgid "Folder on Server:"
1637
- msgstr "Ordner auf dem Server:"
1638
-
1639
- #: pages/func_backwpupeditjob.php:241
1640
- #@ backwpup
1641
- msgid "Max. backup files in FTP folder:"
1642
- msgstr "Max. Anzahl von Dateien im FTP-Ordner:"
1643
-
1644
- #: pages/func_backwpupeditjob.php:257
1645
- #: pages/func_backwpupeditjob.php:282
1646
- #@ backwpup
1647
- msgid "Create bucket:"
1648
- msgstr "Bucket erstellen:"
1649
-
1650
- #: pages/func_backwpupeditjob.php:258
1651
- #: pages/func_backwpupeditjob.php:283
1652
- #@ backwpup
1653
- msgid "Folder in bucket:"
1654
- msgstr "Ordner im Bucket:"
1655
-
1656
- #: pages/func_backwpupeditjob.php:260
1657
- #: pages/func_backwpupeditjob.php:285
1658
- #@ backwpup
1659
- msgid "Max. backup files in bucket folder:"
1660
- msgstr "Max. Anzahl Datensicherungsdateien im Bucket-Ordner:"
1661
-
1662
- #: pages/func_backwpupeditjob.php:265
1663
- #: pages/func_backwpupeditjob.php:289
1664
- #@ backwpup
1665
- msgid "Find Keys"
1666
- msgstr "Schl&uuml;ssel (Keys) finden"
1667
-
1668
- #: pages/func_backwpupeditjob.php:266
1669
- #: pages/func_backwpupeditjob.php:290
1670
- #: pages/func_backwpupeditjob.php:340
1671
- #: pages/func_backwpupeditjob.php:366
1672
- #: pages/func_backwpupeditjob.php:388
1673
- #@ backwpup
1674
- msgid "Webinterface"
1675
- msgstr "Web-Oberfl&auml;che"
1676
-
1677
- #: pages/func_backwpupeditjob.php:310
1678
- #@ backwpup
1679
- msgid "Folder in Container:"
1680
- msgstr "Ordner im Container:"
1681
-
1682
- #: pages/func_backwpupeditjob.php:312
1683
- #: pages/func_backwpupeditjob.php:335
1684
- #@ backwpup
1685
- msgid "Max. backup files in container folder:"
1686
- msgstr "Max. Anzahl von Dateien im Container-Ordner:"
1687
-
1688
- #: pages/func_backwpupeditjob.php:316
1689
- #: pages/func_backwpupeditjob.php:339
1690
- #@ backwpup
1691
- msgid "Find Key"
1692
- msgstr "Schl&uuml;ssel (Key) finden"
1693
-
1694
- #: pages/func_backwpupeditjob.php:333
1695
- #@ backwpup
1696
- msgid "Folder in container:"
1697
- msgstr "Ordner im Container:"
1698
-
1699
- #: pages/func_backwpupeditjob.php:360
1700
- #: pages/func_backwpupeditjob.php:382
1701
- #@ backwpup
1702
- msgid "Folder:"
1703
- msgstr "Ordner:"
1704
-
1705
- #: pages/func_backwpupeditjob.php:362
1706
- #@ backwpup
1707
- msgid "Max. backup files in Dropbox folder:"
1708
- msgstr "Max. Anzahl von Dateien im Dropbox-Ordner:"
1709
-
1710
- #: pages/func_backwpupeditjob.php:462
1711
- #, php-format
1712
- #@ backwpup
1713
- msgid "ATTENTION: Job runs every %d mins.!!!"
1714
- msgstr "ACHTUNG: Auftrag l&auml;uft alle %d Minuten!"
1715
-
1716
- #: pages/func_backwpupeditjob.php:468
1717
- #, php-format
1718
- #@ backwpup
1719
- msgid "ATTENTION: Job runs every %d houers.!!!"
1720
- msgstr "ACHTUNG: Auftrag l&auml;uft alle %d Stunden!"
1721
-
1722
- #: pages/header_backwpupeditjob.php:275
1723
- #@ backwpup
1724
- msgid "Backup to Folder"
1725
- msgstr "Datensicherung in Ordner"
1726
-
1727
- #: pages/func_backwpupeditjob.php:232
1728
- #: pages/page_backwpupsettings.php:52
1729
- #@ backwpup
1730
- msgid "Port:"
1731
- msgstr "Port:"
1732
-
1733
- #: backwpup-functions.php:116
1734
- #: backwpup-functions.php:126
1735
- #: backwpup-functions.php:139
1736
- #: backwpup-functions.php:151
1737
- #@ backwpup
1738
- msgid "For more information:"
1739
- msgstr "F&uuml;r weitere Informationen:"
1740
-
1741
- #: pages/header_backwpup.php:100
1742
- #@ backwpup
1743
- msgid "Aborted by user!!!"
1744
- msgstr "Abgebrochen vom Benutzer!!!"
1745
-
1746
- #: pages/header_backwpupworking.php:32
1747
- #@ backwpup
1748
- msgid "Here you see working jobs or logfiles"
1749
- msgstr "Hier k&ouml;nnen Sie gerade aktive Auftr&auml;ge oder Protokolle einsehen."
1750
-
1751
- #: pages/page_backwpupsettings.php:124
1752
- #@ backwpup
1753
- msgid "Will you see BackWPup in the WordPress Admin Bar?"
1754
- msgstr "M&ouml;chten Sie BackWPup-Men&uuml;punkte in der WordPress-Adminbar sehen?"
1755
-
1756
- #: pages/page_backwpupsettings.php:150
1757
- #@ backwpup
1758
- msgid "If you would use the cron job of your hoster you must point it to the url:"
1759
- msgstr "Wenn Sie den Cronjob Ihres Webhosting-Anbieters nutzen m&ouml;chten, m&uuml;ssen Sie diesen zu dieser URL verweisen:"
1760
-
1761
- #: backwpup-functions.php:99
1762
- #: backwpup-functions.php:106
1763
- #: backwpup-functions.php:138
1764
- #: backwpup-functions.php:150
1765
- #@ backwpup
1766
- msgid "BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
1767
- msgstr "BackWPup erhalten Sie OHNE JEDWEDE GARANTIE. Dies ist freie Software (quelloffen, im Sinne von Open Source) und Sie sind eingeladen, sie unter bestimmten Bedingungen weiterzugeben."
1768
-
1769
- #: job/job_run.php:109
1770
- #@ backwpup
1771
- msgid "[INFO]: BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
1772
- msgstr "[INFO]: BackWPup erhalten Sie OHNE JEDWEDE GARANTIE. Dies ist freie Software (quelloffen, im Sinne von Open Source) und Sie sind eingeladen, sie unter bestimmten Bedingungen weiterzugeben."
1773
-
1774
- #: job/job_run.php:110
1775
- #@ backwpup
1776
- msgid "[INFO]: BackWPup job:"
1777
- msgstr "[INFO]: BackWPup Auftrag:"
1778
-
1779
- #: job/job_run.php:112
1780
- #@ backwpup
1781
- msgid "[INFO]: BackWPup cron:"
1782
- msgstr "[INFO]: BackWPup-Planung (Cron):"
1783
-
1784
- #: job/job_run.php:117
1785
- #@ backwpup
1786
- msgid "[INFO]: PHP ver.:"
1787
- msgstr "[INFO]: PHP-Version:"
1788
-
1789
- #: job/job_run.php:120
1790
- #@ backwpup
1791
- msgid "[INFO]: MySQL ver.:"
1792
- msgstr "[INFO]: MySQL-Version:"
1793
-
1794
- #: job/job_run.php:123
1795
- #@ backwpup
1796
- msgid "[INFO]: curl ver.:"
1797
- msgstr "[INFO]: cURL-Version:"
1798
-
1799
- #: job/job_run.php:125
1800
- #@ backwpup
1801
- msgid "[INFO]: Temp folder is:"
1802
- msgstr "[INFO]: Temp-Ordner ist:"
1803
-
1804
- #: job/job_run.php:127
1805
- #@ backwpup
1806
- msgid "[INFO]: Backup file is:"
1807
- msgstr "[INFO]: Datensicherungsdatei ist:"
1808
-
1809
- #: pages/func_backwpupeditjob.php:92
1810
- #@ backwpup
1811
- msgid "advanced"
1812
- msgstr "erweitert"
1813
-
1814
- #: pages/func_backwpupeditjob.php:93
1815
- #@ backwpup
1816
- msgid "basic"
1817
- msgstr "einfach"
1818
-
1819
- #: pages/func_backwpupeditjob.php:176
1820
- #@ backwpup
1821
- msgid "Hour"
1822
- msgstr "Stunde"
1823
-
1824
- #: pages/func_backwpupeditjob.php:179
1825
- #@ backwpup
1826
- msgid "Minute"
1827
- msgstr "Minute"
1828
-
1829
- #: pages/func_backwpupeditjob.php:183
1830
- #@ backwpup
1831
- msgid "monthly"
1832
- msgstr "monatlich"
1833
-
1834
- #: pages/func_backwpupeditjob.php:184
1835
- #@ backwpup
1836
- msgid "on"
1837
- msgstr "am"
1838
-
1839
- #: pages/func_backwpupeditjob.php:189
1840
- #@ backwpup
1841
- msgid "weekly"
1842
- msgstr "w&ouml;chentl."
1843
-
1844
- #: pages/func_backwpupeditjob.php:203
1845
- #@ backwpup
1846
- msgid "daily"
1847
- msgstr "t&auml;glich"
1848
-
1849
- #: pages/func_backwpupeditjob.php:209
1850
- #@ backwpup
1851
- msgid "hourly"
1852
- msgstr "st&uuml;ndlich"
1853
-
1854
- #: pages/func_backwpupeditjob.php:472
1855
- #@ backwpup
1856
- msgid "ATTENTION: Can't calculate cron!!!"
1857
- msgstr "ACHTUNG: Cron (Auftragsplanung) kann nicht berechnet werden!!!"
1858
-
1859
- #: pages/header_backwpup.php:136
1860
- #@ backwpup
1861
- msgid "Here is the job overview with some information. You can see some further information of the jobs, how many can be switched with the view button. Also you can manage the jobs or abbort working jobs. Some links are added to have direct access to the last log or download."
1862
- msgstr "Hier ist der Auftrags&uuml;berblick mit einigen Informationen. Sie k&ouml;nnen einige Informationen zu den Auftr&auml;gen einsehen, wieviele, kann &uuml;ber den Ansehen-Button ge&auml;ndert werden. Sie k&ouml;nnen auch die Auftr&auml;ge verwalten oder aktive Auftr&auml;ge abbrechen. Einige Links wurden hinzugef&uuml;gt, damit Sie direkt auf das letzte Protokoll oder die letzte Datensicherungsdatei via Download zugreifen k&ouml;nnen."
1863
-
1864
- #: pages/header_backwpupbackups.php:325
1865
- #@ backwpup
1866
- msgid "Here you see a list of backup files. Change the destionation to jobname:destination to become a list of backups from other destinations and jobs. Then you kann delete or download backup files."
1867
- msgstr "Hier sehen Sie eine Liste der Datensicherungsdateien. Ver&auml;ndern Sie das Ziel via Auftragsname:Ziel, um eine entsprechende Liste der Datensicherungen, Ziele und Auftr&auml;ge zu erhalten. Dann k&ouml;nnen Sie Datensicherungsdateien l&ouml;schen oder herunterladen."
1868
-
1869
- #. translators: plugin header field 'PluginURI'
1870
- #: backwpup-functions.php:94
1871
- #: backwpup-functions.php:114
1872
- #: backwpup-functions.php:136
1873
- #: backwpup.php:0
1874
- #@ backwpup
1875
- msgid "http://backwpup.com"
1876
- msgstr "http://backwpup.de"
1877
-
1878
- #: pages/func_backwpup.php:240
1879
- #@ backwpup
1880
- msgid "DB Size:"
1881
- msgstr "Datenbankgr&ouml;&szlig;e:"
1882
-
1883
- #: job/backup_create.php:13
1884
- #, php-format
1885
- #@ backwpup
1886
- msgid "%d. try to create backup zip archive..."
1887
- msgstr "%d. Versuche ein Datensicherungs-ZIP-Archiv zu erstellen ..."
1888
-
1889
- #: job/backup_create.php:18
1890
- #, php-format
1891
- #@ backwpup
1892
- msgid "Can not add \"%s\" to zip archive!"
1893
- msgstr "\"%s\" kann dem ZIP-Archiv nicht hinzugef&uuml;gt werden!"
1894
-
1895
- #: job/backup_create.php:25
1896
- #@ backwpup
1897
- msgid "(4) ER_SEEK"
1898
- msgstr "(4) ER_SEEK"
1899
-
1900
- #: job/backup_create.php:27
1901
- #@ backwpup
1902
- msgid "(5) ER_READ"
1903
- msgstr "(5) ER_READ"
1904
-
1905
- #: job/backup_create.php:29
1906
- #@ backwpup
1907
- msgid "(9) ER_NOENT"
1908
- msgstr "(9) ER_NOENT"
1909
-
1910
- #: job/backup_create.php:31
1911
- #@ backwpup
1912
- msgid "(10) ER_EXISTS"
1913
- msgstr "(10) ER_EXISTS"
1914
-
1915
- #: job/backup_create.php:33
1916
- #@ backwpup
1917
- msgid "(11) ER_OPEN"
1918
- msgstr "(11) ER_OPEN"
1919
-
1920
- #: job/backup_create.php:35
1921
- #@ backwpup
1922
- msgid "(14) ER_MEMORY"
1923
- msgstr "(14) ER_MEMORY"
1924
-
1925
- #: job/backup_create.php:37
1926
- #@ backwpup
1927
- msgid "(18) ER_INVAL"
1928
- msgstr "(18) ER_INVAL"
1929
-
1930
- #: job/backup_create.php:39
1931
- #@ backwpup
1932
- msgid "(19) ER_NOZIP"
1933
- msgstr "(19) ER_NOZIP"
1934
-
1935
- #: job/backup_create.php:41
1936
- #@ backwpup
1937
- msgid "(21) ER_INCONS"
1938
- msgstr "(21) ER_INCONS"
1939
-
1940
- #: job/backup_create.php:42
1941
- #, php-format
1942
- #@ backwpup
1943
- msgid "Zip returns status: %s"
1944
- msgstr "ZIP liefert Status zur&uuml;ck: %s"
1945
-
1946
- #: job/backup_create.php:45
1947
- #@ backwpup
1948
- msgid "Backup zip archive create done!"
1949
- msgstr "Datensicherungs-ZIP-Archiv wurde erstellt!"
1950
-
1951
- #: job/backup_create.php:48
1952
- #@ backwpup
1953
- msgid "Can not create backup zip archive $s!"
1954
- msgstr "Datensicherungs-ZIP-Archiv kann nicht erstellt werden $s!"
1955
-
1956
- #: job/backup_create.php:59
1957
- #, php-format
1958
- #@ backwpup
1959
- msgid "%d. try to create backup zip (PclZip) archive..."
1960
- msgstr "%d. Versuche Datensicherungs-Zip-Archiv (PclZip) zu erstellen ..."
1961
-
1962
- #: job/backup_create.php:68
1963
- #, php-format
1964
- #@ backwpup
1965
- msgid "Zip archive create error: %s"
1966
- msgstr "ZIP-Archiv Erstellungsfehler: %s"
1967
-
1968
- #: job/backup_create.php:72
1969
- #@ backwpup
1970
- msgid "Backup zip archive create done"
1971
- msgstr "Datensicherungs-ZIP-Archiv wurde erstellt"
1972
-
1973
- #: job/backup_create.php:89
1974
- #@ backwpup
1975
- msgid "Can not create tar arcive file!"
1976
- msgstr "TAR-Archivdatei konnte nicht erstellt werden!"
1977
-
1978
- #: job/backup_create.php:92
1979
- #, php-format
1980
- #@ backwpup
1981
- msgid "%1$d. try to create %2$s archive file..."
1982
- msgstr "%1$d. Versuche %2$s Archivdatei zu erstellen ..."
1983
-
1984
- #: job/backup_create.php:100
1985
- #, php-format
1986
- #@ backwpup
1987
- msgid "File \"%s\" not readable!"
1988
- msgstr "Datei \"%s\" nicht lesbar!"
1989
-
1990
- #: job/backup_create.php:115
1991
- #, php-format
1992
- #@ backwpup
1993
- msgid "File name \"%1$s\" to long to save corectly in %2$s archive!"
1994
- msgstr "Dateiname \"%1$s\" ist zu lang, um korrekt im %2$s Archiv zu speichern!"
1995
-
1996
- #: job/backup_create.php:117
1997
- #, php-format
1998
- #@ backwpup
1999
- msgid "File path \"%1$s\" to long to save corectly in %2$s archive!"
2000
- msgstr "Dateipfad \"%1$s\" ist zu lang, um korrekt im %2$s Archiv zu speichern!"
2001
-
2002
- #: job/backup_create.php:194
2003
- #, php-format
2004
- #@ backwpup
2005
- msgid "%s archive creation done"
2006
- msgstr "%s Archiverstellung fertig"
2007
-
2008
- #: job/backup_create.php:198
2009
- #, php-format
2010
- #@ backwpup
2011
- msgid "Archive size is %s"
2012
- msgstr "Archivgr&ouml;&szlig;e ist %s"
2013
-
2014
- #: job/backup_create.php:205
2015
- #, php-format
2016
- #@ backwpup
2017
- msgid "PCL ZIP Error \"%1$s\" on file %2$s!"
2018
- msgstr "PCL ZIP Fehler \"%1$s\" bei der Datei %2$s!"
2019
-
2020
- #: job/db_check.php:4
2021
- #, php-format
2022
- #@ backwpup
2023
- msgid "%d. try for database check..."
2024
- msgstr "%d. Versuche Datenbank zu checken ..."
2025
-
2026
- #: job/db_check.php:13
2027
- #: job/db_check.php:29
2028
- #: job/db_check.php:44
2029
- #: job/db_dump.php:13
2030
- #: job/db_dump.php:25
2031
- #: job/db_dump.php:108
2032
- #: job/db_dump.php:118
2033
- #: job/db_optimize.php:13
2034
- #: job/db_optimize.php:28
2035
- #: job/job_functions.php:34
2036
- #: job/job_functions.php:47
2037
- #, php-format
2038
- #@ backwpup
2039
- msgid "Database error %1$s for query %2$s"
2040
- msgstr "Datenbankfehler %1$s f&uuml;r die Abfrage (query) %2$s"
2041
-
2042
- #: job/db_check.php:61
2043
- #@ backwpup
2044
- msgid "No tables to check"
2045
- msgstr "Keine Tabellen zum checken"
2046
-
2047
- #: job/db_dump.php:4
2048
- #, php-format
2049
- #@ backwpup
2050
- msgid "%d. try for database dump..."
2051
- msgstr "%d. Versuche Datenbank-Dump ..."
2052
-
2053
- #: job/db_dump.php:57
2054
- #, php-format
2055
- #@ backwpup
2056
- msgid "Dump database table \"%s\""
2057
- msgstr "Dumpe Datenbanktabelle \"%s\""
2058
-
2059
- #: job/db_dump.php:74
2060
- #@ backwpup
2061
- msgid "Database dump done!"
2062
- msgstr "Datenbank-Dump fertig!"
2063
-
2064
- #: job/db_dump.php:76
2065
- #@ backwpup
2066
- msgid "Can not create database dump!"
2067
- msgstr "Datenbank-Dump kann nicht erstellt werden!"
2068
-
2069
- #: job/db_dump.php:79
2070
- #@ backwpup
2071
- msgid "No tables to dump"
2072
- msgstr "Es gibt keine Tabellen zum dumpen"
2073
-
2074
- #: job/db_dump.php:85
2075
- #, php-format
2076
- #@ backwpup
2077
- msgid "Add database dump \"%1$s\" with %2$s to backup file list"
2078
- msgstr "F&uuml;ge Datenbank-Dump \"%1$s\" mit %2$s der Datensicherungsdateiliste hinzu"
2079
-
2080
- #: job/db_optimize.php:4
2081
- #, php-format
2082
- #@ backwpup
2083
- msgid "%d. try for database optimize..."
2084
- msgstr "%d. Versuche die Datenbank zu optimieren ..."
2085
-
2086
- #: job/db_optimize.php:44
2087
- #@ backwpup
2088
- msgid "No tables to optimize"
2089
- msgstr "Es gibt keine Datenbanktabellen zum Optimieren"
2090
-
2091
- #: job/dest_dropbox.php:6
2092
- #, php-format
2093
- #@ backwpup
2094
- msgid "%d. Try to sending backup file to DropBox..."
2095
- msgstr "%d. Versuche Datensicherungsdatei zur Dropbox zu senden ..."
2096
-
2097
- #: job/dest_dropbox.php:17
2098
- #, php-format
2099
- #@ backwpup
2100
- msgid "Authed with DropBox from %s"
2101
- msgstr "Authentifiziert mit Dropbox von %s"
2102
-
2103
- #: job/dest_dropbox.php:26
2104
- #, php-format
2105
- #@ backwpup
2106
- msgid "%s free on DropBox"
2107
- msgstr "%s frei in der Dropbox"
2108
-
2109
- #: job/dest_dropbox.php:31
2110
- #@ backwpup
2111
- msgid "Upload to DropBox now started... "
2112
- msgstr "Hochladen zur Dropbox hat begonnen ... "
2113
-
2114
- #: job/dest_dropbox.php:42
2115
- #: job/dest_dropbox.php:67
2116
- #, php-format
2117
- #@ backwpup
2118
- msgid "DropBox API: %s"
2119
- msgstr "Dropbox-API: %s"
2120
-
2121
- #: job/dest_dropbox.php:63
2122
- #, php-format
2123
- #@ backwpup
2124
- msgid "One file deleted on DropBox"
2125
- msgid_plural "%d files deleted on DropBox"
2126
- msgstr[0] "Eine Datei in der Dropbox gel&ouml;scht"
2127
- msgstr[1] "%d Dateien in der Dropbox gel&ouml;scht"
2128
-
2129
- #: job/dest_folder.php:25
2130
- #, php-format
2131
- #@ backwpup
2132
- msgid "One backup file deleted"
2133
- msgid_plural "%d backup files deleted"
2134
- msgstr[0] "Eine Datensicherungsdatei gel&ouml;scht"
2135
- msgstr[1] "%d Datensicherungsdateien gel&ouml;scht"
2136
-
2137
- #: job/dest_ftp.php:9
2138
- #, php-format
2139
- #@ backwpup
2140
- msgid "%d. try to sending backup file to a FTP Server..."
2141
- msgstr "%d. Versuche Datensicherungsdatei zu einem FTP-Server zu senden ..."
2142
-
2143
- #: job/dest_ftp.php:17
2144
- #, php-format
2145
- #@ backwpup
2146
- msgid "Connected by SSL-FTP to Server: %s"
2147
- msgstr "Verbunden via SSL-FTP mit dem Server: %s"
2148
-
2149
- #: job/dest_ftp.php:19
2150
- #, php-format
2151
- #@ backwpup
2152
- msgid "Can not connect by SSL-FTP to Server: %s"
2153
- msgstr "Kann nicht via SSL-FTP mit dem Server verbinden: %s"
2154
-
2155
- #: job/dest_ftp.php:23
2156
- #@ backwpup
2157
- msgid "PHP function to connect with SSL-FTP to server not exists!"
2158
- msgstr "PHP-Funktion, um mit SSL-FTP zum Server zu verbinden, existiert nicht!"
2159
-
2160
- #: job/dest_ftp.php:29
2161
- #, php-format
2162
- #@ backwpup
2163
- msgid "Connected to FTP server: %s"
2164
- msgstr "Verbunden mit dem FTP-Server: %s"
2165
-
2166
- #: job/dest_ftp.php:31
2167
- #, php-format
2168
- #@ backwpup
2169
- msgid "Can not connect to FTP server: %s"
2170
- msgstr "Kann nicht mit dem FTP-Server verbinden: %s"
2171
-
2172
- #: job/dest_ftp.php:38
2173
- #: job/dest_ftp.php:45
2174
- #: job/dest_ftp.php:57
2175
- #: job/dest_ftp.php:70
2176
- #, php-format
2177
- #@ backwpup
2178
- msgid "FTP Client command: %s"
2179
- msgstr "FTP-Client-Kommando: %s"
2180
-
2181
- #: job/dest_ftp.php:40
2182
- #: job/dest_ftp.php:43
2183
- #: job/dest_ftp.php:47
2184
- #: job/dest_ftp.php:60
2185
- #: job/dest_ftp.php:62
2186
- #: job/dest_ftp.php:65
2187
- #: job/dest_ftp.php:67
2188
- #: job/dest_ftp.php:73
2189
- #: job/dest_ftp.php:75
2190
- #, php-format
2191
- #@ backwpup
2192
- msgid "FTP Server reply: %s"
2193
- msgstr "FTP-Server Antwort: %s"
2194
-
2195
- #: job/dest_ftp.php:85
2196
- #, php-format
2197
- #@ backwpup
2198
- msgid "FTP Folder \"%s\" created!"
2199
- msgstr "FTP-Ordner \"%s\" erstellt!"
2200
-
2201
- #: job/dest_ftp.php:88
2202
- #, php-format
2203
- #@ backwpup
2204
- msgid "FTP Folder \"%s\" can not created!"
2205
- msgstr "FTP-Ordner \"%s\" kann nicht erstellt werden!"
2206
-
2207
- #: job/dest_ftp.php:96
2208
- #, php-format
2209
- #@ backwpup
2210
- msgid "Backup transferred to FTP server: %s"
2211
- msgstr "Datensicherungsdatei &uuml;bertragen zum FTP-Server: %s"
2212
-
2213
- #: job/dest_ftp.php:100
2214
- #@ backwpup
2215
- msgid "Can not transfer backup to FTP server!"
2216
- msgstr "Datensicherungsdatei kann nicht zum FTP-Server &uuml;bertragen werden!"
2217
-
2218
- #: job/dest_ftp.php:117
2219
- #, php-format
2220
- #@ backwpup
2221
- msgid "Can not delete \"%s\" on FTP server!"
2222
- msgstr "Kann \"%s\" nicht l&ouml;schen auf dem FTP-Server!"
2223
-
2224
- #: job/dest_ftp.php:120
2225
- #, php-format
2226
- #@ backwpup
2227
- msgid "One file deleted on FTP Server"
2228
- msgid_plural "%d files deleted on FTP Server"
2229
- msgstr[0] "Eine Datei auf dem FTP-Server gel&ouml;scht"
2230
- msgstr[1] "%d Dateien auf dem FTP-Server gel&ouml;scht"
2231
-
2232
- #: job/dest_gstorage.php:4
2233
- #, php-format
2234
- #@ backwpup
2235
- msgid "%d. try sending backup to Google Storage..."
2236
- msgstr "%d. Versuche Datensicherungsdatei zu Google Storage zu senden ..."
2237
-
2238
- #: job/dest_mail.php:6
2239
- #, php-format
2240
- #@ backwpup
2241
- msgid "%d. try to sending backup with mail..."
2242
- msgstr "%d. Versuche Datensicherung via E-Mail zu senden ..."
2243
-
2244
- #: job/dest_mail.php:36
2245
- #, php-format
2246
- #@ backwpup
2247
- msgid "BackWPup archive from %1$s: %2$s"
2248
- msgstr "BackWPup-Archiv vom %1$s: %2$s"
2249
-
2250
- #: job/dest_mail.php:38
2251
- #, php-format
2252
- #@ backwpup
2253
- msgid "Backup archive: %s"
2254
- msgstr "Datensicherungsarchiv: %s"
2255
-
2256
- #: job/dest_mail.php:43
2257
- #@ backwpup
2258
- msgid "Backup archive too big for sending by mail!"
2259
- msgstr "Das Datensicherungsarchiv ist zu gro&szlig; zum Senden via E-Mail!"
2260
-
2261
- #: job/dest_mail.php:50
2262
- #@ backwpup
2263
- msgid "Adding backup archive to mail"
2264
- msgstr "Datensicherungsarchiv wird der E-Mail hinzugef&uuml;gt"
2265
-
2266
- #: job/dest_mail.php:56
2267
- #, php-format
2268
- #@ backwpup
2269
- msgid "Error \"%s\" on sending mail!"
2270
- msgstr "Fehler \"%s\" beim Mailversand!"
2271
-
2272
- #: job/dest_msazure.php:5
2273
- #, php-format
2274
- #@ backwpup
2275
- msgid "%d. try sending backup to a Microsoft Azure (Blob)..."
2276
- msgstr "%d. Versuche Datensicherung zu Microsoft Azure (Blob) zu senden ..."
2277
-
2278
- #: job/dest_msazure.php:14
2279
- #, php-format
2280
- #@ backwpup
2281
- msgid "Microsoft Azure container \"%s\" not exists!"
2282
- msgstr "Microsoft Azure Container \"%s\" existiert nicht!"
2283
-
2284
- #: job/dest_msazure.php:17
2285
- #, php-format
2286
- #@ backwpup
2287
- msgid "Connected to Microsoft Azure container \"%s\""
2288
- msgstr "Verbunden mit Microsoft Azure Container \"%s\""
2289
-
2290
- #: job/dest_msazure.php:20
2291
- #@ backwpup
2292
- msgid "Upload to MS Azure now started... "
2293
- msgstr "Hochladen zu MS Azure hat begonnen ... "
2294
-
2295
- #: job/dest_msazure.php:29
2296
- #@ backwpup
2297
- msgid "Can not transfer backup to Microsoft Azure!"
2298
- msgstr "Kann Datensicherung nicht Microsoft Azure &uuml;bertragen!"
2299
-
2300
- #: job/dest_msazure.php:50
2301
- #, php-format
2302
- #@ backwpup
2303
- msgid "One file deleted on Microsoft Azure container"
2304
- msgid_plural "%d files deleted on Microsoft Azure container"
2305
- msgstr[0] "Eine Datei im Microsoft Azure Container gel&ouml;scht"
2306
- msgstr[1] "%d Dateien im Microsoft Azure Container gel&ouml;scht"
2307
-
2308
- #: job/dest_msazure.php:55
2309
- #, php-format
2310
- #@ backwpup
2311
- msgid "Microsoft Azure API: %s"
2312
- msgstr "Microsoft Azure API: %s"
2313
-
2314
- #: job/dest_rsc.php:88
2315
- #, php-format
2316
- #@ backwpup
2317
- msgid "One file deleted on RSC container"
2318
- msgid_plural "%d files deleted on RSC container"
2319
- msgstr[0] "Eine Datei im RSC-Container gel&ouml;scht"
2320
- msgstr[1] "%d Dateien im RSC-Container gel&ouml;scht"
2321
-
2322
- #: job/dest_s3.php:4
2323
- #, php-format
2324
- #@ backwpup
2325
- msgid "%d. try sending backup file to Amazon S3..."
2326
- msgstr "%d. Versuche Datensicherungsdatei zu Amazon S3 zu senden ..."
2327
-
2328
- #: job/dest_s3.php:14
2329
- #, php-format
2330
- #@ backwpup
2331
- msgid "Connected to S3 Bucket: %s"
2332
- msgstr "Verbunden mit dem S3 Bucket: %s"
2333
-
2334
- #: job/dest_s3.php:24
2335
- #@ backwpup
2336
- msgid "Upload to Amazon S3 now started... "
2337
- msgstr "Hochladen zu Amazon S3 hat begonnen ... "
2338
-
2339
- #: job/dest_s3.php:37
2340
- #, php-format
2341
- #@ backwpup
2342
- msgid "S3 Bucket \"%s\" not exists!"
2343
- msgstr "Amazon S3 Bucket \"%s\" existiert nicht!"
2344
-
2345
- #: job/dest_s3.php:40
2346
- #: job/dest_s3.php:69
2347
- #, php-format
2348
- #@ backwpup
2349
- msgid "Amazon API: %s"
2350
- msgstr "Amazon S3 API: %s"
2351
-
2352
- #: job/dest_s3.php:61
2353
- #, php-format
2354
- #@ backwpup
2355
- msgid "Can not delete backup on S3://%s"
2356
- msgstr "Datensicherung kann nicht gel&ouml;scht werden bei Amazon S3://%s"
2357
-
2358
- #: job/dest_s3.php:64
2359
- #, php-format
2360
- #@ backwpup
2361
- msgid "One file deleted on S3 Bucket"
2362
- msgid_plural "%d files deleted on S3 Bucket"
2363
- msgstr[0] "Eine Datei im Amazon S3 Bucket gel&ouml;scht"
2364
- msgstr[1] "%d Dateien im Amazon S3 Bucket gel&ouml;scht"
2365
-
2366
- #: job/dest_sugarsync.php:6
2367
- #, php-format
2368
- #@ backwpup
2369
- msgid "%d. try sending backup to SugarSync..."
2370
- msgstr "%d. Versuche Datensicherung zu SugarSync zu senden ..."
2371
-
2372
- #: job/dest_sugarsync.php:15
2373
- #, php-format
2374
- #@ backwpup
2375
- msgid "Authed to SugarSync with Nick %s"
2376
- msgstr "Authentifiziert mit SugarSync, mit dem Namen %s"
2377
-
2378
- #: job/dest_sugarsync.php:24
2379
- #, php-format
2380
- #@ backwpup
2381
- msgid "%s free on SugarSync"
2382
- msgstr "%s frei bei SugarSync"
2383
-
2384
- #: job/dest_sugarsync.php:31
2385
- #@ backwpup
2386
- msgid "Upload to SugarSync now started... "
2387
- msgstr "Hochladen zu SugarSync hat begonnen ... "
2388
-
2389
- #: job/dest_sugarsync.php:39
2390
- #@ backwpup
2391
- msgid "Can not transfer backup to SugarSync!"
2392
- msgstr "Datensicherung kann nicht zu SugarSync &uuml;bertragen werden!"
2393
-
2394
- #: job/dest_sugarsync.php:62
2395
- #, php-format
2396
- #@ backwpup
2397
- msgid "One file deleted on SugarSync folder"
2398
- msgid_plural "%d files deleted on SugarSync folder"
2399
- msgstr[0] "Eine Datei im SugarSync-Ordner gel&ouml;scht"
2400
- msgstr[1] "%d Dateien im SugarSync-Ordner gel&ouml;scht"
2401
-
2402
- #: job/dest_sugarsync.php:66
2403
- #, php-format
2404
- #@ backwpup
2405
- msgid "SugarSync API: %s"
2406
- msgstr "SugarSync API: %s"
2407
-
2408
- #: job/file_list.php:5
2409
- #, php-format
2410
- #@ backwpup
2411
- msgid "%d. try for make list of files to backup...."
2412
- msgstr "%d. Versuche Liste von Dateien zur Datensicherung zu erstellen ..."
2413
-
2414
- #: job/file_list.php:66
2415
- #@ backwpup
2416
- msgid "No files to backup"
2417
- msgstr "Keine Dateien zur Datensicherung vorhanden"
2418
-
2419
- #: job/file_list.php:68
2420
- #, php-format
2421
- #@ backwpup
2422
- msgid "%1$d files with %2$s to backup"
2423
- msgstr "%1$d Dateien mit %2$s zum Sichern"
2424
-
2425
- #: job/file_list.php:93
2426
- #, php-format
2427
- #@ backwpup
2428
- msgid "File or folder \"%s\" is not readable!"
2429
- msgstr "Datei oder Ordner \"%s\" ist nicht lesbar!"
2430
-
2431
- #: job/file_list.php:95
2432
- #, php-format
2433
- #@ backwpup
2434
- msgid "Link \"%s\" not followed"
2435
- msgstr "Link \"%s\" ist nicht erlaubt"
2436
-
2437
- #: job/file_list.php:101
2438
- #, php-format
2439
- #@ backwpup
2440
- msgid "\"%s\" is not a file or directory"
2441
- msgstr "\"%s\" ist keine Datei oder ein Verzeichnis"
2442
-
2443
- #: job/job_functions.php:109
2444
- #, php-format
2445
- #@ backwpup
2446
- msgid "Can not increase memory limit is %1$s"
2447
- msgstr "Das PHP-Speicherlimit kann nicht erh&ouml;ht werden, es betr&auml;gt derzeit %s"
2448
-
2449
- #: job/job_functions.php:118
2450
- #@ backwpup
2451
- msgid "Set Blog to maintenance mode"
2452
- msgstr "Webseite/ Blog in den Wartungsmodus versetzen"
2453
-
2454
- #: job/job_functions.php:132
2455
- #@ backwpup
2456
- msgid "Cannot set Blog to maintenance mode! Root folder is not writeable!"
2457
- msgstr "Webseite/ Blog kann nicht in den Wartungsmodus versetzt werden! Der Root-Ordner ist nicht beschreibbar!"
2458
-
2459
- #: job/job_functions.php:135
2460
- #@ backwpup
2461
- msgid "Set Blog to normal mode"
2462
- msgstr "Setze Webseite/ Blog zur&uuml;ck in den Normalmodus"
2463
-
2464
- #: job/job_functions.php:211
2465
- #, php-format
2466
- #@ backwpup
2467
- msgid "No MySQL connection: %s"
2468
- msgstr "Keine MySQL-Verbindung: %s"
2469
-
2470
- #: job/job_functions.php:226
2471
- #, php-format
2472
- #@ backwpup
2473
- msgid "No MySQL connection to database: %s"
2474
- msgstr "Keine MySQL-Verbindung zur Datenbank: %s"
2475
-
2476
- #: job/job_functions.php:342
2477
- #, php-format
2478
- #@ backwpup
2479
- msgid "One old log deleted"
2480
- msgid_plural "%d old logs deleted"
2481
- msgstr[0] "Eine alte Protokolldatei gel&ouml;scht"
2482
- msgstr[1] "%d alte Protokolldateien gel&ouml;scht"
2483
-
2484
- #: job/job_functions.php:346
2485
- #, php-format
2486
- #@ backwpup
2487
- msgid "Job done in %s sec."
2488
- msgstr "Auftrag erledigt in %s Sekunden."
2489
-
2490
- #: job/job_functions.php:459
2491
- #, php-format
2492
- #@ backwpup
2493
- msgid "BackWPup log from %1$s: %2$s"
2494
- msgstr "BackWPup-Protokoll vom %1$s: %2$s"
2495
-
2496
- #: job/job_run.php:67
2497
- #@ backwpup
2498
- msgid "Job restart terminated, bcause old job runs again!"
2499
- msgstr "Auftragsneustart verschoben, weil der alte/ bisherige Auftrag noch l&auml;uft!"
2500
-
2501
- #: job/job_run.php:70
2502
- #@ backwpup
2503
- msgid "Job restarted, bcause inactivity!"
2504
- msgstr "Auftrag neu gestartet, wegen Inaktivit&auml;t!"
2505
-
2506
- #: job/job_run.php:72
2507
- #, php-format
2508
- #@ backwpup
2509
- msgid "Second Prozess is running, bcause old job runs! Start type is %s"
2510
- msgstr "Ein zweiter Prozess l&auml;uft, weil alte/ bisherige Auftr&auml;ge laufen! Startzeit ist %s"
2511
-
2512
- #: job/job_run.php:100
2513
- #, php-format
2514
- #@ backwpup
2515
- msgid "Can not find job step file: %s"
2516
- msgstr "Datei mit Abarbeitungsschritten kann nicht gefunden werden: %s"
2517
-
2518
- #: job/job_run.php:119
2519
- #, php-format
2520
- #@ backwpup
2521
- msgid "[INFO]: PHP Safe mode is ON! Maximum script execution time is %1$d sec."
2522
- msgstr "[INFO]: PHP-Safemode ist AN! Die maximale Skriptausf&uuml;hrzeit ist %1$d Sekunden"
2523
-
2524
- #: job/job_run.php:138
2525
- #@ backwpup
2526
- msgid "No destination defineid for backup!!! Please correct job settings"
2527
- msgstr "Kein Zielort f&uuml;r die Datensicherung festgelegt!!! Bitte korrigieren Sie die Auftragseinstellungen."
2528
-
2529
- #: job/job_run.php:160
2530
- #@ backwpup
2531
- msgid "Step arborted has too many trys!"
2532
- msgstr "Schritt wurde abgebrochen - hat zuviele Versuche!"
2533
-
2534
- #: job/job_run.php:162
2535
- #, php-format
2536
- #@ backwpup
2537
- msgid "Can not find job step function %s!"
2538
- msgstr "Funktion f&uuml;r die Auftragsschritte kann nicht gefunden werden %s!"
2539
-
2540
- #: job/job_start.php:21
2541
- #, php-format
2542
- #@ backwpup
2543
- msgid "Can not create temp folder: %s"
2544
- msgstr "Temp-Ordner kann nicht erstellt werden: %s"
2545
-
2546
- #: job/job_start.php:117
2547
- #, php-format
2548
- #@ backwpup
2549
- msgid "Can not create folder for log files: %s"
2550
- msgstr "Ordner f&uuml;r Protokolldateien kann nicht erstellt werden: %s"
2551
-
2552
- #: job/job_start.php:157
2553
- #, php-format
2554
- #@ backwpup
2555
- msgid "BackWPup log for %1$s from %2$s at %3$s"
2556
- msgstr "BackWPup-Protokoll f&uuml;r %1$s von %2$s am %3$s"
2557
-
2558
- #: job/job_start.php:185
2559
- #, php-format
2560
- #@ backwpup
2561
- msgid "Can not create folder for backups: %1$s"
2562
- msgstr "Ordner f&uuml;r Datensicherungen kann nicht erstellt werden: %1$s"
2563
-
2564
- #: job/wp_export.php:11
2565
- #, php-format
2566
- #@ backwpup
2567
- msgid "%d. try for wordpress export to XML file..."
2568
- msgstr "%d. Versuche WordPress-XML-Datei zu exportieren ..."
2569
-
2570
- #: job/wp_export.php:81
2571
- #, php-format
2572
- #@ backwpup
2573
- msgid "Add XML export \"%1$s\" to backup list with %2$s"
2574
- msgstr "F&uuml;ge XML-Export \"%1$s\" der Datensicherungs-Liste hinzu, mit %2$s"
2575
-
2576
- #: pages/func_backwpupeditjob.php:18
2577
- #@ backwpup
2578
- msgid "PHP curl functions not available! Most backup destinations deaktivated!"
2579
- msgstr "PHP cURL-Funktionen nicht verf&uuml;gbar! Daher werden die meisten Datensicherungsziele deaktiviert!"
2580
-
2581
- #: pages/page_backwpupsettings.php:115
2582
- #@ backwpup
2583
- msgid "PHP zip class"
2584
- msgstr "PHP ZIP-Klasse"
2585
-
2586
- #: pages/page_backwpupsettings.php:116
2587
- #@ backwpup
2588
- msgid "PHP zip"
2589
- msgstr "PHP-ZIP"
2590
-
2591
- #: pages/page_backwpupsettings.php:118
2592
- #@ backwpup
2593
- msgid "Use PHP zip class if available! Normaly PCL Zip class will used."
2594
- msgstr "Benutze die PHP ZIP-Klasse, falls verf&uuml;gbar! Normalerweise wird die PCL ZIP-Klasse benutzt."
2595
-
2596
- #: job/job_run.php:108
2597
- #, php-format
2598
- #@ default
2599
- msgid "[INFO]: BackWPup version %1$s, WordPress version %4$s Copyright &copy; %2$s %3$s"
2600
- msgstr "[INFO]: BackWPup Version %1$s, WordPress Version %4$s Urheberrecht &copy; %2$s %3$s"
2601
-
2602
- #: backwpup-functions.php:758
2603
- #@ backwpup
2604
- msgid "- PHP 5.2.4 or higher is needed!"
2605
- msgstr "- PHP Version 5.2.4 oder h&ouml;her ist erforderlich!"
2606
-
2607
- #: backwpup-functions.php:781
2608
- #@ backwpup
2609
- msgid "- WP-Cron isn't working, please check it!"
2610
- msgstr "- WP-Cron funktioniert nicht, bitte pr&uuml;fen Sie die Funktion!"
2611
-
2612
- #: job/dest_dropbox.php:37
2613
- #: job/dest_gstorage.php:27
2614
- #: job/dest_msazure.php:25
2615
- #: job/dest_s3.php:30
2616
- #: job/dest_sugarsync.php:37
2617
- #, php-format
2618
- #@ backwpup
2619
- msgid "Backup transferred to %s"
2620
- msgstr "Datensicherung &uuml;bertragen zu %s"
2621
-
2622
- #: job/dest_gstorage.php:16
2623
- #, php-format
2624
- #@ backwpup
2625
- msgid "Connected to GStorage Bucket: %s"
2626
- msgstr "Verbunden mit dem GStorage Bucket: %s"
2627
-
2628
- #: job/dest_gstorage.php:21
2629
- #@ backwpup
2630
- msgid "Upload to GStorage now started... "
2631
- msgstr "Hochladen zu GStorage hat begonnen ... "
2632
-
2633
- #: job/dest_gstorage.php:31
2634
- #, php-format
2635
- #@ backwpup
2636
- msgid "Can not transfer backup to GStorage! (%1$d) %2$s"
2637
- msgstr "Datensicherung kann nicht zu GStorage &uuml;bertragen werden! (%1$d) %2$s"
2638
-
2639
- #: job/dest_gstorage.php:34
2640
- #, php-format
2641
- #@ backwpup
2642
- msgid "GStorage Bucket \"%s\" not exists!"
2643
- msgstr "GStorage Bucket \"%s\" existiert nicht!"
2644
-
2645
- #: job/dest_gstorage.php:37
2646
- #: job/dest_gstorage.php:66
2647
- #: pages/func_backwpupbackups.php:392
2648
- #: pages/header_backwpupbackups.php:50
2649
- #, php-format
2650
- #@ backwpup
2651
- msgid "GStorage API: %s"
2652
- msgstr "GStorage-API: %s"
2653
-
2654
- #: job/dest_gstorage.php:58
2655
- #, php-format
2656
- #@ backwpup
2657
- msgid "Can not delete backup on GStorage://%s"
2658
- msgstr "Datensicherung kann nicht gel&ouml;scht werden bei GStorage://%s"
2659
-
2660
- #: job/dest_gstorage.php:61
2661
- #, php-format
2662
- #@ backwpup
2663
- msgid "One file deleted on GStorage Bucket"
2664
- msgid_plural "%d files deleted on GStorage Bucket"
2665
- msgstr[0] "Eine Datei im GStorage Bucket gel&ouml;scht"
2666
- msgstr[1] "%d Dateien im GStorage Bucket gel&ouml;scht"
2667
-
2668
- #: job/dest_s3.php:34
2669
- #, php-format
2670
- #@ backwpup
2671
- msgid "Can not transfer backup to S3! (%1$d) %2$s"
2672
- msgstr "Datensicherung kann nicht zu Amazon S3 &uuml;bertragen werden! (%1$d) %2$s"
2673
-
2674
- #: pages/func_backwpupeditjob.php:500
2675
- #: pages/func_backwpupeditjob.php:565
2676
- #@ backwpup
2677
- msgid "Missing access key!"
2678
- msgstr "Der Zugangsschl&uuml;ssel (Access Key) fehlt!"
2679
-
2680
- #: pages/func_backwpupeditjob.php:507
2681
- #: pages/func_backwpupeditjob.php:572
2682
- #@ backwpup
2683
- msgid "Missing secret access key!"
2684
- msgstr "Der Geheime Zugangsschl&uuml;ssel (Secret Access Key) fehlt!"
2685
-
2686
- #: pages/func_backwpupeditjob.php:531
2687
- #: pages/func_backwpupeditjob.php:598
2688
- #@ backwpup
2689
- msgid "No bucket fount!"
2690
- msgstr "Kein Bucket gefunden!"
2691
-
2692
- #: pages/header_backwpupeditjob.php:24
2693
- #@ backwpup
2694
- msgid "Wrong Token for Dropbox authentication received!"
2695
- msgstr "Falschen Token f&uuml;r die Dropbox-Authentifizierung erhalten!"
2696
-
2697
- #: pages/header_backwpupeditjob.php:27
2698
- #@ backwpup
2699
- msgid "No Dropbox authentication received!"
2700
- msgstr "Keine Dropbox-Authentifizierung erhalten!"
2701
-
2702
- #: pages/header_backwpuplogs.php:59
2703
- #@ backwpup
2704
- msgid "Here you can manage the log files of the jobs. You can download, view, or delete them."
2705
- msgstr "Hier k&ouml;nnen Sie die Protokolldateien der Auftr&auml;ge verwalten. Sie k&ouml;nnen diese Herunterladen, ansehen oder l&ouml;schen."
2706
-
2707
- #: pages/page_backwpupsettings.php:18
2708
- #@ backwpup
2709
- msgid "Here you can set the options for email sending. The settings will be used in jobs for sending backups via email or for sending log files."
2710
- msgstr "Hier k&ouml;nnen Sie die Einstellungen f&uuml;r den E-Mail-Versand festlegen. Diese Einstellungen werden benutzt beim Senden von Datensicherungen via E-Mail sowie zum Versenden von Protokollen."
2711
-
2712
- #: pages/page_backwpupsettings.php:80
2713
- #@ backwpup
2714
- msgid "Here you can set Logfile related options."
2715
- msgstr "Hier k&ouml;nnen Sie Einstellungen f&uuml;r die Protokolle festlegen."
2716
-
2717
- #: pages/page_backwpupsettings.php:102
2718
- #@ backwpup
2719
- msgid "Here you can set Job related options."
2720
- msgstr "Hier k&ouml;nnen Sie Einstellungen f&uuml;r die Auftr&auml;ge festlegen."
2721
-
2722
- #: pages/page_backwpupsettings.php:110
2723
- #@ backwpup
2724
- msgid "Max. retrys for job script retries"
2725
- msgstr "Maximale Wiederholungsversuche f&uuml;r das Skript"
2726
-
2727
- #: pages/page_backwpupsettings.php:135
2728
- #@ backwpup
2729
- msgid "Http basic authentication"
2730
- msgstr "HTTP-Basis-Authentifizierung"
2731
-
2732
- #: pages/page_backwpupsettings.php:136
2733
- #@ backwpup
2734
- msgid "Is your blog behind a http basic authentication (.htaccess)? Then you must set the username and password four authentication."
2735
- msgstr "Liegt Ihre Webseite/ Ihr Blog hinter einer HTTP-Basis-Authentifizierung (.htaccess)? Dann m&uuml;ssen Sie den Benutzername und das Passwort f&uuml;r die Authentifizierung hier angeben."
2736
-
2737
- #: pages/page_backwpupsettings.php:160
2738
- #: pages/page_backwpupsettings.php:161
2739
- #@ backwpup
2740
- msgid "Use cron service of backwpup.com"
2741
- msgstr "Cron-Dienst von BackWPup.com benutzen"
2742
-
2743
- #: pages/page_backwpupsettings.php:163
2744
- #@ backwpup
2745
- msgid "If you check this, the job schedule will submited to backwpup.com. Backwpup.com will call your blog wp-cron.php to start. <em>Use this service only if you have not a cron service of your hoster, or a blog that has a few visitors.</em> The cron service can start cron behind a basic authentication, on that the http authentication data will transferd too! Please make a little donation for the plugin if you use this servcie. The service can be removed by me without a massage."
2746
- msgstr "Wenn Sie diese Einstellung setzen, wird Ihre Auftragsplanung an BackWPup.com &uuml;bermittelt. BackWPup.com wird die Datei wp-cron.php von Ihrer Webseite/ Ihrem Blog aufrufen, um den Auftrag zu starten. <em>Benutzen Sie diesen Dienst nur, wenn Ihr Webhoster keinen Cron-Dienst anbietet, oder Ihre Webseite/ Ihr Blog nur wenige Besucher hat.</em> Der Cron-Dienst kann den Cron hinter einer Basis-Authentifizierung starten, an diesen werden dann auch die HTTP-Authentifizierungsdaten gesandt! -- Bitte spenden Sie doch einen kleinen Betrag, falls Sie diesen Cron-Dienst nutzen. -- Wichtiger Hinweis: Dieser externe Service kann jederzeit wieder geschlossen werden, auch ohne Benachrichtigung!"
2747
-
2748
- #: pages/page_backwpuptools.php:43
2749
- #@ backwpup
2750
- msgid "Copy SQL file to blog root folder to use for a restoring."
2751
- msgstr "Kopieren Sie die SQL-Datei in den root-Ordner Ihrer Webseite (bzw. WordPress-Installation), damit die Datei f&uuml;r eine Wiederherstellung genutzt werden kann."
2752
-
2753
- #: pages/tools/db_restore.php:92
2754
- #@ backwpup
2755
- msgid "Restore Done. Please delete the SQL file after restoring."
2756
- msgstr "Wiederherstellung abgeschlossen. Bitte l&ouml;schen Sie die SQL-Datei nach der Wiederherstellung."
2757
-
2758
- #: backwpup-functions.php:754
2759
- #, php-format
2760
- #@ backwpup
2761
- msgid "- WordPress %d or higher is needed!"
2762
- msgstr "- WordPress Version %d oder h&ouml;her ist erforderlich!"
2763
-
2764
- #: backwpup-functions.php:765
2765
- #, php-format
2766
- #@ backwpup
2767
- msgid "- Log folder '%s' does not exists!"
2768
- msgstr "- Protokolldateienordner '%s' existiert nicht!"
2769
-
2770
- #: backwpup-functions.php:768
2771
- #, php-format
2772
- #@ backwpup
2773
- msgid "- Log folder '%s' is not writeable!"
2774
- msgstr "- Protokolldateienordner '%s' ist nicht beschreibbar!"
2775
-
2776
- #: backwpup-functions.php:771
2777
- #, php-format
2778
- #@ backwpup
2779
- msgid "- Log folder '%s' is not in open_basedir path!"
2780
- msgstr "- Protokolldateienordner '%s' liegt nicht im open_basedir Pfad!"
2781
-
2782
- #: backwpup-functions.php:774
2783
- #, php-format
2784
- #@ backwpup
2785
- msgid "- WP_CONTENT_URL '%s' must set as a full URL!"
2786
- msgstr "- WP_CONTENT_URL '%s' muss als eine komplette URL festgelegt sein!"
2787
-
2788
- #: backwpup-functions.php:777
2789
- #, php-format
2790
- #@ backwpup
2791
- msgid "- WP_PLUGIN_URL '%s' must set as a full URL!"
2792
- msgstr "- WP_PLUGIN_URL '%s' muss als eine komplette URL festgelegt sein!"
2793
-
2794
- #. translators: plugin header field 'Description'
2795
- #: backwpup.php:0
2796
- #@ backwpup
2797
- msgid "WordPress Backup and more..."
2798
- msgstr "WordPress-Datensicherung und mehr ..."
2799
-
2800
- #: job/job_functions.php:507
2801
- #@ backwpup
2802
- msgid "Can not restart on alternate cron...."
2803
- msgstr "Alternativer Cronjob (Auftragsplanung) kann nicht neu gestartet werden ..."
2804
-
2805
- #: backwpup-functions.php:97
2806
- #: backwpup-functions.php:104
2807
- #@ backwpup
2808
- msgid "Plugin Info"
2809
- msgstr "Plugin Informationen"
2810
-
2811
- #: backwpup-functions.php:111
2812
- #@ backwpup
2813
- msgid "Overview"
2814
- msgstr "Übersicht"
2815
-
2816
- #: backwpup-functions.php:118
2817
- #: backwpup-functions.php:128
2818
- #: backwpup-functions.php:141
2819
- #: backwpup-functions.php:153
2820
- #@ backwpup
2821
- msgid "Documentation"
2822
- msgstr "Dokumentation"
2823
-
2824
- #: backwpup-functions.php:120
2825
- #: backwpup-functions.php:130
2826
- #@ backwpup
2827
- msgid ">Support Forums"
2828
- msgstr ""
2829
-
2830
- #: backwpup-functions.php:122
2831
- #: backwpup-functions.php:132
2832
- #: backwpup-functions.php:145
2833
- #: backwpup-functions.php:157
2834
- #@ backwpup
2835
- msgid "Google+"
2836
- msgstr ""
2837
-
2838
- #: backwpup-functions.php:143
2839
- #: backwpup-functions.php:155
2840
- #@ backwpup
2841
- msgid "Support Forums"
2842
- msgstr "Support Foren"
2843
-
2844
- #. translators: plugin header field 'Version'
2845
- #: backwpup.php:0
2846
- #@ backwpup
2847
- msgid "2.1.10"
2848
- msgstr ""
2849
-
2850
- #: job/job_functions.php:487
2851
- #, php-format
2852
- #@ backwpup
2853
- msgid "Signal %d send to script!"
2854
- msgstr ""
2855
-
2856
- #: job/job_run.php:114
2857
- #@ backwpup
2858
- msgid "[INFO]: BackWPup job started by cron"
2859
- msgstr ""
2860
-
2861
- #: job/job_run.php:116
2862
- #@ backwpup
2863
- msgid "[INFO]: BackWPup job started manualy"
2864
- msgstr ""
2865
-
2866
- #: pages/func_backwpupeditjob.php:257
2867
- #@ backwpup
2868
- msgid "US-Standard (Northern Virginia & Washington State)"
2869
- msgstr ""
2870
-
2871
- #: pages/func_backwpupeditjob.php:257
2872
- #@ backwpup
2873
- msgid "US-West 1 (Northern California)"
2874
- msgstr ""
2875
-
2876
- #: pages/func_backwpupeditjob.php:257
2877
- #@ backwpup
2878
- msgid "US-West 2 (Oregon)"
2879
- msgstr ""
2880
-
2881
- #: pages/func_backwpupeditjob.php:257
2882
- #@ backwpup
2883
- msgid "South America (Sao Paulo)"
2884
- msgstr ""
2885
-
2886
- #: pages/func_backwpupeditjob.php:257
2887
- #@ backwpup
2888
- msgid "United States GovCloud"
2889
- msgstr ""
2890
-
2891
- #: pages/func_backwpupeditjob.php:257
2892
- #@ backwpup
2893
- msgid "United States GovCloud FIPS 140-2"
2894
- msgstr ""
2895
-
 
 
 
 
 
 
 
 
 
1
+ # This German Language File: Copyright (C) 2011-2012 by David Decker of deckerweb.de & genesisthemes.de
2
+ # This file is distributed under the same license as the BackWPup package.
3
+ #
4
+ # Weitere deutsche Sprachdateien fuer WordPress-Plugins und -Themes finden Sie unter:
5
+ # --> http://deckerweb.de/sprachdateien/
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: BackWPup 2.x Branch\n"
10
+ "Report-Msgid-Bugs-To: http://backwpup.com/forum/\n"
11
+ "POT-Creation-Date: 2010-06-23 17:08+0000\n"
12
+ "PO-Revision-Date: 2012-07-27 20:08+0100\n"
13
+ "Last-Translator: David Decker <deckerweb.mobil@googlemail.com>\n"
14
+ "Language-Team: DECKERWEB <deckerweb.mobil@googlemail.com>\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
+ "X-Poedit-Language: German\n"
20
+ "X-Poedit-Country: GERMANY\n"
21
+ "X-Poedit-SourceCharset: utf-8\n"
22
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
23
+ "X-Poedit-Basepath: .\n"
24
+ "X-Textdomain-Support: yes\n"
25
+ "X-Poedit-SearchPath-0: .\n"
26
+
27
+ #@ backwpup
28
+ #: job/job_functions.php:256
29
+ msgid "[WARNING]"
30
+ msgstr "[WARNUNG]"
31
+
32
+ #@ backwpup
33
+ #: job/job_functions.php:262
34
+ msgid "[ERROR]"
35
+ msgstr "[FEHLER]"
36
+
37
+ #@ backwpup
38
+ #: job/job_functions.php:266
39
+ msgid "[DEPRECATED]"
40
+ msgstr "[VERALTET]"
41
+
42
+ #@ backwpup
43
+ #: job/job_functions.php:269
44
+ msgid "[STRICT NOTICE]"
45
+ msgstr "[STRENGER HINWEIS]"
46
+
47
+ #@ backwpup
48
+ #: job/job_functions.php:272
49
+ msgid "[RECOVERABLE ERROR]"
50
+ msgstr "[LÖSBARER FEHLER]"
51
+
52
+ #@ backwpup
53
+ #: job/job_functions.php:113
54
+ #, php-format
55
+ msgid "Memory increased from %1$s to %2$s"
56
+ msgstr "Speicher(limit) erhöht von %1$s auf %2$s"
57
+
58
+ #@ backwpup
59
+ #: job/db_check.php:34
60
+ #: job/db_check.php:36
61
+ #: job/db_check.php:38
62
+ #, php-format
63
+ msgid "Result of table check for %1$s is: %2$s"
64
+ msgstr "Ergebnis für den Tabellencheck für %1$s, ist %2$s"
65
+
66
+ #@ backwpup
67
+ #: pages/tools/db_restore.php:68
68
+ #: pages/tools/db_restore.php:79
69
+ #: pages/tools/db_restore.php:82
70
+ #: pages/tools/db_restore.php:85
71
+ #: pages/tools/db_restore.php:90
72
+ #, php-format
73
+ msgid "BackWPup database error %1$s for query %2$s"
74
+ msgstr "BackWPup-Datenbankfehler %1$s für die Anfrage %2$s"
75
+
76
+ #@ backwpup
77
+ #: job/db_check.php:49
78
+ #: job/db_check.php:51
79
+ #: job/db_check.php:53
80
+ #, php-format
81
+ msgid "Result of table repair for %1$s is: %2$s"
82
+ msgstr "Ergebnis der Tabellenreparatur für %1$s ist: %2$s"
83
+
84
+ #@ backwpup
85
+ #: job/db_check.php:59
86
+ msgid "Database check done!"
87
+ msgstr "Datenbank-Check fertig!"
88
+
89
+ #@ backwpup
90
+ #: job/db_optimize.php:35
91
+ #: job/db_optimize.php:37
92
+ #: job/db_optimize.php:39
93
+ #, php-format
94
+ msgid "Result of table optimize for %1$s is: %2$s"
95
+ msgstr "Ergebnis der Tabellenoptimierung für %1$s ist: %2$s"
96
+
97
+ #@ backwpup
98
+ #: job/db_optimize.php:41
99
+ msgid "Database optimize done!"
100
+ msgstr "Datenbankoptimierung fertig!"
101
+
102
+ #@ backwpup
103
+ #: job/dest_ftp.php:88
104
+ msgid "Can not Entering Passive Mode"
105
+ msgstr "Einstieg in den passiven Modus nicht möglich"
106
+
107
+ #@ backwpup
108
+ #: job/dest_mail.php:22
109
+ msgid "Send mail with SMTP"
110
+ msgstr "E-Mail senden mit SMTP"
111
+
112
+ #@ backwpup
113
+ #: job/dest_mail.php:26
114
+ msgid "Send mail with Sendmail"
115
+ msgstr "E-Mail senden mit Sendmail"
116
+
117
+ #@ backwpup
118
+ #: job/dest_mail.php:29
119
+ msgid "Send mail with PHP mail"
120
+ msgstr "E-Mail senden mit PHP mail"
121
+
122
+ #@ backwpup
123
+ #: job/dest_mail.php:32
124
+ msgid "Creating mail"
125
+ msgstr "E-Mail erstellen"
126
+
127
+ #@ backwpup
128
+ #: job/dest_mail.php:54
129
+ msgid "Send mail...."
130
+ msgstr "E-Mail wird gesendet ..."
131
+
132
+ #@ backwpup
133
+ #: job/dest_mail.php:59
134
+ msgid "Mail send!!!"
135
+ msgstr "E-Mail wurde gesendet!!!"
136
+
137
+ #@ backwpup
138
+ #: pages/page_backwpupworking.php:37
139
+ msgid "Errors:"
140
+ msgstr "Fehler:"
141
+
142
+ #@ backwpup
143
+ #: pages/page_backwpupworking.php:33
144
+ msgid "Warnings:"
145
+ msgstr "Warnungen:"
146
+
147
+ #@ backwpup
148
+ #. translators: plugin header field 'Name'
149
+ #: backwpup-functions.php:4
150
+ #: backwpup-functions.php:286
151
+ #: backwpup-functions.php:511
152
+ #: backwpup.php:0
153
+ msgid "BackWPup"
154
+ msgstr "BackWPup"
155
+
156
+ #@ backwpup
157
+ #: pages/func_backwpuplogs.php:80
158
+ msgid "Job"
159
+ msgstr "Auftrag"
160
+
161
+ #@ backwpup
162
+ #: pages/func_backwpup.php:57
163
+ #: pages/func_backwpupeditjob.php:171
164
+ #: pages/func_backwpuplogs.php:81
165
+ msgid "Type"
166
+ msgstr "Typ"
167
+
168
+ #@ backwpup
169
+ #: pages/func_backwpuplogs.php:82
170
+ msgid "Backup/Log Date/Time"
171
+ msgstr "Datensicherung/Protokoll Datum/Zeit"
172
+
173
+ #@ backwpup
174
+ #: pages/func_backwpuplogs.php:83
175
+ msgid "Status"
176
+ msgstr "Status"
177
+
178
+ #@ backwpup
179
+ #: pages/func_backwpupbackups.php:184
180
+ #: pages/func_backwpuplogs.php:84
181
+ msgid "Size"
182
+ msgstr "Größe"
183
+
184
+ #@ backwpup
185
+ #: pages/func_backwpuplogs.php:85
186
+ msgid "Runtime"
187
+ msgstr "Laufzeit"
188
+
189
+ #@ backwpup
190
+ #: pages/func_backwpup.php:55
191
+ msgid "ID"
192
+ msgstr "ID"
193
+
194
+ #@ backwpup
195
+ #: pages/func_backwpup.php:56
196
+ msgid "Job Name"
197
+ msgstr "Auftragsname"
198
+
199
+ #@ backwpup
200
+ #: pages/func_backwpup.php:59
201
+ msgid "Next Run"
202
+ msgstr "Nächster Durchlauf"
203
+
204
+ #@ backwpup
205
+ #: pages/func_backwpup.php:60
206
+ msgid "Last Run"
207
+ msgstr "Letzter Durchlauf"
208
+
209
+ #@ backwpup
210
+ #: backwpup-functions.php:278
211
+ msgid "Support"
212
+ msgstr "Hilfe + Unterstützung (Support)"
213
+
214
+ #@ backwpup
215
+ #: backwpup-functions.php:112
216
+ #: backwpup-functions.php:122
217
+ #: backwpup-functions.php:135
218
+ #: backwpup-functions.php:147
219
+ #: backwpup-functions.php:277
220
+ msgid "FAQ"
221
+ msgstr "FAQ"
222
+
223
+ #@ backwpup
224
+ #: backwpup-functions.php:114
225
+ #: backwpup-functions.php:124
226
+ #: backwpup-functions.php:137
227
+ #: backwpup-functions.php:149
228
+ #: backwpup-functions.php:279
229
+ msgid "Donate"
230
+ msgstr "Spenden"
231
+
232
+ #@ backwpup
233
+ #: backwpup-functions.php:267
234
+ msgid "Go to Settings Page"
235
+ msgstr "Gehe zur Einstellungsseite"
236
+
237
+ #@ backwpup
238
+ #: backwpup-functions.php:17
239
+ #: backwpup-functions.php:267
240
+ msgid "Settings"
241
+ msgstr "Einstellungen"
242
+
243
+ #@ backwpup
244
+ #: backwpup-functions.php:343
245
+ msgid "WP XML Export"
246
+ msgstr "WP XML Export"
247
+
248
+ #@ backwpup
249
+ #: backwpup-functions.php:349
250
+ msgid "Database Backup"
251
+ msgstr "Datenbank-Sicherung"
252
+
253
+ #@ backwpup
254
+ #: backwpup-functions.php:346
255
+ #: pages/page_backwpupeditjob.php:96
256
+ msgid "File Backup"
257
+ msgstr "Dateien-Sicherung"
258
+
259
+ #@ backwpup
260
+ #: backwpup-functions.php:352
261
+ msgid "Optimize Database Tables"
262
+ msgstr "Datenbanktabellen optimieren"
263
+
264
+ #@ backwpup
265
+ #: backwpup-functions.php:355
266
+ msgid "Check Database Tables"
267
+ msgstr "Datenbanktabellen checken"
268
+
269
+ #@ backwpup
270
+ #: backwpup-functions.php:434
271
+ #: backwpup-functions.php:464
272
+ #: backwpup-functions.php:492
273
+ #: pages/page_backwpupsettings.php:59
274
+ msgid "none"
275
+ msgstr "nichts"
276
+
277
+ #@ backwpup
278
+ #: backwpup-functions.php:485
279
+ msgid "Edit Job"
280
+ msgstr "Auftrag bearbeiten"
281
+
282
+ #@ backwpup
283
+ #: pages/func_backwpup.php:128
284
+ msgid "Running since:"
285
+ msgstr "Läuft seit:"
286
+
287
+ #@ backwpup
288
+ #: pages/func_backwpup.php:128
289
+ #: pages/func_backwpup.php:144
290
+ #: pages/func_backwpuplogs.php:153
291
+ msgid "sec."
292
+ msgstr "Sek."
293
+
294
+ #@ backwpup
295
+ #: pages/page_backwpupeditjob.php:25
296
+ msgid "BackWPup Job Settings"
297
+ msgstr "BackWPup Auftragseinstellungen"
298
+
299
+ #@ backwpup
300
+ #: pages/page_backwpupeditjob.php:8
301
+ msgid "Job Type"
302
+ msgstr "Auftrags-Typ"
303
+
304
+ #@ backwpup
305
+ #: pages/func_backwpupeditjob.php:25
306
+ msgid ""
307
+ "You are about to delete this Job. \n"
308
+ " 'Cancel' to stop, 'OK' to delete."
309
+ msgstr ""
310
+ "Sie sind dabei den Auftrag zu löschen. \n"
311
+ " 'Abbrechen', um zu stoppen, 'OK', um zu löschen."
312
+
313
+ #@ backwpup
314
+ #: pages/func_backwpup.php:47
315
+ #: pages/func_backwpup.php:103
316
+ #: pages/func_backwpupbackups.php:130
317
+ #: pages/func_backwpupbackups.php:227
318
+ #: pages/func_backwpupeditjob.php:25
319
+ #: pages/func_backwpuplogs.php:73
320
+ #: pages/func_backwpuplogs.php:127
321
+ msgid "Delete"
322
+ msgstr "Löschen"
323
+
324
+ #@ backwpup
325
+ #: pages/func_backwpupeditjob.php:28
326
+ msgid "Save Changes"
327
+ msgstr "Änderungen speichern"
328
+
329
+ #@ backwpup
330
+ #: pages/page_backwpupeditjob.php:9
331
+ msgid "Job Schedule"
332
+ msgstr "Auftragsplanung"
333
+
334
+ #@ backwpup
335
+ #: pages/func_backwpupeditjob.php:91
336
+ msgid "Activate scheduling"
337
+ msgstr "Planung aktiv?"
338
+
339
+ #@ backwpup
340
+ #: pages/func_backwpupeditjob.php:135
341
+ msgid "January"
342
+ msgstr "Januar"
343
+
344
+ #@ backwpup
345
+ #: pages/func_backwpupeditjob.php:136
346
+ msgid "February"
347
+ msgstr "Februar"
348
+
349
+ #@ backwpup
350
+ #: pages/func_backwpupeditjob.php:137
351
+ msgid "March"
352
+ msgstr "März"
353
+
354
+ #@ backwpup
355
+ #: pages/func_backwpupeditjob.php:138
356
+ msgid "April"
357
+ msgstr "April"
358
+
359
+ #@ backwpup
360
+ #: pages/func_backwpupeditjob.php:139
361
+ msgid "May"
362
+ msgstr "Mai"
363
+
364
+ #@ backwpup
365
+ #: pages/func_backwpupeditjob.php:140
366
+ msgid "June"
367
+ msgstr "Juni"
368
+
369
+ #@ backwpup
370
+ #: pages/func_backwpupeditjob.php:141
371
+ msgid "July"
372
+ msgstr "Juli"
373
+
374
+ #@ backwpup
375
+ #: pages/func_backwpupeditjob.php:143
376
+ msgid "September"
377
+ msgstr "September"
378
+
379
+ #@ backwpup
380
+ #: pages/func_backwpupeditjob.php:144
381
+ msgid "October"
382
+ msgstr "Oktober"
383
+
384
+ #@ backwpup
385
+ #: pages/func_backwpupeditjob.php:145
386
+ msgid "November"
387
+ msgstr "November"
388
+
389
+ #@ backwpup
390
+ #: pages/func_backwpupeditjob.php:146
391
+ msgid "December"
392
+ msgstr "Dezember"
393
+
394
+ #@ backwpup
395
+ #: pages/header_backwpupeditjob.php:299
396
+ msgid "Send log"
397
+ msgstr "Sende Protokoll"
398
+
399
+ #@ backwpup
400
+ #: pages/func_backwpupeditjob.php:60
401
+ msgid "E-Mail-Adress:"
402
+ msgstr "E-Mail-Adresse:"
403
+
404
+ #@ backwpup
405
+ #: pages/page_backwpupeditjob.php:45
406
+ #: pages/page_backwpupeditjob.php:71
407
+ msgid "Enter Job name here"
408
+ msgstr "Auftragsname hier eintragen"
409
+
410
+ #@ backwpup
411
+ #: pages/page_backwpupeditjob.php:77
412
+ msgid "Database Jobs"
413
+ msgstr "Datenbank-Aufträge"
414
+
415
+ #@ backwpup
416
+ #: pages/page_backwpupeditjob.php:91
417
+ msgid "Set Blog Maintenance Mode on Database Operations"
418
+ msgstr "Webseite/ Blog in den Wartungsmodus versetzen, während Datenbank-Operationen ausgeführt werden"
419
+
420
+ #@ backwpup
421
+ #: pages/page_backwpupeditjob.php:98
422
+ msgid "Blog Folders to Backup:"
423
+ msgstr "Webseiten-/ Blog-Ordner, die gesichert werden sollen:"
424
+
425
+ #@ backwpup
426
+ #: pages/page_backwpupeditjob.php:182
427
+ msgid "Include Folders to Backup:"
428
+ msgstr "Diese Ordner in die Sicherung einschließen:"
429
+
430
+ #@ backwpup
431
+ #: pages/page_backwpupeditjob.php:183
432
+ #: pages/page_backwpupeditjob.php:187
433
+ msgid "Example:"
434
+ msgstr "Beispiel:"
435
+
436
+ #@ backwpup
437
+ #: pages/page_backwpupeditjob.php:186
438
+ msgid "Exclude Files/Folders from Backup:"
439
+ msgstr "Dateien/ Ordner von der Sicherung ausschließen:"
440
+
441
+ #@ backwpup
442
+ #: pages/func_backwpupeditjob.php:224
443
+ #: pages/page_backwpupsettings.php:90
444
+ msgid "(Oldest files will deleted first.)"
445
+ msgstr "(Älteste Dateien werden zuerst gelöscht.)"
446
+
447
+ #@ backwpup
448
+ #: pages/header_backwpupeditjob.php:303
449
+ msgid "Backup to FTP Server"
450
+ msgstr "Datensicherung zum FTP-Server"
451
+
452
+ #@ backwpup
453
+ #: pages/func_backwpupeditjob.php:230
454
+ msgid "Hostname:"
455
+ msgstr "Hostname:"
456
+
457
+ #@ backwpup
458
+ #: pages/func_backwpupeditjob.php:234
459
+ #: pages/func_backwpupeditjob.php:325
460
+ #: pages/page_backwpupsettings.php:139
461
+ msgid "Username:"
462
+ msgstr "Benutzername:"
463
+
464
+ #@ backwpup
465
+ #: pages/func_backwpupeditjob.php:236
466
+ #: pages/func_backwpupeditjob.php:378
467
+ #: pages/page_backwpupsettings.php:144
468
+ msgid "Password:"
469
+ msgstr "Passwort:"
470
+
471
+ #@ backwpup
472
+ #: pages/header_backwpupeditjob.php:309
473
+ msgid "Backup to Amazon S3"
474
+ msgstr "Datensicherung zu Amazon S3"
475
+
476
+ #@ backwpup
477
+ #: pages/func_backwpupeditjob.php:250
478
+ msgid "Access Key ID:"
479
+ msgstr "Access Key ID (Zugangsschlüssel-ID):"
480
+
481
+ #@ backwpup
482
+ #: pages/func_backwpupeditjob.php:252
483
+ msgid "Secret Access Key:"
484
+ msgstr "Secret Access Key (Geheimer Schlüssel):"
485
+
486
+ #@ backwpup
487
+ #: pages/func_backwpupeditjob.php:254
488
+ #: pages/func_backwpupeditjob.php:279
489
+ msgid "Bucket:"
490
+ msgstr "Bucket:"
491
+
492
+ #@ backwpup
493
+ #: pages/header_backwpupeditjob.php:301
494
+ msgid "Backup to E-Mail"
495
+ msgstr "Datensicherung via E-Mail"
496
+
497
+ #@ backwpup
498
+ #: pages/func_backwpupeditjob.php:432
499
+ msgid "Max. File Size for sending Backups with mail:"
500
+ msgstr "Maximale Dateigröße zum Senden von Datensicherungen via E-Mail:"
501
+
502
+ #@ backwpup
503
+ #: backwpup-functions.php:500
504
+ #: pages/page_backwpuplogs.php:8
505
+ msgid "BackWPup Logs"
506
+ msgstr "BackWPup Protokolle"
507
+
508
+ #@ backwpup
509
+ #: backwpup-functions.php:5
510
+ #: backwpup-functions.php:514
511
+ #: pages/page_backwpupsettings.php:101
512
+ msgid "Jobs"
513
+ msgstr "Aufträge"
514
+
515
+ #@ backwpup
516
+ #: backwpup-functions.php:11
517
+ #: backwpup-functions.php:515
518
+ #: pages/header_backwpupbackups.php:327
519
+ #: pages/header_backwpuplogs.php:61
520
+ #: pages/page_backwpupsettings.php:79
521
+ msgid "Logs"
522
+ msgstr "Protokolldateien"
523
+
524
+ #@ backwpup
525
+ #: backwpup-functions.php:15
526
+ msgid "Tools"
527
+ msgstr "Werkzeuge"
528
+
529
+ #@ backwpup
530
+ #: pages/func_backwpuplogs.php:124
531
+ msgid "View log"
532
+ msgstr "Protokoll ansehen"
533
+
534
+ #@ backwpup
535
+ #: pages/func_backwpuplogs.php:126
536
+ msgid "View"
537
+ msgstr "Ansehen"
538
+
539
+ #@ backwpup
540
+ #: pages/func_backwpuplogs.php:147
541
+ msgid "only Log"
542
+ msgstr "nur Protokoll"
543
+
544
+ #@ backwpup
545
+ #: pages/header_backwpupsettings.php:44
546
+ msgid "Settings saved"
547
+ msgstr "Einstellungen gespeichert"
548
+
549
+ #@ backwpup
550
+ #: pages/header_backwpup.php:44
551
+ msgid "Copy of"
552
+ msgstr "Kopie von"
553
+
554
+ #@ backwpup
555
+ #: pages/page_backwpupsettings.php:10
556
+ msgid "BackWPup Settings"
557
+ msgstr "BackWPup-Einstellungen"
558
+
559
+ #@ backwpup
560
+ #: pages/page_backwpupsettings.php:17
561
+ msgid "Send Mail"
562
+ msgstr "Send Mail"
563
+
564
+ #@ backwpup
565
+ #: pages/page_backwpupsettings.php:34
566
+ msgid "PHP: mail()"
567
+ msgstr "PHP: mail()"
568
+
569
+ #@ backwpup
570
+ #: pages/page_backwpupsettings.php:35
571
+ msgid "Sendmail"
572
+ msgstr "Sendmail"
573
+
574
+ #@ backwpup
575
+ #: pages/page_backwpupsettings.php:36
576
+ msgid "SMTP"
577
+ msgstr "SMTP"
578
+
579
+ #@ backwpup
580
+ #: pages/page_backwpuptools.php:8
581
+ msgid "BackWPup Tools"
582
+ msgstr "BackWPup-Werkzeuge"
583
+
584
+ #@ backwpup
585
+ #: pages/page_backwpuptools.php:15
586
+ msgid "Database restore"
587
+ msgstr "Datenbank wiederherstellen"
588
+
589
+ #@ backwpup
590
+ #: pages/page_backwpuptools.php:21
591
+ #: pages/page_backwpuptools.php:40
592
+ msgid "Restore"
593
+ msgstr "Wiederherstellen"
594
+
595
+ #@ backwpup
596
+ #: pages/page_backwpuptools.php:37
597
+ msgid "SQL File to restore:"
598
+ msgstr "SQL-Datei zur Wiederherstellung:"
599
+
600
+ #@ backwpup
601
+ #: backwpup-functions.php:7
602
+ #: pages/page_backwpup.php:8
603
+ #: pages/page_backwpupeditjob.php:25
604
+ msgid "Add New"
605
+ msgstr "Neuer Auftrag"
606
+
607
+ #@ backwpup
608
+ #: pages/func_backwpup.php:97
609
+ msgid "Edit:"
610
+ msgstr "Bearbeiten:"
611
+
612
+ #@ backwpup
613
+ #: pages/func_backwpup.php:100
614
+ msgid "Edit"
615
+ msgstr "Bearbeiten"
616
+
617
+ #@ backwpup
618
+ #: pages/func_backwpup.php:101
619
+ msgid "Copy"
620
+ msgstr "Kopieren"
621
+
622
+ #@ backwpup
623
+ #: pages/func_backwpup.php:104
624
+ msgid "Run Now"
625
+ msgstr "Jetzt starten"
626
+
627
+ #@ backwpup
628
+ #: pages/func_backwpup.php:132
629
+ msgid "Inactive"
630
+ msgstr "Inaktiv"
631
+
632
+ #@ backwpup
633
+ #: pages/func_backwpup.php:144
634
+ msgid "Runtime:"
635
+ msgstr "Laufzeit:"
636
+
637
+ #@ backwpup
638
+ #: pages/func_backwpup.php:146
639
+ msgid "None"
640
+ msgstr "Nichts"
641
+
642
+ #@ backwpup
643
+ #: pages/tools/db_restore.php:34
644
+ #: pages/tools/db_restore.php:53
645
+ #: pages/tools/db_restore.php:68
646
+ #: pages/tools/db_restore.php:79
647
+ #: pages/tools/db_restore.php:82
648
+ #: pages/tools/db_restore.php:85
649
+ #: pages/tools/db_restore.php:90
650
+ msgid "ERROR:"
651
+ msgstr "FEHLER:"
652
+
653
+ #@ backwpup
654
+ #: pages/tools/db_restore.php:34
655
+ #, php-format
656
+ msgid "Pleace set <i>$table_prefix = '%1$s';</i> in wp-config.php"
657
+ msgstr "Bitte setzen Sie <i>$table_prefix = '%1$s';</i> innerhalb der Datei wp-config.php"
658
+
659
+ #@ backwpup
660
+ #: pages/tools/db_restore.php:53
661
+ #, php-format
662
+ msgid "Pleace set <i>define('DB_CHARSET', '%1$s');</i> in wp-config.php"
663
+ msgstr "Bitte setzen Sie <i>define('DB_CHARSET', '%1$s');</i> in der Datei wp-config.php"
664
+
665
+ #@ backwpup
666
+ #: pages/tools/db_restore.php:74
667
+ #, php-format
668
+ msgid "%1$s Database Querys done."
669
+ msgstr "%1$s Datenbankabfragen fertig."
670
+
671
+ #@ backwpup
672
+ #: pages/tools/db_restore.php:75
673
+ msgid "Make changes for Blogurl and ABSPATH if needed."
674
+ msgstr "Machen Sie Änderungen an der Blogurl und bei ABSPATH, falls notwendig."
675
+
676
+ #@ backwpup
677
+ #: job/wp_export.php:38
678
+ #: job/wp_export.php:40
679
+ msgid "cURL:"
680
+ msgstr "cURL:"
681
+
682
+ #@ backwpup
683
+ #: job/dest_rsc.php:13
684
+ msgid "Connected to Rackspase ..."
685
+ msgstr "Verbunden mit Rackspace ..."
686
+
687
+ #@ backwpup
688
+ #: job/dest_rsc.php:29
689
+ #: job/dest_rsc.php:63
690
+ #: job/dest_rsc.php:92
691
+ msgid "Rackspase Cloud API:"
692
+ msgstr "Rackspace Cloud API (Schnittstelle):"
693
+
694
+ #@ backwpup
695
+ #: job/dest_rsc.php:34
696
+ msgid "Rackspase Cloud Container not exists:"
697
+ msgstr "Rackspace Cloud Container existiert nicht:"
698
+
699
+ #@ backwpup
700
+ #: job/dest_rsc.php:56
701
+ msgid "Backup File transferred to RSC://"
702
+ msgstr "Datensicherungsdatei übertragen zu RSC://"
703
+
704
+ #@ backwpup
705
+ #: job/dest_rsc.php:60
706
+ msgid "Can not transfer backup to RSC."
707
+ msgstr "Datensicherung kann nicht zu RSC übertragen werden."
708
+
709
+ #@ backwpup
710
+ #: job/dest_rsc.php:85
711
+ msgid "Can not delete file on RSC://"
712
+ msgstr "Datei kann nicht gelöscht werden auf RSC://"
713
+
714
+ #@ backwpup
715
+ #: pages/page_backwpupbackups.php:8
716
+ msgid "BackWPup Manage Backups"
717
+ msgstr "BackWPup-Datensicherungen verwalten"
718
+
719
+ #@ backwpup
720
+ #: backwpup-functions.php:13
721
+ #: backwpup-functions.php:516
722
+ msgid "Backups"
723
+ msgstr "Datensicherungen"
724
+
725
+ #@ backwpup
726
+ #: backwpup-functions.php:824
727
+ msgid "New"
728
+ msgstr "Neu"
729
+
730
+ #@ backwpup
731
+ #: pages/func_backwpupeditjob.php:667
732
+ #: pages/func_backwpupeditjob.php:796
733
+ msgid "Missing Username!"
734
+ msgstr "Falscher Benutzername!"
735
+
736
+ #@ backwpup
737
+ #: pages/func_backwpupeditjob.php:674
738
+ msgid "Missing API Key!"
739
+ msgstr "API-Schlüssel wird vermisst!"
740
+
741
+ #@ backwpup
742
+ #: pages/func_backwpupeditjob.php:695
743
+ msgid "No Containerss found!"
744
+ msgstr "Keine Container gefunden!"
745
+
746
+ #@ backwpup
747
+ #: pages/func_backwpup.php:41
748
+ msgid "No Jobs."
749
+ msgstr "Keine Aufträge."
750
+
751
+ #@ backwpup
752
+ #: pages/func_backwpup.php:58
753
+ msgid "Information"
754
+ msgstr "Information"
755
+
756
+ #@ backwpup
757
+ #: pages/func_backwpup.php:248
758
+ msgid "Files Size:"
759
+ msgstr "Größe der Dateien:"
760
+
761
+ #@ backwpup
762
+ #: pages/func_backwpup.php:250
763
+ msgid "Files count:"
764
+ msgstr "Dateizähler:"
765
+
766
+ #@ backwpup
767
+ #: pages/func_backwpup.php:242
768
+ msgid "DB Tables:"
769
+ msgstr "Datenbank-Tabellen:"
770
+
771
+ #@ backwpup
772
+ #: pages/func_backwpup.php:243
773
+ msgid "DB Rows:"
774
+ msgstr "Datenbank-Zeilen:"
775
+
776
+ #@ backwpup
777
+ #: pages/func_backwpup.php:135
778
+ msgid "<a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
779
+ msgstr "<a href=\"http://de.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
780
+
781
+ #@ backwpup
782
+ #: pages/func_backwpuplogs.php:68
783
+ msgid "No Logs."
784
+ msgstr "Keine Protokolldateien."
785
+
786
+ #@ backwpup
787
+ #: pages/func_backwpup.php:149
788
+ #: pages/func_backwpupbackups.php:228
789
+ #: pages/func_backwpuplogs.php:128
790
+ msgid "Download"
791
+ msgstr "Herunterladen"
792
+
793
+ #@ backwpup
794
+ #: pages/func_backwpupbackups.php:227
795
+ msgid ""
796
+ "You are about to delete this Backup Archive. \n"
797
+ " 'Cancel' to stop, 'OK' to delete."
798
+ msgstr ""
799
+ "Sie sind dabei dieses Datensicherungs-Archiv zu löschen. \n"
800
+ " 'Abbrechen' um zu stoppen, 'OK' um zu löschen."
801
+
802
+ #@ backwpup
803
+ #: pages/func_backwpupbackups.php:242
804
+ msgid "?"
805
+ msgstr "?"
806
+
807
+ #@ backwpup
808
+ #: pages/func_backwpupeditjob.php:97
809
+ msgid "Minutes: "
810
+ msgstr "Minuten: "
811
+
812
+ #@ backwpup
813
+ #: pages/func_backwpupeditjob.php:99
814
+ #: pages/func_backwpupeditjob.php:111
815
+ #: pages/func_backwpupeditjob.php:122
816
+ #: pages/func_backwpupeditjob.php:133
817
+ #: pages/func_backwpupeditjob.php:153
818
+ msgid "Any (*)"
819
+ msgstr "Alle (*)"
820
+
821
+ #@ backwpup
822
+ #: pages/func_backwpupeditjob.php:108
823
+ msgid "Hours:"
824
+ msgstr "Stunden:"
825
+
826
+ #@ backwpup
827
+ #: pages/func_backwpupeditjob.php:142
828
+ msgid "Augest"
829
+ msgstr "August"
830
+
831
+ #@ backwpup
832
+ #: pages/func_backwpupeditjob.php:155
833
+ #: pages/func_backwpupeditjob.php:191
834
+ msgid "Sunday"
835
+ msgstr "Sonntag"
836
+
837
+ #@ backwpup
838
+ #: pages/func_backwpupeditjob.php:156
839
+ #: pages/func_backwpupeditjob.php:192
840
+ msgid "Monday"
841
+ msgstr "Montag"
842
+
843
+ #@ backwpup
844
+ #: pages/func_backwpupeditjob.php:157
845
+ #: pages/func_backwpupeditjob.php:193
846
+ msgid "Tuesday"
847
+ msgstr "Dienstag"
848
+
849
+ #@ backwpup
850
+ #: pages/func_backwpupeditjob.php:158
851
+ #: pages/func_backwpupeditjob.php:194
852
+ msgid "Wednesday"
853
+ msgstr "Mittwoch"
854
+
855
+ #@ backwpup
856
+ #: pages/func_backwpupeditjob.php:159
857
+ #: pages/func_backwpupeditjob.php:195
858
+ msgid "Thursday"
859
+ msgstr "Donnerstag"
860
+
861
+ #@ backwpup
862
+ #: pages/func_backwpupeditjob.php:160
863
+ #: pages/func_backwpupeditjob.php:196
864
+ msgid "Friday"
865
+ msgstr "Freitag"
866
+
867
+ #@ backwpup
868
+ #: pages/func_backwpupeditjob.php:161
869
+ #: pages/func_backwpupeditjob.php:197
870
+ msgid "Saturday"
871
+ msgstr "Samstag"
872
+
873
+ #@ backwpup
874
+ #: pages/func_backwpupeditjob.php:490
875
+ msgid "Working as <a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a> job schedule:"
876
+ msgstr "Arbeiten nach der <a href=\"http://de.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>-Auftragsplanung:"
877
+
878
+ #@ backwpup
879
+ #: pages/func_backwpupeditjob.php:508
880
+ msgid "Next runtime:"
881
+ msgstr "Nächster Durchlauf:"
882
+
883
+ #@ backwpup
884
+ #: pages/header_backwpupeditjob.php:298
885
+ msgid "Backup File"
886
+ msgstr "Datensicherungsdatei"
887
+
888
+ #@ backwpup
889
+ #: pages/func_backwpupeditjob.php:38
890
+ msgid "File Prefix:"
891
+ msgstr "Datei-Vorsilbe:"
892
+
893
+ #@ backwpup
894
+ #: pages/func_backwpupeditjob.php:40
895
+ msgid "File Formart:"
896
+ msgstr "Dateiformat:"
897
+
898
+ #@ backwpup
899
+ #: pages/func_backwpupeditjob.php:43
900
+ #: pages/func_backwpupeditjob.php:45
901
+ msgid "Zip"
902
+ msgstr "Zip"
903
+
904
+ #@ backwpup
905
+ #: pages/func_backwpupeditjob.php:46
906
+ msgid "Tar"
907
+ msgstr "Tar"
908
+
909
+ #@ backwpup
910
+ #: pages/func_backwpupeditjob.php:48
911
+ #: pages/func_backwpupeditjob.php:50
912
+ msgid "Tar GZip"
913
+ msgstr "Tar GZip"
914
+
915
+ #@ backwpup
916
+ #: pages/func_backwpupeditjob.php:52
917
+ #: pages/func_backwpupeditjob.php:54
918
+ msgid "Tar BZip2"
919
+ msgstr "Tar BZip2"
920
+
921
+ #@ backwpup
922
+ #: pages/page_backwpupeditjob.php:101
923
+ msgid "root"
924
+ msgstr "root"
925
+
926
+ #@ backwpup
927
+ #: pages/page_backwpupeditjob.php:104
928
+ #: pages/page_backwpupeditjob.php:120
929
+ #: pages/page_backwpupeditjob.php:136
930
+ #: pages/page_backwpupeditjob.php:152
931
+ #: pages/page_backwpupeditjob.php:168
932
+ msgid "Exclude:"
933
+ msgstr "Ausschließen:"
934
+
935
+ #@ backwpup
936
+ #: pages/page_backwpupeditjob.php:117
937
+ msgid "Content"
938
+ msgstr "Inhalt"
939
+
940
+ #@ backwpup
941
+ #: pages/page_backwpupeditjob.php:133
942
+ msgid "Plugins"
943
+ msgstr "Plugins"
944
+
945
+ #@ backwpup
946
+ #: pages/page_backwpupeditjob.php:149
947
+ msgid "Themes"
948
+ msgstr "Themes (Templates)"
949
+
950
+ #@ backwpup
951
+ #: pages/page_backwpupeditjob.php:165
952
+ msgid "Blog Uploads"
953
+ msgstr "Blog-Uploads"
954
+
955
+ #@ backwpup
956
+ #: pages/func_backwpupeditjob.php:257
957
+ msgid "Bucket Region"
958
+ msgstr "Bucket Region"
959
+
960
+ #@ backwpup
961
+ #: pages/func_backwpupeditjob.php:261
962
+ msgid "Save Backups with reduced redundancy!"
963
+ msgstr "Sichere Datensicherungen mit reduzierter Redundanz!"
964
+
965
+ #@ backwpup
966
+ #: pages/header_backwpupeditjob.php:315
967
+ msgid "Backup to Rackspace Cloud"
968
+ msgstr "Datensicherung in die Rackspace Cloud"
969
+
970
+ #@ backwpup
971
+ #: pages/func_backwpupeditjob.php:327
972
+ msgid "API Key:"
973
+ msgstr "API-Schlüssel"
974
+
975
+ #@ backwpup
976
+ #: pages/func_backwpupeditjob.php:306
977
+ #: pages/func_backwpupeditjob.php:329
978
+ msgid "Container:"
979
+ msgstr "Container:"
980
+
981
+ #@ backwpup
982
+ #: pages/func_backwpupeditjob.php:309
983
+ #: pages/func_backwpupeditjob.php:332
984
+ msgid "Create Container:"
985
+ msgstr "Erstelle Container:"
986
+
987
+ #@ backwpup
988
+ #: pages/header_backwpupeditjob.php:286
989
+ #, php-format
990
+ msgid "Job '%1' changes saved."
991
+ msgstr "Auftrag '%1' Veränderungen gepeichert."
992
+
993
+ #@ backwpup
994
+ #: pages/header_backwpupeditjob.php:286
995
+ msgid "Jobs overview."
996
+ msgstr "Auftragsüberblick"
997
+
998
+ #@ backwpup
999
+ #: pages/func_backwpupeditjob.php:243
1000
+ msgid "Use FTP Passiv mode."
1001
+ msgstr "FTP-Passiv-Modus benutzen."
1002
+
1003
+ #@ backwpup
1004
+ #: job/dest_ftp.php:86
1005
+ msgid "Entering Passive Mode"
1006
+ msgstr "Passivmodus wird betreten"
1007
+
1008
+ #@ backwpup
1009
+ #: job/dest_ftp.php:91
1010
+ msgid "Entering Normal Mode"
1011
+ msgstr "Normalmodus wird betreten"
1012
+
1013
+ #@ backwpup
1014
+ #: job/dest_ftp.php:93
1015
+ msgid "Can not Entering Normal Mode"
1016
+ msgstr "Normalmodus kann nicht betreten werden"
1017
+
1018
+ #@ backwpup
1019
+ #: job/dest_ftp.php:60
1020
+ msgid "Error getting SYSTYPE"
1021
+ msgstr "Fehler, SYSTYPE wird angezeigt"
1022
+
1023
+ #@ backwpup
1024
+ #: pages/func_backwpupeditjob.php:242
1025
+ msgid "Use SSL-FTP Connection."
1026
+ msgstr "Benutze SSL-FTP-Verbindung."
1027
+
1028
+ #@ backwpup
1029
+ #: pages/header_backwpupeditjob.php:305
1030
+ msgid "Backup to Dropbox"
1031
+ msgstr "Datensicherung in die Dropbox"
1032
+
1033
+ #@ backwpup
1034
+ #. translators: plugin header field 'Author'
1035
+ #: backwpup.php:0
1036
+ msgid "Daniel Hüsken"
1037
+ msgstr "Daniel Hüsken"
1038
+
1039
+ #@ backwpup
1040
+ #. translators: plugin header field 'AuthorURI'
1041
+ #: backwpup.php:0
1042
+ msgid "http://danielhuesken.de"
1043
+ msgstr "http://danielhuesken.de/"
1044
+
1045
+ #@ backwpup
1046
+ #: pages/func_backwpup.php:46
1047
+ #: pages/func_backwpup.php:102
1048
+ msgid "Export"
1049
+ msgstr "Export"
1050
+
1051
+ #@ backwpup
1052
+ #: pages/func_backwpup.php:149
1053
+ msgid "Download last Backup"
1054
+ msgstr "Letzte Datensicherung herunterladen"
1055
+
1056
+ #@ backwpup
1057
+ #: pages/func_backwpup.php:151
1058
+ msgid "View last Log"
1059
+ msgstr "Letztes Protokoll ansehen"
1060
+
1061
+ #@ backwpup
1062
+ #: pages/func_backwpup.php:151
1063
+ msgid "Log"
1064
+ msgstr "Protokoll"
1065
+
1066
+ #@ backwpup
1067
+ #: pages/func_backwpupeditjob.php:257
1068
+ msgid "EU (Ireland)"
1069
+ msgstr "EU (Irland)"
1070
+
1071
+ #@ backwpup
1072
+ #: pages/func_backwpupeditjob.php:257
1073
+ msgid "Asia Pacific (Singapore)"
1074
+ msgstr "Asien/ Pazifik (Singapur)"
1075
+
1076
+ #@ backwpup
1077
+ #: pages/page_backwpupsettings.php:97
1078
+ msgid "Gzip Log files!"
1079
+ msgstr "Gzip Protokolldateien!"
1080
+
1081
+ #@ backwpup
1082
+ #: pages/page_backwpuptools.php:51
1083
+ msgid "Import Jobs settings"
1084
+ msgstr "Auftrags-Import-Einstellungen"
1085
+
1086
+ #@ backwpup
1087
+ #: pages/page_backwpuptools.php:56
1088
+ #: pages/page_backwpuptools.php:61
1089
+ msgid "Upload"
1090
+ msgstr "Hochladen"
1091
+
1092
+ #@ backwpup
1093
+ #: pages/page_backwpuptools.php:66
1094
+ msgid "Import Type"
1095
+ msgstr "Import-Typ"
1096
+
1097
+ #@ backwpup
1098
+ #: pages/page_backwpuptools.php:66
1099
+ msgid "No Import"
1100
+ msgstr "Kein Import"
1101
+
1102
+ #@ backwpup
1103
+ #: pages/page_backwpuptools.php:68
1104
+ msgid "Overwrite"
1105
+ msgstr "Überschreiben"
1106
+
1107
+ #@ backwpup
1108
+ #: pages/page_backwpuptools.php:68
1109
+ msgid "Append"
1110
+ msgstr "Anhängen"
1111
+
1112
+ #@ backwpup
1113
+ #: pages/page_backwpuptools.php:70
1114
+ #: pages/page_backwpuptools.php:75
1115
+ #: pages/page_backwpuptools.php:77
1116
+ #: pages/page_backwpuptools.php:78
1117
+ msgid "Import"
1118
+ msgstr "Import"
1119
+
1120
+ #@ backwpup
1121
+ #: pages/page_backwpuptools.php:114
1122
+ msgid "Jobs imported!"
1123
+ msgstr "Aufträge importiert!"
1124
+
1125
+ #@ backwpup
1126
+ #: pages/func_backwpupeditjob.php:730
1127
+ msgid "Missing Hostname!"
1128
+ msgstr "Hostname (Server) nicht angegeben!"
1129
+
1130
+ #@ backwpup
1131
+ #: pages/func_backwpupeditjob.php:737
1132
+ msgid "Missing Account Name!"
1133
+ msgstr "Kontoname (Benutzername) nicht angegeben!"
1134
+
1135
+ #@ backwpup
1136
+ #: pages/func_backwpupeditjob.php:744
1137
+ msgid "Missing Access Key!"
1138
+ msgstr "Zugangsschlüssel (Access Key) nicht angegeben!"
1139
+
1140
+ #@ backwpup
1141
+ #: pages/func_backwpupeditjob.php:761
1142
+ msgid "No Container found!"
1143
+ msgstr "Kein Container gefunden!"
1144
+
1145
+ #@ backwpup
1146
+ #: pages/func_backwpupeditjob.php:257
1147
+ msgid "Asia Pacific (Japan)"
1148
+ msgstr "Asien Pazifik (Japan)"
1149
+
1150
+ #@ backwpup
1151
+ #: pages/header_backwpupeditjob.php:313
1152
+ msgid "Backup to Micosoft Azure (Blob)"
1153
+ msgstr "Datensicherung zu Microsoft Azure (Blob)"
1154
+
1155
+ #@ backwpup
1156
+ #: pages/func_backwpupeditjob.php:300
1157
+ msgid "Host:"
1158
+ msgstr "Host (Server):"
1159
+
1160
+ #@ backwpup
1161
+ #: pages/func_backwpupeditjob.php:301
1162
+ msgid "Normely: blob.core.windows.net"
1163
+ msgstr "Normalerweise: blob.core.windows.net"
1164
+
1165
+ #@ backwpup
1166
+ #: pages/func_backwpupeditjob.php:302
1167
+ msgid "Account Name:"
1168
+ msgstr "Kontoname/ Benutzername:"
1169
+
1170
+ #@ backwpup
1171
+ #: pages/func_backwpupeditjob.php:275
1172
+ #: pages/func_backwpupeditjob.php:304
1173
+ msgid "Access Key:"
1174
+ msgstr "Zugangsschlüssel (Access Key):"
1175
+
1176
+ #@ backwpup
1177
+ #: pages/func_backwpupeditjob.php:264
1178
+ #: pages/func_backwpupeditjob.php:288
1179
+ #: pages/func_backwpupeditjob.php:315
1180
+ #: pages/func_backwpupeditjob.php:338
1181
+ #: pages/func_backwpupeditjob.php:365
1182
+ #: pages/func_backwpupeditjob.php:420
1183
+ msgid "Create Account"
1184
+ msgstr "Konto erstellen"
1185
+
1186
+ #@ backwpup
1187
+ #: job/dest_dropbox.php:22
1188
+ msgid "No free space left on DropBox!!!"
1189
+ msgstr "Kein freier Speicherplatz mehr übrig auf Dropbox!!!"
1190
+
1191
+ #@ backwpup
1192
+ #: pages/func_backwpupeditjob.php:120
1193
+ msgid "Day of Month:"
1194
+ msgstr "Tag des Monats:"
1195
+
1196
+ #@ backwpup
1197
+ #: pages/func_backwpupeditjob.php:151
1198
+ msgid "Day of Week:"
1199
+ msgstr "Wochentag:"
1200
+
1201
+ #@ backwpup
1202
+ #: pages/func_backwpupeditjob.php:62
1203
+ msgid "Only send an e-mail if there are errors."
1204
+ msgstr "Eine E-Mail nur senden, wenn Fehler auftraten."
1205
+
1206
+ #@ backwpup
1207
+ #: pages/page_backwpupeditjob.php:90
1208
+ msgid "Use short INSERTs instead of full (with keys)"
1209
+ msgstr "Kurze INSERTs benutzen, statt kompletter (mit Schlüssel)"
1210
+
1211
+ #@ backwpup
1212
+ #: pages/func_backwpupeditjob.php:241
1213
+ #: pages/func_backwpupeditjob.php:260
1214
+ #: pages/func_backwpupeditjob.php:285
1215
+ #: pages/func_backwpupeditjob.php:312
1216
+ #: pages/func_backwpupeditjob.php:335
1217
+ #: pages/func_backwpupeditjob.php:362
1218
+ #: pages/func_backwpupeditjob.php:416
1219
+ msgid "(Oldest files will be deleted first.)"
1220
+ msgstr "(Älteste Dateien werden zuerst gelöscht.)"
1221
+
1222
+ #@ backwpup
1223
+ #: pages/func_backwpupeditjob.php:349
1224
+ #: pages/func_backwpupeditjob.php:385
1225
+ msgid "Login:"
1226
+ msgstr "Login:"
1227
+
1228
+ #@ backwpup
1229
+ #: pages/func_backwpupeditjob.php:351
1230
+ msgid "Not authenticated!"
1231
+ msgstr "Nicht authentifiziert!"
1232
+
1233
+ #@ backwpup
1234
+ #: pages/func_backwpupeditjob.php:351
1235
+ msgid "Authenticate!"
1236
+ msgstr "Authentifizieren!"
1237
+
1238
+ #@ backwpup
1239
+ #: pages/func_backwpupeditjob.php:353
1240
+ #: pages/func_backwpupeditjob.php:386
1241
+ msgid "Authenticated!"
1242
+ msgstr "Authentifiziert!"
1243
+
1244
+ #@ backwpup
1245
+ #: pages/func_backwpupeditjob.php:353
1246
+ msgid "Delete!"
1247
+ msgstr "Löschen!"
1248
+
1249
+ #@ backwpup
1250
+ #: pages/func_backwpupeditjob.php:376
1251
+ #: pages/func_backwpupeditjob.php:429
1252
+ msgid "E-mail address:"
1253
+ msgstr "E-Mail-Adresse:"
1254
+
1255
+ #@ backwpup
1256
+ #: pages/header_backwpupeditjob.php:222
1257
+ msgid "Dropbox authentication deleted!"
1258
+ msgstr "Dropbox-Authentifizierung gelöscht!"
1259
+
1260
+ #@ backwpup
1261
+ #: pages/header_backwpupeditjob.php:307
1262
+ msgid "Backup to SugarSync"
1263
+ msgstr "Datensicherung zu SugarSync"
1264
+
1265
+ #@ backwpup
1266
+ #: job/dest_sugarsync.php:19
1267
+ msgid "No free space left on SugarSync!!!"
1268
+ msgstr "Sie haben keinen freien Speicherplatz mehr übrig bei SugarSync!!!"
1269
+
1270
+ #@ backwpup
1271
+ #: pages/func_backwpupeditjob.php:355
1272
+ #: pages/func_backwpupeditjob.php:389
1273
+ msgid "Root:"
1274
+ msgstr "Root:"
1275
+
1276
+ #@ backwpup
1277
+ #: pages/func_backwpupeditjob.php:803
1278
+ msgid "Missing Password!"
1279
+ msgstr "Passwort fehlt!"
1280
+
1281
+ #@ backwpup
1282
+ #: pages/func_backwpupeditjob.php:398
1283
+ #: pages/func_backwpupeditjob.php:823
1284
+ msgid "No Syncfolders found!"
1285
+ msgstr "Keine Sync-Ordner gefunden!"
1286
+
1287
+ #@ backwpup
1288
+ #: pages/header_backwpupeditjob.php:22
1289
+ msgid "Dropbox authentication complete!"
1290
+ msgstr "Dropbox-Authentifizierung vollständig!"
1291
+
1292
+ #@ backwpup
1293
+ #: backwpup-functions.php:9
1294
+ msgid "Working"
1295
+ msgstr "In Bearbeitung"
1296
+
1297
+ #@ backwpup
1298
+ #: backwpup-functions.php:420
1299
+ msgid "View Log:"
1300
+ msgstr "Protokoll ansehen:"
1301
+
1302
+ #@ backwpup
1303
+ #: backwpup-functions.php:422
1304
+ #: pages/func_backwpuplogs.php:135
1305
+ #, php-format
1306
+ msgid "%d ERROR"
1307
+ msgid_plural "%d ERRORS"
1308
+ msgstr[0] "%d FEHLER"
1309
+ msgstr[1] "%d FEHLER"
1310
+
1311
+ #@ backwpup
1312
+ #: backwpup-functions.php:424
1313
+ #: pages/func_backwpuplogs.php:137
1314
+ #, php-format
1315
+ msgid "%d WARNING"
1316
+ msgid_plural "%d WARNINGS"
1317
+ msgstr[0] "%d WARNUNG"
1318
+ msgstr[1] "%d WARNUNGEN"
1319
+
1320
+ #@ backwpup
1321
+ #: backwpup-functions.php:426
1322
+ #: pages/func_backwpuplogs.php:139
1323
+ msgid "O.K."
1324
+ msgstr "O.K."
1325
+
1326
+ #@ backwpup
1327
+ #: backwpup-functions.php:452
1328
+ msgid "How many of the lastes logs would you like to display?"
1329
+ msgstr "Wieviele der letzten Protokolle wollen Sie anzeigen lassen?"
1330
+
1331
+ #@ backwpup
1332
+ #: backwpup-functions.php:478
1333
+ #, php-format
1334
+ msgid "working since %d sec."
1335
+ msgstr "in Arbeit seit %d Sek."
1336
+
1337
+ #@ backwpup
1338
+ #: backwpup-functions.php:479
1339
+ #: pages/func_backwpup.php:107
1340
+ msgid "View!"
1341
+ msgstr "Ansehen!"
1342
+
1343
+ #@ backwpup
1344
+ #: backwpup-functions.php:480
1345
+ #: pages/func_backwpup.php:108
1346
+ msgid "Abort!"
1347
+ msgstr "Abbrechen!"
1348
+
1349
+ #@ backwpup
1350
+ #: backwpup-functions.php:501
1351
+ msgid "BackWPup Aktive Jobs"
1352
+ msgstr "BackWPup aktive Aufträge"
1353
+
1354
+ #@ backwpup
1355
+ #: job/dest_ftp.php:97
1356
+ msgid "Upload to FTP now started ... "
1357
+ msgstr "Hochladen ins FTP-Verzeichnis hat begonnen ... "
1358
+
1359
+ #@ backwpup
1360
+ #: job/dest_rsc.php:4
1361
+ msgid "Try to sending backup file to Rackspace Cloud..."
1362
+ msgstr "Versuche Datensicherungsdatei an die Rackspace Cloud zu senden..."
1363
+
1364
+ #@ backwpup
1365
+ #: job/dest_rsc.php:53
1366
+ msgid "Upload to RSC now started ... "
1367
+ msgstr "Hochladen zu RSC hat begonnen ... "
1368
+
1369
+ #@ backwpup
1370
+ #: job/job_functions.php:515
1371
+ msgid "To many restarts...."
1372
+ msgstr "Zu viele Neustarts..."
1373
+
1374
+ #@ backwpup
1375
+ #: job/job_functions.php:536
1376
+ msgid "Script stop! Will started again now!"
1377
+ msgstr "Skript-Stop! Wird jetzt wieder neu gestartet!"
1378
+
1379
+ #@ backwpup
1380
+ #: job/job_start.php:10
1381
+ msgid "A job already running!"
1382
+ msgstr "Es läuft bereits ein Auftrag!"
1383
+
1384
+ #@ backwpup
1385
+ #: job/job_start.php:20
1386
+ msgid "Temp dir not writeable"
1387
+ msgstr "Temp-Verzeichnis nicht beschreibbar"
1388
+
1389
+ #@ backwpup
1390
+ #: job/job_start.php:113
1391
+ msgid "Log folder not writeable!"
1392
+ msgstr "Protokolldateien-Ordner nicht beschreibbar!"
1393
+
1394
+ #@ backwpup
1395
+ #: job/job_start.php:178
1396
+ msgid "Backup folder not writeable!"
1397
+ msgstr "Datensicherungs-Ordner nicht beschreibbar!"
1398
+
1399
+ #@ backwpup
1400
+ #: pages/func_backwpupbackups.php:125
1401
+ msgid "No Files found."
1402
+ msgstr "Keine Dateien gefunden."
1403
+
1404
+ #@ backwpup
1405
+ #: pages/func_backwpupbackups.php:145
1406
+ msgid "Change Destination"
1407
+ msgstr "Ziel ändern"
1408
+
1409
+ #@ backwpup
1410
+ #: pages/func_backwpupbackups.php:182
1411
+ msgid "File"
1412
+ msgstr "Datei"
1413
+
1414
+ #@ backwpup
1415
+ #: pages/func_backwpupbackups.php:183
1416
+ #: pages/func_backwpupbackups.php:185
1417
+ msgid "Folder"
1418
+ msgstr "Ordner"
1419
+
1420
+ #@ backwpup
1421
+ #: pages/func_backwpupbackups.php:186
1422
+ msgid "Time"
1423
+ msgstr "Zeit"
1424
+
1425
+ #@ backwpup
1426
+ #: pages/func_backwpupbackups.php:490
1427
+ #: pages/header_backwpupbackups.php:140
1428
+ msgid "Login failure!"
1429
+ msgstr "Anmeldung fehlgeschlagen!"
1430
+
1431
+ #@ backwpup
1432
+ #: pages/func_backwpupeditjob.php:131
1433
+ msgid "Month:"
1434
+ msgstr "Monat:"
1435
+
1436
+ #@ backwpup
1437
+ #: pages/func_backwpupeditjob.php:277
1438
+ msgid "Secret:"
1439
+ msgstr "Geheimnis (secret):"
1440
+
1441
+ #@ backwpup
1442
+ #: pages/func_backwpupeditjob.php:357
1443
+ msgid "dropbox"
1444
+ msgstr "dropbox"
1445
+
1446
+ #@ backwpup
1447
+ #: pages/func_backwpupeditjob.php:358
1448
+ msgid "sandbox (disabled by DropBox)"
1449
+ msgstr "sandbox (deaktiviert von Dropbox)"
1450
+
1451
+ #@ backwpup
1452
+ #: pages/header_backwpup.php:115
1453
+ msgid "Job will be terminated."
1454
+ msgstr "Auftrag wird beendet."
1455
+
1456
+ #@ backwpup
1457
+ #: pages/header_backwpup.php:118
1458
+ msgid "Process killed with PID:"
1459
+ msgstr "Prozess abgewürgt mit PID:"
1460
+
1461
+ #@ backwpup
1462
+ #: pages/header_backwpup.php:120
1463
+ msgid "Can't kill process with PID:"
1464
+ msgstr "Prozess mit PID kann nicht abgewürgt werden:"
1465
+
1466
+ #@ backwpup
1467
+ #: pages/header_backwpupeditjob.php:311
1468
+ msgid "Backup to Google storage"
1469
+ msgstr "Datensicherung zu Google Storage"
1470
+
1471
+ #@ backwpup
1472
+ #: pages/header_backwpupworking.php:11
1473
+ msgid "A job alredy running!!! Pleace try again if its done."
1474
+ msgstr "Ein Auftrag läuft gegenwärtig!!! Bitte versuchen Sie es noch einmal, wenn dieser abgeschlossen ist."
1475
+
1476
+ #@ backwpup
1477
+ #: pages/header_backwpupworking.php:23
1478
+ msgid "A job is running!!!"
1479
+ msgstr "Ein Aufträg läuft gegenwärtig!!!"
1480
+
1481
+ #@ backwpup
1482
+ #: pages/header_backwpupworking.php:27
1483
+ msgid "Nothing..."
1484
+ msgstr "Nichts derzeit ..."
1485
+
1486
+ #@ backwpup
1487
+ #: pages/page_backwpup.php:8
1488
+ msgid "BackWPup Jobs"
1489
+ msgstr "BackWPup Aufträge"
1490
+
1491
+ #@ backwpup
1492
+ #: pages/page_backwpupeditjob.php:80
1493
+ msgid "Database tables to use:"
1494
+ msgstr "Datenbanktabellen, die benutzt werden:"
1495
+
1496
+ #@ backwpup
1497
+ #: pages/page_backwpupsettings.php:21
1498
+ msgid "Sender email"
1499
+ msgstr "Absender-E-Mail-Adresse"
1500
+
1501
+ #@ backwpup
1502
+ #: pages/page_backwpupsettings.php:26
1503
+ msgid "Sender name"
1504
+ msgstr "Absendername"
1505
+
1506
+ #@ backwpup
1507
+ #: pages/page_backwpupsettings.php:30
1508
+ msgid "Send mail method"
1509
+ msgstr "E-Mail-Versandmethode"
1510
+
1511
+ #@ backwpup
1512
+ #: pages/page_backwpupsettings.php:42
1513
+ msgid "Sendmail path"
1514
+ msgstr "Sendmail-Pfad"
1515
+
1516
+ #@ backwpup
1517
+ #: pages/page_backwpupsettings.php:49
1518
+ msgid "SMTP hostname"
1519
+ msgstr "SMTP Hostname"
1520
+
1521
+ #@ backwpup
1522
+ #: pages/page_backwpupsettings.php:56
1523
+ msgid "SMTP secure connection"
1524
+ msgstr "SMTP Sichere Verbindung"
1525
+
1526
+ #@ backwpup
1527
+ #: pages/page_backwpupsettings.php:66
1528
+ msgid "SMTP username"
1529
+ msgstr "SMTP-Benutzername"
1530
+
1531
+ #@ backwpup
1532
+ #: pages/page_backwpupsettings.php:72
1533
+ msgid "SMTP password"
1534
+ msgstr "SMTP-Passwort"
1535
+
1536
+ #@ backwpup
1537
+ #: pages/page_backwpupsettings.php:83
1538
+ msgid "Log file Folder"
1539
+ msgstr "Protokolldateien-Ordner"
1540
+
1541
+ #@ backwpup
1542
+ #: pages/page_backwpupsettings.php:88
1543
+ msgid "Max. Log Files in Folder"
1544
+ msgstr "Max. Protokolldateien im Ordner"
1545
+
1546
+ #@ backwpup
1547
+ #: pages/page_backwpupsettings.php:94
1548
+ #: pages/page_backwpupsettings.php:95
1549
+ msgid "Compression"
1550
+ msgstr "Komprimierung"
1551
+
1552
+ #@ backwpup
1553
+ #: pages/page_backwpupsettings.php:105
1554
+ msgid "Max. retrys for job steps"
1555
+ msgstr "Max. Wiederholungsversuche für Abarbeitungsschritte bei Aufträgen"
1556
+
1557
+ #@ backwpup
1558
+ #: pages/page_backwpuptools.php:18
1559
+ msgid "DB Restore"
1560
+ msgstr "DB-Wiederherstellung"
1561
+
1562
+ #@ backwpup
1563
+ #: pages/page_backwpuptools.php:54
1564
+ msgid "Select file to import:"
1565
+ msgstr "Datei zum Importieren auswählen:"
1566
+
1567
+ #@ backwpup
1568
+ #: pages/page_backwpuptools.php:62
1569
+ msgid "Select jobs to import"
1570
+ msgstr "Aufträge zum Importieren auswählen"
1571
+
1572
+ #@ backwpup
1573
+ #: pages/page_backwpupworking.php:9
1574
+ msgid "BackWPup Working"
1575
+ msgstr "BackWPup arbeitet"
1576
+
1577
+ #@ backwpup
1578
+ #: backwpup-functions.php:513
1579
+ msgid "See Working!"
1580
+ msgstr "Siehe unter 'In Bearbeitung'!"
1581
+
1582
+ #@ backwpup
1583
+ #: backwpup-functions.php:517
1584
+ msgid "BackWPup Job"
1585
+ msgstr "BackWPup Auftrag"
1586
+
1587
+ #@ backwpup
1588
+ #: pages/page_backwpupsettings.php:123
1589
+ msgid "WP Admin Bar"
1590
+ msgstr "WordPress Adminbar"
1591
+
1592
+ #@ backwpup
1593
+ #: pages/page_backwpupsettings.php:127
1594
+ #: pages/page_backwpupsettings.php:128
1595
+ msgid "Admin Bar"
1596
+ msgstr "Adminbar"
1597
+
1598
+ #@ backwpup
1599
+ #: pages/page_backwpupsettings.php:130
1600
+ msgid "Show BackWPup Links in Admin Bar."
1601
+ msgstr "BackWPup-Links in der Adminbar anzeigen."
1602
+
1603
+ #@ backwpup
1604
+ #: pages/func_backwpupeditjob.php:55
1605
+ msgid "Preview:"
1606
+ msgstr "Vorschau:"
1607
+
1608
+ #@ backwpup
1609
+ #: pages/func_backwpupeditjob.php:221
1610
+ msgid "Full Path to folder for Backup Files:"
1611
+ msgstr "Kompletter Pfad zum Ordner für Datensicherungsdateien:"
1612
+
1613
+ #@ backwpup
1614
+ #: pages/func_backwpupeditjob.php:223
1615
+ msgid "Your WordPress dir is:"
1616
+ msgstr "Ihr WordPress-Verzeichnis ist:"
1617
+
1618
+ #@ backwpup
1619
+ #: pages/func_backwpupeditjob.php:224
1620
+ #: pages/func_backwpupeditjob.php:415
1621
+ msgid "Max. backup files in folder:"
1622
+ msgstr "Max. Anzahl von Dateien im Ordner:"
1623
+
1624
+ #@ backwpup
1625
+ #: pages/func_backwpupeditjob.php:238
1626
+ msgid "Folder on Server:"
1627
+ msgstr "Ordner auf dem Server:"
1628
+
1629
+ #@ backwpup
1630
+ #: pages/func_backwpupeditjob.php:241
1631
+ msgid "Max. backup files in FTP folder:"
1632
+ msgstr "Max. Anzahl von Dateien im FTP-Ordner:"
1633
+
1634
+ #@ backwpup
1635
+ #: pages/func_backwpupeditjob.php:257
1636
+ #: pages/func_backwpupeditjob.php:282
1637
+ msgid "Create bucket:"
1638
+ msgstr "Bucket erstellen:"
1639
+
1640
+ #@ backwpup
1641
+ #: pages/func_backwpupeditjob.php:258
1642
+ #: pages/func_backwpupeditjob.php:283
1643
+ msgid "Folder in bucket:"
1644
+ msgstr "Ordner im Bucket:"
1645
+
1646
+ #@ backwpup
1647
+ #: pages/func_backwpupeditjob.php:260
1648
+ #: pages/func_backwpupeditjob.php:285
1649
+ msgid "Max. backup files in bucket folder:"
1650
+ msgstr "Max. Anzahl Datensicherungsdateien im Bucket-Ordner:"
1651
+
1652
+ #@ backwpup
1653
+ #: pages/func_backwpupeditjob.php:265
1654
+ #: pages/func_backwpupeditjob.php:289
1655
+ msgid "Find Keys"
1656
+ msgstr "Schlüssel (Keys) finden"
1657
+
1658
+ #@ backwpup
1659
+ #: pages/func_backwpupeditjob.php:266
1660
+ #: pages/func_backwpupeditjob.php:290
1661
+ #: pages/func_backwpupeditjob.php:340
1662
+ #: pages/func_backwpupeditjob.php:366
1663
+ #: pages/func_backwpupeditjob.php:421
1664
+ msgid "Webinterface"
1665
+ msgstr "Web-Oberfläche"
1666
+
1667
+ #@ backwpup
1668
+ #: pages/func_backwpupeditjob.php:310
1669
+ msgid "Folder in Container:"
1670
+ msgstr "Ordner im Container:"
1671
+
1672
+ #@ backwpup
1673
+ #: pages/func_backwpupeditjob.php:312
1674
+ #: pages/func_backwpupeditjob.php:335
1675
+ msgid "Max. backup files in container folder:"
1676
+ msgstr "Max. Anzahl von Dateien im Container-Ordner:"
1677
+
1678
+ #@ backwpup
1679
+ #: pages/func_backwpupeditjob.php:316
1680
+ #: pages/func_backwpupeditjob.php:339
1681
+ msgid "Find Key"
1682
+ msgstr "Schlüssel (Key) finden"
1683
+
1684
+ #@ backwpup
1685
+ #: pages/func_backwpupeditjob.php:333
1686
+ msgid "Folder in container:"
1687
+ msgstr "Ordner im Container:"
1688
+
1689
+ #@ backwpup
1690
+ #: pages/func_backwpupeditjob.php:360
1691
+ #: pages/func_backwpupeditjob.php:413
1692
+ msgid "Folder:"
1693
+ msgstr "Ordner:"
1694
+
1695
+ #@ backwpup
1696
+ #: pages/func_backwpupeditjob.php:362
1697
+ msgid "Max. backup files in Dropbox folder:"
1698
+ msgstr "Max. Anzahl von Dateien im Dropbox-Ordner:"
1699
+
1700
+ #@ backwpup
1701
+ #: pages/func_backwpupeditjob.php:496
1702
+ #, php-format
1703
+ msgid "ATTENTION: Job runs every %d mins.!!!"
1704
+ msgstr "ACHTUNG: Auftrag läuft alle %d Minuten!"
1705
+
1706
+ #@ backwpup
1707
+ #: pages/func_backwpupeditjob.php:502
1708
+ #, php-format
1709
+ msgid "ATTENTION: Job runs every %d houers.!!!"
1710
+ msgstr "ACHTUNG: Auftrag läuft alle %d Stunden!"
1711
+
1712
+ #@ backwpup
1713
+ #: pages/header_backwpupeditjob.php:300
1714
+ msgid "Backup to Folder"
1715
+ msgstr "Datensicherung in Ordner"
1716
+
1717
+ #@ backwpup
1718
+ #: pages/func_backwpupeditjob.php:232
1719
+ #: pages/page_backwpupsettings.php:52
1720
+ msgid "Port:"
1721
+ msgstr "Port:"
1722
+
1723
+ #@ backwpup
1724
+ #: backwpup-functions.php:109
1725
+ #: backwpup-functions.php:119
1726
+ #: backwpup-functions.php:132
1727
+ #: backwpup-functions.php:144
1728
+ msgid "For more information:"
1729
+ msgstr "Für weitere Informationen:"
1730
+
1731
+ #@ backwpup
1732
+ #: pages/header_backwpup.php:100
1733
+ msgid "Aborted by user!!!"
1734
+ msgstr "Abgebrochen vom Benutzer!!!"
1735
+
1736
+ #@ backwpup
1737
+ #: pages/header_backwpupworking.php:32
1738
+ msgid "Here you see working jobs or logfiles"
1739
+ msgstr "Hier können Sie gerade aktive Aufträge oder Protokolle einsehen."
1740
+
1741
+ #@ backwpup
1742
+ #: pages/page_backwpupsettings.php:124
1743
+ msgid "Will you see BackWPup in the WordPress Admin Bar?"
1744
+ msgstr "Möchten Sie BackWPup-Menüpunkte in der WordPress-Adminbar sehen?"
1745
+
1746
+ #@ backwpup
1747
+ #: backwpup-functions.php:92
1748
+ #: backwpup-functions.php:99
1749
+ #: backwpup-functions.php:131
1750
+ #: backwpup-functions.php:143
1751
+ msgid "BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
1752
+ msgstr "BackWPup erhalten Sie OHNE JEDWEDE GARANTIE. Dies ist freie Software (quelloffen, im Sinne von Open Source) und Sie sind eingeladen, sie unter bestimmten Bedingungen weiterzugeben."
1753
+
1754
+ #@ backwpup
1755
+ #: job/job_run.php:114
1756
+ msgid "[INFO]: BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
1757
+ msgstr "[INFO]: BackWPup erhalten Sie OHNE JEDWEDE GARANTIE. Dies ist freie Software (quelloffen, im Sinne von Open Source) und Sie sind eingeladen, sie unter bestimmten Bedingungen weiterzugeben."
1758
+
1759
+ #@ backwpup
1760
+ #: job/job_run.php:115
1761
+ msgid "[INFO]: BackWPup job:"
1762
+ msgstr "[INFO]: BackWPup Auftrag:"
1763
+
1764
+ #@ backwpup
1765
+ #: job/job_run.php:117
1766
+ msgid "[INFO]: BackWPup cron:"
1767
+ msgstr "[INFO]: BackWPup-Planung (Cron):"
1768
+
1769
+ #@ backwpup
1770
+ #: job/job_run.php:122
1771
+ msgid "[INFO]: PHP ver.:"
1772
+ msgstr "[INFO]: PHP-Version:"
1773
+
1774
+ #@ backwpup
1775
+ #: job/job_run.php:125
1776
+ msgid "[INFO]: MySQL ver.:"
1777
+ msgstr "[INFO]: MySQL-Version:"
1778
+
1779
+ #@ backwpup
1780
+ #: job/job_run.php:128
1781
+ msgid "[INFO]: curl ver.:"
1782
+ msgstr "[INFO]: cURL-Version:"
1783
+
1784
+ #@ backwpup
1785
+ #: job/job_run.php:130
1786
+ msgid "[INFO]: Temp folder is:"
1787
+ msgstr "[INFO]: Temp-Ordner ist:"
1788
+
1789
+ #@ backwpup
1790
+ #: job/job_run.php:132
1791
+ msgid "[INFO]: Backup file is:"
1792
+ msgstr "[INFO]: Datensicherungsdatei ist:"
1793
+
1794
+ #@ backwpup
1795
+ #: pages/func_backwpupeditjob.php:92
1796
+ msgid "advanced"
1797
+ msgstr "erweitert"
1798
+
1799
+ #@ backwpup
1800
+ #: pages/func_backwpupeditjob.php:93
1801
+ msgid "basic"
1802
+ msgstr "einfach"
1803
+
1804
+ #@ backwpup
1805
+ #: pages/func_backwpupeditjob.php:176
1806
+ msgid "Hour"
1807
+ msgstr "Stunde"
1808
+
1809
+ #@ backwpup
1810
+ #: pages/func_backwpupeditjob.php:179
1811
+ msgid "Minute"
1812
+ msgstr "Minute"
1813
+
1814
+ #@ backwpup
1815
+ #: pages/func_backwpupeditjob.php:183
1816
+ msgid "monthly"
1817
+ msgstr "monatlich"
1818
+
1819
+ #@ backwpup
1820
+ #: pages/func_backwpupeditjob.php:184
1821
+ msgid "on"
1822
+ msgstr "am"
1823
+
1824
+ #@ backwpup
1825
+ #: pages/func_backwpupeditjob.php:189
1826
+ msgid "weekly"
1827
+ msgstr "wöchentl."
1828
+
1829
+ #@ backwpup
1830
+ #: pages/func_backwpupeditjob.php:203
1831
+ msgid "daily"
1832
+ msgstr "täglich"
1833
+
1834
+ #@ backwpup
1835
+ #: pages/func_backwpupeditjob.php:209
1836
+ msgid "hourly"
1837
+ msgstr "stündlich"
1838
+
1839
+ #@ backwpup
1840
+ #: pages/func_backwpupeditjob.php:506
1841
+ msgid "ATTENTION: Can't calculate cron!!!"
1842
+ msgstr "ACHTUNG: Cron (Auftragsplanung) kann nicht berechnet werden!!!"
1843
+
1844
+ #@ backwpup
1845
+ #: pages/header_backwpup.php:136
1846
+ msgid "Here is the job overview with some information. You can see some further information of the jobs, how many can be switched with the view button. Also you can manage the jobs or abbort working jobs. Some links are added to have direct access to the last log or download."
1847
+ msgstr "Hier ist der Auftragsüberblick mit einigen Informationen. Sie können einige Informationen zu den Aufträgen einsehen, wieviele, kann über den Ansehen-Button geändert werden. Sie können auch die Aufträge verwalten oder aktive Aufträge abbrechen. Einige Links wurden hinzugefügt, damit Sie direkt auf das letzte Protokoll oder die letzte Datensicherungsdatei via Download zugreifen können."
1848
+
1849
+ #@ backwpup
1850
+ #: pages/header_backwpupbackups.php:325
1851
+ msgid "Here you see a list of backup files. Change the destionation to jobname:destination to become a list of backups from other destinations and jobs. Then you kann delete or download backup files."
1852
+ msgstr "Hier sehen Sie eine Liste der Datensicherungsdateien. Verändern Sie das Ziel via Auftragsname:Ziel, um eine entsprechende Liste der Datensicherungen, Ziele und Aufträge zu erhalten. Dann können Sie Datensicherungsdateien löschen oder herunterladen."
1853
+
1854
+ #@ backwpup
1855
+ #. translators: plugin header field 'PluginURI'
1856
+ #: backwpup-functions.php:87
1857
+ #: backwpup-functions.php:107
1858
+ #: backwpup-functions.php:129
1859
+ #: backwpup.php:0
1860
+ msgid "http://backwpup.com"
1861
+ msgstr "http://backwpup.com/"
1862
+
1863
+ #@ backwpup
1864
+ #: pages/func_backwpup.php:240
1865
+ msgid "DB Size:"
1866
+ msgstr "Datenbankgröße:"
1867
+
1868
+ #@ backwpup
1869
+ #: job/backup_create.php:13
1870
+ #, php-format
1871
+ msgid "%d. try to create backup zip archive..."
1872
+ msgstr "%d. Versuche ein Datensicherungs-ZIP-Archiv zu erstellen ..."
1873
+
1874
+ #@ backwpup
1875
+ #: job/backup_create.php:18
1876
+ #, php-format
1877
+ msgid "Can not add \"%s\" to zip archive!"
1878
+ msgstr "\"%s\" kann dem ZIP-Archiv nicht hinzugefügt werden!"
1879
+
1880
+ #@ backwpup
1881
+ #: job/backup_create.php:25
1882
+ msgid "(4) ER_SEEK"
1883
+ msgstr "(4) ER_SEEK"
1884
+
1885
+ #@ backwpup
1886
+ #: job/backup_create.php:27
1887
+ msgid "(5) ER_READ"
1888
+ msgstr "(5) ER_READ"
1889
+
1890
+ #@ backwpup
1891
+ #: job/backup_create.php:29
1892
+ msgid "(9) ER_NOENT"
1893
+ msgstr "(9) ER_NOENT"
1894
+
1895
+ #@ backwpup
1896
+ #: job/backup_create.php:31
1897
+ msgid "(10) ER_EXISTS"
1898
+ msgstr "(10) ER_EXISTS"
1899
+
1900
+ #@ backwpup
1901
+ #: job/backup_create.php:33
1902
+ msgid "(11) ER_OPEN"
1903
+ msgstr "(11) ER_OPEN"
1904
+
1905
+ #@ backwpup
1906
+ #: job/backup_create.php:35
1907
+ msgid "(14) ER_MEMORY"
1908
+ msgstr "(14) ER_MEMORY"
1909
+
1910
+ #@ backwpup
1911
+ #: job/backup_create.php:37
1912
+ msgid "(18) ER_INVAL"
1913
+ msgstr "(18) ER_INVAL"
1914
+
1915
+ #@ backwpup
1916
+ #: job/backup_create.php:39
1917
+ msgid "(19) ER_NOZIP"
1918
+ msgstr "(19) ER_NOZIP"
1919
+
1920
+ #@ backwpup
1921
+ #: job/backup_create.php:41
1922
+ msgid "(21) ER_INCONS"
1923
+ msgstr "(21) ER_INCONS"
1924
+
1925
+ #@ backwpup
1926
+ #: job/backup_create.php:42
1927
+ #, php-format
1928
+ msgid "Zip returns status: %s"
1929
+ msgstr "ZIP liefert Status zurück: %s"
1930
+
1931
+ #@ backwpup
1932
+ #: job/backup_create.php:45
1933
+ msgid "Backup zip archive create done!"
1934
+ msgstr "Datensicherungs-ZIP-Archiv wurde erstellt!"
1935
+
1936
+ #@ backwpup
1937
+ #: job/backup_create.php:48
1938
+ msgid "Can not create backup zip archive $s!"
1939
+ msgstr "Datensicherungs-ZIP-Archiv kann nicht erstellt werden $s!"
1940
+
1941
+ #@ backwpup
1942
+ #: job/backup_create.php:59
1943
+ #, php-format
1944
+ msgid "%d. try to create backup zip (PclZip) archive..."
1945
+ msgstr "%d. Versuche Datensicherungs-Zip-Archiv (PclZip) zu erstellen ..."
1946
+
1947
+ #@ backwpup
1948
+ #: job/backup_create.php:68
1949
+ #, php-format
1950
+ msgid "Zip archive create error: %s"
1951
+ msgstr "ZIP-Archiv Erstellungsfehler: %s"
1952
+
1953
+ #@ backwpup
1954
+ #: job/backup_create.php:72
1955
+ msgid "Backup zip archive create done"
1956
+ msgstr "Datensicherungs-ZIP-Archiv wurde erstellt"
1957
+
1958
+ #@ backwpup
1959
+ #: job/backup_create.php:89
1960
+ msgid "Can not create tar arcive file!"
1961
+ msgstr "TAR-Archivdatei konnte nicht erstellt werden!"
1962
+
1963
+ #@ backwpup
1964
+ #: job/backup_create.php:92
1965
+ #, php-format
1966
+ msgid "%1$d. try to create %2$s archive file..."
1967
+ msgstr "%1$d. Versuche %2$s Archivdatei zu erstellen ..."
1968
+
1969
+ #@ backwpup
1970
+ #: job/backup_create.php:100
1971
+ #, php-format
1972
+ msgid "File \"%s\" not readable!"
1973
+ msgstr "Datei \"%s\" nicht lesbar!"
1974
+
1975
+ #@ backwpup
1976
+ #: job/backup_create.php:115
1977
+ #, php-format
1978
+ msgid "File name \"%1$s\" to long to save corectly in %2$s archive!"
1979
+ msgstr "Dateiname \"%1$s\" ist zu lang, um korrekt im %2$s Archiv zu speichern!"
1980
+
1981
+ #@ backwpup
1982
+ #: job/backup_create.php:117
1983
+ #, php-format
1984
+ msgid "File path \"%1$s\" to long to save corectly in %2$s archive!"
1985
+ msgstr "Dateipfad \"%1$s\" ist zu lang, um korrekt im %2$s Archiv zu speichern!"
1986
+
1987
+ #@ backwpup
1988
+ #: job/backup_create.php:195
1989
+ #, php-format
1990
+ msgid "%s archive creation done"
1991
+ msgstr "%s Archiverstellung fertig"
1992
+
1993
+ #@ backwpup
1994
+ #: job/backup_create.php:199
1995
+ #, php-format
1996
+ msgid "Archive size is %s"
1997
+ msgstr "Archivgröße ist %s"
1998
+
1999
+ #@ backwpup
2000
+ #: job/backup_create.php:206
2001
+ #, php-format
2002
+ msgid "PCL ZIP Error \"%1$s\" on file %2$s!"
2003
+ msgstr "PCL ZIP Fehler \"%1$s\" bei der Datei %2$s!"
2004
+
2005
+ #@ backwpup
2006
+ #: job/db_check.php:4
2007
+ #, php-format
2008
+ msgid "%d. try for database check..."
2009
+ msgstr "%d. Versuche Datenbank zu checken ..."
2010
+
2011
+ #@ backwpup
2012
+ #: job/db_check.php:13
2013
+ #: job/db_check.php:29
2014
+ #: job/db_check.php:44
2015
+ #: job/db_dump.php:13
2016
+ #: job/db_dump.php:25
2017
+ #: job/db_dump.php:108
2018
+ #: job/db_dump.php:118
2019
+ #: job/db_optimize.php:13
2020
+ #: job/db_optimize.php:28
2021
+ #: job/job_functions.php:34
2022
+ #: job/job_functions.php:47
2023
+ #, php-format
2024
+ msgid "Database error %1$s for query %2$s"
2025
+ msgstr "Datenbankfehler %1$s für die Abfrage (query) %2$s"
2026
+
2027
+ #@ backwpup
2028
+ #: job/db_check.php:61
2029
+ msgid "No tables to check"
2030
+ msgstr "Keine Tabellen zum checken"
2031
+
2032
+ #@ backwpup
2033
+ #: job/db_dump.php:4
2034
+ #, php-format
2035
+ msgid "%d. try for database dump..."
2036
+ msgstr "%d. Versuche Datenbank-Dump ..."
2037
+
2038
+ #@ backwpup
2039
+ #: job/db_dump.php:57
2040
+ #, php-format
2041
+ msgid "Dump database table \"%s\""
2042
+ msgstr "Dumpe Datenbanktabelle \"%s\""
2043
+
2044
+ #@ backwpup
2045
+ #: job/db_dump.php:74
2046
+ msgid "Database dump done!"
2047
+ msgstr "Datenbank-Dump fertig!"
2048
+
2049
+ #@ backwpup
2050
+ #: job/db_dump.php:76
2051
+ msgid "Can not create database dump!"
2052
+ msgstr "Datenbank-Dump kann nicht erstellt werden!"
2053
+
2054
+ #@ backwpup
2055
+ #: job/db_dump.php:79
2056
+ msgid "No tables to dump"
2057
+ msgstr "Es gibt keine Tabellen zum dumpen"
2058
+
2059
+ #@ backwpup
2060
+ #: job/db_dump.php:85
2061
+ #, php-format
2062
+ msgid "Add database dump \"%1$s\" with %2$s to backup file list"
2063
+ msgstr "Füge Datenbank-Dump \"%1$s\" mit %2$s der Datensicherungsdateiliste hinzu"
2064
+
2065
+ #@ backwpup
2066
+ #: job/db_optimize.php:4
2067
+ #, php-format
2068
+ msgid "%d. try for database optimize..."
2069
+ msgstr "%d. Versuche die Datenbank zu optimieren ..."
2070
+
2071
+ #@ backwpup
2072
+ #: job/db_optimize.php:44
2073
+ msgid "No tables to optimize"
2074
+ msgstr "Es gibt keine Datenbanktabellen zum Optimieren"
2075
+
2076
+ #@ backwpup
2077
+ #: job/dest_dropbox.php:6
2078
+ #, php-format
2079
+ msgid "%d. Try to sending backup file to DropBox..."
2080
+ msgstr "%d. Versuche Datensicherungsdatei zur Dropbox zu senden ..."
2081
+
2082
+ #@ backwpup
2083
+ #: job/dest_dropbox.php:17
2084
+ #, php-format
2085
+ msgid "Authed with DropBox from %s"
2086
+ msgstr "Authentifiziert mit Dropbox von %s"
2087
+
2088
+ #@ backwpup
2089
+ #: job/dest_dropbox.php:26
2090
+ #, php-format
2091
+ msgid "%s free on DropBox"
2092
+ msgstr "%s frei in der Dropbox"
2093
+
2094
+ #@ backwpup
2095
+ #: job/dest_dropbox.php:31
2096
+ msgid "Upload to DropBox now started... "
2097
+ msgstr "Hochladen zur Dropbox hat begonnen ... "
2098
+
2099
+ #@ backwpup
2100
+ #: job/dest_dropbox.php:42
2101
+ #: job/dest_dropbox.php:67
2102
+ #, php-format
2103
+ msgid "DropBox API: %s"
2104
+ msgstr "Dropbox-API: %s"
2105
+
2106
+ #@ backwpup
2107
+ #: job/dest_dropbox.php:63
2108
+ #, php-format
2109
+ msgid "One file deleted on DropBox"
2110
+ msgid_plural "%d files deleted on DropBox"
2111
+ msgstr[0] "Eine Datei in der Dropbox gelöscht"
2112
+ msgstr[1] "%d Dateien in der Dropbox gelöscht"
2113
+
2114
+ #@ backwpup
2115
+ #: job/dest_folder.php:25
2116
+ #, php-format
2117
+ msgid "One backup file deleted"
2118
+ msgid_plural "%d backup files deleted"
2119
+ msgstr[0] "Eine Datensicherungsdatei gelöscht"
2120
+ msgstr[1] "%d Datensicherungsdateien gelöscht"
2121
+
2122
+ #@ backwpup
2123
+ #: job/dest_ftp.php:9
2124
+ #, php-format
2125
+ msgid "%d. try to sending backup file to a FTP Server..."
2126
+ msgstr "%d. Versuche Datensicherungsdatei zu einem FTP-Server zu senden ..."
2127
+
2128
+ #@ backwpup
2129
+ #: job/dest_ftp.php:15
2130
+ #, php-format
2131
+ msgid "Connected by SSL-FTP to Server: %s"
2132
+ msgstr "Verbunden via SSL-FTP mit dem Server: %s"
2133
+
2134
+ #@ backwpup
2135
+ #: job/dest_ftp.php:17
2136
+ #, php-format
2137
+ msgid "Can not connect by SSL-FTP to Server: %s"
2138
+ msgstr "Kann nicht via SSL-FTP mit dem Server verbinden: %s"
2139
+
2140
+ #@ backwpup
2141
+ #: job/dest_ftp.php:21
2142
+ msgid "PHP function to connect with SSL-FTP to server not exists!"
2143
+ msgstr "PHP-Funktion, um mit SSL-FTP zum Server zu verbinden, existiert nicht!"
2144
+
2145
+ #@ backwpup
2146
+ #: job/dest_ftp.php:27
2147
+ #, php-format
2148
+ msgid "Connected to FTP server: %s"
2149
+ msgstr "Verbunden mit dem FTP-Server: %s"
2150
+
2151
+ #@ backwpup
2152
+ #: job/dest_ftp.php:29
2153
+ #, php-format
2154
+ msgid "Can not connect to FTP server: %s"
2155
+ msgstr "Kann nicht mit dem FTP-Server verbinden: %s"
2156
+
2157
+ #@ backwpup
2158
+ #: job/dest_ftp.php:36
2159
+ #: job/dest_ftp.php:43
2160
+ #: job/dest_ftp.php:55
2161
+ #: job/dest_ftp.php:83
2162
+ #, php-format
2163
+ msgid "FTP Client command: %s"
2164
+ msgstr "FTP-Client-Kommando: %s"
2165
+
2166
+ #@ backwpup
2167
+ #: job/dest_ftp.php:38
2168
+ #: job/dest_ftp.php:41
2169
+ #: job/dest_ftp.php:45
2170
+ #: job/dest_ftp.php:58
2171
+ #: job/dest_ftp.php:60
2172
+ #: job/dest_ftp.php:86
2173
+ #: job/dest_ftp.php:88
2174
+ #: job/dest_ftp.php:91
2175
+ #: job/dest_ftp.php:93
2176
+ #, php-format
2177
+ msgid "FTP Server reply: %s"
2178
+ msgstr "FTP-Server Antwort: %s"
2179
+
2180
+ #@ backwpup
2181
+ #: job/dest_ftp.php:69
2182
+ #, php-format
2183
+ msgid "FTP Folder \"%s\" created!"
2184
+ msgstr "FTP-Ordner \"%s\" erstellt!"
2185
+
2186
+ #@ backwpup
2187
+ #: job/dest_ftp.php:72
2188
+ #, php-format
2189
+ msgid "FTP Folder \"%s\" can not created!"
2190
+ msgstr "FTP-Ordner \"%s\" kann nicht erstellt werden!"
2191
+
2192
+ #@ backwpup
2193
+ #: job/dest_ftp.php:110
2194
+ #, php-format
2195
+ msgid "Backup transferred to FTP server: %s"
2196
+ msgstr "Datensicherungsdatei übertragen zum FTP-Server: %s"
2197
+
2198
+ #@ backwpup
2199
+ #: job/dest_ftp.php:106
2200
+ msgid "Can not transfer backup to FTP server!"
2201
+ msgstr "Datensicherungsdatei kann nicht zum FTP-Server übertragen werden!"
2202
+
2203
+ #@ backwpup
2204
+ #: job/dest_ftp.php:131
2205
+ #, php-format
2206
+ msgid "Can not delete \"%s\" on FTP server!"
2207
+ msgstr "Kann \"%s\" nicht löschen auf dem FTP-Server!"
2208
+
2209
+ #@ backwpup
2210
+ #: job/dest_ftp.php:134
2211
+ #, php-format
2212
+ msgid "One file deleted on FTP Server"
2213
+ msgid_plural "%d files deleted on FTP Server"
2214
+ msgstr[0] "Eine Datei auf dem FTP-Server gelöscht"
2215
+ msgstr[1] "%d Dateien auf dem FTP-Server gelöscht"
2216
+
2217
+ #@ backwpup
2218
+ #: job/dest_gstorage.php:4
2219
+ #, php-format
2220
+ msgid "%d. try sending backup to Google Storage..."
2221
+ msgstr "%d. Versuche Datensicherungsdatei zu Google Storage zu senden ..."
2222
+
2223
+ #@ backwpup
2224
+ #: job/dest_mail.php:6
2225
+ #, php-format
2226
+ msgid "%d. try to sending backup with mail..."
2227
+ msgstr "%d. Versuche Datensicherung via E-Mail zu senden ..."
2228
+
2229
+ #@ backwpup
2230
+ #: job/dest_mail.php:36
2231
+ #, php-format
2232
+ msgid "BackWPup archive from %1$s: %2$s"
2233
+ msgstr "BackWPup-Archiv vom %1$s: %2$s"
2234
+
2235
+ #@ backwpup
2236
+ #: job/dest_mail.php:38
2237
+ #, php-format
2238
+ msgid "Backup archive: %s"
2239
+ msgstr "Datensicherungsarchiv: %s"
2240
+
2241
+ #@ backwpup
2242
+ #: job/dest_mail.php:43
2243
+ msgid "Backup archive too big for sending by mail!"
2244
+ msgstr "Das Datensicherungsarchiv ist zu groß zum Senden via E-Mail!"
2245
+
2246
+ #@ backwpup
2247
+ #: job/dest_mail.php:50
2248
+ msgid "Adding backup archive to mail"
2249
+ msgstr "Datensicherungsarchiv wird der E-Mail hinzugefügt"
2250
+
2251
+ #@ backwpup
2252
+ #: job/dest_mail.php:56
2253
+ #, php-format
2254
+ msgid "Error \"%s\" on sending mail!"
2255
+ msgstr "Fehler \"%s\" beim Mailversand!"
2256
+
2257
+ #@ backwpup
2258
+ #: job/dest_msazure.php:5
2259
+ #, php-format
2260
+ msgid "%d. try sending backup to a Microsoft Azure (Blob)..."
2261
+ msgstr "%d. Versuche Datensicherung zu Microsoft Azure (Blob) zu senden ..."
2262
+
2263
+ #@ backwpup
2264
+ #: job/dest_msazure.php:14
2265
+ #, php-format
2266
+ msgid "Microsoft Azure container \"%s\" not exists!"
2267
+ msgstr "Microsoft Azure Container \"%s\" existiert nicht!"
2268
+
2269
+ #@ backwpup
2270
+ #: job/dest_msazure.php:17
2271
+ #, php-format
2272
+ msgid "Connected to Microsoft Azure container \"%s\""
2273
+ msgstr "Verbunden mit Microsoft Azure Container \"%s\""
2274
+
2275
+ #@ backwpup
2276
+ #: job/dest_msazure.php:20
2277
+ msgid "Upload to MS Azure now started... "
2278
+ msgstr "Hochladen zu MS Azure hat begonnen ... "
2279
+
2280
+ #@ backwpup
2281
+ #: job/dest_msazure.php:29
2282
+ msgid "Can not transfer backup to Microsoft Azure!"
2283
+ msgstr "Kann Datensicherung nicht Microsoft Azure übertragen!"
2284
+
2285
+ #@ backwpup
2286
+ #: job/dest_msazure.php:50
2287
+ #, php-format
2288
+ msgid "One file deleted on Microsoft Azure container"
2289
+ msgid_plural "%d files deleted on Microsoft Azure container"
2290
+ msgstr[0] "Eine Datei im Microsoft Azure Container gelöscht"
2291
+ msgstr[1] "%d Dateien im Microsoft Azure Container gelöscht"
2292
+
2293
+ #@ backwpup
2294
+ #: job/dest_msazure.php:55
2295
+ #, php-format
2296
+ msgid "Microsoft Azure API: %s"
2297
+ msgstr "Microsoft Azure API: %s"
2298
+
2299
+ #@ backwpup
2300
+ #: job/dest_rsc.php:88
2301
+ #, php-format
2302
+ msgid "One file deleted on RSC container"
2303
+ msgid_plural "%d files deleted on RSC container"
2304
+ msgstr[0] "Eine Datei im RSC-Container gelöscht"
2305
+ msgstr[1] "%d Dateien im RSC-Container gelöscht"
2306
+
2307
+ #@ backwpup
2308
+ #: job/dest_s3.php:4
2309
+ #, php-format
2310
+ msgid "%d. try sending backup file to Amazon S3..."
2311
+ msgstr "%d. Versuche Datensicherungsdatei zu Amazon S3 zu senden ..."
2312
+
2313
+ #@ backwpup
2314
+ #: job/dest_s3.php:14
2315
+ #, php-format
2316
+ msgid "Connected to S3 Bucket: %s"
2317
+ msgstr "Verbunden mit dem S3 Bucket: %s"
2318
+
2319
+ #@ backwpup
2320
+ #: job/dest_s3.php:24
2321
+ msgid "Upload to Amazon S3 now started... "
2322
+ msgstr "Hochladen zu Amazon S3 hat begonnen ... "
2323
+
2324
+ #@ backwpup
2325
+ #: job/dest_s3.php:37
2326
+ #, php-format
2327
+ msgid "S3 Bucket \"%s\" not exists!"
2328
+ msgstr "Amazon S3 Bucket \"%s\" existiert nicht!"
2329
+
2330
+ #@ backwpup
2331
+ #: job/dest_s3.php:40
2332
+ #: job/dest_s3.php:69
2333
+ #, php-format
2334
+ msgid "Amazon API: %s"
2335
+ msgstr "Amazon S3 API: %s"
2336
+
2337
+ #@ backwpup
2338
+ #: job/dest_s3.php:61
2339
+ #, php-format
2340
+ msgid "Can not delete backup on S3://%s"
2341
+ msgstr "Datensicherung kann nicht gelöscht werden bei Amazon S3://%s"
2342
+
2343
+ #@ backwpup
2344
+ #: job/dest_s3.php:64
2345
+ #, php-format
2346
+ msgid "One file deleted on S3 Bucket"
2347
+ msgid_plural "%d files deleted on S3 Bucket"
2348
+ msgstr[0] "Eine Datei im Amazon S3 Bucket gelöscht"
2349
+ msgstr[1] "%d Dateien im Amazon S3 Bucket gelöscht"
2350
+
2351
+ #@ backwpup
2352
+ #: job/dest_sugarsync.php:6
2353
+ #, php-format
2354
+ msgid "%d. try sending backup to SugarSync..."
2355
+ msgstr "%d. Versuche Datensicherung zu SugarSync zu senden ..."
2356
+
2357
+ #@ backwpup
2358
+ #: job/dest_sugarsync.php:15
2359
+ #, php-format
2360
+ msgid "Authed to SugarSync with Nick %s"
2361
+ msgstr "Authentifiziert mit SugarSync, mit dem Namen %s"
2362
+
2363
+ #@ backwpup
2364
+ #: job/dest_sugarsync.php:24
2365
+ #, php-format
2366
+ msgid "%s free on SugarSync"
2367
+ msgstr "%s frei bei SugarSync"
2368
+
2369
+ #@ backwpup
2370
+ #: job/dest_sugarsync.php:31
2371
+ msgid "Upload to SugarSync now started... "
2372
+ msgstr "Hochladen zu SugarSync hat begonnen ... "
2373
+
2374
+ #@ backwpup
2375
+ #: job/dest_sugarsync.php:39
2376
+ msgid "Can not transfer backup to SugarSync!"
2377
+ msgstr "Datensicherung kann nicht zu SugarSync übertragen werden!"
2378
+
2379
+ #@ backwpup
2380
+ #: job/dest_sugarsync.php:62
2381
+ #, php-format
2382
+ msgid "One file deleted on SugarSync folder"
2383
+ msgid_plural "%d files deleted on SugarSync folder"
2384
+ msgstr[0] "Eine Datei im SugarSync-Ordner gelöscht"
2385
+ msgstr[1] "%d Dateien im SugarSync-Ordner gelöscht"
2386
+
2387
+ #@ backwpup
2388
+ #: job/dest_sugarsync.php:66
2389
+ #, php-format
2390
+ msgid "SugarSync API: %s"
2391
+ msgstr "SugarSync API: %s"
2392
+
2393
+ #@ backwpup
2394
+ #: job/file_list.php:5
2395
+ #, php-format
2396
+ msgid "%d. try for make list of files to backup...."
2397
+ msgstr "%d. Versuche Liste von Dateien zur Datensicherung zu erstellen ..."
2398
+
2399
+ #@ backwpup
2400
+ #: job/file_list.php:66
2401
+ msgid "No files to backup"
2402
+ msgstr "Keine Dateien zur Datensicherung vorhanden"
2403
+
2404
+ #@ backwpup
2405
+ #: job/file_list.php:68
2406
+ #, php-format
2407
+ msgid "%1$d files with %2$s to backup"
2408
+ msgstr "%1$d Dateien mit %2$s zum Sichern"
2409
+
2410
+ #@ backwpup
2411
+ #: job/file_list.php:93
2412
+ #, php-format
2413
+ msgid "File or folder \"%s\" is not readable!"
2414
+ msgstr "Datei oder Ordner \"%s\" ist nicht lesbar!"
2415
+
2416
+ #@ backwpup
2417
+ #: job/file_list.php:95
2418
+ #, php-format
2419
+ msgid "Link \"%s\" not followed"
2420
+ msgstr "Link \"%s\" ist nicht erlaubt"
2421
+
2422
+ #@ backwpup
2423
+ #: job/file_list.php:101
2424
+ #, php-format
2425
+ msgid "\"%s\" is not a file or directory"
2426
+ msgstr "\"%s\" ist keine Datei oder ein Verzeichnis"
2427
+
2428
+ #@ backwpup
2429
+ #: job/job_functions.php:115
2430
+ #, php-format
2431
+ msgid "Can not increase memory limit is %1$s"
2432
+ msgstr "Das PHP-Speicherlimit kann nicht erhöht werden, es beträgt derzeit %s"
2433
+
2434
+ #@ backwpup
2435
+ #: job/job_functions.php:124
2436
+ msgid "Set Blog to maintenance mode"
2437
+ msgstr "Webseite/ Blog in den Wartungsmodus versetzen"
2438
+
2439
+ #@ backwpup
2440
+ #: job/job_functions.php:138
2441
+ msgid "Cannot set Blog to maintenance mode! Root folder is not writeable!"
2442
+ msgstr "Webseite/ Blog kann nicht in den Wartungsmodus versetzt werden! Der Root-Ordner ist nicht beschreibbar!"
2443
+
2444
+ #@ backwpup
2445
+ #: job/job_functions.php:141
2446
+ msgid "Set Blog to normal mode"
2447
+ msgstr "Setze Webseite/ Blog zurück in den Normalmodus"
2448
+
2449
+ #@ backwpup
2450
+ #: job/job_functions.php:217
2451
+ #, php-format
2452
+ msgid "No MySQL connection: %s"
2453
+ msgstr "Keine MySQL-Verbindung: %s"
2454
+
2455
+ #@ backwpup
2456
+ #: job/job_functions.php:232
2457
+ #, php-format
2458
+ msgid "No MySQL connection to database: %s"
2459
+ msgstr "Keine MySQL-Verbindung zur Datenbank: %s"
2460
+
2461
+ #@ backwpup
2462
+ #: job/job_functions.php:348
2463
+ #, php-format
2464
+ msgid "One old log deleted"
2465
+ msgid_plural "%d old logs deleted"
2466
+ msgstr[0] "Eine alte Protokolldatei gelöscht"
2467
+ msgstr[1] "%d alte Protokolldateien gelöscht"
2468
+
2469
+ #@ backwpup
2470
+ #: job/job_functions.php:352
2471
+ #, php-format
2472
+ msgid "Job done in %s sec."
2473
+ msgstr "Auftrag erledigt in %s Sekunden."
2474
+
2475
+ #@ backwpup
2476
+ #: job/job_functions.php:465
2477
+ #, php-format
2478
+ msgid "BackWPup log from %1$s: %2$s"
2479
+ msgstr "BackWPup-Protokoll vom %1$s: %2$s"
2480
+
2481
+ #@ backwpup
2482
+ #: job/job_run.php:72
2483
+ msgid "Job restart terminated, bcause old job runs again!"
2484
+ msgstr "Auftragsneustart verschoben, weil der alte/ bisherige Auftrag noch läuft!"
2485
+
2486
+ #@ backwpup
2487
+ #: job/job_run.php:75
2488
+ msgid "Job restarted, bcause inactivity!"
2489
+ msgstr "Auftrag neu gestartet, wegen Inaktivität!"
2490
+
2491
+ #@ backwpup
2492
+ #: job/job_run.php:77
2493
+ #, php-format
2494
+ msgid "Second Prozess is running, bcause old job runs! Start type is %s"
2495
+ msgstr "Ein zweiter Prozess läuft, weil alte/ bisherige Aufträge laufen! Startzeit ist %s"
2496
+
2497
+ #@ backwpup
2498
+ #: job/job_run.php:105
2499
+ #, php-format
2500
+ msgid "Can not find job step file: %s"
2501
+ msgstr "Datei mit Abarbeitungsschritten kann nicht gefunden werden: %s"
2502
+
2503
+ #@ backwpup
2504
+ #: job/job_run.php:124
2505
+ #, php-format
2506
+ msgid "[INFO]: PHP Safe mode is ON! Maximum script execution time is %1$d sec."
2507
+ msgstr "[INFO]: PHP-Safemode ist AN! Die maximale Skriptausführzeit ist %1$d Sekunden"
2508
+
2509
+ #@ backwpup
2510
+ #: job/job_run.php:143
2511
+ msgid "No destination defineid for backup!!! Please correct job settings"
2512
+ msgstr "Kein Zielort für die Datensicherung festgelegt!!! Bitte korrigieren Sie die Auftragseinstellungen."
2513
+
2514
+ #@ backwpup
2515
+ #: job/job_run.php:165
2516
+ msgid "Step arborted has too many trys!"
2517
+ msgstr "Schritt wurde abgebrochen - hat zuviele Versuche!"
2518
+
2519
+ #@ backwpup
2520
+ #: job/job_run.php:167
2521
+ #, php-format
2522
+ msgid "Can not find job step function %s!"
2523
+ msgstr "Funktion für die Auftragsschritte kann nicht gefunden werden %s!"
2524
+
2525
+ #@ backwpup
2526
+ #: job/job_start.php:102
2527
+ #, php-format
2528
+ msgid "Can not create folder for log files: %s"
2529
+ msgstr "Ordner für Protokolldateien kann nicht erstellt werden: %s"
2530
+
2531
+ #@ backwpup
2532
+ #: job/job_start.php:138
2533
+ #, php-format
2534
+ msgid "BackWPup log for %1$s from %2$s at %3$s"
2535
+ msgstr "BackWPup-Protokoll für %1$s von %2$s am %3$s"
2536
+
2537
+ #@ backwpup
2538
+ #: job/job_start.php:166
2539
+ #, php-format
2540
+ msgid "Can not create folder for backups: %1$s"
2541
+ msgstr "Ordner für Datensicherungen kann nicht erstellt werden: %1$s"
2542
+
2543
+ #@ backwpup
2544
+ #: job/wp_export.php:11
2545
+ #, php-format
2546
+ msgid "%d. try for wordpress export to XML file..."
2547
+ msgstr "%d. Versuche WordPress-XML-Datei zu exportieren ..."
2548
+
2549
+ #@ backwpup
2550
+ #: job/wp_export.php:81
2551
+ #, php-format
2552
+ msgid "Add XML export \"%1$s\" to backup list with %2$s"
2553
+ msgstr "Füge XML-Export \"%1$s\" der Datensicherungs-Liste hinzu, mit %2$s"
2554
+
2555
+ #@ backwpup
2556
+ #: pages/func_backwpupeditjob.php:18
2557
+ msgid "PHP curl functions not available! Most backup destinations deaktivated!"
2558
+ msgstr "PHP cURL-Funktionen nicht verfügbar! Daher werden die meisten Datensicherungsziele deaktiviert!"
2559
+
2560
+ #@ backwpup
2561
+ #: pages/page_backwpupsettings.php:115
2562
+ msgid "PHP zip class"
2563
+ msgstr "PHP ZIP-Klasse"
2564
+
2565
+ #@ backwpup
2566
+ #: pages/page_backwpupsettings.php:116
2567
+ msgid "PHP zip"
2568
+ msgstr "PHP-ZIP"
2569
+
2570
+ #@ backwpup
2571
+ #: pages/page_backwpupsettings.php:118
2572
+ msgid "Use PHP zip class if available! Normaly PCL Zip class will used."
2573
+ msgstr "Benutze die PHP ZIP-Klasse, falls verfügbar! Normalerweise wird die PCL ZIP-Klasse benutzt."
2574
+
2575
+ #@ backwpup
2576
+ #: job/job_run.php:113
2577
+ #, php-format
2578
+ msgid "[INFO]: BackWPup version %1$s, WordPress version %4$s Copyright &copy; %2$s %3$s"
2579
+ msgstr "[INFO]: BackWPup Version %1$s, WordPress Version %4$s Urheberrecht &copy; %2$s %3$s"
2580
+
2581
+ #@ backwpup
2582
+ #: backwpup-functions.php:736
2583
+ msgid "- PHP 5.2.4 or higher is needed!"
2584
+ msgstr "- PHP Version 5.2.4 oder höher ist erforderlich!"
2585
+
2586
+ #@ backwpup
2587
+ #: backwpup-functions.php:768
2588
+ msgid "- WP-Cron isn't working, please check it!"
2589
+ msgstr "- WP-Cron funktioniert nicht, bitte prüfen Sie die Funktion!"
2590
+
2591
+ #@ backwpup
2592
+ #: job/dest_dropbox.php:37
2593
+ #: job/dest_gstorage.php:27
2594
+ #: job/dest_msazure.php:25
2595
+ #: job/dest_s3.php:30
2596
+ #: job/dest_sugarsync.php:37
2597
+ #, php-format
2598
+ msgid "Backup transferred to %s"
2599
+ msgstr "Datensicherung übertragen zu %s"
2600
+
2601
+ #@ backwpup
2602
+ #: job/dest_gstorage.php:16
2603
+ #, php-format
2604
+ msgid "Connected to GStorage Bucket: %s"
2605
+ msgstr "Verbunden mit dem GStorage Bucket: %s"
2606
+
2607
+ #@ backwpup
2608
+ #: job/dest_gstorage.php:21
2609
+ msgid "Upload to GStorage now started... "
2610
+ msgstr "Hochladen zu GStorage hat begonnen ... "
2611
+
2612
+ #@ backwpup
2613
+ #: job/dest_gstorage.php:31
2614
+ #, php-format
2615
+ msgid "Can not transfer backup to GStorage! (%1$d) %2$s"
2616
+ msgstr "Datensicherung kann nicht zu GStorage übertragen werden! (%1$d) %2$s"
2617
+
2618
+ #@ backwpup
2619
+ #: job/dest_gstorage.php:34
2620
+ #, php-format
2621
+ msgid "GStorage Bucket \"%s\" not exists!"
2622
+ msgstr "GStorage Bucket \"%s\" existiert nicht!"
2623
+
2624
+ #@ backwpup
2625
+ #: job/dest_gstorage.php:37
2626
+ #: job/dest_gstorage.php:66
2627
+ #: pages/func_backwpupbackups.php:392
2628
+ #: pages/header_backwpupbackups.php:50
2629
+ #, php-format
2630
+ msgid "GStorage API: %s"
2631
+ msgstr "GStorage-API: %s"
2632
+
2633
+ #@ backwpup
2634
+ #: job/dest_gstorage.php:58
2635
+ #, php-format
2636
+ msgid "Can not delete backup on GStorage://%s"
2637
+ msgstr "Datensicherung kann nicht gelöscht werden bei GStorage://%s"
2638
+
2639
+ #@ backwpup
2640
+ #: job/dest_gstorage.php:61
2641
+ #, php-format
2642
+ msgid "One file deleted on GStorage Bucket"
2643
+ msgid_plural "%d files deleted on GStorage Bucket"
2644
+ msgstr[0] "Eine Datei im GStorage Bucket gelöscht"
2645
+ msgstr[1] "%d Dateien im GStorage Bucket gelöscht"
2646
+
2647
+ #@ backwpup
2648
+ #: job/dest_s3.php:34
2649
+ #, php-format
2650
+ msgid "Can not transfer backup to S3! (%1$d) %2$s"
2651
+ msgstr "Datensicherung kann nicht zu Amazon S3 übertragen werden! (%1$d) %2$s"
2652
+
2653
+ #@ backwpup
2654
+ #: pages/func_backwpupeditjob.php:534
2655
+ #: pages/func_backwpupeditjob.php:599
2656
+ msgid "Missing access key!"
2657
+ msgstr "Der Zugangsschlüssel (Access Key) fehlt!"
2658
+
2659
+ #@ backwpup
2660
+ #: pages/func_backwpupeditjob.php:541
2661
+ #: pages/func_backwpupeditjob.php:606
2662
+ msgid "Missing secret access key!"
2663
+ msgstr "Der Geheime Zugangsschlüssel (Secret Access Key) fehlt!"
2664
+
2665
+ #@ backwpup
2666
+ #: pages/func_backwpupeditjob.php:565
2667
+ #: pages/func_backwpupeditjob.php:632
2668
+ msgid "No bucket fount!"
2669
+ msgstr "Kein Bucket gefunden!"
2670
+
2671
+ #@ backwpup
2672
+ #: pages/header_backwpupeditjob.php:24
2673
+ msgid "Wrong Token for Dropbox authentication received!"
2674
+ msgstr "Falschen Token für die Dropbox-Authentifizierung erhalten!"
2675
+
2676
+ #@ backwpup
2677
+ #: pages/header_backwpupeditjob.php:27
2678
+ msgid "No Dropbox authentication received!"
2679
+ msgstr "Keine Dropbox-Authentifizierung erhalten!"
2680
+
2681
+ #@ backwpup
2682
+ #: pages/header_backwpuplogs.php:59
2683
+ msgid "Here you can manage the log files of the jobs. You can download, view, or delete them."
2684
+ msgstr "Hier können Sie die Protokolldateien der Aufträge verwalten. Sie können diese Herunterladen, ansehen oder löschen."
2685
+
2686
+ #@ backwpup
2687
+ #: pages/page_backwpupsettings.php:18
2688
+ msgid "Here you can set the options for email sending. The settings will be used in jobs for sending backups via email or for sending log files."
2689
+ msgstr "Hier können Sie die Einstellungen für den E-Mail-Versand festlegen. Diese Einstellungen werden benutzt beim Senden von Datensicherungen via E-Mail sowie zum Versenden von Protokollen."
2690
+
2691
+ #@ backwpup
2692
+ #: pages/page_backwpupsettings.php:80
2693
+ msgid "Here you can set Logfile related options."
2694
+ msgstr "Hier können Sie Einstellungen für die Protokolle festlegen."
2695
+
2696
+ #@ backwpup
2697
+ #: pages/page_backwpupsettings.php:102
2698
+ msgid "Here you can set Job related options."
2699
+ msgstr "Hier können Sie Einstellungen für die Aufträge festlegen."
2700
+
2701
+ #@ backwpup
2702
+ #: pages/page_backwpupsettings.php:110
2703
+ msgid "Max. retrys for job script retries"
2704
+ msgstr "Maximale Wiederholungsversuche für das Skript"
2705
+
2706
+ #@ backwpup
2707
+ #: pages/page_backwpupsettings.php:135
2708
+ msgid "Http basic authentication"
2709
+ msgstr "HTTP-Basis-Authentifizierung"
2710
+
2711
+ #@ backwpup
2712
+ #: pages/page_backwpupsettings.php:136
2713
+ msgid "Is your blog behind a http basic authentication (.htaccess)? Then you must set the username and password four authentication."
2714
+ msgstr "Liegt Ihre Webseite/ Ihr Blog hinter einer HTTP-Basis-Authentifizierung (.htaccess)? Dann müssen Sie den Benutzername und das Passwort für die Authentifizierung hier angeben."
2715
+
2716
+ #@ backwpup
2717
+ #: pages/page_backwpuptools.php:43
2718
+ msgid "Copy SQL file to blog root folder to use for a restoring."
2719
+ msgstr "Kopieren Sie die SQL-Datei in den root-Ordner Ihrer Webseite (bzw. WordPress-Installation), damit die Datei für eine Wiederherstellung genutzt werden kann."
2720
+
2721
+ #@ backwpup
2722
+ #: pages/tools/db_restore.php:92
2723
+ msgid "Restore Done. Please delete the SQL file after restoring."
2724
+ msgstr "Wiederherstellung abgeschlossen. Bitte löschen Sie die SQL-Datei nach der Wiederherstellung."
2725
+
2726
+ #@ backwpup
2727
+ #: backwpup-functions.php:732
2728
+ #, php-format
2729
+ msgid "- WordPress %d or higher is needed!"
2730
+ msgstr "- WordPress Version %d oder höher ist erforderlich!"
2731
+
2732
+ #@ backwpup
2733
+ #: backwpup-functions.php:752
2734
+ #, php-format
2735
+ msgid "- Log folder '%s' does not exists!"
2736
+ msgstr "- Protokolldateienordner '%s' existiert nicht!"
2737
+
2738
+ #@ backwpup
2739
+ #: backwpup-functions.php:755
2740
+ #, php-format
2741
+ msgid "- Log folder '%s' is not writeable!"
2742
+ msgstr "- Protokolldateienordner '%s' ist nicht beschreibbar!"
2743
+
2744
+ #@ backwpup
2745
+ #: backwpup-functions.php:758
2746
+ #, php-format
2747
+ msgid "- Log folder '%s' is not in open_basedir path!"
2748
+ msgstr "- Protokolldateienordner '%s' liegt nicht im open_basedir Pfad!"
2749
+
2750
+ #@ backwpup
2751
+ #: backwpup-functions.php:761
2752
+ #, php-format
2753
+ msgid "- WP_CONTENT_URL '%s' must set as a full URL!"
2754
+ msgstr "- WP_CONTENT_URL '%s' muss als eine komplette URL festgelegt sein!"
2755
+
2756
+ #@ backwpup
2757
+ #: backwpup-functions.php:764
2758
+ #, php-format
2759
+ msgid "- WP_PLUGIN_URL '%s' must set as a full URL!"
2760
+ msgstr "- WP_PLUGIN_URL '%s' muss als eine komplette URL festgelegt sein!"
2761
+
2762
+ #@ backwpup
2763
+ #. translators: plugin header field 'Description'
2764
+ #: backwpup.php:0
2765
+ msgid "WordPress Backup and more..."
2766
+ msgstr "WordPress-Datensicherung und mehr ..."
2767
+
2768
+ #@ backwpup
2769
+ #: job/job_functions.php:513
2770
+ msgid "Can not restart on alternate cron...."
2771
+ msgstr "Alternativer Cronjob (Auftragsplanung) kann nicht neu gestartet werden ..."
2772
+
2773
+ #@ backwpup
2774
+ #: job/job_functions.php:493
2775
+ #, php-format
2776
+ msgid "Signal %d send to script!"
2777
+ msgstr "Signal %d zum Skript gesendet!"
2778
+
2779
+ #@ backwpup
2780
+ #: pages/func_backwpupeditjob.php:257
2781
+ msgid "US-Standard (Northern Virginia & Washington State)"
2782
+ msgstr "US-Standard (Northern Virginia & Washington State)"
2783
+
2784
+ #@ backwpup
2785
+ #: pages/func_backwpupeditjob.php:257
2786
+ msgid "US-West 1 (Northern California)"
2787
+ msgstr "US-West 1 (Northern California)"
2788
+
2789
+ #@ backwpup
2790
+ #: pages/func_backwpupeditjob.php:257
2791
+ msgid "US-West 2 (Oregon)"
2792
+ msgstr "US-West 2 (Oregon)"
2793
+
2794
+ #@ backwpup
2795
+ #: pages/func_backwpupeditjob.php:257
2796
+ msgid "South America (Sao Paulo)"
2797
+ msgstr "Südamerika (Sao Paulo)"
2798
+
2799
+ #@ backwpup
2800
+ #: pages/func_backwpupeditjob.php:257
2801
+ msgid "United States GovCloud"
2802
+ msgstr "Vereinigte Staaten GovCloud"
2803
+
2804
+ #@ backwpup
2805
+ #: pages/func_backwpupeditjob.php:257
2806
+ msgid "United States GovCloud FIPS 140-2"
2807
+ msgstr "Vereinigte Staaten FIPS 140-2"
2808
+
2809
+ #@ backwpup
2810
+ #: backwpup-functions.php:90
2811
+ #: backwpup-functions.php:97
2812
+ msgid "Plugin Info"
2813
+ msgstr "Plugin-Info"
2814
+
2815
+ #@ backwpup
2816
+ #: backwpup-functions.php:104
2817
+ msgid "Overview"
2818
+ msgstr "Übersicht"
2819
+
2820
+ #@ backwpup
2821
+ #: backwpup-functions.php:111
2822
+ #: backwpup-functions.php:121
2823
+ #: backwpup-functions.php:134
2824
+ #: backwpup-functions.php:146
2825
+ msgid "Documentation"
2826
+ msgstr "Dokumentation"
2827
+
2828
+ #@ backwpup
2829
+ #: backwpup-functions.php:113
2830
+ #: backwpup-functions.php:123
2831
+ #: backwpup-functions.php:136
2832
+ #: backwpup-functions.php:148
2833
+ msgid "Support Forums"
2834
+ msgstr "Support-Foren"
2835
+
2836
+ #@ backwpup
2837
+ #: backwpup-functions.php:115
2838
+ #: backwpup-functions.php:125
2839
+ #: backwpup-functions.php:138
2840
+ #: backwpup-functions.php:150
2841
+ msgid "Google+"
2842
+ msgstr "Google+"
2843
+
2844
+ #@ backwpup
2845
+ #: backwpup-functions.php:743
2846
+ #, php-format
2847
+ msgid "- Temp folder '%s' does not exists!"
2848
+ msgstr "- Temporärer Order '%s' existiert nicht!"
2849
+
2850
+ #@ backwpup
2851
+ #: backwpup-functions.php:746
2852
+ #, php-format
2853
+ msgid "- Temp folder '%s' is not writeable!"
2854
+ msgstr "- Temporärer Ordner '%s' ist nicht beschreibbar!"
2855
+
2856
+ #@ backwpup
2857
+ #. translators: plugin header field 'Version'
2858
+ #: backwpup.php:0
2859
+ msgid "2.1.13"
2860
+ msgstr "2.1.13"
2861
+
2862
+ #@ backwpup
2863
+ #: job/job_run.php:119
2864
+ msgid "[INFO]: BackWPup job started by cron"
2865
+ msgstr "[INFO]: BackWPup Auftrag von Cron gestartet"
2866
+
2867
+ #@ backwpup
2868
+ #: job/job_run.php:121
2869
+ msgid "[INFO]: BackWPup job started manualy"
2870
+ msgstr "[INFO]: BackWPup Auftrag manuell begonnen"
2871
+
2872
+ #@ backwpup
2873
+ #: pages/func_backwpupeditjob.php:381
2874
+ #: pages/header_backwpupeditjob.php:225
2875
+ msgid "Sugarsync authenticate!"
2876
+ msgstr "SugarSync Authentifizierung!"
2877
+
2878
+ #@ backwpup
2879
+ #: pages/func_backwpupeditjob.php:382
2880
+ #: pages/header_backwpupeditjob.php:243
2881
+ msgid "Create Sugarsync Account"
2882
+ msgstr "Ein SugarSync Konto erstellen"
2883
+
2884
+ #@ backwpup
2885
+ #: pages/func_backwpupeditjob.php:387
2886
+ #: pages/header_backwpupeditjob.php:239
2887
+ msgid "Delete Sugarsync authentication!"
2888
+ msgstr "SugarSync Authentifizierung löschen!"
2889
+
2890
+ #@ backwpup
2891
+ #: pages/header_backwpupeditjob.php:233
2892
+ msgid "SugarSync authentication complete!"
2893
+ msgstr "SugarSync Authentifizierung abgeschlossen!"
2894
+
2895
+ #@ backwpup
2896
+ #: pages/header_backwpupeditjob.php:241
2897
+ msgid "SugarSync authentication deleted!"
2898
+ msgstr "SugarSync Authentifizierung gelöscht!"
2899
+
2900
+ #@ backwpup
2901
+ #: pages/header_backwpupeditjob.php:249
2902
+ msgid "SugarSync account created!"
2903
+ msgstr "SugarSync Benutzerkonto erstellt!"
2904
+
lang/backwpup-fr_FR.mo ADDED
Binary file
lang/backwpup-fr_FR.po ADDED
@@ -0,0 +1,2898 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: BackWPup v2.1.12\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2012-07-12 21:01:58+0000\n"
7
+ "Last-Translator: mermouy <mermouy@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: French\n"
14
+ "X-Poedit-Country: FRANCE\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #. translators: plugin header field 'Name'
23
+ #: backwpup-functions.php:4
24
+ #: backwpup-functions.php:293
25
+ #: backwpup-functions.php:518
26
+ #: backwpup.php:0
27
+ #@ backwpup
28
+ #@ textdomain
29
+ msgid "BackWPup"
30
+ msgstr "BackWPup"
31
+
32
+ #: backwpup-functions.php:5
33
+ #: backwpup-functions.php:521
34
+ #: pages/page_backwpupsettings.php:101
35
+ #@ backwpup
36
+ msgid "Jobs"
37
+ msgstr "Opérations"
38
+
39
+ #: backwpup-functions.php:7
40
+ #: pages/page_backwpup.php:8
41
+ #: pages/page_backwpupeditjob.php:25
42
+ #@ backwpup
43
+ msgid "Add New"
44
+ msgstr "Ajouter"
45
+
46
+ #: backwpup-functions.php:9
47
+ #@ backwpup
48
+ msgid "Working"
49
+ msgstr "En cours"
50
+
51
+ #: backwpup-functions.php:11
52
+ #: backwpup-functions.php:522
53
+ #: pages/header_backwpupbackups.php:327
54
+ #: pages/header_backwpuplogs.php:61
55
+ #: pages/page_backwpupsettings.php:79
56
+ #@ backwpup
57
+ msgid "Logs"
58
+ msgstr "Fichiers journaux"
59
+
60
+ #: backwpup-functions.php:13
61
+ #: backwpup-functions.php:523
62
+ #@ backwpup
63
+ msgid "Backups"
64
+ msgstr "Sauvegardes"
65
+
66
+ #: backwpup-functions.php:15
67
+ #@ backwpup
68
+ msgid "Tools"
69
+ msgstr "Outils"
70
+
71
+ #: backwpup-functions.php:17
72
+ #: backwpup-functions.php:274
73
+ #@ backwpup
74
+ msgid "Settings"
75
+ msgstr "Paramètres"
76
+
77
+ #. translators: plugin header field 'PluginURI'
78
+ #: backwpup-functions.php:87
79
+ #: backwpup-functions.php:107
80
+ #: backwpup-functions.php:129
81
+ #: backwpup.php:0
82
+ #@ backwpup
83
+ msgid "http://backwpup.com"
84
+ msgstr "http://backwpup.com"
85
+
86
+ #: backwpup-functions.php:90
87
+ #: backwpup-functions.php:97
88
+ #@ backwpup
89
+ msgid "Plugin Info"
90
+ msgstr "Info extension"
91
+
92
+ #: backwpup-functions.php:92
93
+ #: backwpup-functions.php:99
94
+ #: backwpup-functions.php:131
95
+ #: backwpup-functions.php:143
96
+ #@ backwpup
97
+ msgid "BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
98
+ msgstr "BackWPup est livré sans AUCUNE GARANTIE. C'est un logiciel libre, et vous êtes invités à le redistribuer sous certaines conditions."
99
+
100
+ #: backwpup-functions.php:104
101
+ #@ backwpup
102
+ msgid "Overview"
103
+ msgstr "Vue générale"
104
+
105
+ #: backwpup-functions.php:109
106
+ #: backwpup-functions.php:119
107
+ #: backwpup-functions.php:132
108
+ #: backwpup-functions.php:144
109
+ #@ backwpup
110
+ msgid "For more information:"
111
+ msgstr "Pour plus d'informations:"
112
+
113
+ #: backwpup-functions.php:111
114
+ #: backwpup-functions.php:121
115
+ #: backwpup-functions.php:134
116
+ #: backwpup-functions.php:146
117
+ #@ backwpup
118
+ msgid "Documentation"
119
+ msgstr "Documentation"
120
+
121
+ #: backwpup-functions.php:112
122
+ #: backwpup-functions.php:122
123
+ #: backwpup-functions.php:135
124
+ #: backwpup-functions.php:147
125
+ #: backwpup-functions.php:284
126
+ #@ backwpup
127
+ msgid "FAQ"
128
+ msgstr "FAQ"
129
+
130
+ #: backwpup-functions.php:113
131
+ #: backwpup-functions.php:123
132
+ #: backwpup-functions.php:136
133
+ #: backwpup-functions.php:148
134
+ #@ backwpup
135
+ msgid "Support Forums"
136
+ msgstr "Forums d'aide"
137
+
138
+ #: backwpup-functions.php:114
139
+ #: backwpup-functions.php:124
140
+ #: backwpup-functions.php:137
141
+ #: backwpup-functions.php:149
142
+ #: backwpup-functions.php:286
143
+ #@ backwpup
144
+ msgid "Donate"
145
+ msgstr "Donation"
146
+
147
+ #: backwpup-functions.php:115
148
+ #: backwpup-functions.php:125
149
+ #: backwpup-functions.php:138
150
+ #: backwpup-functions.php:150
151
+ #@ backwpup
152
+ msgid "Google+"
153
+ msgstr "Google+"
154
+
155
+ #: backwpup-functions.php:274
156
+ #@ backwpup
157
+ msgid "Go to Settings Page"
158
+ msgstr "Aller aux paramètres"
159
+
160
+ #: backwpup-functions.php:285
161
+ #@ backwpup
162
+ msgid "Support"
163
+ msgstr "Aide"
164
+
165
+ #: backwpup-functions.php:350
166
+ #@ backwpup
167
+ msgid "WP XML Export"
168
+ msgstr "Export WP XML"
169
+
170
+ #: backwpup-functions.php:353
171
+ #: pages/page_backwpupeditjob.php:96
172
+ #@ backwpup
173
+ msgid "File Backup"
174
+ msgstr "Sauvegarde des fichiers"
175
+
176
+ #: backwpup-functions.php:356
177
+ #@ backwpup
178
+ msgid "Database Backup"
179
+ msgstr "Sauvegarde de la base de données"
180
+
181
+ #: backwpup-functions.php:359
182
+ #@ backwpup
183
+ msgid "Optimize Database Tables"
184
+ msgstr "Optimisation des tables"
185
+
186
+ #: backwpup-functions.php:362
187
+ #@ backwpup
188
+ msgid "Check Database Tables"
189
+ msgstr "Vérification des tables"
190
+
191
+ #: backwpup-functions.php:427
192
+ #@ backwpup
193
+ msgid "View Log:"
194
+ msgstr "Voir journal:"
195
+
196
+ #: backwpup-functions.php:429
197
+ #: pages/func_backwpuplogs.php:135
198
+ #, php-format
199
+ #@ backwpup
200
+ msgid "%d ERROR"
201
+ msgid_plural "%d ERRORS"
202
+ msgstr[0] ""
203
+ msgstr[1] ""
204
+
205
+ #: backwpup-functions.php:431
206
+ #: pages/func_backwpuplogs.php:137
207
+ #, php-format
208
+ #@ backwpup
209
+ msgid "%d WARNING"
210
+ msgid_plural "%d WARNINGS"
211
+ msgstr[0] ""
212
+ msgstr[1] ""
213
+
214
+ #: backwpup-functions.php:433
215
+ #: pages/func_backwpuplogs.php:139
216
+ #@ backwpup
217
+ msgid "O.K."
218
+ msgstr "O.K."
219
+
220
+ #: backwpup-functions.php:441
221
+ #: backwpup-functions.php:471
222
+ #: backwpup-functions.php:499
223
+ #: pages/page_backwpupsettings.php:59
224
+ #@ backwpup
225
+ msgid "none"
226
+ msgstr "aucune"
227
+
228
+ #: backwpup-functions.php:459
229
+ #@ backwpup
230
+ msgid "How many of the lastes logs would you like to display?"
231
+ msgstr "Combien des derniers fichiers journaux voulez-vous afficher?"
232
+
233
+ #: backwpup-functions.php:485
234
+ #, php-format
235
+ #@ backwpup
236
+ msgid "working since %d sec."
237
+ msgstr "en cours depuis %d sec."
238
+
239
+ #: backwpup-functions.php:486
240
+ #: pages/func_backwpup.php:107
241
+ #@ backwpup
242
+ msgid "View!"
243
+ msgstr "Voir!"
244
+
245
+ #: backwpup-functions.php:487
246
+ #: pages/func_backwpup.php:108
247
+ #@ backwpup
248
+ msgid "Abort!"
249
+ msgstr "Abandonner!"
250
+
251
+ #: backwpup-functions.php:492
252
+ #@ backwpup
253
+ msgid "Edit Job"
254
+ msgstr "Modifier l'opération"
255
+
256
+ #: backwpup-functions.php:507
257
+ #: pages/page_backwpuplogs.php:8
258
+ #@ backwpup
259
+ msgid "BackWPup Logs"
260
+ msgstr "Fichiers journaux de BackWPup"
261
+
262
+ #: backwpup-functions.php:508
263
+ #@ backwpup
264
+ msgid "BackWPup Aktive Jobs"
265
+ msgstr "Opérations actives BackWPup"
266
+
267
+ #: backwpup-functions.php:520
268
+ #@ backwpup
269
+ msgid "See Working!"
270
+ msgstr "Observer l'opération!"
271
+
272
+ #: backwpup-functions.php:524
273
+ #@ backwpup
274
+ msgid "BackWPup Job"
275
+ msgstr "Opération BackWPup"
276
+
277
+ #: backwpup-functions.php:733
278
+ #, php-format
279
+ #@ backwpup
280
+ msgid "- WordPress %d or higher is needed!"
281
+ msgstr "- WordPress %d ou supérieur est nécessaire!"
282
+
283
+ #: backwpup-functions.php:737
284
+ #@ backwpup
285
+ msgid "- PHP 5.2.4 or higher is needed!"
286
+ msgstr "- PHP 5.2.4 ou supérieur est nécessaire!"
287
+
288
+ #: backwpup-functions.php:744
289
+ #, php-format
290
+ #@ backwpup
291
+ msgid "- Temp folder '%s' does not exists!"
292
+ msgstr "- Le répertoire temporaire '%s' n'existe pas!"
293
+
294
+ #: backwpup-functions.php:747
295
+ #, php-format
296
+ #@ backwpup
297
+ msgid "- Temp folder '%s' is not writeable!"
298
+ msgstr "- Le répertoire temporaire '%s' n'est pas inscriptible!"
299
+
300
+ #: backwpup-functions.php:753
301
+ #, php-format
302
+ #@ backwpup
303
+ msgid "- Log folder '%s' does not exists!"
304
+ msgstr "- Le répertoire des fichiers journaux '%s' n'existe pas!"
305
+
306
+ #: backwpup-functions.php:756
307
+ #, php-format
308
+ #@ backwpup
309
+ msgid "- Log folder '%s' is not writeable!"
310
+ msgstr "- Le répertoire des fichiers journaux '%s' n'est pas inscriptible!"
311
+
312
+ #: backwpup-functions.php:759
313
+ #, php-format
314
+ #@ backwpup
315
+ msgid "- Log folder '%s' is not in open_basedir path!"
316
+ msgstr "- Le répertoire des fichiers journaux '%s' n'est pas dans le chemin open_basedir!"
317
+
318
+ #: backwpup-functions.php:762
319
+ #, php-format
320
+ #@ backwpup
321
+ msgid "- WP_CONTENT_URL '%s' must set as a full URL!"
322
+ msgstr "- WP_CONTENT_URL '%s' doit être une adresse valide!"
323
+
324
+ #: backwpup-functions.php:765
325
+ #, php-format
326
+ #@ backwpup
327
+ msgid "- WP_PLUGIN_URL '%s' must set as a full URL!"
328
+ msgstr "- WP_PLUGIN_URL '%s' doit être une adresse valide!"
329
+
330
+ #: backwpup-functions.php:769
331
+ #@ backwpup
332
+ msgid "- WP-Cron isn't working, please check it!"
333
+ msgstr "- WP-Cron ne fonctionne pas, veuillez vérifier!"
334
+
335
+ #: backwpup-functions.php:825
336
+ #@ backwpup
337
+ msgid "New"
338
+ msgstr "Nouvelle"
339
+
340
+ #. translators: plugin header field 'Description'
341
+ #: backwpup.php:0
342
+ #@ backwpup
343
+ msgid "WordPress Backup and more..."
344
+ msgstr "Sauvegarde de WordPress et plus..."
345
+
346
+ #. translators: plugin header field 'Author'
347
+ #: backwpup.php:0
348
+ #@ backwpup
349
+ msgid "Daniel H&uuml;sken"
350
+ msgstr "Daniel H&uuml;sken"
351
+
352
+ #. translators: plugin header field 'AuthorURI'
353
+ #: backwpup.php:0
354
+ #@ backwpup
355
+ msgid "http://danielhuesken.de"
356
+ msgstr "http://danielhuesken.de"
357
+
358
+ #. translators: plugin header field 'Version'
359
+ #: backwpup.php:0
360
+ #@ backwpup
361
+ msgid "2.1.12"
362
+ msgstr "2.1.12"
363
+
364
+ #: job/backup_create.php:13
365
+ #, php-format
366
+ #@ backwpup
367
+ msgid "%d. try to create backup zip archive..."
368
+ msgstr "%d. Tentative de création de l'archive zip..."
369
+
370
+ #: job/backup_create.php:18
371
+ #, php-format
372
+ #@ backwpup
373
+ msgid "Can not add \"%s\" to zip archive!"
374
+ msgstr "Impossible d'ajouter \"%s\" à l'archive zip!"
375
+
376
+ #: job/backup_create.php:25
377
+ #@ backwpup
378
+ msgid "(4) ER_SEEK"
379
+ msgstr "(4) ER_SEEK"
380
+
381
+ #: job/backup_create.php:27
382
+ #@ backwpup
383
+ msgid "(5) ER_READ"
384
+ msgstr "(5) ER_READ"
385
+
386
+ #: job/backup_create.php:29
387
+ #@ backwpup
388
+ msgid "(9) ER_NOENT"
389
+ msgstr "(9) ER_NOENT"
390
+
391
+ #: job/backup_create.php:31
392
+ #@ backwpup
393
+ msgid "(10) ER_EXISTS"
394
+ msgstr "(10) ER_EXISTS"
395
+
396
+ #: job/backup_create.php:33
397
+ #@ backwpup
398
+ msgid "(11) ER_OPEN"
399
+ msgstr "(11) ER_OPEN"
400
+
401
+ #: job/backup_create.php:35
402
+ #@ backwpup
403
+ msgid "(14) ER_MEMORY"
404
+ msgstr "(14) ER_MEMORY"
405
+
406
+ #: job/backup_create.php:37
407
+ #@ backwpup
408
+ msgid "(18) ER_INVAL"
409
+ msgstr "(18) ER_INVAL"
410
+
411
+ #: job/backup_create.php:39
412
+ #@ backwpup
413
+ msgid "(19) ER_NOZIP"
414
+ msgstr "(19) ER_NOZIP"
415
+
416
+ #: job/backup_create.php:41
417
+ #@ backwpup
418
+ msgid "(21) ER_INCONS"
419
+ msgstr "(21) ER_INCONS"
420
+
421
+ #: job/backup_create.php:42
422
+ #, php-format
423
+ #@ backwpup
424
+ msgid "Zip returns status: %s"
425
+ msgstr "Zip a renvoyé le statut: %s"
426
+
427
+ #: job/backup_create.php:45
428
+ #@ backwpup
429
+ msgid "Backup zip archive create done!"
430
+ msgstr "Archive zip de sauvegarde créée!"
431
+
432
+ #: job/backup_create.php:48
433
+ #@ backwpup
434
+ msgid "Can not create backup zip archive $s!"
435
+ msgstr "Création de l'archive zip $s impossible!"
436
+
437
+ #: job/backup_create.php:59
438
+ #, php-format
439
+ #@ backwpup
440
+ msgid "%d. try to create backup zip (PclZip) archive..."
441
+ msgstr "%d. tentative de création de l'archive zip (PclZip)..."
442
+
443
+ #: job/backup_create.php:68
444
+ #, php-format
445
+ #@ backwpup
446
+ msgid "Zip archive create error: %s"
447
+ msgstr "Erreur de création de l'archive zip: %s"
448
+
449
+ #: job/backup_create.php:72
450
+ #@ backwpup
451
+ msgid "Backup zip archive create done"
452
+ msgstr "Archive zip de sauvegarde créée"
453
+
454
+ #: job/backup_create.php:89
455
+ #@ backwpup
456
+ msgid "Can not create tar arcive file!"
457
+ msgstr "Impossible de créer l'archive tar!"
458
+
459
+ #: job/backup_create.php:92
460
+ #, php-format
461
+ #@ backwpup
462
+ msgid "%1$d. try to create %2$s archive file..."
463
+ msgstr "%1$d. tentative de création de l'archive %2$s ..."
464
+
465
+ #: job/backup_create.php:100
466
+ #, php-format
467
+ #@ backwpup
468
+ msgid "File \"%s\" not readable!"
469
+ msgstr "\"%s\" non accessible!"
470
+
471
+ #: job/backup_create.php:115
472
+ #, php-format
473
+ #@ backwpup
474
+ msgid "File name \"%1$s\" to long to save corectly in %2$s archive!"
475
+ msgstr "Le nom de fichier \"%1$s\\ est trop long pour s'enregistrer correctement dans l'archive %2$s!"
476
+
477
+ #: job/backup_create.php:117
478
+ #, php-format
479
+ #@ backwpup
480
+ msgid "File path \"%1$s\" to long to save corectly in %2$s archive!"
481
+ msgstr "Le chemin vers \"%1$s\" est trop long pour s'enregistrer correctement dans l'archive %2$s!"
482
+
483
+ #: job/backup_create.php:195
484
+ #, php-format
485
+ #@ backwpup
486
+ msgid "%s archive creation done"
487
+ msgstr "Création de l'archive %s réussie"
488
+
489
+ #: job/backup_create.php:199
490
+ #, php-format
491
+ #@ backwpup
492
+ msgid "Archive size is %s"
493
+ msgstr "La taille de l'archive est de %s"
494
+
495
+ #: job/backup_create.php:206
496
+ #, php-format
497
+ #@ backwpup
498
+ msgid "PCL ZIP Error \"%1$s\" on file %2$s!"
499
+ msgstr "Erreur PCL ZIP \"%1$s\" sur le fichier %2$s!"
500
+
501
+ #: job/db_check.php:4
502
+ #, php-format
503
+ #@ backwpup
504
+ msgid "%d. try for database check..."
505
+ msgstr "%d. tentative de vérification de la base de données"
506
+
507
+ #: job/db_check.php:13
508
+ #: job/db_check.php:29
509
+ #: job/db_check.php:44
510
+ #: job/db_dump.php:13
511
+ #: job/db_dump.php:25
512
+ #: job/db_dump.php:108
513
+ #: job/db_dump.php:118
514
+ #: job/db_optimize.php:13
515
+ #: job/db_optimize.php:28
516
+ #: job/job_functions.php:34
517
+ #: job/job_functions.php:47
518
+ #, php-format
519
+ #@ backwpup
520
+ msgid "Database error %1$s for query %2$s"
521
+ msgstr "Erreur base de données %1$s pour la requête %2$s"
522
+
523
+ #: job/db_check.php:34
524
+ #: job/db_check.php:36
525
+ #: job/db_check.php:38
526
+ #, php-format
527
+ #@ backwpup
528
+ msgid "Result of table check for %1$s is: %2$s"
529
+ msgstr "Le résultat de la vérification de la table %1$s est: %2$s"
530
+
531
+ #: job/db_check.php:49
532
+ #: job/db_check.php:51
533
+ #: job/db_check.php:53
534
+ #, php-format
535
+ #@ backwpup
536
+ msgid "Result of table repair for %1$s is: %2$s"
537
+ msgstr "Le résultat de la réparation de la table %1$s est: %2$s"
538
+
539
+ #: job/db_check.php:59
540
+ #@ backwpup
541
+ msgid "Database check done!"
542
+ msgstr "Vérification de la base de donnée réussie!"
543
+
544
+ #: job/db_check.php:61
545
+ #@ backwpup
546
+ msgid "No tables to check"
547
+ msgstr "Aucune table à vérifier!"
548
+
549
+ #: job/db_dump.php:4
550
+ #, php-format
551
+ #@ backwpup
552
+ msgid "%d. try for database dump..."
553
+ msgstr "%d. tentative de dump de la base de données..."
554
+
555
+ #: job/db_dump.php:57
556
+ #, php-format
557
+ #@ backwpup
558
+ msgid "Dump database table \"%s\""
559
+ msgstr "Dump de la table \"%s\""
560
+
561
+ #: job/db_dump.php:74
562
+ #@ backwpup
563
+ msgid "Database dump done!"
564
+ msgstr "Dump de la base de donnée réussie!"
565
+
566
+ #: job/db_dump.php:76
567
+ #@ backwpup
568
+ msgid "Can not create database dump!"
569
+ msgstr "Impossible de créer le dump de la base de donnée!"
570
+
571
+ #: job/db_dump.php:79
572
+ #@ backwpup
573
+ msgid "No tables to dump"
574
+ msgstr "Aucune table pour le dump"
575
+
576
+ #: job/db_dump.php:85
577
+ #, php-format
578
+ #@ backwpup
579
+ msgid "Add database dump \"%1$s\" with %2$s to backup file list"
580
+ msgstr "Ajout du dump \"%1$s\" avec %2$s a la liste des fichiers à sauvegarder"
581
+
582
+ #: job/db_optimize.php:4
583
+ #, php-format
584
+ #@ backwpup
585
+ msgid "%d. try for database optimize..."
586
+ msgstr "%d. tentative d'optimisation de la base de données..."
587
+
588
+ #: job/db_optimize.php:35
589
+ #: job/db_optimize.php:37
590
+ #: job/db_optimize.php:39
591
+ #, php-format
592
+ #@ backwpup
593
+ msgid "Result of table optimize for %1$s is: %2$s"
594
+ msgstr "Le résultat de l'optimisation de la table %1$s est: %2$s"
595
+
596
+ #: job/db_optimize.php:41
597
+ #@ backwpup
598
+ msgid "Database optimize done!"
599
+ msgstr "Optimisation de la base de données réussie!"
600
+
601
+ #: job/db_optimize.php:44
602
+ #@ backwpup
603
+ msgid "No tables to optimize"
604
+ msgstr "Aucune tables à optimiser"
605
+
606
+ #: job/dest_dropbox.php:6
607
+ #, php-format
608
+ #@ backwpup
609
+ msgid "%d. Try to sending backup file to DropBox..."
610
+ msgstr "%d. tentative d'envoi de fichiers vers Dropbox..."
611
+
612
+ #: job/dest_dropbox.php:17
613
+ #, php-format
614
+ #@ backwpup
615
+ msgid "Authed with DropBox from %s"
616
+ msgstr "Authentifié chez DropBox depuis %s"
617
+
618
+ #: job/dest_dropbox.php:22
619
+ #@ backwpup
620
+ msgid "No free space left on DropBox!!!"
621
+ msgstr "Plus de place sur DropBox!!!"
622
+
623
+ #: job/dest_dropbox.php:26
624
+ #, php-format
625
+ #@ backwpup
626
+ msgid "%s free on DropBox"
627
+ msgstr "%s de libre sur DropBox"
628
+
629
+ #: job/dest_dropbox.php:31
630
+ #@ backwpup
631
+ msgid "Upload to DropBox now started... "
632
+ msgstr "Envoi vers DropBox commencé..."
633
+
634
+ #: job/dest_dropbox.php:37
635
+ #: job/dest_gstorage.php:27
636
+ #: job/dest_msazure.php:25
637
+ #: job/dest_s3.php:30
638
+ #: job/dest_sugarsync.php:37
639
+ #, php-format
640
+ #@ backwpup
641
+ msgid "Backup transferred to %s"
642
+ msgstr "Sauvegarde envoyée vers %s"
643
+
644
+ #: job/dest_dropbox.php:42
645
+ #: job/dest_dropbox.php:67
646
+ #, php-format
647
+ #@ backwpup
648
+ msgid "DropBox API: %s"
649
+ msgstr "DropBox API: %s"
650
+
651
+ #: job/dest_dropbox.php:63
652
+ #, php-format
653
+ #@ backwpup
654
+ msgid "One file deleted on DropBox"
655
+ msgid_plural "%d files deleted on DropBox"
656
+ msgstr[0] ""
657
+ msgstr[1] ""
658
+
659
+ #: job/dest_folder.php:25
660
+ #, php-format
661
+ #@ backwpup
662
+ msgid "One backup file deleted"
663
+ msgid_plural "%d backup files deleted"
664
+ msgstr[0] ""
665
+ msgstr[1] ""
666
+
667
+ #: job/dest_ftp.php:9
668
+ #, php-format
669
+ #@ backwpup
670
+ msgid "%d. try to sending backup file to a FTP Server..."
671
+ msgstr "%d. tentative d'envoi du fichier sauvegarde vers un serveur FTP..."
672
+
673
+ #: job/dest_ftp.php:15
674
+ #, php-format
675
+ #@ backwpup
676
+ msgid "Connected by SSL-FTP to Server: %s"
677
+ msgstr "Connexion sécurisée par SSL-FTP au serveur: %s"
678
+
679
+ #: job/dest_ftp.php:17
680
+ #, php-format
681
+ #@ backwpup
682
+ msgid "Can not connect by SSL-FTP to Server: %s"
683
+ msgstr "Impossible de se connecter par SSL-FTP au serveur: %s"
684
+
685
+ #: job/dest_ftp.php:21
686
+ #@ backwpup
687
+ msgid "PHP function to connect with SSL-FTP to server not exists!"
688
+ msgstr "La fonction PHP pour se connecter au serveur avec SSL-FTP n'existe pas!"
689
+
690
+ #: job/dest_ftp.php:27
691
+ #, php-format
692
+ #@ backwpup
693
+ msgid "Connected to FTP server: %s"
694
+ msgstr "Connecté au serveur FTP: %s"
695
+
696
+ #: job/dest_ftp.php:29
697
+ #, php-format
698
+ #@ backwpup
699
+ msgid "Can not connect to FTP server: %s"
700
+ msgstr "Impossible de se connecter au serveur FTP: %s"
701
+
702
+ #: job/dest_ftp.php:36
703
+ #: job/dest_ftp.php:43
704
+ #: job/dest_ftp.php:55
705
+ #: job/dest_ftp.php:83
706
+ #, php-format
707
+ #@ backwpup
708
+ msgid "FTP Client command: %s"
709
+ msgstr "Commande client FTP: %s "
710
+
711
+ #: job/dest_ftp.php:38
712
+ #: job/dest_ftp.php:41
713
+ #: job/dest_ftp.php:45
714
+ #: job/dest_ftp.php:58
715
+ #: job/dest_ftp.php:60
716
+ #: job/dest_ftp.php:86
717
+ #: job/dest_ftp.php:88
718
+ #: job/dest_ftp.php:91
719
+ #: job/dest_ftp.php:93
720
+ #, php-format
721
+ #@ backwpup
722
+ msgid "FTP Server reply: %s"
723
+ msgstr "Réponse du serveur FTP: %s"
724
+
725
+ #: job/dest_ftp.php:60
726
+ #@ backwpup
727
+ msgid "Error getting SYSTYPE"
728
+ msgstr "Erreur en essayant d'avoir SYSTYPE"
729
+
730
+ #: job/dest_ftp.php:69
731
+ #, php-format
732
+ #@ backwpup
733
+ msgid "FTP Folder \"%s\" created!"
734
+ msgstr "Répertoire FTP \"%s\" créé!"
735
+
736
+ #: job/dest_ftp.php:72
737
+ #, php-format
738
+ #@ backwpup
739
+ msgid "FTP Folder \"%s\" can not created!"
740
+ msgstr "Le répertoire FTP \"%s\" ne peut être créé!"
741
+
742
+ #: job/dest_ftp.php:86
743
+ #@ backwpup
744
+ msgid "Entering Passive Mode"
745
+ msgstr "Passage en mode passif"
746
+
747
+ #: job/dest_ftp.php:88
748
+ #@ backwpup
749
+ msgid "Can not Entering Passive Mode"
750
+ msgstr "Impossible de passer en mode passif"
751
+
752
+ #: job/dest_ftp.php:91
753
+ #@ backwpup
754
+ msgid "Entering Normal Mode"
755
+ msgstr "Passage en mode normal"
756
+
757
+ #: job/dest_ftp.php:93
758
+ #@ backwpup
759
+ msgid "Can not Entering Normal Mode"
760
+ msgstr "Impossible de passer en mode normal"
761
+
762
+ #: job/dest_ftp.php:97
763
+ #@ backwpup
764
+ msgid "Upload to FTP now started ... "
765
+ msgstr "Envoi vers FTP commencé..."
766
+
767
+ #: job/dest_ftp.php:106
768
+ #@ backwpup
769
+ msgid "Can not transfer backup to FTP server!"
770
+ msgstr "Impossible d'envoyer la sauvegarde vers le serveur FTP!"
771
+
772
+ #: job/dest_ftp.php:110
773
+ #, php-format
774
+ #@ backwpup
775
+ msgid "Backup transferred to FTP server: %s"
776
+ msgstr "Sauvegarde envoyée vers le serveur FTP: %s"
777
+
778
+ #: job/dest_ftp.php:131
779
+ #, php-format
780
+ #@ backwpup
781
+ msgid "Can not delete \"%s\" on FTP server!"
782
+ msgstr "Impossible d'effacer \"%s\" sur le serveur FTP!"
783
+
784
+ #: job/dest_ftp.php:134
785
+ #, php-format
786
+ #@ backwpup
787
+ msgid "One file deleted on FTP Server"
788
+ msgid_plural "%d files deleted on FTP Server"
789
+ msgstr[0] ""
790
+ msgstr[1] ""
791
+
792
+ #: job/dest_gstorage.php:4
793
+ #, php-format
794
+ #@ backwpup
795
+ msgid "%d. try sending backup to Google Storage..."
796
+ msgstr "%d. tentative d'envoi de sauvegarde vers Google Storage..."
797
+
798
+ #: job/dest_gstorage.php:16
799
+ #, php-format
800
+ #@ backwpup
801
+ msgid "Connected to GStorage Bucket: %s"
802
+ msgstr "Connecté au panier GStorage: %s"
803
+
804
+ #: job/dest_gstorage.php:21
805
+ #@ backwpup
806
+ msgid "Upload to GStorage now started... "
807
+ msgstr "Envoi vers GStorage commencé..."
808
+
809
+ #: job/dest_gstorage.php:31
810
+ #, php-format
811
+ #@ backwpup
812
+ msgid "Can not transfer backup to GStorage! (%1$d) %2$s"
813
+ msgstr "Impossible d'envoyer la sauvegarde vers GStorage! (%1$d) %2$s"
814
+
815
+ #: job/dest_gstorage.php:34
816
+ #, php-format
817
+ #@ backwpup
818
+ msgid "GStorage Bucket \"%s\" not exists!"
819
+ msgstr "Le panier GStorage \"%s\" n'existe pas!"
820
+
821
+ #: job/dest_gstorage.php:37
822
+ #: job/dest_gstorage.php:66
823
+ #: pages/func_backwpupbackups.php:392
824
+ #: pages/header_backwpupbackups.php:50
825
+ #, php-format
826
+ #@ backwpup
827
+ msgid "GStorage API: %s"
828
+ msgstr "GStorage API: %s"
829
+
830
+ #: job/dest_gstorage.php:58
831
+ #, php-format
832
+ #@ backwpup
833
+ msgid "Can not delete backup on GStorage://%s"
834
+ msgstr "Impossible d'effacer la sauvegarde sur GStorage://%s"
835
+
836
+ #: job/dest_gstorage.php:61
837
+ #, php-format
838
+ #@ backwpup
839
+ msgid "One file deleted on GStorage Bucket"
840
+ msgid_plural "%d files deleted on GStorage Bucket"
841
+ msgstr[0] ""
842
+ msgstr[1] ""
843
+
844
+ #: job/dest_mail.php:6
845
+ #, php-format
846
+ #@ backwpup
847
+ msgid "%d. try to sending backup with mail..."
848
+ msgstr "%d. tentative d'envoi de la sauvegarde par mail..."
849
+
850
+ #: job/dest_mail.php:22
851
+ #@ backwpup
852
+ msgid "Send mail with SMTP"
853
+ msgstr "Envoyer le mail avec SMTP"
854
+
855
+ #: job/dest_mail.php:26
856
+ #@ backwpup
857
+ msgid "Send mail with Sendmail"
858
+ msgstr "Envoyer le mail avec Sendmail"
859
+
860
+ #: job/dest_mail.php:29
861
+ #@ backwpup
862
+ msgid "Send mail with PHP mail"
863
+ msgstr "Envoyer le mail avec la fonction mail de PHP"
864
+
865
+ #: job/dest_mail.php:32
866
+ #@ backwpup
867
+ msgid "Creating mail"
868
+ msgstr "Création du mail"
869
+
870
+ #: job/dest_mail.php:36
871
+ #, php-format
872
+ #@ backwpup
873
+ msgid "BackWPup archive from %1$s: %2$s"
874
+ msgstr "L'archive BackWPup de %1$s: %2$s"
875
+
876
+ #: job/dest_mail.php:38
877
+ #, php-format
878
+ #@ backwpup
879
+ msgid "Backup archive: %s"
880
+ msgstr "Archivage de: %s"
881
+
882
+ #: job/dest_mail.php:43
883
+ #@ backwpup
884
+ msgid "Backup archive too big for sending by mail!"
885
+ msgstr "Fichier de sauvegarde trop volumineux pour être envoyé par mail!"
886
+
887
+ #: job/dest_mail.php:50
888
+ #@ backwpup
889
+ msgid "Adding backup archive to mail"
890
+ msgstr "Ajout du fichier sauvegarde au mail"
891
+
892
+ #: job/dest_mail.php:54
893
+ #@ backwpup
894
+ msgid "Send mail...."
895
+ msgstr "Envoi du mail..."
896
+
897
+ #: job/dest_mail.php:56
898
+ #, php-format
899
+ #@ backwpup
900
+ msgid "Error \"%s\" on sending mail!"
901
+ msgstr "Erreur \"%s\" en envoyant le mail!"
902
+
903
+ #: job/dest_mail.php:59
904
+ #@ backwpup
905
+ msgid "Mail send!!!"
906
+ msgstr "Mail envoyé!!!"
907
+
908
+ #: job/dest_msazure.php:5
909
+ #, php-format
910
+ #@ backwpup
911
+ msgid "%d. try sending backup to a Microsoft Azure (Blob)..."
912
+ msgstr "%d. tentative d'envoi de la sauvegarde vers Microsoft Azure (Blob)..."
913
+
914
+ #: job/dest_msazure.php:14
915
+ #, php-format
916
+ #@ backwpup
917
+ msgid "Microsoft Azure container \"%s\" not exists!"
918
+ msgstr "Le contenant Microsoft Azure \"%s\" n'existe pas!"
919
+
920
+ #: job/dest_msazure.php:17
921
+ #, php-format
922
+ #@ backwpup
923
+ msgid "Connected to Microsoft Azure container \"%s\""
924
+ msgstr "Connecté au contenant Microsoft Azure \"%s\""
925
+
926
+ #: job/dest_msazure.php:20
927
+ #@ backwpup
928
+ msgid "Upload to MS Azure now started... "
929
+ msgstr "Envoi vers MS Azure commencé..."
930
+
931
+ #: job/dest_msazure.php:29
932
+ #@ backwpup
933
+ msgid "Can not transfer backup to Microsoft Azure!"
934
+ msgstr "Impossible d'envoyer la sauvegarde vers Microsoft Azure!"
935
+
936
+ #: job/dest_msazure.php:50
937
+ #, php-format
938
+ #@ backwpup
939
+ msgid "One file deleted on Microsoft Azure container"
940
+ msgid_plural "%d files deleted on Microsoft Azure container"
941
+ msgstr[0] ""
942
+ msgstr[1] ""
943
+
944
+ #: job/dest_msazure.php:55
945
+ #, php-format
946
+ #@ backwpup
947
+ msgid "Microsoft Azure API: %s"
948
+ msgstr "Microsoft Azure API: %s"
949
+
950
+ #: job/dest_rsc.php:4
951
+ #@ backwpup
952
+ msgid "Try to sending backup file to Rackspace Cloud..."
953
+ msgstr "Tentative d'envoi de la sauvegarde vers Rackspace Cloud..."
954
+
955
+ #: job/dest_rsc.php:13
956
+ #@ backwpup
957
+ msgid "Connected to Rackspase ..."
958
+ msgstr "Connecté à Rackspace..."
959
+
960
+ #: job/dest_rsc.php:29
961
+ #: job/dest_rsc.php:63
962
+ #: job/dest_rsc.php:92
963
+ #@ backwpup
964
+ msgid "Rackspase Cloud API:"
965
+ msgstr "Rackspase Cloud API:"
966
+
967
+ #: job/dest_rsc.php:34
968
+ #@ backwpup
969
+ msgid "Rackspase Cloud Container not exists:"
970
+ msgstr "Le contenant sur Rackspace Cloud n'existe pas!"
971
+
972
+ #: job/dest_rsc.php:53
973
+ #@ backwpup
974
+ msgid "Upload to RSC now started ... "
975
+ msgstr "Envoi vers RSC commencé..."
976
+
977
+ #: job/dest_rsc.php:56
978
+ #@ backwpup
979
+ msgid "Backup File transferred to RSC://"
980
+ msgstr "Fichier de sauvegarde transféré vers RSC://"
981
+
982
+ #: job/dest_rsc.php:60
983
+ #@ backwpup
984
+ msgid "Can not transfer backup to RSC."
985
+ msgstr "Impossible d'envoyer la sauvegarde vers RSC."
986
+
987
+ #: job/dest_rsc.php:85
988
+ #@ backwpup
989
+ msgid "Can not delete file on RSC://"
990
+ msgstr "Impossible d'effacé le fichier sur RSC://"
991
+
992
+ #: job/dest_rsc.php:88
993
+ #, php-format
994
+ #@ backwpup
995
+ msgid "One file deleted on RSC container"
996
+ msgid_plural "%d files deleted on RSC container"
997
+ msgstr[0] ""
998
+ msgstr[1] ""
999
+
1000
+ #: job/dest_s3.php:4
1001
+ #, php-format
1002
+ #@ backwpup
1003
+ msgid "%d. try sending backup file to Amazon S3..."
1004
+ msgstr "%d. tentative d'envoi du fichier sauvegarde vers Amazon S3..."
1005
+
1006
+ #: job/dest_s3.php:14
1007
+ #, php-format
1008
+ #@ backwpup
1009
+ msgid "Connected to S3 Bucket: %s"
1010
+ msgstr "Connecté au panier S: %s"
1011
+
1012
+ #: job/dest_s3.php:24
1013
+ #@ backwpup
1014
+ msgid "Upload to Amazon S3 now started... "
1015
+ msgstr "Envoi vers Amazon S3 commencé..."
1016
+
1017
+ #: job/dest_s3.php:34
1018
+ #, php-format
1019
+ #@ backwpup
1020
+ msgid "Can not transfer backup to S3! (%1$d) %2$s"
1021
+ msgstr "Impossible d'envoyer la sauvegarde vers Amazon S3! (%1$d) %2$s"
1022
+
1023
+ #: job/dest_s3.php:37
1024
+ #, php-format
1025
+ #@ backwpup
1026
+ msgid "S3 Bucket \"%s\" not exists!"
1027
+ msgstr "Panier S3 \"%s\" n'existe pas!"
1028
+
1029
+ #: job/dest_s3.php:40
1030
+ #: job/dest_s3.php:69
1031
+ #, php-format
1032
+ #@ backwpup
1033
+ msgid "Amazon API: %s"
1034
+ msgstr "Amazon API: %s"
1035
+
1036
+ #: job/dest_s3.php:61
1037
+ #, php-format
1038
+ #@ backwpup
1039
+ msgid "Can not delete backup on S3://%s"
1040
+ msgstr "Impossible d'effacer la sauvegarde sur S3://%s"
1041
+
1042
+ #: job/dest_s3.php:64
1043
+ #, php-format
1044
+ #@ backwpup
1045
+ msgid "One file deleted on S3 Bucket"
1046
+ msgid_plural "%d files deleted on S3 Bucket"
1047
+ msgstr[0] ""
1048
+ msgstr[1] ""
1049
+
1050
+ #: job/dest_sugarsync.php:6
1051
+ #, php-format
1052
+ #@ backwpup
1053
+ msgid "%d. try sending backup to SugarSync..."
1054
+ msgstr "%d. tentatives d'envoi de la sauvegarde vers SugarSync..."
1055
+
1056
+ #: job/dest_sugarsync.php:15
1057
+ #, php-format
1058
+ #@ backwpup
1059
+ msgid "Authed to SugarSync with Nick %s"
1060
+ msgstr "Authentifié chez SugarSync avec le pseudo %s"
1061
+
1062
+ #: job/dest_sugarsync.php:19
1063
+ #@ backwpup
1064
+ msgid "No free space left on SugarSync!!!"
1065
+ msgstr "Plus de place chez SugarSync!!!"
1066
+
1067
+ #: job/dest_sugarsync.php:24
1068
+ #, php-format
1069
+ #@ backwpup
1070
+ msgid "%s free on SugarSync"
1071
+ msgstr "%s de libre chez SugarSync"
1072
+
1073
+ #: job/dest_sugarsync.php:31
1074
+ #@ backwpup
1075
+ msgid "Upload to SugarSync now started... "
1076
+ msgstr "Envoi vers SugarSync commencé..."
1077
+
1078
+ #: job/dest_sugarsync.php:39
1079
+ #@ backwpup
1080
+ msgid "Can not transfer backup to SugarSync!"
1081
+ msgstr "Impossible de transférer la sauvegarde vers SugarSync!"
1082
+
1083
+ #: job/dest_sugarsync.php:62
1084
+ #, php-format
1085
+ #@ backwpup
1086
+ msgid "One file deleted on SugarSync folder"
1087
+ msgid_plural "%d files deleted on SugarSync folder"
1088
+ msgstr[0] ""
1089
+ msgstr[1] ""
1090
+
1091
+ #: job/dest_sugarsync.php:66
1092
+ #, php-format
1093
+ #@ backwpup
1094
+ msgid "SugarSync API: %s"
1095
+ msgstr "SugarSync API: %s"
1096
+
1097
+ #: job/file_list.php:5
1098
+ #, php-format
1099
+ #@ backwpup
1100
+ msgid "%d. try for make list of files to backup...."
1101
+ msgstr "%d. tentative de création de liste de fichiers à sauvegarder"
1102
+
1103
+ #: job/file_list.php:66
1104
+ #@ backwpup
1105
+ msgid "No files to backup"
1106
+ msgstr "Aucun fichier à sauvegarder"
1107
+
1108
+ #: job/file_list.php:68
1109
+ #, php-format
1110
+ #@ backwpup
1111
+ msgid "%1$d files with %2$s to backup"
1112
+ msgstr "%1$d fichiers et %2$s à sauvegarder"
1113
+
1114
+ #: job/file_list.php:93
1115
+ #, php-format
1116
+ #@ backwpup
1117
+ msgid "File or folder \"%s\" is not readable!"
1118
+ msgstr "Le fichier ou le répertoire \"%s\" n'est pas accessible! "
1119
+
1120
+ #: job/file_list.php:95
1121
+ #, php-format
1122
+ #@ backwpup
1123
+ msgid "Link \"%s\" not followed"
1124
+ msgstr "Le lien \"%s\" n'a pas été suivi"
1125
+
1126
+ #: job/file_list.php:101
1127
+ #, php-format
1128
+ #@ backwpup
1129
+ msgid "\"%s\" is not a file or directory"
1130
+ msgstr "\"%s\" n'est ni un fichier ni un répertoire"
1131
+
1132
+ #: job/job_functions.php:107
1133
+ #, php-format
1134
+ #@ backwpup
1135
+ msgid "Memory increased from %1$s to %2$s"
1136
+ msgstr "Mémoire augmentée de %1$s à %2$s"
1137
+
1138
+ #: job/job_functions.php:109
1139
+ #, php-format
1140
+ #@ backwpup
1141
+ msgid "Can not increase memory limit is %1$s"
1142
+ msgstr "Impossible d'augmenter la mémoire la limite est de %1$s"
1143
+
1144
+ #: job/job_functions.php:118
1145
+ #@ backwpup
1146
+ msgid "Set Blog to maintenance mode"
1147
+ msgstr "Mettre le blog en mode maintenance"
1148
+
1149
+ #: job/job_functions.php:132
1150
+ #@ backwpup
1151
+ msgid "Cannot set Blog to maintenance mode! Root folder is not writeable!"
1152
+ msgstr "Impossible de mettre le blog en mode maintenance! Le répertoire racine n'est pas inscriptible!"
1153
+
1154
+ #: job/job_functions.php:135
1155
+ #@ backwpup
1156
+ msgid "Set Blog to normal mode"
1157
+ msgstr "Mettre le blog en mode normal"
1158
+
1159
+ #: job/job_functions.php:211
1160
+ #, php-format
1161
+ #@ backwpup
1162
+ msgid "No MySQL connection: %s"
1163
+ msgstr "Pas de connexion MySQL: %s"
1164
+
1165
+ #: job/job_functions.php:226
1166
+ #, php-format
1167
+ #@ backwpup
1168
+ msgid "No MySQL connection to database: %s"
1169
+ msgstr "Pas de connexion MySQL à la base de données: %s"
1170
+
1171
+ #: job/job_functions.php:250
1172
+ #@ backwpup
1173
+ msgid "[WARNING]"
1174
+ msgstr "[AVERTISSEMENT]"
1175
+
1176
+ #: job/job_functions.php:256
1177
+ #@ backwpup
1178
+ msgid "[ERROR]"
1179
+ msgstr "[ERREUR]"
1180
+
1181
+ #: job/job_functions.php:260
1182
+ #@ backwpup
1183
+ msgid "[DEPRECATED]"
1184
+ msgstr "[DÉPRÉCIÉE]"
1185
+
1186
+ #: job/job_functions.php:263
1187
+ #@ backwpup
1188
+ msgid "[STRICT NOTICE]"
1189
+ msgstr "[SIMPLE NOTE]"
1190
+
1191
+ #: job/job_functions.php:266
1192
+ #@ backwpup
1193
+ msgid "[RECOVERABLE ERROR]"
1194
+ msgstr "[ERREUR RÉCUPÉRABLE]"
1195
+
1196
+ #: job/job_functions.php:342
1197
+ #, php-format
1198
+ #@ backwpup
1199
+ msgid "One old log deleted"
1200
+ msgid_plural "%d old logs deleted"
1201
+ msgstr[0] ""
1202
+ msgstr[1] ""
1203
+
1204
+ #: job/job_functions.php:346
1205
+ #, php-format
1206
+ #@ backwpup
1207
+ msgid "Job done in %s sec."
1208
+ msgstr "Opération effectuée en %s sec."
1209
+
1210
+ #: job/job_functions.php:459
1211
+ #, php-format
1212
+ #@ backwpup
1213
+ msgid "BackWPup log from %1$s: %2$s"
1214
+ msgstr "Fichier journal BackWPup du %1$s: %2$s"
1215
+
1216
+ #: job/job_functions.php:487
1217
+ #, php-format
1218
+ #@ backwpup
1219
+ msgid "Signal %d send to script!"
1220
+ msgstr "Signal %d envoyé au script!"
1221
+
1222
+ #: job/job_functions.php:507
1223
+ #@ backwpup
1224
+ msgid "Can not restart on alternate cron...."
1225
+ msgstr "Ne peut redémarrer avec un cron alternatif..."
1226
+
1227
+ #: job/job_functions.php:509
1228
+ #@ backwpup
1229
+ msgid "To many restarts...."
1230
+ msgstr "Trop de redémarrages..."
1231
+
1232
+ #: job/job_functions.php:530
1233
+ #@ backwpup
1234
+ msgid "Script stop! Will started again now!"
1235
+ msgstr "Arrêt du script! Redémarrage maintenant !"
1236
+
1237
+ #: job/job_run.php:69
1238
+ #@ backwpup
1239
+ msgid "Job restart terminated, bcause old job runs again!"
1240
+ msgstr "Redémarrage de l'opération interrompu, car d'autres opérations sont en cours!"
1241
+
1242
+ #: job/job_run.php:72
1243
+ #@ backwpup
1244
+ msgid "Job restarted, bcause inactivity!"
1245
+ msgstr "Opération relancée car inactive!"
1246
+
1247
+ #: job/job_run.php:74
1248
+ #, php-format
1249
+ #@ backwpup
1250
+ msgid "Second Prozess is running, bcause old job runs! Start type is %s"
1251
+ msgstr ""
1252
+
1253
+ #: job/job_run.php:102
1254
+ #, php-format
1255
+ #@ backwpup
1256
+ msgid "Can not find job step file: %s"
1257
+ msgstr ""
1258
+
1259
+ #: job/job_run.php:110
1260
+ #, php-format
1261
+ #@ default
1262
+ msgid "[INFO]: BackWPup version %1$s, WordPress version %4$s Copyright &copy; %2$s %3$s"
1263
+ msgstr ""
1264
+
1265
+ #: job/job_run.php:111
1266
+ #@ backwpup
1267
+ msgid "[INFO]: BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
1268
+ msgstr "[INFO]: BackWPup n'est accompagné d'AUCUNE GARANTIE. C'est un logiciel libre, et vous êtes libre de le redistribuer sous certaines conditions."
1269
+
1270
+ #: job/job_run.php:112
1271
+ #@ backwpup
1272
+ msgid "[INFO]: BackWPup job:"
1273
+ msgstr "[INFO]: BackWPup opération:"
1274
+
1275
+ #: job/job_run.php:114
1276
+ #@ backwpup
1277
+ msgid "[INFO]: BackWPup cron:"
1278
+ msgstr "[INFO]: BackWPup cron:"
1279
+
1280
+ #: job/job_run.php:116
1281
+ #@ backwpup
1282
+ msgid "[INFO]: BackWPup job started by cron"
1283
+ msgstr "[INFO]: Opération BackWPup démarrée par cron"
1284
+
1285
+ #: job/job_run.php:118
1286
+ #@ backwpup
1287
+ msgid "[INFO]: BackWPup job started manualy"
1288
+ msgstr "[INFO]: Opération BackWPup démarrée manuellement"
1289
+
1290
+ #: job/job_run.php:119
1291
+ #@ backwpup
1292
+ msgid "[INFO]: PHP ver.:"
1293
+ msgstr "[INFO]: version PHP:"
1294
+
1295
+ #: job/job_run.php:121
1296
+ #, php-format
1297
+ #@ backwpup
1298
+ msgid "[INFO]: PHP Safe mode is ON! Maximum script execution time is %1$d sec."
1299
+ msgstr "[INFO]: Le mode safe de PHP est activé! Temps d’exécution maximum d'un script: %1$d sec. "
1300
+
1301
+ #: job/job_run.php:122
1302
+ #@ backwpup
1303
+ msgid "[INFO]: MySQL ver.:"
1304
+ msgstr "[INFO]: Version MySQL:"
1305
+
1306
+ #: job/job_run.php:125
1307
+ #@ backwpup
1308
+ msgid "[INFO]: curl ver.:"
1309
+ msgstr "[INFO]: Version curl:"
1310
+
1311
+ #: job/job_run.php:127
1312
+ #@ backwpup
1313
+ msgid "[INFO]: Temp folder is:"
1314
+ msgstr "[INFO]: Répertoire temporaire:"
1315
+
1316
+ #: job/job_run.php:129
1317
+ #@ backwpup
1318
+ msgid "[INFO]: Backup file is:"
1319
+ msgstr "[INFO]: Fichier sauvegarde:"
1320
+
1321
+ #: job/job_run.php:140
1322
+ #@ backwpup
1323
+ msgid "No destination defineid for backup!!! Please correct job settings"
1324
+ msgstr "Pas de cible définie pour la sauvegarde! Veuillez corriger les paramètres de l'opération."
1325
+
1326
+ #: job/job_run.php:162
1327
+ #@ backwpup
1328
+ msgid "Step arborted has too many trys!"
1329
+ msgstr "Étape abandonnée, trop de tentatives!"
1330
+
1331
+ #: job/job_run.php:164
1332
+ #, php-format
1333
+ #@ backwpup
1334
+ msgid "Can not find job step function %s!"
1335
+ msgstr "Impossible de trouver la fonction %s de l'opération!"
1336
+
1337
+ #: job/job_start.php:10
1338
+ #@ backwpup
1339
+ msgid "A job already running!"
1340
+ msgstr "Une opération est déjà en cours!"
1341
+
1342
+ #: job/job_start.php:20
1343
+ #@ backwpup
1344
+ msgid "Temp dir not writeable"
1345
+ msgstr "Répertoire temporaire inaccessible"
1346
+
1347
+ #: job/job_start.php:106
1348
+ #, php-format
1349
+ #@ backwpup
1350
+ msgid "Can not create folder for log files: %s"
1351
+ msgstr "Impossible de créer le répertoire des fichiers journaux: %s!"
1352
+
1353
+ #: job/job_start.php:117
1354
+ #@ backwpup
1355
+ msgid "Log folder not writeable!"
1356
+ msgstr "Répertoire des fichiers journaux inaccessible!"
1357
+
1358
+ #: job/job_start.php:142
1359
+ #, php-format
1360
+ #@ backwpup
1361
+ msgid "BackWPup log for %1$s from %2$s at %3$s"
1362
+ msgstr "Fichier journal BackWPup pour %1$s de %2$s à %3$s"
1363
+
1364
+ #: job/job_start.php:170
1365
+ #, php-format
1366
+ #@ backwpup
1367
+ msgid "Can not create folder for backups: %1$s"
1368
+ msgstr "Impossible de créer le répertoire des sauvegardes: %1$s"
1369
+
1370
+ #: job/job_start.php:182
1371
+ #@ backwpup
1372
+ msgid "Backup folder not writeable!"
1373
+ msgstr "Répertoire des sauvegardes inaccessible!"
1374
+
1375
+ #: job/wp_export.php:11
1376
+ #, php-format
1377
+ #@ backwpup
1378
+ msgid "%d. try for wordpress export to XML file..."
1379
+ msgstr "%d. tentative d'export au format XML WordPress..."
1380
+
1381
+ #: job/wp_export.php:38
1382
+ #: job/wp_export.php:40
1383
+ #@ backwpup
1384
+ msgid "cURL:"
1385
+ msgstr "cURL"
1386
+
1387
+ #: job/wp_export.php:81
1388
+ #, php-format
1389
+ #@ backwpup
1390
+ msgid "Add XML export \"%1$s\" to backup list with %2$s"
1391
+ msgstr "Ajout du fichier XML \"%1$s\" à la liste des fichiers à sauvegarder avec %2$s"
1392
+
1393
+ #: pages/func_backwpup.php:41
1394
+ #@ backwpup
1395
+ msgid "No Jobs."
1396
+ msgstr "Aucune opération."
1397
+
1398
+ #: pages/func_backwpup.php:46
1399
+ #: pages/func_backwpup.php:102
1400
+ #@ default
1401
+ #@ backwpup
1402
+ msgid "Export"
1403
+ msgstr "Exporter"
1404
+
1405
+ #: pages/func_backwpup.php:47
1406
+ #: pages/func_backwpup.php:103
1407
+ #: pages/func_backwpupbackups.php:130
1408
+ #: pages/func_backwpupbackups.php:227
1409
+ #: pages/func_backwpupeditjob.php:25
1410
+ #: pages/func_backwpuplogs.php:73
1411
+ #: pages/func_backwpuplogs.php:127
1412
+ #@ default
1413
+ #@ backwpup
1414
+ msgid "Delete"
1415
+ msgstr "Effacer"
1416
+
1417
+ #: pages/func_backwpup.php:55
1418
+ #@ backwpup
1419
+ msgid "ID"
1420
+ msgstr "ID"
1421
+
1422
+ #: pages/func_backwpup.php:56
1423
+ #@ backwpup
1424
+ msgid "Job Name"
1425
+ msgstr "Nom de l'opération"
1426
+
1427
+ #: pages/func_backwpup.php:57
1428
+ #: pages/func_backwpupeditjob.php:171
1429
+ #: pages/func_backwpuplogs.php:81
1430
+ #@ backwpup
1431
+ msgid "Type"
1432
+ msgstr "Type"
1433
+
1434
+ #: pages/func_backwpup.php:58
1435
+ #@ backwpup
1436
+ msgid "Information"
1437
+ msgstr "Information"
1438
+
1439
+ #: pages/func_backwpup.php:59
1440
+ #@ backwpup
1441
+ msgid "Next Run"
1442
+ msgstr "Prochain exécution"
1443
+
1444
+ #: pages/func_backwpup.php:60
1445
+ #@ backwpup
1446
+ msgid "Last Run"
1447
+ msgstr "Dernière exécution"
1448
+
1449
+ #: pages/func_backwpup.php:97
1450
+ #@ backwpup
1451
+ msgid "Edit:"
1452
+ msgstr "Modifier:"
1453
+
1454
+ #: pages/func_backwpup.php:100
1455
+ #@ default
1456
+ msgid "Edit"
1457
+ msgstr ""
1458
+
1459
+ #: pages/func_backwpup.php:101
1460
+ #@ backwpup
1461
+ msgid "Copy"
1462
+ msgstr "Copier"
1463
+
1464
+ #: pages/func_backwpup.php:104
1465
+ #@ backwpup
1466
+ msgid "Run Now"
1467
+ msgstr "Lancer maintenant"
1468
+
1469
+ #: pages/func_backwpup.php:128
1470
+ #@ backwpup
1471
+ msgid "Running since:"
1472
+ msgstr "En cours depuis:"
1473
+
1474
+ #: pages/func_backwpup.php:128
1475
+ #: pages/func_backwpup.php:144
1476
+ #: pages/func_backwpuplogs.php:153
1477
+ #@ backwpup
1478
+ msgid "sec."
1479
+ msgstr "sec."
1480
+
1481
+ #: pages/func_backwpup.php:132
1482
+ #@ backwpup
1483
+ msgid "Inactive"
1484
+ msgstr "Inactive"
1485
+
1486
+ #: pages/func_backwpup.php:135
1487
+ #@ backwpup
1488
+ msgid "<a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
1489
+ msgstr "<a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
1490
+
1491
+ #: pages/func_backwpup.php:144
1492
+ #@ backwpup
1493
+ msgid "Runtime:"
1494
+ msgstr "Temps d'exécution:"
1495
+
1496
+ #: pages/func_backwpup.php:146
1497
+ #@ backwpup
1498
+ msgid "None"
1499
+ msgstr "Aucune"
1500
+
1501
+ #: pages/func_backwpup.php:149
1502
+ #@ backwpup
1503
+ msgid "Download last Backup"
1504
+ msgstr "Télécharger la dernière sauvegarde"
1505
+
1506
+ #: pages/func_backwpup.php:149
1507
+ #: pages/func_backwpupbackups.php:228
1508
+ #: pages/func_backwpuplogs.php:128
1509
+ #@ backwpup
1510
+ msgid "Download"
1511
+ msgstr "Télécharger"
1512
+
1513
+ #: pages/func_backwpup.php:151
1514
+ #@ backwpup
1515
+ msgid "View last Log"
1516
+ msgstr "Voir le dernier fichier journal"
1517
+
1518
+ #: pages/func_backwpup.php:151
1519
+ #@ backwpup
1520
+ msgid "Log"
1521
+ msgstr "Fichier journal"
1522
+
1523
+ #: pages/func_backwpup.php:240
1524
+ #@ backwpup
1525
+ msgid "DB Size:"
1526
+ msgstr "Taille de la B.D:"
1527
+
1528
+ #: pages/func_backwpup.php:242
1529
+ #@ backwpup
1530
+ msgid "DB Tables:"
1531
+ msgstr "Tables de la B.D:"
1532
+
1533
+ #: pages/func_backwpup.php:243
1534
+ #@ backwpup
1535
+ msgid "DB Rows:"
1536
+ msgstr "Colonnes de la D.B:"
1537
+
1538
+ #: pages/func_backwpup.php:248
1539
+ #@ backwpup
1540
+ msgid "Files Size:"
1541
+ msgstr "Taille des fichiers:"
1542
+
1543
+ #: pages/func_backwpup.php:250
1544
+ #@ backwpup
1545
+ msgid "Files count:"
1546
+ msgstr "Nombre de fichiers:"
1547
+
1548
+ #: pages/func_backwpupbackups.php:125
1549
+ #@ backwpup
1550
+ msgid "No Files found."
1551
+ msgstr "Aucun fichier trouvé."
1552
+
1553
+ #: pages/func_backwpupbackups.php:145
1554
+ #@ backwpup
1555
+ msgid "Change Destination"
1556
+ msgstr "Modifier la destination"
1557
+
1558
+ #: pages/func_backwpupbackups.php:182
1559
+ #@ backwpup
1560
+ msgid "File"
1561
+ msgstr "Fichier"
1562
+
1563
+ #: pages/func_backwpupbackups.php:183
1564
+ #: pages/func_backwpupbackups.php:185
1565
+ #@ backwpup
1566
+ msgid "Folder"
1567
+ msgstr "Répertoire"
1568
+
1569
+ #: pages/func_backwpupbackups.php:184
1570
+ #: pages/func_backwpuplogs.php:84
1571
+ #@ backwpup
1572
+ msgid "Size"
1573
+ msgstr "Taille"
1574
+
1575
+ #: pages/func_backwpupbackups.php:186
1576
+ #@ backwpup
1577
+ msgid "Time"
1578
+ msgstr "Heure"
1579
+
1580
+ #: pages/func_backwpupbackups.php:227
1581
+ #@ backwpup
1582
+ msgid ""
1583
+ "You are about to delete this Backup Archive. \n"
1584
+ " 'Cancel' to stop, 'OK' to delete."
1585
+ msgstr ""
1586
+ "Vous allez effacer cette archive sauvegarde. \n"
1587
+ " 'Annuler' pour arrêter, 'OK' pour effacer."
1588
+
1589
+ #: pages/func_backwpupbackups.php:242
1590
+ #@ backwpup
1591
+ msgid "?"
1592
+ msgstr "?"
1593
+
1594
+ #: pages/func_backwpupbackups.php:490
1595
+ #: pages/header_backwpupbackups.php:140
1596
+ #@ backwpup
1597
+ msgid "Login failure!"
1598
+ msgstr "Échec d'authentification!"
1599
+
1600
+ #: pages/func_backwpupeditjob.php:18
1601
+ #@ backwpup
1602
+ msgid "PHP curl functions not available! Most backup destinations deaktivated!"
1603
+ msgstr "La fonction PHP curl n'est pas disponible! La plupart des destinations de sauvegarde ont été désactivées!"
1604
+
1605
+ #: pages/func_backwpupeditjob.php:25
1606
+ #@ backwpup
1607
+ msgid ""
1608
+ "You are about to delete this Job. \n"
1609
+ " 'Cancel' to stop, 'OK' to delete."
1610
+ msgstr ""
1611
+ "Vous allez effacer cette opération. \n"
1612
+ " 'Annuler' pour arrêter, 'OK' pour effacer."
1613
+
1614
+ #: pages/func_backwpupeditjob.php:28
1615
+ #@ backwpup
1616
+ msgid "Save Changes"
1617
+ msgstr "Sauvegarder les changements"
1618
+
1619
+ #: pages/func_backwpupeditjob.php:38
1620
+ #@ backwpup
1621
+ msgid "File Prefix:"
1622
+ msgstr "Préfixe du fichier:"
1623
+
1624
+ #: pages/func_backwpupeditjob.php:40
1625
+ #@ backwpup
1626
+ msgid "File Formart:"
1627
+ msgstr "Format du fichier:"
1628
+
1629
+ #: pages/func_backwpupeditjob.php:43
1630
+ #: pages/func_backwpupeditjob.php:45
1631
+ #@ backwpup
1632
+ msgid "Zip"
1633
+ msgstr "Zip"
1634
+
1635
+ #: pages/func_backwpupeditjob.php:46
1636
+ #@ backwpup
1637
+ msgid "Tar"
1638
+ msgstr "Tar"
1639
+
1640
+ #: pages/func_backwpupeditjob.php:48
1641
+ #: pages/func_backwpupeditjob.php:50
1642
+ #@ backwpup
1643
+ msgid "Tar GZip"
1644
+ msgstr "Tar GZip"
1645
+
1646
+ #: pages/func_backwpupeditjob.php:52
1647
+ #: pages/func_backwpupeditjob.php:54
1648
+ #@ backwpup
1649
+ msgid "Tar BZip2"
1650
+ msgstr "Tar BZip2"
1651
+
1652
+ #: pages/func_backwpupeditjob.php:55
1653
+ #@ backwpup
1654
+ msgid "Preview:"
1655
+ msgstr "Prévisualisation:"
1656
+
1657
+ #: pages/func_backwpupeditjob.php:60
1658
+ #@ backwpup
1659
+ msgid "E-Mail-Adress:"
1660
+ msgstr "Adresse E-Mail:"
1661
+
1662
+ #: pages/func_backwpupeditjob.php:62
1663
+ #@ backwpup
1664
+ msgid "Only send an e-mail if there are errors."
1665
+ msgstr "N'envoyer un e-mail qu'en cas d'erreurs."
1666
+
1667
+ #: pages/func_backwpupeditjob.php:91
1668
+ #@ backwpup
1669
+ msgid "Activate scheduling"
1670
+ msgstr "Activer la programmation"
1671
+
1672
+ #: pages/func_backwpupeditjob.php:92
1673
+ #@ backwpup
1674
+ msgid "advanced"
1675
+ msgstr "avancés"
1676
+
1677
+ #: pages/func_backwpupeditjob.php:93
1678
+ #@ backwpup
1679
+ msgid "basic"
1680
+ msgstr "basique"
1681
+
1682
+ #: pages/func_backwpupeditjob.php:97
1683
+ #@ backwpup
1684
+ msgid "Minutes: "
1685
+ msgstr "Minutes:"
1686
+
1687
+ #: pages/func_backwpupeditjob.php:99
1688
+ #: pages/func_backwpupeditjob.php:111
1689
+ #: pages/func_backwpupeditjob.php:122
1690
+ #: pages/func_backwpupeditjob.php:133
1691
+ #: pages/func_backwpupeditjob.php:153
1692
+ #@ backwpup
1693
+ msgid "Any (*)"
1694
+ msgstr "Toutes (*)"
1695
+
1696
+ #: pages/func_backwpupeditjob.php:108
1697
+ #@ backwpup
1698
+ msgid "Hours:"
1699
+ msgstr "Heures:"
1700
+
1701
+ #: pages/func_backwpupeditjob.php:120
1702
+ #@ backwpup
1703
+ msgid "Day of Month:"
1704
+ msgstr "Jour dans le mois:"
1705
+
1706
+ #: pages/func_backwpupeditjob.php:131
1707
+ #@ backwpup
1708
+ msgid "Month:"
1709
+ msgstr "Mois:"
1710
+
1711
+ #: pages/func_backwpupeditjob.php:135
1712
+ #@ backwpup
1713
+ msgid "January"
1714
+ msgstr "Janvier"
1715
+
1716
+ #: pages/func_backwpupeditjob.php:136
1717
+ #@ backwpup
1718
+ msgid "February"
1719
+ msgstr "Février"
1720
+
1721
+ #: pages/func_backwpupeditjob.php:137
1722
+ #@ backwpup
1723
+ msgid "March"
1724
+ msgstr "Mars"
1725
+
1726
+ #: pages/func_backwpupeditjob.php:138
1727
+ #@ backwpup
1728
+ msgid "April"
1729
+ msgstr "Avril"
1730
+
1731
+ #: pages/func_backwpupeditjob.php:139
1732
+ #@ backwpup
1733
+ msgid "May"
1734
+ msgstr "Mai"
1735
+
1736
+ #: pages/func_backwpupeditjob.php:140
1737
+ #@ backwpup
1738
+ msgid "June"
1739
+ msgstr "Juin"
1740
+
1741
+ #: pages/func_backwpupeditjob.php:141
1742
+ #@ backwpup
1743
+ msgid "July"
1744
+ msgstr "Juillet"
1745
+
1746
+ #: pages/func_backwpupeditjob.php:142
1747
+ #@ backwpup
1748
+ msgid "Augest"
1749
+ msgstr "Août"
1750
+
1751
+ #: pages/func_backwpupeditjob.php:143
1752
+ #@ backwpup
1753
+ msgid "September"
1754
+ msgstr "Septembre"
1755
+
1756
+ #: pages/func_backwpupeditjob.php:144
1757
+ #@ backwpup
1758
+ msgid "October"
1759
+ msgstr "Octobre"
1760
+
1761
+ #: pages/func_backwpupeditjob.php:145
1762
+ #@ backwpup
1763
+ msgid "November"
1764
+ msgstr "Novembre"
1765
+
1766
+ #: pages/func_backwpupeditjob.php:146
1767
+ #@ backwpup
1768
+ msgid "December"
1769
+ msgstr "Décembre"
1770
+
1771
+ #: pages/func_backwpupeditjob.php:151
1772
+ #@ backwpup
1773
+ msgid "Day of Week:"
1774
+ msgstr "Jour de la semaine:"
1775
+
1776
+ #: pages/func_backwpupeditjob.php:155
1777
+ #: pages/func_backwpupeditjob.php:191
1778
+ #@ backwpup
1779
+ msgid "Sunday"
1780
+ msgstr "Dimanche"
1781
+
1782
+ #: pages/func_backwpupeditjob.php:156
1783
+ #: pages/func_backwpupeditjob.php:192
1784
+ #@ backwpup
1785
+ msgid "Monday"
1786
+ msgstr "Lundi"
1787
+
1788
+ #: pages/func_backwpupeditjob.php:157
1789
+ #: pages/func_backwpupeditjob.php:193
1790
+ #@ backwpup
1791
+ msgid "Tuesday"
1792
+ msgstr "Mardi"
1793
+
1794
+ #: pages/func_backwpupeditjob.php:158
1795
+ #: pages/func_backwpupeditjob.php:194
1796
+ #@ backwpup
1797
+ msgid "Wednesday"
1798
+ msgstr "Mercredi"
1799
+
1800
+ #: pages/func_backwpupeditjob.php:159
1801
+ #: pages/func_backwpupeditjob.php:195
1802
+ #@ backwpup
1803
+ msgid "Thursday"
1804
+ msgstr "Jeudi"
1805
+
1806
+ #: pages/func_backwpupeditjob.php:160
1807
+ #: pages/func_backwpupeditjob.php:196
1808
+ #@ backwpup
1809
+ msgid "Friday"
1810
+ msgstr "Vendredi"
1811
+
1812
+ #: pages/func_backwpupeditjob.php:161
1813
+ #: pages/func_backwpupeditjob.php:197
1814
+ #@ backwpup
1815
+ msgid "Saturday"
1816
+ msgstr "Samedi"
1817
+
1818
+ #: pages/func_backwpupeditjob.php:176
1819
+ #@ backwpup
1820
+ msgid "Hour"
1821
+ msgstr "Heure"
1822
+
1823
+ #: pages/func_backwpupeditjob.php:179
1824
+ #@ backwpup
1825
+ msgid "Minute"
1826
+ msgstr "Minute"
1827
+
1828
+ #: pages/func_backwpupeditjob.php:183
1829
+ #@ backwpup
1830
+ msgid "monthly"
1831
+ msgstr "Mensuelle"
1832
+
1833
+ #: pages/func_backwpupeditjob.php:184
1834
+ #@ backwpup
1835
+ msgid "on"
1836
+ msgstr "le"
1837
+
1838
+ #: pages/func_backwpupeditjob.php:189
1839
+ #@ backwpup
1840
+ msgid "weekly"
1841
+ msgstr "Hebdomadaire"
1842
+
1843
+ #: pages/func_backwpupeditjob.php:203
1844
+ #@ backwpup
1845
+ msgid "daily"
1846
+ msgstr "Quotidien"
1847
+
1848
+ #: pages/func_backwpupeditjob.php:209
1849
+ #@ backwpup
1850
+ msgid "hourly"
1851
+ msgstr "Toutes les heures"
1852
+
1853
+ #: pages/func_backwpupeditjob.php:221
1854
+ #@ backwpup
1855
+ msgid "Full Path to folder for Backup Files:"
1856
+ msgstr "Chemin complet vers le répertoire des sauvegardes:"
1857
+
1858
+ #: pages/func_backwpupeditjob.php:223
1859
+ #@ backwpup
1860
+ msgid "Your WordPress dir is:"
1861
+ msgstr "Votre répertoire WordPress est:"
1862
+
1863
+ #: pages/func_backwpupeditjob.php:224
1864
+ #: pages/func_backwpupeditjob.php:384
1865
+ #@ backwpup
1866
+ msgid "Max. backup files in folder:"
1867
+ msgstr "Nombre de fichiers sauvegarde dans le répertoire:"
1868
+
1869
+ #: pages/func_backwpupeditjob.php:224
1870
+ #: pages/page_backwpupsettings.php:90
1871
+ #@ backwpup
1872
+ msgid "(Oldest files will deleted first.)"
1873
+ msgstr "(Les plus vieux seront effacés en premier.)"
1874
+
1875
+ #: pages/func_backwpupeditjob.php:230
1876
+ #@ backwpup
1877
+ msgid "Hostname:"
1878
+ msgstr "Hostname:"
1879
+
1880
+ #: pages/func_backwpupeditjob.php:232
1881
+ #: pages/page_backwpupsettings.php:52
1882
+ #@ backwpup
1883
+ msgid "Port:"
1884
+ msgstr "Port:"
1885
+
1886
+ #: pages/func_backwpupeditjob.php:234
1887
+ #: pages/func_backwpupeditjob.php:325
1888
+ #: pages/page_backwpupsettings.php:139
1889
+ #@ backwpup
1890
+ msgid "Username:"
1891
+ msgstr "Nom d'utilisateur:"
1892
+
1893
+ #: pages/func_backwpupeditjob.php:236
1894
+ #: pages/func_backwpupeditjob.php:377
1895
+ #: pages/page_backwpupsettings.php:144
1896
+ #@ backwpup
1897
+ msgid "Password:"
1898
+ msgstr "Mot de passe:"
1899
+
1900
+ #: pages/func_backwpupeditjob.php:238
1901
+ #@ backwpup
1902
+ msgid "Folder on Server:"
1903
+ msgstr "Répertoire sur le serveur:"
1904
+
1905
+ #: pages/func_backwpupeditjob.php:241
1906
+ #@ backwpup
1907
+ msgid "Max. backup files in FTP folder:"
1908
+ msgstr "Nombre de fichiers sauvegarde maximum dans le répertoire FTP:"
1909
+
1910
+ #: pages/func_backwpupeditjob.php:241
1911
+ #: pages/func_backwpupeditjob.php:260
1912
+ #: pages/func_backwpupeditjob.php:285
1913
+ #: pages/func_backwpupeditjob.php:312
1914
+ #: pages/func_backwpupeditjob.php:335
1915
+ #: pages/func_backwpupeditjob.php:362
1916
+ #: pages/func_backwpupeditjob.php:384
1917
+ #@ backwpup
1918
+ msgid "(Oldest files will be deleted first.)"
1919
+ msgstr "(Les plus vieux seront effacés en premier.)"
1920
+
1921
+ #: pages/func_backwpupeditjob.php:242
1922
+ #@ backwpup
1923
+ msgid "Use SSL-FTP Connection."
1924
+ msgstr "Utiliser une xonnexion SSL-FTP"
1925
+
1926
+ #: pages/func_backwpupeditjob.php:243
1927
+ #@ backwpup
1928
+ msgid "Use FTP Passiv mode."
1929
+ msgstr "Utiliser une connexion FTP en mode passif."
1930
+
1931
+ #: pages/func_backwpupeditjob.php:250
1932
+ #@ backwpup
1933
+ msgid "Access Key ID:"
1934
+ msgstr "ID clé d'accès:"
1935
+
1936
+ #: pages/func_backwpupeditjob.php:252
1937
+ #@ backwpup
1938
+ msgid "Secret Access Key:"
1939
+ msgstr "Clé d'accès secrète:"
1940
+
1941
+ #: pages/func_backwpupeditjob.php:254
1942
+ #: pages/func_backwpupeditjob.php:279
1943
+ #@ backwpup
1944
+ msgid "Bucket:"
1945
+ msgstr "Panier:"
1946
+
1947
+ #: pages/func_backwpupeditjob.php:257
1948
+ #: pages/func_backwpupeditjob.php:282
1949
+ #@ backwpup
1950
+ msgid "Create bucket:"
1951
+ msgstr "Créer un panier:"
1952
+
1953
+ #: pages/func_backwpupeditjob.php:257
1954
+ #@ backwpup
1955
+ msgid "Bucket Region"
1956
+ msgstr "Région du panier:"
1957
+
1958
+ #: pages/func_backwpupeditjob.php:257
1959
+ #@ backwpup
1960
+ msgid "US-Standard (Northern Virginia & Washington State)"
1961
+ msgstr "US-Standard (Northern Virginia & Washington State)"
1962
+
1963
+ #: pages/func_backwpupeditjob.php:257
1964
+ #@ backwpup
1965
+ msgid "US-West 1 (Northern California)"
1966
+ msgstr "US-West 1 (Northern California)"
1967
+
1968
+ #: pages/func_backwpupeditjob.php:257
1969
+ #@ backwpup
1970
+ msgid "US-West 2 (Oregon)"
1971
+ msgstr "US-West 2 (Oregon)"
1972
+
1973
+ #: pages/func_backwpupeditjob.php:257
1974
+ #@ backwpup
1975
+ msgid "EU (Ireland)"
1976
+ msgstr "EU (Ireland)"
1977
+
1978
+ #: pages/func_backwpupeditjob.php:257
1979
+ #@ backwpup
1980
+ msgid "Asia Pacific (Singapore)"
1981
+ msgstr "Asia Pacific (Singapore)"
1982
+
1983
+ #: pages/func_backwpupeditjob.php:257
1984
+ #@ backwpup
1985
+ msgid "Asia Pacific (Japan)"
1986
+ msgstr "Asia Pacific (Japan)"
1987
+
1988
+ #: pages/func_backwpupeditjob.php:257
1989
+ #@ backwpup
1990
+ msgid "South America (Sao Paulo)"
1991
+ msgstr "South America (Sao Paulo)"
1992
+
1993
+ #: pages/func_backwpupeditjob.php:257
1994
+ #@ backwpup
1995
+ msgid "United States GovCloud"
1996
+ msgstr "United States GovCloud"
1997
+
1998
+ #: pages/func_backwpupeditjob.php:257
1999
+ #@ backwpup
2000
+ msgid "United States GovCloud FIPS 140-2"
2001
+ msgstr "United States GovCloud FIPS 140-2"
2002
+
2003
+ #: pages/func_backwpupeditjob.php:258
2004
+ #: pages/func_backwpupeditjob.php:283
2005
+ #@ backwpup
2006
+ msgid "Folder in bucket:"
2007
+ msgstr "Répertoire dans le panier:"
2008
+
2009
+ #: pages/func_backwpupeditjob.php:260
2010
+ #: pages/func_backwpupeditjob.php:285
2011
+ #@ backwpup
2012
+ msgid "Max. backup files in bucket folder:"
2013
+ msgstr "Nombre maximum de fichiers de sauvegarde dans le répertoire du panier:"
2014
+
2015
+ #: pages/func_backwpupeditjob.php:261
2016
+ #@ backwpup
2017
+ msgid "Save Backups with reduced redundancy!"
2018
+ msgstr "Sauvegarder en réduisant la redondance!"
2019
+
2020
+ #: pages/func_backwpupeditjob.php:264
2021
+ #: pages/func_backwpupeditjob.php:288
2022
+ #: pages/func_backwpupeditjob.php:315
2023
+ #: pages/func_backwpupeditjob.php:338
2024
+ #: pages/func_backwpupeditjob.php:365
2025
+ #: pages/func_backwpupeditjob.php:387
2026
+ #@ backwpup
2027
+ msgid "Create Account"
2028
+ msgstr "Créer un compte"
2029
+
2030
+ #: pages/func_backwpupeditjob.php:265
2031
+ #: pages/func_backwpupeditjob.php:289
2032
+ #@ backwpup
2033
+ msgid "Find Keys"
2034
+ msgstr "Trouver vos clés"
2035
+
2036
+ #: pages/func_backwpupeditjob.php:266
2037
+ #: pages/func_backwpupeditjob.php:290
2038
+ #: pages/func_backwpupeditjob.php:340
2039
+ #: pages/func_backwpupeditjob.php:366
2040
+ #: pages/func_backwpupeditjob.php:388
2041
+ #@ backwpup
2042
+ msgid "Webinterface"
2043
+ msgstr "Interface Web"
2044
+
2045
+ #: pages/func_backwpupeditjob.php:275
2046
+ #: pages/func_backwpupeditjob.php:304
2047
+ #@ backwpup
2048
+ msgid "Access Key:"
2049
+ msgstr "Clé d'accès:"
2050
+
2051
+ #: pages/func_backwpupeditjob.php:277
2052
+ #@ backwpup
2053
+ msgid "Secret:"
2054
+ msgstr "Scret:"
2055
+
2056
+ #: pages/func_backwpupeditjob.php:300
2057
+ #@ backwpup
2058
+ msgid "Host:"
2059
+ msgstr "Hôte:"
2060
+
2061
+ #: pages/func_backwpupeditjob.php:301
2062
+ #@ backwpup
2063
+ msgid "Normely: blob.core.windows.net"
2064
+ msgstr "Normalement: blob.core.windows.net"
2065
+
2066
+ #: pages/func_backwpupeditjob.php:302
2067
+ #@ backwpup
2068
+ msgid "Account Name:"
2069
+ msgstr "Nom du compte:"
2070
+
2071
+ #: pages/func_backwpupeditjob.php:306
2072
+ #: pages/func_backwpupeditjob.php:329
2073
+ #@ backwpup
2074
+ msgid "Container:"
2075
+ msgstr "Récipient:"
2076
+
2077
+ #: pages/func_backwpupeditjob.php:309
2078
+ #: pages/func_backwpupeditjob.php:332
2079
+ #@ backwpup
2080
+ msgid "Create Container:"
2081
+ msgstr "Créer récipient:"
2082
+
2083
+ #: pages/func_backwpupeditjob.php:310
2084
+ #@ backwpup
2085
+ msgid "Folder in Container:"
2086
+ msgstr "Répertoire dans le récipient:"
2087
+
2088
+ #: pages/func_backwpupeditjob.php:312
2089
+ #: pages/func_backwpupeditjob.php:335
2090
+ #@ backwpup
2091
+ msgid "Max. backup files in container folder:"
2092
+ msgstr "Nombre max de fichiers sauvegarde dans le répertoire récipient:"
2093
+
2094
+ #: pages/func_backwpupeditjob.php:316
2095
+ #: pages/func_backwpupeditjob.php:339
2096
+ #@ backwpup
2097
+ msgid "Find Key"
2098
+ msgstr "Trouver vos clés"
2099
+
2100
+ #: pages/func_backwpupeditjob.php:327
2101
+ #@ backwpup
2102
+ msgid "API Key:"
2103
+ msgstr "Clé API:"
2104
+
2105
+ #: pages/func_backwpupeditjob.php:333
2106
+ #@ backwpup
2107
+ msgid "Folder in container:"
2108
+ msgstr "Répertoire dans le récipient:"
2109
+
2110
+ #: pages/func_backwpupeditjob.php:349
2111
+ #@ backwpup
2112
+ msgid "Login:"
2113
+ msgstr "Login:"
2114
+
2115
+ #: pages/func_backwpupeditjob.php:351
2116
+ #@ backwpup
2117
+ msgid "Not authenticated!"
2118
+ msgstr "Non authentifié!"
2119
+
2120
+ #: pages/func_backwpupeditjob.php:351
2121
+ #@ backwpup
2122
+ msgid "Authenticate!"
2123
+ msgstr "Enregistrez-vous!"
2124
+
2125
+ #: pages/func_backwpupeditjob.php:353
2126
+ #@ backwpup
2127
+ msgid "Authenticated!"
2128
+ msgstr "Enregistré!"
2129
+
2130
+ #: pages/func_backwpupeditjob.php:353
2131
+ #@ backwpup
2132
+ msgid "Delete!"
2133
+ msgstr "Effacer!"
2134
+
2135
+ #: pages/func_backwpupeditjob.php:355
2136
+ #: pages/func_backwpupeditjob.php:379
2137
+ #@ backwpup
2138
+ msgid "Root:"
2139
+ msgstr "Racine:"
2140
+
2141
+ #: pages/func_backwpupeditjob.php:357
2142
+ #@ backwpup
2143
+ msgid "dropbox"
2144
+ msgstr "DropBox"
2145
+
2146
+ #: pages/func_backwpupeditjob.php:358
2147
+ #@ backwpup
2148
+ msgid "sandbox (disabled by DropBox)"
2149
+ msgstr "Bac à sable (désactivé par DropBox)"
2150
+
2151
+ #: pages/func_backwpupeditjob.php:360
2152
+ #: pages/func_backwpupeditjob.php:382
2153
+ #@ backwpup
2154
+ msgid "Folder:"
2155
+ msgstr "Répertoire"
2156
+
2157
+ #: pages/func_backwpupeditjob.php:362
2158
+ #@ backwpup
2159
+ msgid "Max. backup files in Dropbox folder:"
2160
+ msgstr "Nombre max. de fichiers dans le répertoire DropBox:"
2161
+
2162
+ #: pages/func_backwpupeditjob.php:375
2163
+ #: pages/func_backwpupeditjob.php:395
2164
+ #@ backwpup
2165
+ msgid "E-mail address:"
2166
+ msgstr "Adress E-mail:"
2167
+
2168
+ #: pages/func_backwpupeditjob.php:398
2169
+ #@ backwpup
2170
+ msgid "Max. File Size for sending Backups with mail:"
2171
+ msgstr "Taille max. des sauvegardes à envoyer par mail:"
2172
+
2173
+ #: pages/func_backwpupeditjob.php:456
2174
+ #@ backwpup
2175
+ msgid "Working as <a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a> job schedule:"
2176
+ msgstr "Lancé en tant qu'opération programmée <a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>"
2177
+
2178
+ #: pages/func_backwpupeditjob.php:462
2179
+ #, php-format
2180
+ #@ backwpup
2181
+ msgid "ATTENTION: Job runs every %d mins.!!!"
2182
+ msgstr "ATTENTION: Opération exécutée toutes les %d mins.!!!"
2183
+
2184
+ #: pages/func_backwpupeditjob.php:468
2185
+ #, php-format
2186
+ #@ backwpup
2187
+ msgid "ATTENTION: Job runs every %d houers.!!!"
2188
+ msgstr "ATTENTION: Opération exécutée toutes les %d heures!!!"
2189
+
2190
+ #: pages/func_backwpupeditjob.php:472
2191
+ #@ backwpup
2192
+ msgid "ATTENTION: Can't calculate cron!!!"
2193
+ msgstr "ATTENTION: Impossible de calculer cron!!!"
2194
+
2195
+ #: pages/func_backwpupeditjob.php:474
2196
+ #@ backwpup
2197
+ msgid "Next runtime:"
2198
+ msgstr "Prochaine exécution:"
2199
+
2200
+ #: pages/func_backwpupeditjob.php:500
2201
+ #: pages/func_backwpupeditjob.php:565
2202
+ #@ backwpup
2203
+ msgid "Missing access key!"
2204
+ msgstr "Clé d'accès manquante!"
2205
+
2206
+ #: pages/func_backwpupeditjob.php:507
2207
+ #: pages/func_backwpupeditjob.php:572
2208
+ #@ backwpup
2209
+ msgid "Missing secret access key!"
2210
+ msgstr "Clé secrète manquante!"
2211
+
2212
+ #: pages/func_backwpupeditjob.php:531
2213
+ #: pages/func_backwpupeditjob.php:598
2214
+ #@ backwpup
2215
+ msgid "No bucket fount!"
2216
+ msgstr "Aucun panier trouvé!"
2217
+
2218
+ #: pages/func_backwpupeditjob.php:633
2219
+ #: pages/func_backwpupeditjob.php:762
2220
+ #@ backwpup
2221
+ msgid "Missing Username!"
2222
+ msgstr "Nom d'utilisateur manquant!"
2223
+
2224
+ #: pages/func_backwpupeditjob.php:640
2225
+ #@ backwpup
2226
+ msgid "Missing API Key!"
2227
+ msgstr "Clé API manquante!"
2228
+
2229
+ #: pages/func_backwpupeditjob.php:661
2230
+ #@ backwpup
2231
+ msgid "No Containerss found!"
2232
+ msgstr "Aucun récipient trouvé!"
2233
+
2234
+ #: pages/func_backwpupeditjob.php:696
2235
+ #@ backwpup
2236
+ msgid "Missing Hostname!"
2237
+ msgstr "Nom d'hôte manquant!"
2238
+
2239
+ #: pages/func_backwpupeditjob.php:703
2240
+ #@ backwpup
2241
+ msgid "Missing Account Name!"
2242
+ msgstr "Nom du compte non fourni!"
2243
+
2244
+ #: pages/func_backwpupeditjob.php:710
2245
+ #@ backwpup
2246
+ msgid "Missing Access Key!"
2247
+ msgstr "Clé d'accès manquante!"
2248
+
2249
+ #: pages/func_backwpupeditjob.php:727
2250
+ #@ backwpup
2251
+ msgid "No Container found!"
2252
+ msgstr "Aucun récipient trouvé!"
2253
+
2254
+ #: pages/func_backwpupeditjob.php:769
2255
+ #@ backwpup
2256
+ msgid "Missing Password!"
2257
+ msgstr "Mot de passe non fourni!"
2258
+
2259
+ #: pages/func_backwpupeditjob.php:789
2260
+ #@ backwpup
2261
+ msgid "No Syncfolders found!"
2262
+ msgstr "Aucun répertoire de synchronisation trouvé!"
2263
+
2264
+ #: pages/func_backwpuplogs.php:68
2265
+ #@ backwpup
2266
+ msgid "No Logs."
2267
+ msgstr "Aucun fichier journal!"
2268
+
2269
+ #: pages/func_backwpuplogs.php:80
2270
+ #@ backwpup
2271
+ msgid "Job"
2272
+ msgstr "Opération"
2273
+
2274
+ #: pages/func_backwpuplogs.php:82
2275
+ #@ backwpup
2276
+ msgid "Backup/Log Date/Time"
2277
+ msgstr "Sauvegarde/Date des journaux/heure"
2278
+
2279
+ #: pages/func_backwpuplogs.php:83
2280
+ #@ backwpup
2281
+ msgid "Status"
2282
+ msgstr "Statut"
2283
+
2284
+ #: pages/func_backwpuplogs.php:85
2285
+ #@ backwpup
2286
+ msgid "Runtime"
2287
+ msgstr "Temps d'exécution"
2288
+
2289
+ #: pages/func_backwpuplogs.php:124
2290
+ #@ backwpup
2291
+ msgid "View log"
2292
+ msgstr "Voir fichier journal"
2293
+
2294
+ #: pages/func_backwpuplogs.php:126
2295
+ #@ backwpup
2296
+ msgid "View"
2297
+ msgstr "Voir"
2298
+
2299
+ #: pages/func_backwpuplogs.php:147
2300
+ #@ backwpup
2301
+ msgid "only Log"
2302
+ msgstr "fichier journal uniquement"
2303
+
2304
+ #: pages/header_backwpup.php:44
2305
+ #@ backwpup
2306
+ msgid "Copy of"
2307
+ msgstr "Copie de"
2308
+
2309
+ #: pages/header_backwpup.php:100
2310
+ #@ backwpup
2311
+ msgid "Aborted by user!!!"
2312
+ msgstr "Arrêté par l'utilisateur!!!"
2313
+
2314
+ #: pages/header_backwpup.php:115
2315
+ #@ backwpup
2316
+ msgid "Job will be terminated."
2317
+ msgstr "L'opération va être interrompue."
2318
+
2319
+ #: pages/header_backwpup.php:118
2320
+ #@ backwpup
2321
+ msgid "Process killed with PID:"
2322
+ msgstr "Processus tué PID:"
2323
+
2324
+ #: pages/header_backwpup.php:120
2325
+ #@ backwpup
2326
+ msgid "Can't kill process with PID:"
2327
+ msgstr "Impossible de tuer le processus PID:"
2328
+
2329
+ #: pages/header_backwpup.php:136
2330
+ #@ backwpup
2331
+ msgid "Here is the job overview with some information. You can see some further information of the jobs, how many can be switched with the view button. Also you can manage the jobs or abbort working jobs. Some links are added to have direct access to the last log or download."
2332
+ msgstr "Voici la vue d'ensemble des opérations accompagnée de quelques informations. Vous pouvez en apprendre plus dur une opération grâce au bouton voir. Vous pouvez également gérer les opérations ou les arrêter. Un accès direct aux fichier journaux ainsi qu'aux téléchargements des sauvegardes est disponible."
2333
+
2334
+ #: pages/header_backwpupbackups.php:325
2335
+ #@ backwpup
2336
+ msgid "Here you see a list of backup files. Change the destionation to jobname:destination to become a list of backups from other destinations and jobs. Then you kann delete or download backup files."
2337
+ msgstr "Voici la liste des fichiers sauvegarde. Modifiez la destination en nom d'opération: la destination devient une liste de sauvegardes d'autres opérations. Alors vous pourrez effacer ou télécharger les fichiers sauvegarde."
2338
+
2339
+ #: pages/header_backwpupeditjob.php:22
2340
+ #@ backwpup
2341
+ msgid "Dropbox authentication complete!"
2342
+ msgstr "Authentification DropBox réussie!"
2343
+
2344
+ #: pages/header_backwpupeditjob.php:24
2345
+ #@ backwpup
2346
+ msgid "Wrong Token for Dropbox authentication received!"
2347
+ msgstr "Le jeton d'enregistrement reçu invalide!"
2348
+
2349
+ #: pages/header_backwpupeditjob.php:27
2350
+ #@ backwpup
2351
+ msgid "No Dropbox authentication received!"
2352
+ msgstr "Aucune authentification DropBox reçue!"
2353
+
2354
+ #: pages/header_backwpupeditjob.php:224
2355
+ #@ backwpup
2356
+ msgid "Dropbox authentication deleted!"
2357
+ msgstr "Autorisation DropBox effacée!"
2358
+
2359
+ #: pages/header_backwpupeditjob.php:261
2360
+ #, php-format
2361
+ #@ backwpup
2362
+ msgid "Job '%1' changes saved."
2363
+ msgstr "Modifications enregistrées pour l'opération '%1'."
2364
+
2365
+ #: pages/header_backwpupeditjob.php:261
2366
+ #@ backwpup
2367
+ msgid "Jobs overview."
2368
+ msgstr "Vue générale des opérations."
2369
+
2370
+ #: pages/header_backwpupeditjob.php:273
2371
+ #@ backwpup
2372
+ msgid "Backup File"
2373
+ msgstr "Fichier sauvegarde"
2374
+
2375
+ #: pages/header_backwpupeditjob.php:274
2376
+ #@ backwpup
2377
+ msgid "Send log"
2378
+ msgstr "Envoyer le fichier journal"
2379
+
2380
+ #: pages/header_backwpupeditjob.php:275
2381
+ #@ backwpup
2382
+ msgid "Backup to Folder"
2383
+ msgstr "Sauvegarder dans le répertoire"
2384
+
2385
+ #: pages/header_backwpupeditjob.php:276
2386
+ #@ backwpup
2387
+ msgid "Backup to E-Mail"
2388
+ msgstr "Sauvegarder vers E-mail"
2389
+
2390
+ #: pages/header_backwpupeditjob.php:278
2391
+ #@ backwpup
2392
+ msgid "Backup to FTP Server"
2393
+ msgstr "Sauvegarder vers serveur FTP"
2394
+
2395
+ #: pages/header_backwpupeditjob.php:280
2396
+ #@ backwpup
2397
+ msgid "Backup to Dropbox"
2398
+ msgstr "Sauvegarder vers DropBox"
2399
+
2400
+ #: pages/header_backwpupeditjob.php:282
2401
+ #@ backwpup
2402
+ msgid "Backup to SugarSync"
2403
+ msgstr "Sauvegarder vers SugarSync"
2404
+
2405
+ #: pages/header_backwpupeditjob.php:284
2406
+ #@ backwpup
2407
+ msgid "Backup to Amazon S3"
2408
+ msgstr "Sauvegarder vers Amazon S3"
2409
+
2410
+ #: pages/header_backwpupeditjob.php:286
2411
+ #@ backwpup
2412
+ msgid "Backup to Google storage"
2413
+ msgstr "Sauvegarder vers Google STorage"
2414
+
2415
+ #: pages/header_backwpupeditjob.php:288
2416
+ #@ backwpup
2417
+ msgid "Backup to Micosoft Azure (Blob)"
2418
+ msgstr "Sauvegarder vers Microsoft Azure (blob)"
2419
+
2420
+ #: pages/header_backwpupeditjob.php:290
2421
+ #@ backwpup
2422
+ msgid "Backup to Rackspace Cloud"
2423
+ msgstr "Sauvegarder vers RackSpace Cloud"
2424
+
2425
+ #: pages/header_backwpuplogs.php:59
2426
+ #@ backwpup
2427
+ msgid "Here you can manage the log files of the jobs. You can download, view, or delete them."
2428
+ msgstr "Ici vous pouvez gérer les fichiers journaux des opérations. Vous pouvez, les voir, les télécharger ou les effacer."
2429
+
2430
+ #: pages/header_backwpupsettings.php:46
2431
+ #@ backwpup
2432
+ msgid "Settings saved"
2433
+ msgstr "Paramètres sauvegardés"
2434
+
2435
+ #: pages/header_backwpupworking.php:11
2436
+ #@ backwpup
2437
+ msgid "A job alredy running!!! Pleace try again if its done."
2438
+ msgstr "Une opération est en cours!!! Veuillez réessayer une fois celle-ci terminée."
2439
+
2440
+ #: pages/header_backwpupworking.php:23
2441
+ #@ backwpup
2442
+ msgid "A job is running!!!"
2443
+ msgstr "Une opération est en cours!!!"
2444
+
2445
+ #: pages/header_backwpupworking.php:27
2446
+ #@ backwpup
2447
+ msgid "Nothing..."
2448
+ msgstr "Rien..."
2449
+
2450
+ #: pages/header_backwpupworking.php:32
2451
+ #@ backwpup
2452
+ msgid "Here you see working jobs or logfiles"
2453
+ msgstr "Ici vous pouvez voir les opérations en cours ou les fichiers journaux"
2454
+
2455
+ #: pages/page_backwpup.php:8
2456
+ #@ backwpup
2457
+ msgid "BackWPup Jobs"
2458
+ msgstr "Opérations BackWPup"
2459
+
2460
+ #: pages/page_backwpupbackups.php:8
2461
+ #@ backwpup
2462
+ msgid "BackWPup Manage Backups"
2463
+ msgstr "Gérer les sauvegardes BackWPup"
2464
+
2465
+ #: pages/page_backwpupeditjob.php:8
2466
+ #@ backwpup
2467
+ msgid "Job Type"
2468
+ msgstr "Type d'opération"
2469
+
2470
+ #: pages/page_backwpupeditjob.php:9
2471
+ #@ backwpup
2472
+ msgid "Job Schedule"
2473
+ msgstr "Programmation opération"
2474
+
2475
+ #: pages/page_backwpupeditjob.php:25
2476
+ #@ backwpup
2477
+ msgid "BackWPup Job Settings"
2478
+ msgstr "Paramètres des opérations BackWPup"
2479
+
2480
+ #: pages/page_backwpupeditjob.php:45
2481
+ #: pages/page_backwpupeditjob.php:71
2482
+ #@ backwpup
2483
+ msgid "Enter Job name here"
2484
+ msgstr "Entrez le nom de l'opération ici"
2485
+
2486
+ #: pages/page_backwpupeditjob.php:77
2487
+ #@ backwpup
2488
+ msgid "Database Jobs"
2489
+ msgstr "Opérations base de données"
2490
+
2491
+ #: pages/page_backwpupeditjob.php:80
2492
+ #@ backwpup
2493
+ msgid "Database tables to use:"
2494
+ msgstr "Tables de la base de données concernées:"
2495
+
2496
+ #: pages/page_backwpupeditjob.php:90
2497
+ #@ backwpup
2498
+ msgid "Use short INSERTs instead of full (with keys)"
2499
+ msgstr "Utilisez des petits INSERTs au lieux des complets (avec clés)"
2500
+
2501
+ #: pages/page_backwpupeditjob.php:91
2502
+ #@ backwpup
2503
+ msgid "Set Blog Maintenance Mode on Database Operations"
2504
+ msgstr "Mettre le site en mode maintenance pendant les opérations sur la base données."
2505
+
2506
+ #: pages/page_backwpupeditjob.php:98
2507
+ #@ backwpup
2508
+ msgid "Blog Folders to Backup:"
2509
+ msgstr "Répertoires du site à enregistrer:"
2510
+
2511
+ #: pages/page_backwpupeditjob.php:101
2512
+ #@ backwpup
2513
+ msgid "root"
2514
+ msgstr "Racine"
2515
+
2516
+ #: pages/page_backwpupeditjob.php:104
2517
+ #: pages/page_backwpupeditjob.php:120
2518
+ #: pages/page_backwpupeditjob.php:136
2519
+ #: pages/page_backwpupeditjob.php:152
2520
+ #: pages/page_backwpupeditjob.php:168
2521
+ #@ backwpup
2522
+ msgid "Exclude:"
2523
+ msgstr "Exclure:"
2524
+
2525
+ #: pages/page_backwpupeditjob.php:117
2526
+ #@ backwpup
2527
+ msgid "Content"
2528
+ msgstr "Contenu"
2529
+
2530
+ #: pages/page_backwpupeditjob.php:133
2531
+ #@ backwpup
2532
+ msgid "Plugins"
2533
+ msgstr "Extensions"
2534
+
2535
+ #: pages/page_backwpupeditjob.php:149
2536
+ #@ backwpup
2537
+ msgid "Themes"
2538
+ msgstr "Thèmes"
2539
+
2540
+ #: pages/page_backwpupeditjob.php:165
2541
+ #@ backwpup
2542
+ msgid "Blog Uploads"
2543
+ msgstr "Fichiers envoyés sur le site"
2544
+
2545
+ #: pages/page_backwpupeditjob.php:182
2546
+ #@ backwpup
2547
+ msgid "Include Folders to Backup:"
2548
+ msgstr "Répertoires à sauvegarder:"
2549
+
2550
+ #: pages/page_backwpupeditjob.php:183
2551
+ #: pages/page_backwpupeditjob.php:187
2552
+ #@ backwpup
2553
+ msgid "Example:"
2554
+ msgstr "Exemple:"
2555
+
2556
+ #: pages/page_backwpupeditjob.php:186
2557
+ #@ backwpup
2558
+ msgid "Exclude Files/Folders from Backup:"
2559
+ msgstr "Exclure des fichiers/répertoires de la sauvegarde:"
2560
+
2561
+ #: pages/page_backwpupsettings.php:10
2562
+ #@ backwpup
2563
+ msgid "BackWPup Settings"
2564
+ msgstr "Paramètres BackWPup"
2565
+
2566
+ #: pages/page_backwpupsettings.php:17
2567
+ #@ backwpup
2568
+ msgid "Send Mail"
2569
+ msgstr "Envoyer le mail"
2570
+
2571
+ #: pages/page_backwpupsettings.php:18
2572
+ #@ backwpup
2573
+ msgid "Here you can set the options for email sending. The settings will be used in jobs for sending backups via email or for sending log files."
2574
+ msgstr "Ici vous pouvez régler les options pour l'envoi d'e-mails. Ces paramètres seront utilisés pour envoyer les fichiers journaux ou les sauvegardes via E-mail."
2575
+
2576
+ #: pages/page_backwpupsettings.php:21
2577
+ #@ backwpup
2578
+ msgid "Sender email"
2579
+ msgstr "E-mail de l'envoyeur"
2580
+
2581
+ #: pages/page_backwpupsettings.php:26
2582
+ #@ backwpup
2583
+ msgid "Sender name"
2584
+ msgstr "Nom de l'envoyeur"
2585
+
2586
+ #: pages/page_backwpupsettings.php:30
2587
+ #@ backwpup
2588
+ msgid "Send mail method"
2589
+ msgstr "Méthode d'envoi mail"
2590
+
2591
+ #: pages/page_backwpupsettings.php:34
2592
+ #@ backwpup
2593
+ msgid "PHP: mail()"
2594
+ msgstr "PHP:mail()"
2595
+
2596
+ #: pages/page_backwpupsettings.php:35
2597
+ #@ backwpup
2598
+ msgid "Sendmail"
2599
+ msgstr "Sendmail"
2600
+
2601
+ #: pages/page_backwpupsettings.php:36
2602
+ #@ backwpup
2603
+ msgid "SMTP"
2604
+ msgstr "SMTP"
2605
+
2606
+ #: pages/page_backwpupsettings.php:42
2607
+ #@ backwpup
2608
+ msgid "Sendmail path"
2609
+ msgstr "Chemin de Senmail"
2610
+
2611
+ #: pages/page_backwpupsettings.php:49
2612
+ #@ backwpup
2613
+ msgid "SMTP hostname"
2614
+ msgstr "Nom d'hôte SMTP"
2615
+
2616
+ #: pages/page_backwpupsettings.php:56
2617
+ #@ backwpup
2618
+ msgid "SMTP secure connection"
2619
+ msgstr "Connexion sécurisée SMTP"
2620
+
2621
+ #: pages/page_backwpupsettings.php:66
2622
+ #@ backwpup
2623
+ msgid "SMTP username"
2624
+ msgstr "Nom d'utilisateur SMTP"
2625
+
2626
+ #: pages/page_backwpupsettings.php:72
2627
+ #@ backwpup
2628
+ msgid "SMTP password"
2629
+ msgstr "Mot de passe SMTP"
2630
+
2631
+ #: pages/page_backwpupsettings.php:80
2632
+ #@ backwpup
2633
+ msgid "Here you can set Logfile related options."
2634
+ msgstr "Ici vous pouvez régler les options des fichiers journaux."
2635
+
2636
+ #: pages/page_backwpupsettings.php:83
2637
+ #@ backwpup
2638
+ msgid "Log file Folder"
2639
+ msgstr "Répertoire des fichiers journaux"
2640
+
2641
+ #: pages/page_backwpupsettings.php:88
2642
+ #@ backwpup
2643
+ msgid "Max. Log Files in Folder"
2644
+ msgstr "Nombre max. de fichiers journaux dans le répertoire"
2645
+
2646
+ #: pages/page_backwpupsettings.php:94
2647
+ #: pages/page_backwpupsettings.php:95
2648
+ #@ backwpup
2649
+ msgid "Compression"
2650
+ msgstr "Compression"
2651
+
2652
+ #: pages/page_backwpupsettings.php:97
2653
+ #@ backwpup
2654
+ msgid "Gzip Log files!"
2655
+ msgstr "Gzipper les fichiers journaux!"
2656
+
2657
+ #: pages/page_backwpupsettings.php:102
2658
+ #@ backwpup
2659
+ msgid "Here you can set Job related options."
2660
+ msgstr "Ici vous pouvez régler les options de opérations"
2661
+
2662
+ #: pages/page_backwpupsettings.php:105
2663
+ #@ backwpup
2664
+ msgid "Max. retrys for job steps"
2665
+ msgstr "Nombre d'essais max pas étape d'opération"
2666
+
2667
+ #: pages/page_backwpupsettings.php:110
2668
+ #@ backwpup
2669
+ msgid "Max. retrys for job script retries"
2670
+ msgstr "Nombre max de tentatives d'une opération"
2671
+
2672
+ #: pages/page_backwpupsettings.php:115
2673
+ #@ backwpup
2674
+ msgid "PHP zip class"
2675
+ msgstr "Classe PHP zip"
2676
+
2677
+ #: pages/page_backwpupsettings.php:116
2678
+ #@ backwpup
2679
+ msgid "PHP zip"
2680
+ msgstr "PHP zip"
2681
+
2682
+ #: pages/page_backwpupsettings.php:118
2683
+ #@ backwpup
2684
+ msgid "Use PHP zip class if available! Normaly PCL Zip class will used."
2685
+ msgstr "Utiliser PHP zip si disponible! Sinon la classe PCL Zip sera utilisée."
2686
+
2687
+ #: pages/page_backwpupsettings.php:123
2688
+ #@ backwpup
2689
+ msgid "WP Admin Bar"
2690
+ msgstr "Barre d'administration WP"
2691
+
2692
+ #: pages/page_backwpupsettings.php:124
2693
+ #@ backwpup
2694
+ msgid "Will you see BackWPup in the WordPress Admin Bar?"
2695
+ msgstr "Voir BackWPup dans la barre d'administration WordPress?"
2696
+
2697
+ #: pages/page_backwpupsettings.php:127
2698
+ #: pages/page_backwpupsettings.php:128
2699
+ #@ backwpup
2700
+ msgid "Admin Bar"
2701
+ msgstr "Barre d'administration"
2702
+
2703
+ #: pages/page_backwpupsettings.php:130
2704
+ #@ backwpup
2705
+ msgid "Show BackWPup Links in Admin Bar."
2706
+ msgstr "Voir les liens BackWPup dans la barre d'administration."
2707
+
2708
+ #: pages/page_backwpupsettings.php:135
2709
+ #@ backwpup
2710
+ msgid "Http basic authentication"
2711
+ msgstr "Authentification http basique"
2712
+
2713
+ #: pages/page_backwpupsettings.php:136
2714
+ #@ backwpup
2715
+ msgid "Is your blog behind a http basic authentication (.htaccess)? Then you must set the username and password four authentication."
2716
+ msgstr "Votre site se trouve-t'il derrière une authentification http basique (.htaccess)? Si oui entrez le nom d'utilisateur et le mot de passe pour celle-ci."
2717
+
2718
+ #: pages/page_backwpupsettings.php:149
2719
+ #@ backwpup
2720
+ msgid "WP-Cron"
2721
+ msgstr "WP-cron"
2722
+
2723
+ #: pages/page_backwpupsettings.php:150
2724
+ #@ backwpup
2725
+ msgid "If you would use the cron job of your hoster you must point it to the url:"
2726
+ msgstr "Si vous voulez utiliser le cron de votre hébergeur faîtes le pointer à l'adresse:"
2727
+
2728
+ #: pages/page_backwpupsettings.php:153
2729
+ #: pages/page_backwpupsettings.php:154
2730
+ #@ backwpup
2731
+ msgid "Disable WP-Cron"
2732
+ msgstr "Désactiver WP-cron"
2733
+
2734
+ #: pages/page_backwpupsettings.php:156
2735
+ #@ backwpup
2736
+ msgid "Use your host's Cron Job and disable WP-Cron"
2737
+ msgstr "Utiliser le cron de votre hébergeur et désactiver WP-Cron"
2738
+
2739
+ #: pages/page_backwpupsettings.php:160
2740
+ #: pages/page_backwpupsettings.php:161
2741
+ #@ backwpup
2742
+ msgid "Use cron service of backwpup.com"
2743
+ msgstr "Utiliser le cron service de backwpup.com"
2744
+
2745
+ #: pages/page_backwpupsettings.php:163
2746
+ #@ backwpup
2747
+ msgid "If you check this, the job schedule will submited to backwpup.com. Backwpup.com will call your blog wp-cron.php to start. <em>Use this service only if you have not a cron service of your hoster, or a blog that has a few visitors.</em> The cron service can start cron behind a basic authentication, on that the http authentication data will transferd too! Please make a little donation for the plugin if you use this servcie. The service can be removed by me without a massage."
2748
+ msgstr "Si vous cochez cette case, la programmation de l'opération sera soumise à backwpup.com. Backwpup.com lancera votre wp-cron.php. <em>N'utilisez ce service que si vous n'avez pas de cron service fourni par votre hébergeur, ou un blog n'ayant que peu de visiteurs.</em> Le service cron peut démarrer derrière une authentification basique, cependant, les données d'identification seront envoyées aussi! Veuillez fair eune petite donation si vous utilisez ce service. Je peux supprimer le service à tout moment sans même un message."
2749
+
2750
+ #: pages/page_backwpuptools.php:8
2751
+ #@ backwpup
2752
+ msgid "BackWPup Tools"
2753
+ msgstr "Outils BackWPup"
2754
+
2755
+ #: pages/page_backwpuptools.php:15
2756
+ #@ backwpup
2757
+ msgid "Database restore"
2758
+ msgstr "Restauration base de données"
2759
+
2760
+ #: pages/page_backwpuptools.php:18
2761
+ #@ backwpup
2762
+ msgid "DB Restore"
2763
+ msgstr "Restaurer la B.D."
2764
+
2765
+ #: pages/page_backwpuptools.php:21
2766
+ #: pages/page_backwpuptools.php:40
2767
+ #@ backwpup
2768
+ msgid "Restore"
2769
+ msgstr "Restauration"
2770
+
2771
+ #: pages/page_backwpuptools.php:37
2772
+ #@ backwpup
2773
+ msgid "SQL File to restore:"
2774
+ msgstr "Fichier SQL à restaurer"
2775
+
2776
+ #: pages/page_backwpuptools.php:43
2777
+ #@ backwpup
2778
+ msgid "Copy SQL file to blog root folder to use for a restoring."
2779
+ msgstr "Copier le fichier SQL à la racine du site afin de l'utiliser pour une restauration."
2780
+
2781
+ #: pages/page_backwpuptools.php:51
2782
+ #@ backwpup
2783
+ msgid "Import Jobs settings"
2784
+ msgstr "Importer les paramètres des opérations"
2785
+
2786
+ #: pages/page_backwpuptools.php:54
2787
+ #@ backwpup
2788
+ msgid "Select file to import:"
2789
+ msgstr "Sélectionnez les fichiers à importer:"
2790
+
2791
+ #: pages/page_backwpuptools.php:56
2792
+ #: pages/page_backwpuptools.php:61
2793
+ #@ backwpup
2794
+ msgid "Upload"
2795
+ msgstr "Envois"
2796
+
2797
+ #: pages/page_backwpuptools.php:62
2798
+ #@ backwpup
2799
+ msgid "Select jobs to import"
2800
+ msgstr "Sélectionner le opérations à importer"
2801
+
2802
+ #: pages/page_backwpuptools.php:66
2803
+ #@ backwpup
2804
+ msgid "Import Type"
2805
+ msgstr "Type d'importation"
2806
+
2807
+ #: pages/page_backwpuptools.php:66
2808
+ #@ backwpup
2809
+ msgid "No Import"
2810
+ msgstr "Pas d'importation"
2811
+
2812
+ #: pages/page_backwpuptools.php:68
2813
+ #@ backwpup
2814
+ msgid "Overwrite"
2815
+ msgstr "Écraser"
2816
+
2817
+ #: pages/page_backwpuptools.php:68
2818
+ #@ backwpup
2819
+ msgid "Append"
2820
+ msgstr "Ajouter"
2821
+
2822
+ #: pages/page_backwpuptools.php:70
2823
+ #: pages/page_backwpuptools.php:75
2824
+ #: pages/page_backwpuptools.php:77
2825
+ #: pages/page_backwpuptools.php:78
2826
+ #@ backwpup
2827
+ msgid "Import"
2828
+ msgstr "Importer"
2829
+
2830
+ #: pages/page_backwpuptools.php:114
2831
+ #@ backwpup
2832
+ msgid "Jobs imported!"
2833
+ msgstr "Opérations importées!"
2834
+
2835
+ #: pages/page_backwpupworking.php:9
2836
+ #@ backwpup
2837
+ msgid "BackWPup Working"
2838
+ msgstr "BackWPup en cours"
2839
+
2840
+ #: pages/page_backwpupworking.php:33
2841
+ #@ backwpup
2842
+ msgid "Warnings:"
2843
+ msgstr "Avertissements:"
2844
+
2845
+ #: pages/page_backwpupworking.php:37
2846
+ #@ backwpup
2847
+ msgid "Errors:"
2848
+ msgstr "Erreurs:"
2849
+
2850
+ #: pages/tools/db_restore.php:34
2851
+ #: pages/tools/db_restore.php:53
2852
+ #: pages/tools/db_restore.php:68
2853
+ #: pages/tools/db_restore.php:79
2854
+ #: pages/tools/db_restore.php:82
2855
+ #: pages/tools/db_restore.php:85
2856
+ #: pages/tools/db_restore.php:90
2857
+ #@ backwpup
2858
+ msgid "ERROR:"
2859
+ msgstr "ERREUR:"
2860
+
2861
+ #: pages/tools/db_restore.php:34
2862
+ #, php-format
2863
+ #@ backwpup
2864
+ msgid "Pleace set <i>$table_prefix = '%1$s';</i> in wp-config.php"
2865
+ msgstr "Veuillez définir <i>$table_prefix = '%1$s';</i> dans wp-config.php"
2866
+
2867
+ #: pages/tools/db_restore.php:53
2868
+ #, php-format
2869
+ #@ backwpup
2870
+ msgid "Pleace set <i>define('DB_CHARSET', '%1$s');</i> in wp-config.php"
2871
+ msgstr "Veuillez définir <i>define('DB_CHARSET', '%1$s');</i> dans wp-config.php"
2872
+
2873
+ #: pages/tools/db_restore.php:68
2874
+ #: pages/tools/db_restore.php:79
2875
+ #: pages/tools/db_restore.php:82
2876
+ #: pages/tools/db_restore.php:85
2877
+ #: pages/tools/db_restore.php:90
2878
+ #, php-format
2879
+ #@ backwpup
2880
+ msgid "BackWPup database error %1$s for query %2$s"
2881
+ msgstr "Erreur de base de données BackWPup %1$s pour la requête %2$s"
2882
+
2883
+ #: pages/tools/db_restore.php:74
2884
+ #, php-format
2885
+ #@ backwpup
2886
+ msgid "%1$s Database Querys done."
2887
+ msgstr "%1$s requêtes SQL réalisées."
2888
+
2889
+ #: pages/tools/db_restore.php:75
2890
+ #@ backwpup
2891
+ msgid "Make changes for Blogurl and ABSPATH if needed."
2892
+ msgstr "Changez Blogurl et ABSPATH si nécessaire."
2893
+
2894
+ #: pages/tools/db_restore.php:92
2895
+ #@ backwpup
2896
+ msgid "Restore Done. Please delete the SQL file after restoring."
2897
+ msgstr "Restauration terminée. Veuillez effacer le fichier SQL après la restauration."
2898
+
lang/backwpup-zh_CN.mo ADDED
Binary file
lang/backwpup-zh_CN.po ADDED
@@ -0,0 +1,2894 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: BackWPup v2.1.12\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/backwpup\n"
5
+ "POT-Creation-Date: 2011-08-04 18:37:34+00:00\n"
6
+ "PO-Revision-Date: 2012-07-08 14:36:31+0000\n"
7
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: \n"
14
+ "X-Poedit-Country: \n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: job/file_list.php:5
23
+ #, php-format
24
+ #@ backwpup
25
+ msgid "%d. try for make list of files to backup...."
26
+ msgstr "%d. 正在列出备份文件..."
27
+
28
+ #: job/file_list.php:66
29
+ #@ backwpup
30
+ msgid "No files to backup"
31
+ msgstr ""
32
+
33
+ #: job/file_list.php:68
34
+ #, php-format
35
+ #@ backwpup
36
+ msgid "%1$d files with %2$s to backup"
37
+ msgstr "总大小:%2$s(%1$d 个文件)"
38
+
39
+ #: job/file_list.php:93
40
+ #, php-format
41
+ #@ backwpup
42
+ msgid "File or folder \"%s\" is not readable!"
43
+ msgstr ""
44
+
45
+ #: job/file_list.php:95
46
+ #, php-format
47
+ #@ backwpup
48
+ msgid "Link \"%s\" not followed"
49
+ msgstr ""
50
+
51
+ #: job/file_list.php:101
52
+ #, php-format
53
+ #@ backwpup
54
+ msgid "\"%s\" is not a file or directory"
55
+ msgstr ""
56
+
57
+ #: job/job_run.php:69
58
+ #@ backwpup
59
+ msgid "Job restart terminated, bcause old job runs again!"
60
+ msgstr ""
61
+
62
+ #: job/job_run.php:72
63
+ #@ backwpup
64
+ msgid "Job restarted, bcause inactivity!"
65
+ msgstr ""
66
+
67
+ #: job/job_run.php:74
68
+ #, php-format
69
+ #@ backwpup
70
+ msgid "Second Prozess is running, bcause old job runs! Start type is %s"
71
+ msgstr ""
72
+
73
+ #: job/job_run.php:102
74
+ #, php-format
75
+ #@ backwpup
76
+ msgid "Can not find job step file: %s"
77
+ msgstr ""
78
+
79
+ #: job/job_run.php:110
80
+ #, php-format
81
+ #@ default
82
+ msgid "[INFO]: BackWPup version %1$s, WordPress version %4$s Copyright &copy; %2$s %3$s"
83
+ msgstr ""
84
+
85
+ #: job/job_run.php:111
86
+ #@ backwpup
87
+ msgid "[INFO]: BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
88
+ msgstr "[INFO]: BackWPup 无需授权,绝对免费!"
89
+
90
+ #: job/job_run.php:112
91
+ #@ backwpup
92
+ msgid "[INFO]: BackWPup job:"
93
+ msgstr "[INFO]: BackWPup 任务:"
94
+
95
+ #: job/job_run.php:114
96
+ #@ backwpup
97
+ msgid "[INFO]: BackWPup cron:"
98
+ msgstr "[INFO]: BackWPup Cron:"
99
+
100
+ #: job/job_run.php:119
101
+ #@ backwpup
102
+ msgid "[INFO]: PHP ver.:"
103
+ msgstr "[INFO]: PHP 版本:"
104
+
105
+ #: job/job_run.php:121
106
+ #, php-format
107
+ #@ backwpup
108
+ msgid "[INFO]: PHP Safe mode is ON! Maximum script execution time is %1$d sec."
109
+ msgstr "[INFO]: PHP Safe mode is ON! Maximum script execution time is %1$d sec."
110
+
111
+ #: job/job_run.php:122
112
+ #@ backwpup
113
+ msgid "[INFO]: MySQL ver.:"
114
+ msgstr "[INFO]: MySQL 版本:"
115
+
116
+ #: job/job_run.php:125
117
+ #@ backwpup
118
+ msgid "[INFO]: curl ver.:"
119
+ msgstr "[INFO]: cURL 版本:"
120
+
121
+ #: job/job_run.php:127
122
+ #@ backwpup
123
+ msgid "[INFO]: Temp folder is:"
124
+ msgstr "[INFO]: 临时文件夹:"
125
+
126
+ #: job/job_run.php:129
127
+ #@ backwpup
128
+ msgid "[INFO]: Backup file is:"
129
+ msgstr "[INFO]: 备份文件:"
130
+
131
+ #: job/job_run.php:140
132
+ #@ backwpup
133
+ msgid "No destination defineid for backup!!! Please correct job settings"
134
+ msgstr ""
135
+
136
+ #: job/job_run.php:162
137
+ #@ backwpup
138
+ msgid "Step arborted has too many trys!"
139
+ msgstr ""
140
+
141
+ #: job/job_run.php:164
142
+ #, php-format
143
+ #@ backwpup
144
+ msgid "Can not find job step function %s!"
145
+ msgstr ""
146
+
147
+ #: job/dest_msazure.php:5
148
+ #, php-format
149
+ #@ backwpup
150
+ msgid "%d. try sending backup to a Microsoft Azure (Blob)..."
151
+ msgstr ""
152
+
153
+ #: job/dest_msazure.php:14
154
+ #, php-format
155
+ #@ backwpup
156
+ msgid "Microsoft Azure container \"%s\" not exists!"
157
+ msgstr ""
158
+
159
+ #: job/dest_msazure.php:17
160
+ #, php-format
161
+ #@ backwpup
162
+ msgid "Connected to Microsoft Azure container \"%s\""
163
+ msgstr ""
164
+
165
+ #: job/dest_msazure.php:20
166
+ #@ backwpup
167
+ msgid "Upload to MS Azure now started... "
168
+ msgstr "开始备份到MS Azure..."
169
+
170
+ #: job/dest_dropbox.php:37
171
+ #: job/dest_gstorage.php:27
172
+ #: job/dest_msazure.php:25
173
+ #: job/dest_s3.php:30
174
+ #: job/dest_sugarsync.php:37
175
+ #, php-format
176
+ #@ backwpup
177
+ msgid "Backup transferred to %s"
178
+ msgstr "传输到 %s"
179
+
180
+ #: job/dest_msazure.php:29
181
+ #@ backwpup
182
+ msgid "Can not transfer backup to Microsoft Azure!"
183
+ msgstr ""
184
+
185
+ #: job/dest_msazure.php:50
186
+ #, php-format
187
+ #@ backwpup
188
+ msgid "One file deleted on Microsoft Azure container"
189
+ msgid_plural "%d files deleted on Microsoft Azure container"
190
+ msgstr[0] ""
191
+ msgstr[1] ""
192
+
193
+ #: job/dest_msazure.php:55
194
+ #, php-format
195
+ #@ backwpup
196
+ msgid "Microsoft Azure API: %s"
197
+ msgstr "Microsoft Azure API: %s"
198
+
199
+ #: job/backup_create.php:13
200
+ #, php-format
201
+ #@ backwpup
202
+ msgid "%d. try to create backup zip archive..."
203
+ msgstr "%d. 正在压缩备份文件..."
204
+
205
+ #: job/backup_create.php:18
206
+ #, php-format
207
+ #@ backwpup
208
+ msgid "Can not add \"%s\" to zip archive!"
209
+ msgstr ""
210
+
211
+ #: job/backup_create.php:25
212
+ #@ backwpup
213
+ msgid "(4) ER_SEEK"
214
+ msgstr ""
215
+
216
+ #: job/backup_create.php:27
217
+ #@ backwpup
218
+ msgid "(5) ER_READ"
219
+ msgstr ""
220
+
221
+ #: job/backup_create.php:29
222
+ #@ backwpup
223
+ msgid "(9) ER_NOENT"
224
+ msgstr ""
225
+
226
+ #: job/backup_create.php:31
227
+ #@ backwpup
228
+ msgid "(10) ER_EXISTS"
229
+ msgstr ""
230
+
231
+ #: job/backup_create.php:33
232
+ #@ backwpup
233
+ msgid "(11) ER_OPEN"
234
+ msgstr ""
235
+
236
+ #: job/backup_create.php:35
237
+ #@ backwpup
238
+ msgid "(14) ER_MEMORY"
239
+ msgstr ""
240
+
241
+ #: job/backup_create.php:37
242
+ #@ backwpup
243
+ msgid "(18) ER_INVAL"
244
+ msgstr ""
245
+
246
+ #: job/backup_create.php:39
247
+ #@ backwpup
248
+ msgid "(19) ER_NOZIP"
249
+ msgstr ""
250
+
251
+ #: job/backup_create.php:41
252
+ #@ backwpup
253
+ msgid "(21) ER_INCONS"
254
+ msgstr ""
255
+
256
+ #: job/backup_create.php:42
257
+ #, php-format
258
+ #@ backwpup
259
+ msgid "Zip returns status: %s"
260
+ msgstr ""
261
+
262
+ #: job/backup_create.php:45
263
+ #@ backwpup
264
+ msgid "Backup zip archive create done!"
265
+ msgstr "压缩备份文件完成!"
266
+
267
+ #: job/backup_create.php:48
268
+ #@ backwpup
269
+ msgid "Can not create backup zip archive $s!"
270
+ msgstr ""
271
+
272
+ #: job/backup_create.php:59
273
+ #, php-format
274
+ #@ backwpup
275
+ msgid "%d. try to create backup zip (PclZip) archive..."
276
+ msgstr "%d. 正在压缩(PclZip)备份文件..."
277
+
278
+ #: job/backup_create.php:68
279
+ #, php-format
280
+ #@ backwpup
281
+ msgid "Zip archive create error: %s"
282
+ msgstr ""
283
+
284
+ #: job/backup_create.php:72
285
+ #@ backwpup
286
+ msgid "Backup zip archive create done"
287
+ msgstr "压缩备份文件完成"
288
+
289
+ #: job/backup_create.php:89
290
+ #@ backwpup
291
+ msgid "Can not create tar arcive file!"
292
+ msgstr ""
293
+
294
+ #: job/backup_create.php:92
295
+ #, php-format
296
+ #@ backwpup
297
+ msgid "%1$d. try to create %2$s archive file..."
298
+ msgstr ""
299
+
300
+ #: job/backup_create.php:100
301
+ #, php-format
302
+ #@ backwpup
303
+ msgid "File \"%s\" not readable!"
304
+ msgstr ""
305
+
306
+ #: job/backup_create.php:115
307
+ #, php-format
308
+ #@ backwpup
309
+ msgid "File name \"%1$s\" to long to save corectly in %2$s archive!"
310
+ msgstr ""
311
+
312
+ #: job/backup_create.php:117
313
+ #, php-format
314
+ #@ backwpup
315
+ msgid "File path \"%1$s\" to long to save corectly in %2$s archive!"
316
+ msgstr ""
317
+
318
+ #: job/backup_create.php:195
319
+ #, php-format
320
+ #@ backwpup
321
+ msgid "%s archive creation done"
322
+ msgstr ""
323
+
324
+ #: job/backup_create.php:199
325
+ #, php-format
326
+ #@ backwpup
327
+ msgid "Archive size is %s"
328
+ msgstr "压缩文件大小为 %s"
329
+
330
+ #: job/backup_create.php:206
331
+ #, php-format
332
+ #@ backwpup
333
+ msgid "PCL ZIP Error \"%1$s\" on file %2$s!"
334
+ msgstr ""
335
+
336
+ #: job/db_check.php:13
337
+ #: job/db_check.php:29
338
+ #: job/db_check.php:44
339
+ #: job/db_dump.php:13
340
+ #: job/db_dump.php:25
341
+ #: job/db_dump.php:108
342
+ #: job/db_dump.php:118
343
+ #: job/db_optimize.php:13
344
+ #: job/db_optimize.php:28
345
+ #: job/job_functions.php:34
346
+ #: job/job_functions.php:47
347
+ #, php-format
348
+ #@ backwpup
349
+ msgid "Database error %1$s for query %2$s"
350
+ msgstr "Database error %1$s for query %2$s"
351
+
352
+ #: job/job_functions.php:107
353
+ #, php-format
354
+ #@ backwpup
355
+ msgid "Memory increased from %1$s to %2$s"
356
+ msgstr ""
357
+
358
+ #: job/job_functions.php:109
359
+ #, php-format
360
+ #@ backwpup
361
+ msgid "Can not increase memory limit is %1$s"
362
+ msgstr ""
363
+
364
+ #: job/job_functions.php:118
365
+ #@ backwpup
366
+ msgid "Set Blog to maintenance mode"
367
+ msgstr "设置为维护模式"
368
+
369
+ #: job/job_functions.php:132
370
+ #@ backwpup
371
+ msgid "Cannot set Blog to maintenance mode! Root folder is not writeable!"
372
+ msgstr "不能设置为维护模式!根目录不可写!"
373
+
374
+ #: job/job_functions.php:135
375
+ #@ backwpup
376
+ msgid "Set Blog to normal mode"
377
+ msgstr "设置回正常模式"
378
+
379
+ #: job/job_functions.php:211
380
+ #, php-format
381
+ #@ backwpup
382
+ msgid "No MySQL connection: %s"
383
+ msgstr ""
384
+
385
+ #: job/job_functions.php:226
386
+ #, php-format
387
+ #@ backwpup
388
+ msgid "No MySQL connection to database: %s"
389
+ msgstr ""
390
+
391
+ #: job/job_functions.php:250
392
+ #@ backwpup
393
+ msgid "[WARNING]"
394
+ msgstr ""
395
+
396
+ #: job/job_functions.php:256
397
+ #@ backwpup
398
+ msgid "[ERROR]"
399
+ msgstr ""
400
+
401
+ #: job/job_functions.php:260
402
+ #@ backwpup
403
+ msgid "[DEPRECATED]"
404
+ msgstr ""
405
+
406
+ #: job/job_functions.php:263
407
+ #@ backwpup
408
+ msgid "[STRICT NOTICE]"
409
+ msgstr ""
410
+
411
+ #: job/job_functions.php:266
412
+ #@ backwpup
413
+ msgid "[RECOVERABLE ERROR]"
414
+ msgstr ""
415
+
416
+ #: job/job_functions.php:342
417
+ #, php-format
418
+ #@ backwpup
419
+ msgid "One old log deleted"
420
+ msgid_plural "%d old logs deleted"
421
+ msgstr[0] "一个日志被删除"
422
+ msgstr[1] "%d 个日志被删除"
423
+
424
+ #: job/job_functions.php:346
425
+ #, php-format
426
+ #@ backwpup
427
+ msgid "Job done in %s sec."
428
+ msgstr "任务完成于 %s 秒内"
429
+
430
+ #: job/job_functions.php:459
431
+ #, php-format
432
+ #@ backwpup
433
+ msgid "BackWPup log from %1$s: %2$s"
434
+ msgstr ""
435
+
436
+ #: job/job_functions.php:509
437
+ #@ backwpup
438
+ msgid "To many restarts...."
439
+ msgstr ""
440
+
441
+ #: job/job_functions.php:530
442
+ #@ backwpup
443
+ msgid "Script stop! Will started again now!"
444
+ msgstr ""
445
+
446
+ #: job/dest_folder.php:25
447
+ #, php-format
448
+ #@ backwpup
449
+ msgid "One backup file deleted"
450
+ msgid_plural "%d backup files deleted"
451
+ msgstr[0] "一个备份文件被删除"
452
+ msgstr[1] "%d 个备份文件被删除"
453
+
454
+ #: job/dest_dropbox.php:6
455
+ #, php-format
456
+ #@ backwpup
457
+ msgid "%d. Try to sending backup file to DropBox..."
458
+ msgstr "%d. 正在备份文件到Dropbox..."
459
+
460
+ #: job/dest_dropbox.php:17
461
+ #, php-format
462
+ #@ backwpup
463
+ msgid "Authed with DropBox from %s"
464
+ msgstr "%s 认证于 Dropbox"
465
+
466
+ #: job/dest_dropbox.php:22
467
+ #@ backwpup
468
+ msgid "No free space left on DropBox!!!"
469
+ msgstr "Dropbox没空余容量了!"
470
+
471
+ #: job/dest_dropbox.php:26
472
+ #, php-format
473
+ #@ backwpup
474
+ msgid "%s free on DropBox"
475
+ msgstr "Dropbox空余容量还有 %s"
476
+
477
+ #: job/dest_dropbox.php:31
478
+ #@ backwpup
479
+ msgid "Upload to DropBox now started... "
480
+ msgstr "开始备份到Dropbox..."
481
+
482
+ #: job/dest_dropbox.php:42
483
+ #: job/dest_dropbox.php:67
484
+ #, php-format
485
+ #@ backwpup
486
+ msgid "DropBox API: %s"
487
+ msgstr "Dropbox API: %s"
488
+
489
+ #: job/dest_dropbox.php:63
490
+ #, php-format
491
+ #@ backwpup
492
+ msgid "One file deleted on DropBox"
493
+ msgid_plural "%d files deleted on DropBox"
494
+ msgstr[0] "Dropbox中一个文件被删除"
495
+ msgstr[1] "Dropbox中 %d 个文件被删除"
496
+
497
+ #: job/wp_export.php:11
498
+ #, php-format
499
+ #@ backwpup
500
+ msgid "%d. try for wordpress export to XML file..."
501
+ msgstr "%d. 正在导出XML..."
502
+
503
+ #: job/wp_export.php:38
504
+ #: job/wp_export.php:40
505
+ #@ backwpup
506
+ msgid "cURL:"
507
+ msgstr ""
508
+
509
+ #: job/wp_export.php:81
510
+ #, php-format
511
+ #@ backwpup
512
+ msgid "Add XML export \"%1$s\" to backup list with %2$s"
513
+ msgstr ""
514
+
515
+ #: job/job_start.php:10
516
+ #@ backwpup
517
+ msgid "A job already running!"
518
+ msgstr ""
519
+
520
+ #: job/job_start.php:20
521
+ #@ backwpup
522
+ msgid "Temp dir not writeable"
523
+ msgstr ""
524
+
525
+ #: job/job_start.php:106
526
+ #, php-format
527
+ #@ backwpup
528
+ msgid "Can not create folder for log files: %s"
529
+ msgstr ""
530
+
531
+ #: job/job_start.php:117
532
+ #@ backwpup
533
+ msgid "Log folder not writeable!"
534
+ msgstr "日志文件夹不可写!"
535
+
536
+ #: job/job_start.php:142
537
+ #, php-format
538
+ #@ backwpup
539
+ msgid "BackWPup log for %1$s from %2$s at %3$s"
540
+ msgstr ""
541
+
542
+ #: job/job_start.php:170
543
+ #, php-format
544
+ #@ backwpup
545
+ msgid "Can not create folder for backups: %1$s"
546
+ msgstr ""
547
+
548
+ #: job/job_start.php:182
549
+ #@ backwpup
550
+ msgid "Backup folder not writeable!"
551
+ msgstr ""
552
+
553
+ #: job/db_optimize.php:4
554
+ #, php-format
555
+ #@ backwpup
556
+ msgid "%d. try for database optimize..."
557
+ msgstr "%d. 正在优化数据库..."
558
+
559
+ #: job/db_optimize.php:35
560
+ #: job/db_optimize.php:37
561
+ #: job/db_optimize.php:39
562
+ #, php-format
563
+ #@ backwpup
564
+ msgid "Result of table optimize for %1$s is: %2$s"
565
+ msgstr ""
566
+
567
+ #: job/db_optimize.php:41
568
+ #@ backwpup
569
+ msgid "Database optimize done!"
570
+ msgstr "数据库优化完成!"
571
+
572
+ #: job/db_optimize.php:44
573
+ #@ backwpup
574
+ msgid "No tables to optimize"
575
+ msgstr ""
576
+
577
+ #: job/dest_rsc.php:4
578
+ #@ backwpup
579
+ msgid "Try to sending backup file to Rackspace Cloud..."
580
+ msgstr ""
581
+
582
+ #: job/dest_rsc.php:13
583
+ #@ backwpup
584
+ msgid "Connected to Rackspase ..."
585
+ msgstr ""
586
+
587
+ #: job/dest_rsc.php:29
588
+ #: job/dest_rsc.php:63
589
+ #: job/dest_rsc.php:92
590
+ #@ backwpup
591
+ msgid "Rackspase Cloud API:"
592
+ msgstr "Rackspase Cloud API:"
593
+
594
+ #: job/dest_rsc.php:34
595
+ #@ backwpup
596
+ msgid "Rackspase Cloud Container not exists:"
597
+ msgstr "Rackspase Cloud 容器不存在:"
598
+
599
+ #: job/dest_rsc.php:53
600
+ #@ backwpup
601
+ msgid "Upload to RSC now started ... "
602
+ msgstr "开始备份到RSC..."
603
+
604
+ #: job/dest_rsc.php:56
605
+ #@ backwpup
606
+ msgid "Backup File transferred to RSC://"
607
+ msgstr ""
608
+
609
+ #: job/dest_rsc.php:60
610
+ #@ backwpup
611
+ msgid "Can not transfer backup to RSC."
612
+ msgstr ""
613
+
614
+ #: job/dest_rsc.php:85
615
+ #@ backwpup
616
+ msgid "Can not delete file on RSC://"
617
+ msgstr ""
618
+
619
+ #: job/dest_rsc.php:88
620
+ #, php-format
621
+ #@ backwpup
622
+ msgid "One file deleted on RSC container"
623
+ msgid_plural "%d files deleted on RSC container"
624
+ msgstr[0] ""
625
+ msgstr[1] ""
626
+
627
+ #: job/dest_sugarsync.php:6
628
+ #, php-format
629
+ #@ backwpup
630
+ msgid "%d. try sending backup to SugarSync..."
631
+ msgstr ""
632
+
633
+ #: job/dest_sugarsync.php:15
634
+ #, php-format
635
+ #@ backwpup
636
+ msgid "Authed to SugarSync with Nick %s"
637
+ msgstr ""
638
+
639
+ #: job/dest_sugarsync.php:19
640
+ #@ backwpup
641
+ msgid "No free space left on SugarSync!!!"
642
+ msgstr ""
643
+
644
+ #: job/dest_sugarsync.php:24
645
+ #, php-format
646
+ #@ backwpup
647
+ msgid "%s free on SugarSync"
648
+ msgstr ""
649
+
650
+ #: job/dest_sugarsync.php:31
651
+ #@ backwpup
652
+ msgid "Upload to SugarSync now started... "
653
+ msgstr "开始备份到SugarSync..."
654
+
655
+ #: job/dest_sugarsync.php:39
656
+ #@ backwpup
657
+ msgid "Can not transfer backup to SugarSync!"
658
+ msgstr ""
659
+
660
+ #: job/dest_sugarsync.php:62
661
+ #, php-format
662
+ #@ backwpup
663
+ msgid "One file deleted on SugarSync folder"
664
+ msgid_plural "%d files deleted on SugarSync folder"
665
+ msgstr[0] ""
666
+ msgstr[1] ""
667
+
668
+ #: job/dest_sugarsync.php:66
669
+ #, php-format
670
+ #@ backwpup
671
+ msgid "SugarSync API: %s"
672
+ msgstr "SugarSync API: %s"
673
+
674
+ #: job/dest_s3.php:4
675
+ #, php-format
676
+ #@ backwpup
677
+ msgid "%d. try sending backup file to Amazon S3..."
678
+ msgstr ""
679
+
680
+ #: job/dest_s3.php:14
681
+ #, php-format
682
+ #@ backwpup
683
+ msgid "Connected to S3 Bucket: %s"
684
+ msgstr ""
685
+
686
+ #: job/dest_s3.php:24
687
+ #@ backwpup
688
+ msgid "Upload to Amazon S3 now started... "
689
+ msgstr "开始备份到Amazon S3..."
690
+
691
+ #: job/dest_s3.php:34
692
+ #, php-format
693
+ #@ backwpup
694
+ msgid "Can not transfer backup to S3! (%1$d) %2$s"
695
+ msgstr ""
696
+
697
+ #: job/dest_s3.php:37
698
+ #, php-format
699
+ #@ backwpup
700
+ msgid "S3 Bucket \"%s\" not exists!"
701
+ msgstr ""
702
+
703
+ #: job/dest_s3.php:40
704
+ #: job/dest_s3.php:69
705
+ #, php-format
706
+ #@ backwpup
707
+ msgid "Amazon API: %s"
708
+ msgstr "Amazon API: %s"
709
+
710
+ #: job/dest_s3.php:61
711
+ #, php-format
712
+ #@ backwpup
713
+ msgid "Can not delete backup on S3://%s"
714
+ msgstr ""
715
+
716
+ #: job/dest_s3.php:64
717
+ #, php-format
718
+ #@ backwpup
719
+ msgid "One file deleted on S3 Bucket"
720
+ msgid_plural "%d files deleted on S3 Bucket"
721
+ msgstr[0] ""
722
+ msgstr[1] ""
723
+
724
+ #: job/dest_mail.php:6
725
+ #, php-format
726
+ #@ backwpup
727
+ msgid "%d. try to sending backup with mail..."
728
+ msgstr ""
729
+
730
+ #: job/dest_mail.php:22
731
+ #@ backwpup
732
+ msgid "Send mail with SMTP"
733
+ msgstr "使用SMTP发送电子邮件"
734
+
735
+ #: job/dest_mail.php:26
736
+ #@ backwpup
737
+ msgid "Send mail with Sendmail"
738
+ msgstr "使用 Sendmail() 发送电子邮件"
739
+
740
+ #: job/dest_mail.php:29
741
+ #@ backwpup
742
+ msgid "Send mail with PHP mail"
743
+ msgstr "使用 PHP mail() 发送电子邮件"
744
+
745
+ #: job/dest_mail.php:32
746
+ #@ backwpup
747
+ msgid "Creating mail"
748
+ msgstr ""
749
+
750
+ #: job/dest_mail.php:36
751
+ #, php-format
752
+ #@ backwpup
753
+ msgid "BackWPup archive from %1$s: %2$s"
754
+ msgstr ""
755
+
756
+ #: job/dest_mail.php:38
757
+ #, php-format
758
+ #@ backwpup
759
+ msgid "Backup archive: %s"
760
+ msgstr ""
761
+
762
+ #: job/dest_mail.php:43
763
+ #@ backwpup
764
+ msgid "Backup archive too big for sending by mail!"
765
+ msgstr ""
766
+
767
+ #: job/dest_mail.php:50
768
+ #@ backwpup
769
+ msgid "Adding backup archive to mail"
770
+ msgstr ""
771
+
772
+ #: job/dest_mail.php:54
773
+ #@ backwpup
774
+ msgid "Send mail...."
775
+ msgstr "正在发送电子邮件..."
776
+
777
+ #: job/dest_mail.php:56
778
+ #, php-format
779
+ #@ backwpup
780
+ msgid "Error \"%s\" on sending mail!"
781
+ msgstr ""
782
+
783
+ #: job/dest_mail.php:59
784
+ #@ backwpup
785
+ msgid "Mail send!!!"
786
+ msgstr ""
787
+
788
+ #: job/db_check.php:4
789
+ #, php-format
790
+ #@ backwpup
791
+ msgid "%d. try for database check..."
792
+ msgstr "%d. 正在检查数据库..."
793
+
794
+ #: job/db_check.php:34
795
+ #: job/db_check.php:36
796
+ #: job/db_check.php:38
797
+ #, php-format
798
+ #@ backwpup
799
+ msgid "Result of table check for %1$s is: %2$s"
800
+ msgstr ""
801
+
802
+ #: job/db_check.php:49
803
+ #: job/db_check.php:51
804
+ #: job/db_check.php:53
805
+ #, php-format
806
+ #@ backwpup
807
+ msgid "Result of table repair for %1$s is: %2$s"
808
+ msgstr ""
809
+
810
+ #: job/db_check.php:59
811
+ #@ backwpup
812
+ msgid "Database check done!"
813
+ msgstr "数据库检查完成!"
814
+
815
+ #: job/db_check.php:61
816
+ #@ backwpup
817
+ msgid "No tables to check"
818
+ msgstr ""
819
+
820
+ #: job/dest_gstorage.php:4
821
+ #, php-format
822
+ #@ backwpup
823
+ msgid "%d. try sending backup to Google Storage..."
824
+ msgstr ""
825
+
826
+ #: job/dest_gstorage.php:16
827
+ #, php-format
828
+ #@ backwpup
829
+ msgid "Connected to GStorage Bucket: %s"
830
+ msgstr ""
831
+
832
+ #: job/dest_gstorage.php:21
833
+ #@ backwpup
834
+ msgid "Upload to GStorage now started... "
835
+ msgstr "开始备份到GStorage..."
836
+
837
+ #: job/dest_gstorage.php:31
838
+ #, php-format
839
+ #@ backwpup
840
+ msgid "Can not transfer backup to GStorage! (%1$d) %2$s"
841
+ msgstr ""
842
+
843
+ #: job/dest_gstorage.php:34
844
+ #, php-format
845
+ #@ backwpup
846
+ msgid "GStorage Bucket \"%s\" not exists!"
847
+ msgstr ""
848
+
849
+ #: job/dest_gstorage.php:37
850
+ #: job/dest_gstorage.php:66
851
+ #: pages/func_backwpupbackups.php:392
852
+ #: pages/header_backwpupbackups.php:50
853
+ #, php-format
854
+ #@ backwpup
855
+ msgid "GStorage API: %s"
856
+ msgstr "GStorage API: %s"
857
+
858
+ #: job/dest_gstorage.php:58
859
+ #, php-format
860
+ #@ backwpup
861
+ msgid "Can not delete backup on GStorage://%s"
862
+ msgstr ""
863
+
864
+ #: job/dest_gstorage.php:61
865
+ #, php-format
866
+ #@ backwpup
867
+ msgid "One file deleted on GStorage Bucket"
868
+ msgid_plural "%d files deleted on GStorage Bucket"
869
+ msgstr[0] ""
870
+ msgstr[1] ""
871
+
872
+ #: job/db_dump.php:4
873
+ #, php-format
874
+ #@ backwpup
875
+ msgid "%d. try for database dump..."
876
+ msgstr "%d. 正在导出数据库..."
877
+
878
+ #: job/db_dump.php:57
879
+ #, php-format
880
+ #@ backwpup
881
+ msgid "Dump database table \"%s\""
882
+ msgstr "导出数据库表 \"%s\""
883
+
884
+ #: job/db_dump.php:74
885
+ #@ backwpup
886
+ msgid "Database dump done!"
887
+ msgstr "数据库导出完成!"
888
+
889
+ #: job/db_dump.php:76
890
+ #@ backwpup
891
+ msgid "Can not create database dump!"
892
+ msgstr ""
893
+
894
+ #: job/db_dump.php:79
895
+ #@ backwpup
896
+ msgid "No tables to dump"
897
+ msgstr ""
898
+
899
+ #: job/db_dump.php:85
900
+ #, php-format
901
+ #@ backwpup
902
+ msgid "Add database dump \"%1$s\" with %2$s to backup file list"
903
+ msgstr "添加大小为 %2$s 的数据库SQL文件 \"%1$s\" 到备份文件列表"
904
+
905
+ #: job/dest_ftp.php:9
906
+ #, php-format
907
+ #@ backwpup
908
+ msgid "%d. try to sending backup file to a FTP Server..."
909
+ msgstr ""
910
+
911
+ #: job/dest_ftp.php:15
912
+ #, php-format
913
+ #@ backwpup
914
+ msgid "Connected by SSL-FTP to Server: %s"
915
+ msgstr ""
916
+
917
+ #: job/dest_ftp.php:17
918
+ #, php-format
919
+ #@ backwpup
920
+ msgid "Can not connect by SSL-FTP to Server: %s"
921
+ msgstr ""
922
+
923
+ #: job/dest_ftp.php:21
924
+ #@ backwpup
925
+ msgid "PHP function to connect with SSL-FTP to server not exists!"
926
+ msgstr ""
927
+
928
+ #: job/dest_ftp.php:27
929
+ #, php-format
930
+ #@ backwpup
931
+ msgid "Connected to FTP server: %s"
932
+ msgstr ""
933
+
934
+ #: job/dest_ftp.php:29
935
+ #, php-format
936
+ #@ backwpup
937
+ msgid "Can not connect to FTP server: %s"
938
+ msgstr ""
939
+
940
+ #: job/dest_ftp.php:36
941
+ #: job/dest_ftp.php:43
942
+ #: job/dest_ftp.php:55
943
+ #: job/dest_ftp.php:83
944
+ #, php-format
945
+ #@ backwpup
946
+ msgid "FTP Client command: %s"
947
+ msgstr ""
948
+
949
+ #: job/dest_ftp.php:38
950
+ #: job/dest_ftp.php:41
951
+ #: job/dest_ftp.php:45
952
+ #: job/dest_ftp.php:58
953
+ #: job/dest_ftp.php:60
954
+ #: job/dest_ftp.php:86
955
+ #: job/dest_ftp.php:88
956
+ #: job/dest_ftp.php:91
957
+ #: job/dest_ftp.php:93
958
+ #, php-format
959
+ #@ backwpup
960
+ msgid "FTP Server reply: %s"
961
+ msgstr ""
962
+
963
+ #: job/dest_ftp.php:86
964
+ #@ backwpup
965
+ msgid "Entering Passive Mode"
966
+ msgstr ""
967
+
968
+ #: job/dest_ftp.php:88
969
+ #@ backwpup
970
+ msgid "Can not Entering Passive Mode"
971
+ msgstr ""
972
+
973
+ #: job/dest_ftp.php:91
974
+ #@ backwpup
975
+ msgid "Entering Normal Mode"
976
+ msgstr ""
977
+
978
+ #: job/dest_ftp.php:93
979
+ #@ backwpup
980
+ msgid "Can not Entering Normal Mode"
981
+ msgstr ""
982
+
983
+ #: job/dest_ftp.php:60
984
+ #@ backwpup
985
+ msgid "Error getting SYSTYPE"
986
+ msgstr ""
987
+
988
+ #: job/dest_ftp.php:69
989
+ #, php-format
990
+ #@ backwpup
991
+ msgid "FTP Folder \"%s\" created!"
992
+ msgstr ""
993
+
994
+ #: job/dest_ftp.php:72
995
+ #, php-format
996
+ #@ backwpup
997
+ msgid "FTP Folder \"%s\" can not created!"
998
+ msgstr ""
999
+
1000
+ #: job/dest_ftp.php:97
1001
+ #@ backwpup
1002
+ msgid "Upload to FTP now started ... "
1003
+ msgstr "开始备份到FTP..."
1004
+
1005
+ #: job/dest_ftp.php:110
1006
+ #, php-format
1007
+ #@ backwpup
1008
+ msgid "Backup transferred to FTP server: %s"
1009
+ msgstr ""
1010
+
1011
+ #: job/dest_ftp.php:106
1012
+ #@ backwpup
1013
+ msgid "Can not transfer backup to FTP server!"
1014
+ msgstr ""
1015
+
1016
+ #: job/dest_ftp.php:131
1017
+ #, php-format
1018
+ #@ backwpup
1019
+ msgid "Can not delete \"%s\" on FTP server!"
1020
+ msgstr ""
1021
+
1022
+ #: job/dest_ftp.php:134
1023
+ #, php-format
1024
+ #@ backwpup
1025
+ msgid "One file deleted on FTP Server"
1026
+ msgid_plural "%d files deleted on FTP Server"
1027
+ msgstr[0] ""
1028
+ msgstr[1] ""
1029
+
1030
+ #: pages/page_backwpupbackups.php:8
1031
+ #@ backwpup
1032
+ msgid "BackWPup Manage Backups"
1033
+ msgstr "BackWPup 备份文件管理"
1034
+
1035
+ #: pages/tools/db_restore.php:34
1036
+ #: pages/tools/db_restore.php:53
1037
+ #: pages/tools/db_restore.php:68
1038
+ #: pages/tools/db_restore.php:79
1039
+ #: pages/tools/db_restore.php:82
1040
+ #: pages/tools/db_restore.php:85
1041
+ #: pages/tools/db_restore.php:90
1042
+ #@ backwpup
1043
+ msgid "ERROR:"
1044
+ msgstr ""
1045
+
1046
+ #: pages/tools/db_restore.php:34
1047
+ #, php-format
1048
+ #@ backwpup
1049
+ msgid "Pleace set <i>$table_prefix = '%1$s';</i> in wp-config.php"
1050
+ msgstr ""
1051
+
1052
+ #: pages/tools/db_restore.php:53
1053
+ #, php-format
1054
+ #@ backwpup
1055
+ msgid "Pleace set <i>define('DB_CHARSET', '%1$s');</i> in wp-config.php"
1056
+ msgstr ""
1057
+
1058
+ #: pages/tools/db_restore.php:68
1059
+ #: pages/tools/db_restore.php:79
1060
+ #: pages/tools/db_restore.php:82
1061
+ #: pages/tools/db_restore.php:85
1062
+ #: pages/tools/db_restore.php:90
1063
+ #, php-format
1064
+ #@ backwpup
1065
+ msgid "BackWPup database error %1$s for query %2$s"
1066
+ msgstr ""
1067
+
1068
+ #: pages/tools/db_restore.php:74
1069
+ #, php-format
1070
+ #@ backwpup
1071
+ msgid "%1$s Database Querys done."
1072
+ msgstr "%1$s Database Querys done."
1073
+
1074
+ #: pages/tools/db_restore.php:75
1075
+ #@ backwpup
1076
+ msgid "Make changes for Blogurl and ABSPATH if needed."
1077
+ msgstr ""
1078
+
1079
+ #: pages/tools/db_restore.php:92
1080
+ #@ backwpup
1081
+ msgid "Restore Done. Please delete the SQL file after restoring."
1082
+ msgstr ""
1083
+
1084
+ #: backwpup-functions.php:507
1085
+ #: pages/page_backwpuplogs.php:8
1086
+ #@ backwpup
1087
+ msgid "BackWPup Logs"
1088
+ msgstr "BackWPup 日志列表"
1089
+
1090
+ #: pages/func_backwpuplogs.php:68
1091
+ #@ backwpup
1092
+ msgid "No Logs."
1093
+ msgstr "无日志"
1094
+
1095
+ #: pages/func_backwpup.php:47
1096
+ #: pages/func_backwpup.php:103
1097
+ #: pages/func_backwpupbackups.php:130
1098
+ #: pages/func_backwpupbackups.php:227
1099
+ #: pages/func_backwpupeditjob.php:25
1100
+ #: pages/func_backwpuplogs.php:73
1101
+ #: pages/func_backwpuplogs.php:127
1102
+ #@ default
1103
+ #@ backwpup
1104
+ msgid "Delete"
1105
+ msgstr "删除"
1106
+
1107
+ #: pages/func_backwpuplogs.php:80
1108
+ #@ backwpup
1109
+ msgid "Job"
1110
+ msgstr "任务"
1111
+
1112
+ #: pages/func_backwpup.php:57
1113
+ #: pages/func_backwpupeditjob.php:171
1114
+ #: pages/func_backwpuplogs.php:81
1115
+ #@ backwpup
1116
+ msgid "Type"
1117
+ msgstr "类型"
1118
+
1119
+ #: pages/func_backwpuplogs.php:82
1120
+ #@ backwpup
1121
+ msgid "Backup/Log Date/Time"
1122
+ msgstr "日期 @ 时间:任务名"
1123
+
1124
+ #: pages/func_backwpuplogs.php:83
1125
+ #@ backwpup
1126
+ msgid "Status"
1127
+ msgstr "状态"
1128
+
1129
+ #: pages/func_backwpupbackups.php:184
1130
+ #: pages/func_backwpuplogs.php:84
1131
+ #@ backwpup
1132
+ msgid "Size"
1133
+ msgstr "大小"
1134
+
1135
+ #: pages/func_backwpuplogs.php:85
1136
+ #@ backwpup
1137
+ msgid "Runtime"
1138
+ msgstr "花费时间"
1139
+
1140
+ #: pages/func_backwpuplogs.php:124
1141
+ #@ backwpup
1142
+ msgid "View log"
1143
+ msgstr "查看日志"
1144
+
1145
+ #: pages/func_backwpuplogs.php:126
1146
+ #@ backwpup
1147
+ msgid "View"
1148
+ msgstr "查看"
1149
+
1150
+ #: pages/func_backwpup.php:149
1151
+ #: pages/func_backwpupbackups.php:228
1152
+ #: pages/func_backwpuplogs.php:128
1153
+ #@ backwpup
1154
+ msgid "Download"
1155
+ msgstr "下载"
1156
+
1157
+ #: backwpup-functions.php:429
1158
+ #: pages/func_backwpuplogs.php:135
1159
+ #, php-format
1160
+ #@ backwpup
1161
+ msgid "%d ERROR"
1162
+ msgid_plural "%d ERRORS"
1163
+ msgstr[0] "%d 个错误发生"
1164
+ msgstr[1] "%d 个错误发生"
1165
+
1166
+ #: backwpup-functions.php:431
1167
+ #: pages/func_backwpuplogs.php:137
1168
+ #, php-format
1169
+ #@ backwpup
1170
+ msgid "%d WARNING"
1171
+ msgid_plural "%d WARNINGS"
1172
+ msgstr[0] "%d 个警告"
1173
+ msgstr[1] "%d 个警告"
1174
+
1175
+ #: backwpup-functions.php:433
1176
+ #: pages/func_backwpuplogs.php:139
1177
+ #@ backwpup
1178
+ msgid "O.K."
1179
+ msgstr "完成"
1180
+
1181
+ #: pages/func_backwpuplogs.php:147
1182
+ #@ backwpup
1183
+ msgid "only Log"
1184
+ msgstr "只有日志"
1185
+
1186
+ #: pages/func_backwpup.php:128
1187
+ #: pages/func_backwpup.php:144
1188
+ #: pages/func_backwpuplogs.php:153
1189
+ #@ backwpup
1190
+ msgid "sec."
1191
+ msgstr "秒"
1192
+
1193
+ #: pages/header_backwpupworking.php:11
1194
+ #@ backwpup
1195
+ msgid "A job alredy running!!! Pleace try again if its done."
1196
+ msgstr ""
1197
+
1198
+ #: pages/header_backwpupworking.php:23
1199
+ #@ backwpup
1200
+ msgid "A job is running!!!"
1201
+ msgstr ""
1202
+
1203
+ #: pages/header_backwpupworking.php:27
1204
+ #@ backwpup
1205
+ msgid "Nothing..."
1206
+ msgstr "暂无"
1207
+
1208
+ #: pages/header_backwpupworking.php:32
1209
+ #@ backwpup
1210
+ msgid "Here you see working jobs or logfiles"
1211
+ msgstr ""
1212
+
1213
+ #: pages/page_backwpupworking.php:9
1214
+ #@ backwpup
1215
+ msgid "BackWPup Working"
1216
+ msgstr "BackWPup 进行中的任务"
1217
+
1218
+ #: pages/page_backwpupworking.php:33
1219
+ #@ backwpup
1220
+ msgid "Warnings:"
1221
+ msgstr ""
1222
+
1223
+ #: pages/page_backwpupworking.php:37
1224
+ #@ backwpup
1225
+ msgid "Errors:"
1226
+ msgstr ""
1227
+
1228
+ #: pages/page_backwpup.php:8
1229
+ #@ backwpup
1230
+ msgid "BackWPup Jobs"
1231
+ msgstr "BackWPup 任务列表"
1232
+
1233
+ #: backwpup-functions.php:7
1234
+ #: pages/page_backwpup.php:8
1235
+ #: pages/page_backwpupeditjob.php:25
1236
+ #@ backwpup
1237
+ msgid "Add New"
1238
+ msgstr "新建任务"
1239
+
1240
+ #: pages/page_backwpuptools.php:8
1241
+ #@ backwpup
1242
+ msgid "BackWPup Tools"
1243
+ msgstr "BackWPup 工具"
1244
+
1245
+ #: pages/page_backwpuptools.php:15
1246
+ #@ backwpup
1247
+ msgid "Database restore"
1248
+ msgstr "数据库还原"
1249
+
1250
+ #: pages/page_backwpuptools.php:18
1251
+ #@ backwpup
1252
+ msgid "DB Restore"
1253
+ msgstr "数据库还原"
1254
+
1255
+ #: pages/page_backwpuptools.php:21
1256
+ #: pages/page_backwpuptools.php:40
1257
+ #@ backwpup
1258
+ msgid "Restore"
1259
+ msgstr ""
1260
+
1261
+ #: pages/page_backwpuptools.php:37
1262
+ #@ backwpup
1263
+ msgid "SQL File to restore:"
1264
+ msgstr ""
1265
+
1266
+ #: pages/page_backwpuptools.php:43
1267
+ #@ backwpup
1268
+ msgid "Copy SQL file to blog root folder to use for a restoring."
1269
+ msgstr "使用前请复制SQL文件到根目录。"
1270
+
1271
+ #: pages/page_backwpuptools.php:51
1272
+ #@ backwpup
1273
+ msgid "Import Jobs settings"
1274
+ msgstr "导入任务设置"
1275
+
1276
+ #: pages/page_backwpuptools.php:54
1277
+ #@ backwpup
1278
+ msgid "Select file to import:"
1279
+ msgstr "选择需要导入的文件:"
1280
+
1281
+ #: pages/page_backwpuptools.php:56
1282
+ #: pages/page_backwpuptools.php:61
1283
+ #@ backwpup
1284
+ msgid "Upload"
1285
+ msgstr "确认上传"
1286
+
1287
+ #: pages/page_backwpuptools.php:62
1288
+ #@ backwpup
1289
+ msgid "Select jobs to import"
1290
+ msgstr ""
1291
+
1292
+ #: pages/page_backwpuptools.php:66
1293
+ #@ backwpup
1294
+ msgid "Import Type"
1295
+ msgstr "导入类型"
1296
+
1297
+ #: pages/page_backwpuptools.php:66
1298
+ #@ backwpup
1299
+ msgid "No Import"
1300
+ msgstr ""
1301
+
1302
+ #: pages/page_backwpuptools.php:68
1303
+ #@ backwpup
1304
+ msgid "Overwrite"
1305
+ msgstr ""
1306
+
1307
+ #: pages/page_backwpuptools.php:68
1308
+ #@ backwpup
1309
+ msgid "Append"
1310
+ msgstr ""
1311
+
1312
+ #: pages/page_backwpuptools.php:70
1313
+ #: pages/page_backwpuptools.php:75
1314
+ #: pages/page_backwpuptools.php:77
1315
+ #: pages/page_backwpuptools.php:78
1316
+ #@ backwpup
1317
+ msgid "Import"
1318
+ msgstr ""
1319
+
1320
+ #: pages/page_backwpuptools.php:114
1321
+ #@ backwpup
1322
+ msgid "Jobs imported!"
1323
+ msgstr "导入任务成功!"
1324
+
1325
+ #: pages/header_backwpupsettings.php:46
1326
+ #@ backwpup
1327
+ msgid "Settings saved"
1328
+ msgstr "设置已保存"
1329
+
1330
+ #: pages/header_backwpuplogs.php:59
1331
+ #@ backwpup
1332
+ msgid "Here you can manage the log files of the jobs. You can download, view, or delete them."
1333
+ msgstr ""
1334
+
1335
+ #: backwpup-functions.php:11
1336
+ #: backwpup-functions.php:522
1337
+ #: pages/header_backwpupbackups.php:327
1338
+ #: pages/header_backwpuplogs.php:61
1339
+ #: pages/page_backwpupsettings.php:79
1340
+ #@ backwpup
1341
+ msgid "Logs"
1342
+ msgstr "日志"
1343
+
1344
+ #: pages/func_backwpupbackups.php:490
1345
+ #: pages/header_backwpupbackups.php:140
1346
+ #@ backwpup
1347
+ msgid "Login failure!"
1348
+ msgstr "登录失败!"
1349
+
1350
+ #: pages/header_backwpupbackups.php:325
1351
+ #@ backwpup
1352
+ msgid "Here you see a list of backup files. Change the destionation to jobname:destination to become a list of backups from other destinations and jobs. Then you kann delete or download backup files."
1353
+ msgstr ""
1354
+
1355
+ #: pages/func_backwpup.php:41
1356
+ #@ backwpup
1357
+ msgid "No Jobs."
1358
+ msgstr "暂无任务"
1359
+
1360
+ #: pages/func_backwpup.php:46
1361
+ #: pages/func_backwpup.php:102
1362
+ #@ default
1363
+ #@ backwpup
1364
+ msgid "Export"
1365
+ msgstr "导出"
1366
+
1367
+ #: pages/func_backwpup.php:55
1368
+ #@ backwpup
1369
+ msgid "ID"
1370
+ msgstr ""
1371
+
1372
+ #: pages/func_backwpup.php:56
1373
+ #@ backwpup
1374
+ msgid "Job Name"
1375
+ msgstr "任务名"
1376
+
1377
+ #: pages/func_backwpup.php:58
1378
+ #@ backwpup
1379
+ msgid "Information"
1380
+ msgstr "信息"
1381
+
1382
+ #: pages/func_backwpup.php:59
1383
+ #@ backwpup
1384
+ msgid "Next Run"
1385
+ msgstr "下次执行时间"
1386
+
1387
+ #: pages/func_backwpup.php:60
1388
+ #@ backwpup
1389
+ msgid "Last Run"
1390
+ msgstr "上次执行时间"
1391
+
1392
+ #: pages/func_backwpup.php:97
1393
+ #@ backwpup
1394
+ msgid "Edit:"
1395
+ msgstr "编辑 "
1396
+
1397
+ #: pages/func_backwpup.php:100
1398
+ #@ default
1399
+ msgid "Edit"
1400
+ msgstr ""
1401
+
1402
+ #: pages/func_backwpup.php:101
1403
+ #@ backwpup
1404
+ msgid "Copy"
1405
+ msgstr "复制"
1406
+
1407
+ #: pages/func_backwpup.php:104
1408
+ #@ backwpup
1409
+ msgid "Run Now"
1410
+ msgstr "立即执行"
1411
+
1412
+ #: backwpup-functions.php:486
1413
+ #: pages/func_backwpup.php:107
1414
+ #@ backwpup
1415
+ msgid "View!"
1416
+ msgstr "查看"
1417
+
1418
+ #: backwpup-functions.php:487
1419
+ #: pages/func_backwpup.php:108
1420
+ #@ backwpup
1421
+ msgid "Abort!"
1422
+ msgstr ""
1423
+
1424
+ #: pages/func_backwpup.php:128
1425
+ #@ backwpup
1426
+ msgid "Running since:"
1427
+ msgstr "执行于"
1428
+
1429
+ #: pages/func_backwpup.php:132
1430
+ #@ backwpup
1431
+ msgid "Inactive"
1432
+ msgstr ""
1433
+
1434
+ #: pages/func_backwpup.php:135
1435
+ #@ backwpup
1436
+ msgid "<a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
1437
+ msgstr ""
1438
+
1439
+ #: pages/func_backwpup.php:144
1440
+ #@ backwpup
1441
+ msgid "Runtime:"
1442
+ msgstr "花费时间:"
1443
+
1444
+ #: pages/func_backwpup.php:146
1445
+ #@ backwpup
1446
+ msgid "None"
1447
+ msgstr ""
1448
+
1449
+ #: pages/func_backwpup.php:149
1450
+ #@ backwpup
1451
+ msgid "Download last Backup"
1452
+ msgstr "下载上一个备份"
1453
+
1454
+ #: pages/func_backwpup.php:151
1455
+ #@ backwpup
1456
+ msgid "View last Log"
1457
+ msgstr "查看上一次的日志"
1458
+
1459
+ #: pages/func_backwpup.php:151
1460
+ #@ backwpup
1461
+ msgid "Log"
1462
+ msgstr "日志"
1463
+
1464
+ #: pages/func_backwpup.php:240
1465
+ #@ backwpup
1466
+ msgid "DB Size:"
1467
+ msgstr "数据库大小:"
1468
+
1469
+ #: pages/func_backwpup.php:242
1470
+ #@ backwpup
1471
+ msgid "DB Tables:"
1472
+ msgstr "数据库表数:"
1473
+
1474
+ #: pages/func_backwpup.php:243
1475
+ #@ backwpup
1476
+ msgid "DB Rows:"
1477
+ msgstr "数据库记录数:"
1478
+
1479
+ #: pages/func_backwpup.php:248
1480
+ #@ backwpup
1481
+ msgid "Files Size:"
1482
+ msgstr "文件大小:"
1483
+
1484
+ #: pages/func_backwpup.php:250
1485
+ #@ backwpup
1486
+ msgid "Files count:"
1487
+ msgstr "文件数:"
1488
+
1489
+ #: pages/header_backwpup.php:44
1490
+ #@ backwpup
1491
+ msgid "Copy of"
1492
+ msgstr "副本"
1493
+
1494
+ #: pages/header_backwpup.php:100
1495
+ #@ backwpup
1496
+ msgid "Aborted by user!!!"
1497
+ msgstr ""
1498
+
1499
+ #: pages/header_backwpup.php:115
1500
+ #@ backwpup
1501
+ msgid "Job will be terminated."
1502
+ msgstr ""
1503
+
1504
+ #: pages/header_backwpup.php:118
1505
+ #@ backwpup
1506
+ msgid "Process killed with PID:"
1507
+ msgstr ""
1508
+
1509
+ #: pages/header_backwpup.php:120
1510
+ #@ backwpup
1511
+ msgid "Can't kill process with PID:"
1512
+ msgstr ""
1513
+
1514
+ #: pages/header_backwpup.php:136
1515
+ #@ backwpup
1516
+ msgid "Here is the job overview with some information. You can see some further information of the jobs, how many can be switched with the view button. Also you can manage the jobs or abbort working jobs. Some links are added to have direct access to the last log or download."
1517
+ msgstr ""
1518
+
1519
+ #: pages/page_backwpupsettings.php:10
1520
+ #@ backwpup
1521
+ msgid "BackWPup Settings"
1522
+ msgstr "BackWPup 设置"
1523
+
1524
+ #: pages/page_backwpupsettings.php:17
1525
+ #@ backwpup
1526
+ msgid "Send Mail"
1527
+ msgstr "发送电子邮件"
1528
+
1529
+ #: pages/page_backwpupsettings.php:18
1530
+ #@ backwpup
1531
+ msgid "Here you can set the options for email sending. The settings will be used in jobs for sending backups via email or for sending log files."
1532
+ msgstr "这里可以自定义发送电子邮件的方式,作用于备份功能和发送日志。"
1533
+
1534
+ #: pages/page_backwpupsettings.php:21
1535
+ #@ backwpup
1536
+ msgid "Sender email"
1537
+ msgstr "发件人电子邮件地址"
1538
+
1539
+ #: pages/page_backwpupsettings.php:26
1540
+ #@ backwpup
1541
+ msgid "Sender name"
1542
+ msgstr "发件人"
1543
+
1544
+ #: pages/page_backwpupsettings.php:30
1545
+ #@ backwpup
1546
+ msgid "Send mail method"
1547
+ msgstr "发送方式"
1548
+
1549
+ #: pages/page_backwpupsettings.php:34
1550
+ #@ backwpup
1551
+ msgid "PHP: mail()"
1552
+ msgstr ""
1553
+
1554
+ #: pages/page_backwpupsettings.php:35
1555
+ #@ backwpup
1556
+ msgid "Sendmail"
1557
+ msgstr "Sendmail"
1558
+
1559
+ #: pages/page_backwpupsettings.php:36
1560
+ #@ backwpup
1561
+ msgid "SMTP"
1562
+ msgstr "SMTP"
1563
+
1564
+ #: pages/page_backwpupsettings.php:42
1565
+ #@ backwpup
1566
+ msgid "Sendmail path"
1567
+ msgstr "Sendmail() 路径"
1568
+
1569
+ #: pages/page_backwpupsettings.php:49
1570
+ #@ backwpup
1571
+ msgid "SMTP hostname"
1572
+ msgstr "SMTP地址"
1573
+
1574
+ #: pages/func_backwpupeditjob.php:232
1575
+ #: pages/page_backwpupsettings.php:52
1576
+ #@ backwpup
1577
+ msgid "Port:"
1578
+ msgstr "端口:"
1579
+
1580
+ #: pages/page_backwpupsettings.php:56
1581
+ #@ backwpup
1582
+ msgid "SMTP secure connection"
1583
+ msgstr "SMTP安全连接"
1584
+
1585
+ #: backwpup-functions.php:441
1586
+ #: backwpup-functions.php:471
1587
+ #: backwpup-functions.php:499
1588
+ #: pages/page_backwpupsettings.php:59
1589
+ #@ backwpup
1590
+ msgid "none"
1591
+ msgstr "不使用"
1592
+
1593
+ #: pages/page_backwpupsettings.php:66
1594
+ #@ backwpup
1595
+ msgid "SMTP username"
1596
+ msgstr "SMTP用户名"
1597
+
1598
+ #: pages/page_backwpupsettings.php:72
1599
+ #@ backwpup
1600
+ msgid "SMTP password"
1601
+ msgstr "SMTP密码"
1602
+
1603
+ #: pages/page_backwpupsettings.php:80
1604
+ #@ backwpup
1605
+ msgid "Here you can set Logfile related options."
1606
+ msgstr "这里是日志相关设置"
1607
+
1608
+ #: pages/page_backwpupsettings.php:83
1609
+ #@ backwpup
1610
+ msgid "Log file Folder"
1611
+ msgstr "日志文件夹"
1612
+
1613
+ #: pages/page_backwpupsettings.php:88
1614
+ #@ backwpup
1615
+ msgid "Max. Log Files in Folder"
1616
+ msgstr "文件夹做多存放的文件数"
1617
+
1618
+ #: pages/func_backwpupeditjob.php:224
1619
+ #: pages/page_backwpupsettings.php:90
1620
+ #@ backwpup
1621
+ msgid "(Oldest files will deleted first.)"
1622
+ msgstr "(优先删除旧文件)"
1623
+
1624
+ #: pages/page_backwpupsettings.php:94
1625
+ #: pages/page_backwpupsettings.php:95
1626
+ #@ backwpup
1627
+ msgid "Compression"
1628
+ msgstr "压缩"
1629
+
1630
+ #: pages/page_backwpupsettings.php:97
1631
+ #@ backwpup
1632
+ msgid "Gzip Log files!"
1633
+ msgstr "Gzip压缩日志文件"
1634
+
1635
+ #: backwpup-functions.php:5
1636
+ #: backwpup-functions.php:521
1637
+ #: pages/page_backwpupsettings.php:101
1638
+ #@ backwpup
1639
+ msgid "Jobs"
1640
+ msgstr "任务列表"
1641
+
1642
+ #: pages/page_backwpupsettings.php:102
1643
+ #@ backwpup
1644
+ msgid "Here you can set Job related options."
1645
+ msgstr "这里是任务相关设置"
1646
+
1647
+ #: pages/page_backwpupsettings.php:105
1648
+ #@ backwpup
1649
+ msgid "Max. retrys for job steps"
1650
+ msgstr "任务最大尝试次数"
1651
+
1652
+ #: pages/page_backwpupsettings.php:110
1653
+ #@ backwpup
1654
+ msgid "Max. retrys for job script retries"
1655
+ msgstr "任务脚本最大尝试次数"
1656
+
1657
+ #: pages/page_backwpupsettings.php:115
1658
+ #@ backwpup
1659
+ msgid "PHP zip class"
1660
+ msgstr "PHP zip 类"
1661
+
1662
+ #: pages/page_backwpupsettings.php:116
1663
+ #@ backwpup
1664
+ msgid "PHP zip"
1665
+ msgstr ""
1666
+
1667
+ #: pages/page_backwpupsettings.php:118
1668
+ #@ backwpup
1669
+ msgid "Use PHP zip class if available! Normaly PCL Zip class will used."
1670
+ msgstr "优先使用 PHP zip 类,一般情况使用 PCL Zip 类。"
1671
+
1672
+ #: pages/page_backwpupsettings.php:123
1673
+ #@ backwpup
1674
+ msgid "WP Admin Bar"
1675
+ msgstr "管理工具栏"
1676
+
1677
+ #: pages/page_backwpupsettings.php:124
1678
+ #@ backwpup
1679
+ msgid "Will you see BackWPup in the WordPress Admin Bar?"
1680
+ msgstr "是否需要在管理工具栏显示BackWPup"
1681
+
1682
+ #: pages/page_backwpupsettings.php:127
1683
+ #: pages/page_backwpupsettings.php:128
1684
+ #@ backwpup
1685
+ msgid "Admin Bar"
1686
+ msgstr "管理工具栏"
1687
+
1688
+ #: pages/page_backwpupsettings.php:130
1689
+ #@ backwpup
1690
+ msgid "Show BackWPup Links in Admin Bar."
1691
+ msgstr "在管理工具栏显示BackWPup"
1692
+
1693
+ #: pages/page_backwpupsettings.php:135
1694
+ #@ backwpup
1695
+ msgid "Http basic authentication"
1696
+ msgstr "HTTP basic authentication"
1697
+
1698
+ #: pages/page_backwpupsettings.php:136
1699
+ #@ backwpup
1700
+ msgid "Is your blog behind a http basic authentication (.htaccess)? Then you must set the username and password four authentication."
1701
+ msgstr ""
1702
+
1703
+ #: pages/func_backwpupeditjob.php:234
1704
+ #: pages/func_backwpupeditjob.php:325
1705
+ #: pages/page_backwpupsettings.php:139
1706
+ #@ backwpup
1707
+ msgid "Username:"
1708
+ msgstr "用户名:"
1709
+
1710
+ #: pages/func_backwpupeditjob.php:236
1711
+ #: pages/func_backwpupeditjob.php:377
1712
+ #: pages/page_backwpupsettings.php:144
1713
+ #@ backwpup
1714
+ msgid "Password:"
1715
+ msgstr "密码:"
1716
+
1717
+ #: pages/page_backwpupsettings.php:149
1718
+ #@ backwpup
1719
+ msgid "WP-Cron"
1720
+ msgstr ""
1721
+
1722
+ #: pages/page_backwpupsettings.php:150
1723
+ #@ backwpup
1724
+ msgid "If you would use the cron job of your hoster you must point it to the url:"
1725
+ msgstr "如果你使用的是主机的 Cron,指向的URL为:"
1726
+
1727
+ #: pages/page_backwpupsettings.php:153
1728
+ #: pages/page_backwpupsettings.php:154
1729
+ #@ backwpup
1730
+ msgid "Disable WP-Cron"
1731
+ msgstr "禁止 WP-Cron"
1732
+
1733
+ #: pages/page_backwpupsettings.php:156
1734
+ #@ backwpup
1735
+ msgid "Use your host's Cron Job and disable WP-Cron"
1736
+ msgstr "使用主机的 Cron 而不是 WP-Cron"
1737
+
1738
+ #: pages/page_backwpupsettings.php:160
1739
+ #: pages/page_backwpupsettings.php:161
1740
+ #@ backwpup
1741
+ msgid "Use cron service of backwpup.com"
1742
+ msgstr "使用由 backwpup.com 提供的 Cron"
1743
+
1744
+ #: pages/page_backwpupsettings.php:163
1745
+ #@ backwpup
1746
+ msgid "If you check this, the job schedule will submited to backwpup.com. Backwpup.com will call your blog wp-cron.php to start. <em>Use this service only if you have not a cron service of your hoster, or a blog that has a few visitors.</em> The cron service can start cron behind a basic authentication, on that the http authentication data will transferd too! Please make a little donation for the plugin if you use this servcie. The service can be removed by me without a massage."
1747
+ msgstr "如果勾选此选项,计划任务将会托管在 Backwpup.com,Backwpup.com 会帮完成计划任务。请注意,仅在您的主机不支持 Cron 或访问人数过少的情况下才选择此方案。此 Cron 服务是基于 Http basic authentication 的,也就是说您的 Http basic authentication 信息也会一起被托管出去!如果使用此方案,那请捐助一下我吧!在不告知的情况下作者有权单方面删除此托管。"
1748
+
1749
+ #: pages/func_backwpupeditjob.php:18
1750
+ #@ backwpup
1751
+ msgid "PHP curl functions not available! Most backup destinations deaktivated!"
1752
+ msgstr ""
1753
+
1754
+ #: pages/func_backwpupeditjob.php:25
1755
+ #@ backwpup
1756
+ msgid ""
1757
+ "You are about to delete this Job. \n"
1758
+ " 'Cancel' to stop, 'OK' to delete."
1759
+ msgstr ""
1760
+
1761
+ #: pages/func_backwpupeditjob.php:28
1762
+ #@ backwpup
1763
+ msgid "Save Changes"
1764
+ msgstr "保存设置"
1765
+
1766
+ #: pages/func_backwpupeditjob.php:38
1767
+ #@ backwpup
1768
+ msgid "File Prefix:"
1769
+ msgstr "文件前缀:"
1770
+
1771
+ #: pages/func_backwpupeditjob.php:40
1772
+ #@ backwpup
1773
+ msgid "File Formart:"
1774
+ msgstr "文件格式:"
1775
+
1776
+ #: pages/func_backwpupeditjob.php:43
1777
+ #: pages/func_backwpupeditjob.php:45
1778
+ #@ backwpup
1779
+ msgid "Zip"
1780
+ msgstr ""
1781
+
1782
+ #: pages/func_backwpupeditjob.php:46
1783
+ #@ backwpup
1784
+ msgid "Tar"
1785
+ msgstr ""
1786
+
1787
+ #: pages/func_backwpupeditjob.php:48
1788
+ #: pages/func_backwpupeditjob.php:50
1789
+ #@ backwpup
1790
+ msgid "Tar GZip"
1791
+ msgstr ""
1792
+
1793
+ #: pages/func_backwpupeditjob.php:52
1794
+ #: pages/func_backwpupeditjob.php:54
1795
+ #@ backwpup
1796
+ msgid "Tar BZip2"
1797
+ msgstr ""
1798
+
1799
+ #: pages/func_backwpupeditjob.php:55
1800
+ #@ backwpup
1801
+ msgid "Preview:"
1802
+ msgstr "预览文件名:"
1803
+
1804
+ #: pages/func_backwpupeditjob.php:60
1805
+ #@ backwpup
1806
+ msgid "E-Mail-Adress:"
1807
+ msgstr "电子邮箱地址:"
1808
+
1809
+ #: pages/func_backwpupeditjob.php:62
1810
+ #@ backwpup
1811
+ msgid "Only send an e-mail if there are errors."
1812
+ msgstr "只有出现错误的时候才发邮件给我。"
1813
+
1814
+ #: pages/func_backwpupeditjob.php:91
1815
+ #@ backwpup
1816
+ msgid "Activate scheduling"
1817
+ msgstr "开启计划执行"
1818
+
1819
+ #: pages/func_backwpupeditjob.php:92
1820
+ #@ backwpup
1821
+ msgid "advanced"
1822
+ msgstr "高级"
1823
+
1824
+ #: pages/func_backwpupeditjob.php:93
1825
+ #@ backwpup
1826
+ msgid "basic"
1827
+ msgstr "一般"
1828
+
1829
+ #: pages/func_backwpupeditjob.php:97
1830
+ #@ backwpup
1831
+ msgid "Minutes: "
1832
+ msgstr "分钟:"
1833
+
1834
+ #: pages/func_backwpupeditjob.php:99
1835
+ #: pages/func_backwpupeditjob.php:111
1836
+ #: pages/func_backwpupeditjob.php:122
1837
+ #: pages/func_backwpupeditjob.php:133
1838
+ #: pages/func_backwpupeditjob.php:153
1839
+ #@ backwpup
1840
+ msgid "Any (*)"
1841
+ msgstr "任意(*)"
1842
+
1843
+ #: pages/func_backwpupeditjob.php:108
1844
+ #@ backwpup
1845
+ msgid "Hours:"
1846
+ msgstr "小时:"
1847
+
1848
+ #: pages/func_backwpupeditjob.php:120
1849
+ #@ backwpup
1850
+ msgid "Day of Month:"
1851
+ msgstr "几号:"
1852
+
1853
+ #: pages/func_backwpupeditjob.php:131
1854
+ #@ backwpup
1855
+ msgid "Month:"
1856
+ msgstr "月份:"
1857
+
1858
+ #: pages/func_backwpupeditjob.php:135
1859
+ #@ backwpup
1860
+ msgid "January"
1861
+ msgstr "一月"
1862
+
1863
+ #: pages/func_backwpupeditjob.php:136
1864
+ #@ backwpup
1865
+ msgid "February"
1866
+ msgstr "二月"
1867
+
1868
+ #: pages/func_backwpupeditjob.php:137
1869
+ #@ backwpup
1870
+ msgid "March"
1871
+ msgstr "三月"
1872
+
1873
+ #: pages/func_backwpupeditjob.php:138
1874
+ #@ backwpup
1875
+ msgid "April"
1876
+ msgstr "四月"
1877
+
1878
+ #: pages/func_backwpupeditjob.php:139
1879
+ #@ backwpup
1880
+ msgid "May"
1881
+ msgstr "五月"
1882
+
1883
+ #: pages/func_backwpupeditjob.php:140
1884
+ #@ backwpup
1885
+ msgid "June"
1886
+ msgstr "六月"
1887
+
1888
+ #: pages/func_backwpupeditjob.php:141
1889
+ #@ backwpup
1890
+ msgid "July"
1891
+ msgstr "七月"
1892
+
1893
+ #: pages/func_backwpupeditjob.php:142
1894
+ #@ backwpup
1895
+ msgid "Augest"
1896
+ msgstr "八月"
1897
+
1898
+ #: pages/func_backwpupeditjob.php:143
1899
+ #@ backwpup
1900
+ msgid "September"
1901
+ msgstr "九月"
1902
+
1903
+ #: pages/func_backwpupeditjob.php:144
1904
+ #@ backwpup
1905
+ msgid "October"
1906
+ msgstr "十月"
1907
+
1908
+ #: pages/func_backwpupeditjob.php:145
1909
+ #@ backwpup
1910
+ msgid "November"
1911
+ msgstr "十一月"
1912
+
1913
+ #: pages/func_backwpupeditjob.php:146
1914
+ #@ backwpup
1915
+ msgid "December"
1916
+ msgstr "十二月"
1917
+
1918
+ #: pages/func_backwpupeditjob.php:151
1919
+ #@ backwpup
1920
+ msgid "Day of Week:"
1921
+ msgstr "星期几:"
1922
+
1923
+ #: pages/func_backwpupeditjob.php:155
1924
+ #: pages/func_backwpupeditjob.php:191
1925
+ #@ backwpup
1926
+ msgid "Sunday"
1927
+ msgstr "星期日"
1928
+
1929
+ #: pages/func_backwpupeditjob.php:156
1930
+ #: pages/func_backwpupeditjob.php:192
1931
+ #@ backwpup
1932
+ msgid "Monday"
1933
+ msgstr "星期一"
1934
+
1935
+ #: pages/func_backwpupeditjob.php:157
1936
+ #: pages/func_backwpupeditjob.php:193
1937
+ #@ backwpup
1938
+ msgid "Tuesday"
1939
+ msgstr "星期二"
1940
+
1941
+ #: pages/func_backwpupeditjob.php:158
1942
+ #: pages/func_backwpupeditjob.php:194
1943
+ #@ backwpup
1944
+ msgid "Wednesday"
1945
+ msgstr "星期三"
1946
+
1947
+ #: pages/func_backwpupeditjob.php:159
1948
+ #: pages/func_backwpupeditjob.php:195
1949
+ #@ backwpup
1950
+ msgid "Thursday"
1951
+ msgstr "星期四"
1952
+
1953
+ #: pages/func_backwpupeditjob.php:160
1954
+ #: pages/func_backwpupeditjob.php:196
1955
+ #@ backwpup
1956
+ msgid "Friday"
1957
+ msgstr "星期五"
1958
+
1959
+ #: pages/func_backwpupeditjob.php:161
1960
+ #: pages/func_backwpupeditjob.php:197
1961
+ #@ backwpup
1962
+ msgid "Saturday"
1963
+ msgstr "星期六"
1964
+
1965
+ #: pages/func_backwpupeditjob.php:176
1966
+ #@ backwpup
1967
+ msgid "Hour"
1968
+ msgstr "小时"
1969
+
1970
+ #: pages/func_backwpupeditjob.php:179
1971
+ #@ backwpup
1972
+ msgid "Minute"
1973
+ msgstr "分钟"
1974
+
1975
+ #: pages/func_backwpupeditjob.php:183
1976
+ #@ backwpup
1977
+ msgid "monthly"
1978
+ msgstr "每月"
1979
+
1980
+ #: pages/func_backwpupeditjob.php:184
1981
+ #@ backwpup
1982
+ msgid "on"
1983
+ msgstr ""
1984
+
1985
+ #: pages/func_backwpupeditjob.php:189
1986
+ #@ backwpup
1987
+ msgid "weekly"
1988
+ msgstr "每周"
1989
+
1990
+ #: pages/func_backwpupeditjob.php:203
1991
+ #@ backwpup
1992
+ msgid "daily"
1993
+ msgstr "每天"
1994
+
1995
+ #: pages/func_backwpupeditjob.php:209
1996
+ #@ backwpup
1997
+ msgid "hourly"
1998
+ msgstr "每小时"
1999
+
2000
+ #: pages/func_backwpupeditjob.php:221
2001
+ #@ backwpup
2002
+ msgid "Full Path to folder for Backup Files:"
2003
+ msgstr "需要备份文件的完整路径:"
2004
+
2005
+ #: pages/func_backwpupeditjob.php:223
2006
+ #@ backwpup
2007
+ msgid "Your WordPress dir is:"
2008
+ msgstr "WordPress的根目录路径:"
2009
+
2010
+ #: pages/func_backwpupeditjob.php:224
2011
+ #: pages/func_backwpupeditjob.php:384
2012
+ #@ backwpup
2013
+ msgid "Max. backup files in folder:"
2014
+ msgstr "文件夹最大存放文件数:"
2015
+
2016
+ #: pages/func_backwpupeditjob.php:230
2017
+ #@ backwpup
2018
+ msgid "Hostname:"
2019
+ msgstr "主机名:"
2020
+
2021
+ #: pages/func_backwpupeditjob.php:238
2022
+ #@ backwpup
2023
+ msgid "Folder on Server:"
2024
+ msgstr "FTP 文件夹:"
2025
+
2026
+ #: pages/func_backwpupeditjob.php:241
2027
+ #@ backwpup
2028
+ msgid "Max. backup files in FTP folder:"
2029
+ msgstr "FTP文件夹最多存放文件数:"
2030
+
2031
+ #: pages/func_backwpupeditjob.php:241
2032
+ #: pages/func_backwpupeditjob.php:260
2033
+ #: pages/func_backwpupeditjob.php:285
2034
+ #: pages/func_backwpupeditjob.php:312
2035
+ #: pages/func_backwpupeditjob.php:335
2036
+ #: pages/func_backwpupeditjob.php:362
2037
+ #: pages/func_backwpupeditjob.php:384
2038
+ #@ backwpup
2039
+ msgid "(Oldest files will be deleted first.)"
2040
+ msgstr "(优先删除旧文件)"
2041
+
2042
+ #: pages/func_backwpupeditjob.php:242
2043
+ #@ backwpup
2044
+ msgid "Use SSL-FTP Connection."
2045
+ msgstr "使用SSL-FTP连接"
2046
+
2047
+ #: pages/func_backwpupeditjob.php:243
2048
+ #@ backwpup
2049
+ msgid "Use FTP Passiv mode."
2050
+ msgstr "使用被动模式"
2051
+
2052
+ #: pages/func_backwpupeditjob.php:250
2053
+ #@ backwpup
2054
+ msgid "Access Key ID:"
2055
+ msgstr "Access Key ID:"
2056
+
2057
+ #: pages/func_backwpupeditjob.php:252
2058
+ #@ backwpup
2059
+ msgid "Secret Access Key:"
2060
+ msgstr "Secret Access Key:"
2061
+
2062
+ #: pages/func_backwpupeditjob.php:254
2063
+ #: pages/func_backwpupeditjob.php:279
2064
+ #@ backwpup
2065
+ msgid "Bucket:"
2066
+ msgstr ""
2067
+
2068
+ #: pages/func_backwpupeditjob.php:257
2069
+ #: pages/func_backwpupeditjob.php:282
2070
+ #@ backwpup
2071
+ msgid "Create bucket:"
2072
+ msgstr "创建 Bucket:"
2073
+
2074
+ #: pages/func_backwpupeditjob.php:257
2075
+ #@ backwpup
2076
+ msgid "Bucket Region"
2077
+ msgstr ""
2078
+
2079
+ #: pages/func_backwpupeditjob.php:257
2080
+ #@ backwpup
2081
+ msgid "EU (Ireland)"
2082
+ msgstr ""
2083
+
2084
+ #: pages/func_backwpupeditjob.php:257
2085
+ #@ backwpup
2086
+ msgid "Asia Pacific (Singapore)"
2087
+ msgstr ""
2088
+
2089
+ #: pages/func_backwpupeditjob.php:257
2090
+ #@ backwpup
2091
+ msgid "Asia Pacific (Japan)"
2092
+ msgstr ""
2093
+
2094
+ #: pages/func_backwpupeditjob.php:258
2095
+ #: pages/func_backwpupeditjob.php:283
2096
+ #@ backwpup
2097
+ msgid "Folder in bucket:"
2098
+ msgstr "Bucket 中的文件夹:"
2099
+
2100
+ #: pages/func_backwpupeditjob.php:260
2101
+ #: pages/func_backwpupeditjob.php:285
2102
+ #@ backwpup
2103
+ msgid "Max. backup files in bucket folder:"
2104
+ msgstr "Bucket 文件夹最多存放文件数:"
2105
+
2106
+ #: pages/func_backwpupeditjob.php:261
2107
+ #@ backwpup
2108
+ msgid "Save Backups with reduced redundancy!"
2109
+ msgstr "使用差异备份"
2110
+
2111
+ #: pages/func_backwpupeditjob.php:264
2112
+ #: pages/func_backwpupeditjob.php:288
2113
+ #: pages/func_backwpupeditjob.php:315
2114
+ #: pages/func_backwpupeditjob.php:338
2115
+ #: pages/func_backwpupeditjob.php:365
2116
+ #: pages/func_backwpupeditjob.php:387
2117
+ #@ backwpup
2118
+ msgid "Create Account"
2119
+ msgstr "注册帐号"
2120
+
2121
+ #: pages/func_backwpupeditjob.php:265
2122
+ #: pages/func_backwpupeditjob.php:289
2123
+ #@ backwpup
2124
+ msgid "Find Keys"
2125
+ msgstr "找 Keys"
2126
+
2127
+ #: pages/func_backwpupeditjob.php:266
2128
+ #: pages/func_backwpupeditjob.php:290
2129
+ #: pages/func_backwpupeditjob.php:340
2130
+ #: pages/func_backwpupeditjob.php:366
2131
+ #: pages/func_backwpupeditjob.php:388
2132
+ #@ backwpup
2133
+ msgid "Webinterface"
2134
+ msgstr "官网"
2135
+
2136
+ #: pages/func_backwpupeditjob.php:275
2137
+ #: pages/func_backwpupeditjob.php:304
2138
+ #@ backwpup
2139
+ msgid "Access Key:"
2140
+ msgstr "Access Key:"
2141
+
2142
+ #: pages/func_backwpupeditjob.php:277
2143
+ #@ backwpup
2144
+ msgid "Secret:"
2145
+ msgstr ""
2146
+
2147
+ #: pages/func_backwpupeditjob.php:300
2148
+ #@ backwpup
2149
+ msgid "Host:"
2150
+ msgstr "主机地址:"
2151
+
2152
+ #: pages/func_backwpupeditjob.php:301
2153
+ #@ backwpup
2154
+ msgid "Normely: blob.core.windows.net"
2155
+ msgstr "一般情况为 blob.core.windows.net"
2156
+
2157
+ #: pages/func_backwpupeditjob.php:302
2158
+ #@ backwpup
2159
+ msgid "Account Name:"
2160
+ msgstr "用户名:"
2161
+
2162
+ #: pages/func_backwpupeditjob.php:306
2163
+ #: pages/func_backwpupeditjob.php:329
2164
+ #@ backwpup
2165
+ msgid "Container:"
2166
+ msgstr "容器:"
2167
+
2168
+ #: pages/func_backwpupeditjob.php:309
2169
+ #: pages/func_backwpupeditjob.php:332
2170
+ #@ backwpup
2171
+ msgid "Create Container:"
2172
+ msgstr "创建容器:"
2173
+
2174
+ #: pages/func_backwpupeditjob.php:310
2175
+ #@ backwpup
2176
+ msgid "Folder in Container:"
2177
+ msgstr "容器中的文件夹:"
2178
+
2179
+ #: pages/func_backwpupeditjob.php:312
2180
+ #: pages/func_backwpupeditjob.php:335
2181
+ #@ backwpup
2182
+ msgid "Max. backup files in container folder:"
2183
+ msgstr "容器文件夹最多存放文件数:"
2184
+
2185
+ #: pages/func_backwpupeditjob.php:316
2186
+ #: pages/func_backwpupeditjob.php:339
2187
+ #@ backwpup
2188
+ msgid "Find Key"
2189
+ msgstr "找 Key"
2190
+
2191
+ #: pages/func_backwpupeditjob.php:327
2192
+ #@ backwpup
2193
+ msgid "API Key:"
2194
+ msgstr "API Key:"
2195
+
2196
+ #: pages/func_backwpupeditjob.php:333
2197
+ #@ backwpup
2198
+ msgid "Folder in container:"
2199
+ msgstr "容器中的文件夹:"
2200
+
2201
+ #: pages/func_backwpupeditjob.php:349
2202
+ #@ backwpup
2203
+ msgid "Login:"
2204
+ msgstr "登陆:"
2205
+
2206
+ #: pages/func_backwpupeditjob.php:351
2207
+ #@ backwpup
2208
+ msgid "Not authenticated!"
2209
+ msgstr "未绑定"
2210
+
2211
+ #: pages/func_backwpupeditjob.php:351
2212
+ #@ backwpup
2213
+ msgid "Authenticate!"
2214
+ msgstr "点击绑定"
2215
+
2216
+ #: pages/func_backwpupeditjob.php:353
2217
+ #@ backwpup
2218
+ msgid "Authenticated!"
2219
+ msgstr "已绑定"
2220
+
2221
+ #: pages/func_backwpupeditjob.php:353
2222
+ #@ backwpup
2223
+ msgid "Delete!"
2224
+ msgstr "删除"
2225
+
2226
+ #: pages/func_backwpupeditjob.php:355
2227
+ #: pages/func_backwpupeditjob.php:379
2228
+ #@ backwpup
2229
+ msgid "Root:"
2230
+ msgstr "根目录:"
2231
+
2232
+ #: pages/func_backwpupeditjob.php:357
2233
+ #@ backwpup
2234
+ msgid "dropbox"
2235
+ msgstr "Dropbox"
2236
+
2237
+ #: pages/func_backwpupeditjob.php:358
2238
+ #@ backwpup
2239
+ msgid "sandbox (disabled by DropBox)"
2240
+ msgstr "Sandbox (已被Dropbox取消)"
2241
+
2242
+ #: pages/func_backwpupeditjob.php:360
2243
+ #: pages/func_backwpupeditjob.php:382
2244
+ #@ backwpup
2245
+ msgid "Folder:"
2246
+ msgstr "文件夹:"
2247
+
2248
+ #: pages/func_backwpupeditjob.php:362
2249
+ #@ backwpup
2250
+ msgid "Max. backup files in Dropbox folder:"
2251
+ msgstr "在Dropbox文件夹中最多存放的备份文件数:"
2252
+
2253
+ #: pages/func_backwpupeditjob.php:375
2254
+ #: pages/func_backwpupeditjob.php:395
2255
+ #@ backwpup
2256
+ msgid "E-mail address:"
2257
+ msgstr "电子邮箱地址:"
2258
+
2259
+ #: pages/func_backwpupeditjob.php:398
2260
+ #@ backwpup
2261
+ msgid "Max. File Size for sending Backups with mail:"
2262
+ msgstr "电子邮件可发送最大文件大小:"
2263
+
2264
+ #: pages/func_backwpupeditjob.php:456
2265
+ #@ backwpup
2266
+ msgid "Working as <a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a> job schedule:"
2267
+ msgstr "<a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a> 计划任务:"
2268
+
2269
+ #: pages/func_backwpupeditjob.php:462
2270
+ #, php-format
2271
+ #@ backwpup
2272
+ msgid "ATTENTION: Job runs every %d mins.!!!"
2273
+ msgstr ""
2274
+
2275
+ #: pages/func_backwpupeditjob.php:468
2276
+ #, php-format
2277
+ #@ backwpup
2278
+ msgid "ATTENTION: Job runs every %d houers.!!!"
2279
+ msgstr ""
2280
+
2281
+ #: pages/func_backwpupeditjob.php:472
2282
+ #@ backwpup
2283
+ msgid "ATTENTION: Can't calculate cron!!!"
2284
+ msgstr ""
2285
+
2286
+ #: pages/func_backwpupeditjob.php:474
2287
+ #@ backwpup
2288
+ msgid "Next runtime:"
2289
+ msgstr "下次执行时间:"
2290
+
2291
+ #: pages/func_backwpupeditjob.php:500
2292
+ #: pages/func_backwpupeditjob.php:565
2293
+ #@ backwpup
2294
+ msgid "Missing access key!"
2295
+ msgstr "Access Key 为空!"
2296
+
2297
+ #: pages/func_backwpupeditjob.php:507
2298
+ #: pages/func_backwpupeditjob.php:572
2299
+ #@ backwpup
2300
+ msgid "Missing secret access key!"
2301
+ msgstr "Secret Access Key 为空!"
2302
+
2303
+ #: pages/func_backwpupeditjob.php:531
2304
+ #: pages/func_backwpupeditjob.php:598
2305
+ #@ backwpup
2306
+ msgid "No bucket fount!"
2307
+ msgstr "找不到 Bucket!"
2308
+
2309
+ #: pages/func_backwpupeditjob.php:633
2310
+ #: pages/func_backwpupeditjob.php:762
2311
+ #@ backwpup
2312
+ msgid "Missing Username!"
2313
+ msgstr "用户名为空!"
2314
+
2315
+ #: pages/func_backwpupeditjob.php:640
2316
+ #@ backwpup
2317
+ msgid "Missing API Key!"
2318
+ msgstr "API为空!"
2319
+
2320
+ #: pages/func_backwpupeditjob.php:661
2321
+ #@ backwpup
2322
+ msgid "No Containerss found!"
2323
+ msgstr "找不到容器!"
2324
+
2325
+ #: pages/func_backwpupeditjob.php:696
2326
+ #@ backwpup
2327
+ msgid "Missing Hostname!"
2328
+ msgstr "主机名为空!"
2329
+
2330
+ #: pages/func_backwpupeditjob.php:703
2331
+ #@ backwpup
2332
+ msgid "Missing Account Name!"
2333
+ msgstr "用户名为空!"
2334
+
2335
+ #: pages/func_backwpupeditjob.php:710
2336
+ #@ backwpup
2337
+ msgid "Missing Access Key!"
2338
+ msgstr "Access Key 为空!"
2339
+
2340
+ #: pages/func_backwpupeditjob.php:727
2341
+ #@ backwpup
2342
+ msgid "No Container found!"
2343
+ msgstr "找不到容器!"
2344
+
2345
+ #: pages/func_backwpupeditjob.php:769
2346
+ #@ backwpup
2347
+ msgid "Missing Password!"
2348
+ msgstr "密码为空!"
2349
+
2350
+ #: pages/func_backwpupeditjob.php:789
2351
+ #@ backwpup
2352
+ msgid "No Syncfolders found!"
2353
+ msgstr ""
2354
+
2355
+ #: pages/page_backwpupeditjob.php:8
2356
+ #@ backwpup
2357
+ msgid "Job Type"
2358
+ msgstr "任务类型"
2359
+
2360
+ #: pages/page_backwpupeditjob.php:9
2361
+ #@ backwpup
2362
+ msgid "Job Schedule"
2363
+ msgstr "计划任务"
2364
+
2365
+ #: pages/header_backwpupeditjob.php:275
2366
+ #@ backwpup
2367
+ msgid "Backup to Folder"
2368
+ msgstr "备份到文件夹"
2369
+
2370
+ #: pages/header_backwpupeditjob.php:276
2371
+ #@ backwpup
2372
+ msgid "Backup to E-Mail"
2373
+ msgstr "电子邮件发送备份"
2374
+
2375
+ #: pages/page_backwpupeditjob.php:25
2376
+ #@ backwpup
2377
+ msgid "BackWPup Job Settings"
2378
+ msgstr "BackWPup 任务设置"
2379
+
2380
+ #: pages/page_backwpupeditjob.php:45
2381
+ #: pages/page_backwpupeditjob.php:71
2382
+ #@ backwpup
2383
+ msgid "Enter Job name here"
2384
+ msgstr ""
2385
+
2386
+ #: pages/page_backwpupeditjob.php:77
2387
+ #@ backwpup
2388
+ msgid "Database Jobs"
2389
+ msgstr "数据库任务"
2390
+
2391
+ #: pages/page_backwpupeditjob.php:80
2392
+ #@ backwpup
2393
+ msgid "Database tables to use:"
2394
+ msgstr "需要备份的数据库表:"
2395
+
2396
+ #: pages/page_backwpupeditjob.php:90
2397
+ #@ backwpup
2398
+ msgid "Use short INSERTs instead of full (with keys)"
2399
+ msgstr "使用较短的 INSERTs 而不是带 keys 的完整语句"
2400
+
2401
+ #: pages/page_backwpupeditjob.php:91
2402
+ #@ backwpup
2403
+ msgid "Set Blog Maintenance Mode on Database Operations"
2404
+ msgstr "当进行数据库操作时设置为维护模式"
2405
+
2406
+ #: backwpup-functions.php:353
2407
+ #: pages/page_backwpupeditjob.php:96
2408
+ #@ backwpup
2409
+ msgid "File Backup"
2410
+ msgstr "文件备份"
2411
+
2412
+ #: pages/page_backwpupeditjob.php:98
2413
+ #@ backwpup
2414
+ msgid "Blog Folders to Backup:"
2415
+ msgstr "需要备份的文件夹:"
2416
+
2417
+ #: pages/page_backwpupeditjob.php:101
2418
+ #@ backwpup
2419
+ msgid "root"
2420
+ msgstr "根目录"
2421
+
2422
+ #: pages/page_backwpupeditjob.php:104
2423
+ #: pages/page_backwpupeditjob.php:120
2424
+ #: pages/page_backwpupeditjob.php:136
2425
+ #: pages/page_backwpupeditjob.php:152
2426
+ #: pages/page_backwpupeditjob.php:168
2427
+ #@ backwpup
2428
+ msgid "Exclude:"
2429
+ msgstr "不包括:"
2430
+
2431
+ #: pages/page_backwpupeditjob.php:117
2432
+ #@ backwpup
2433
+ msgid "Content"
2434
+ msgstr ""
2435
+
2436
+ #: pages/page_backwpupeditjob.php:133
2437
+ #@ backwpup
2438
+ msgid "Plugins"
2439
+ msgstr "插件"
2440
+
2441
+ #: pages/page_backwpupeditjob.php:149
2442
+ #@ backwpup
2443
+ msgid "Themes"
2444
+ msgstr "主题"
2445
+
2446
+ #: pages/page_backwpupeditjob.php:165
2447
+ #@ backwpup
2448
+ msgid "Blog Uploads"
2449
+ msgstr "上传文件"
2450
+
2451
+ #: pages/page_backwpupeditjob.php:182
2452
+ #@ backwpup
2453
+ msgid "Include Folders to Backup:"
2454
+ msgstr "备份包括的文件夹:"
2455
+
2456
+ #: pages/page_backwpupeditjob.php:183
2457
+ #: pages/page_backwpupeditjob.php:187
2458
+ #@ backwpup
2459
+ msgid "Example:"
2460
+ msgstr "例子:"
2461
+
2462
+ #: pages/page_backwpupeditjob.php:186
2463
+ #@ backwpup
2464
+ msgid "Exclude Files/Folders from Backup:"
2465
+ msgstr "备份不包括的文件或文件夹:"
2466
+
2467
+ #: pages/header_backwpupeditjob.php:22
2468
+ #@ backwpup
2469
+ msgid "Dropbox authentication complete!"
2470
+ msgstr "Dropbox绑定成功!"
2471
+
2472
+ #: pages/header_backwpupeditjob.php:24
2473
+ #@ backwpup
2474
+ msgid "Wrong Token for Dropbox authentication received!"
2475
+ msgstr "Dropbox绑定返回了错误的Token!"
2476
+
2477
+ #: pages/header_backwpupeditjob.php:27
2478
+ #@ backwpup
2479
+ msgid "No Dropbox authentication received!"
2480
+ msgstr "Dropbox绑定返回为空!"
2481
+
2482
+ #: pages/header_backwpupeditjob.php:224
2483
+ #@ backwpup
2484
+ msgid "Dropbox authentication deleted!"
2485
+ msgstr "Dropbox绑定已删除!"
2486
+
2487
+ #: pages/header_backwpupeditjob.php:261
2488
+ #, php-format
2489
+ #@ backwpup
2490
+ msgid "Job '%1' changes saved."
2491
+ msgstr "任务 %1 设置已保存"
2492
+
2493
+ #: pages/header_backwpupeditjob.php:261
2494
+ #@ backwpup
2495
+ msgid "Jobs overview."
2496
+ msgstr "任务总览"
2497
+
2498
+ #: pages/header_backwpupeditjob.php:273
2499
+ #@ backwpup
2500
+ msgid "Backup File"
2501
+ msgstr "备份文件"
2502
+
2503
+ #: pages/header_backwpupeditjob.php:274
2504
+ #@ backwpup
2505
+ msgid "Send log"
2506
+ msgstr "发送日志"
2507
+
2508
+ #: pages/header_backwpupeditjob.php:278
2509
+ #@ backwpup
2510
+ msgid "Backup to FTP Server"
2511
+ msgstr "备份到FTP"
2512
+
2513
+ #: pages/header_backwpupeditjob.php:280
2514
+ #@ backwpup
2515
+ msgid "Backup to Dropbox"
2516
+ msgstr "备份到Dropbox"
2517
+
2518
+ #: pages/header_backwpupeditjob.php:282
2519
+ #@ backwpup
2520
+ msgid "Backup to SugarSync"
2521
+ msgstr "备份到SugarSync"
2522
+
2523
+ #: pages/header_backwpupeditjob.php:284
2524
+ #@ backwpup
2525
+ msgid "Backup to Amazon S3"
2526
+ msgstr "备份到Amazon S3"
2527
+
2528
+ #: pages/header_backwpupeditjob.php:286
2529
+ #@ backwpup
2530
+ msgid "Backup to Google storage"
2531
+ msgstr "备份到Google storage"
2532
+
2533
+ #: pages/header_backwpupeditjob.php:288
2534
+ #@ backwpup
2535
+ msgid "Backup to Micosoft Azure (Blob)"
2536
+ msgstr "备份到Micosoft Azure (Blob)"
2537
+
2538
+ #: pages/header_backwpupeditjob.php:290
2539
+ #@ backwpup
2540
+ msgid "Backup to Rackspace Cloud"
2541
+ msgstr "备份到Rackspace Cloud"
2542
+
2543
+ #: pages/func_backwpupbackups.php:125
2544
+ #@ backwpup
2545
+ msgid "No Files found."
2546
+ msgstr "暂无"
2547
+
2548
+ #: pages/func_backwpupbackups.php:145
2549
+ #@ backwpup
2550
+ msgid "Change Destination"
2551
+ msgstr "切换任务"
2552
+
2553
+ #: pages/func_backwpupbackups.php:182
2554
+ #@ backwpup
2555
+ msgid "File"
2556
+ msgstr "文件"
2557
+
2558
+ #: pages/func_backwpupbackups.php:183
2559
+ #: pages/func_backwpupbackups.php:185
2560
+ #@ backwpup
2561
+ msgid "Folder"
2562
+ msgstr "文件夹"
2563
+
2564
+ #: pages/func_backwpupbackups.php:186
2565
+ #@ backwpup
2566
+ msgid "Time"
2567
+ msgstr "时间"
2568
+
2569
+ #: pages/func_backwpupbackups.php:227
2570
+ #@ backwpup
2571
+ msgid ""
2572
+ "You are about to delete this Backup Archive. \n"
2573
+ " 'Cancel' to stop, 'OK' to delete."
2574
+ msgstr ""
2575
+
2576
+ #: pages/func_backwpupbackups.php:242
2577
+ #@ backwpup
2578
+ msgid "?"
2579
+ msgstr ""
2580
+
2581
+ #. translators: plugin header field 'Name'
2582
+ #: backwpup-functions.php:4
2583
+ #: backwpup-functions.php:293
2584
+ #: backwpup-functions.php:518
2585
+ #: backwpup.php:0
2586
+ #@ backwpup
2587
+ #@ textdomain
2588
+ msgid "BackWPup"
2589
+ msgstr ""
2590
+
2591
+ #: backwpup-functions.php:9
2592
+ #@ backwpup
2593
+ msgid "Working"
2594
+ msgstr "进行中的任务"
2595
+
2596
+ #: backwpup-functions.php:13
2597
+ #: backwpup-functions.php:523
2598
+ #@ backwpup
2599
+ msgid "Backups"
2600
+ msgstr "备份文件管理"
2601
+
2602
+ #: backwpup-functions.php:15
2603
+ #@ backwpup
2604
+ msgid "Tools"
2605
+ msgstr "工具"
2606
+
2607
+ #: backwpup-functions.php:17
2608
+ #: backwpup-functions.php:274
2609
+ #@ backwpup
2610
+ msgid "Settings"
2611
+ msgstr "设置"
2612
+
2613
+ #: backwpup-functions.php:109
2614
+ #: backwpup-functions.php:119
2615
+ #: backwpup-functions.php:132
2616
+ #: backwpup-functions.php:144
2617
+ #@ backwpup
2618
+ msgid "For more information:"
2619
+ msgstr "更多:"
2620
+
2621
+ #: backwpup-functions.php:285
2622
+ #@ backwpup
2623
+ msgid "Support"
2624
+ msgstr "支持"
2625
+
2626
+ #: backwpup-functions.php:112
2627
+ #: backwpup-functions.php:122
2628
+ #: backwpup-functions.php:135
2629
+ #: backwpup-functions.php:147
2630
+ #: backwpup-functions.php:284
2631
+ #@ backwpup
2632
+ msgid "FAQ"
2633
+ msgstr ""
2634
+
2635
+ #: backwpup-functions.php:114
2636
+ #: backwpup-functions.php:124
2637
+ #: backwpup-functions.php:137
2638
+ #: backwpup-functions.php:149
2639
+ #: backwpup-functions.php:286
2640
+ #@ backwpup
2641
+ msgid "Donate"
2642
+ msgstr "捐助"
2643
+
2644
+ #: backwpup-functions.php:92
2645
+ #: backwpup-functions.php:99
2646
+ #: backwpup-functions.php:131
2647
+ #: backwpup-functions.php:143
2648
+ #@ backwpup
2649
+ msgid "BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
2650
+ msgstr "无需授权,绝对免费!"
2651
+
2652
+ #: backwpup-functions.php:274
2653
+ #@ backwpup
2654
+ msgid "Go to Settings Page"
2655
+ msgstr "前去设置"
2656
+
2657
+ #: backwpup-functions.php:350
2658
+ #@ backwpup
2659
+ msgid "WP XML Export"
2660
+ msgstr "WP XML 导出"
2661
+
2662
+ #: backwpup-functions.php:356
2663
+ #@ backwpup
2664
+ msgid "Database Backup"
2665
+ msgstr "数据库备份"
2666
+
2667
+ #: backwpup-functions.php:359
2668
+ #@ backwpup
2669
+ msgid "Optimize Database Tables"
2670
+ msgstr "优化数据库表"
2671
+
2672
+ #: backwpup-functions.php:362
2673
+ #@ backwpup
2674
+ msgid "Check Database Tables"
2675
+ msgstr "检查数据库表"
2676
+
2677
+ #: backwpup-functions.php:427
2678
+ #@ backwpup
2679
+ msgid "View Log:"
2680
+ msgstr "查看日志:"
2681
+
2682
+ #: backwpup-functions.php:459
2683
+ #@ backwpup
2684
+ msgid "How many of the lastes logs would you like to display?"
2685
+ msgstr ""
2686
+
2687
+ #: backwpup-functions.php:485
2688
+ #, php-format
2689
+ #@ backwpup
2690
+ msgid "working since %d sec."
2691
+ msgstr ""
2692
+
2693
+ #: backwpup-functions.php:492
2694
+ #@ backwpup
2695
+ msgid "Edit Job"
2696
+ msgstr ""
2697
+
2698
+ #: backwpup-functions.php:508
2699
+ #@ backwpup
2700
+ msgid "BackWPup Aktive Jobs"
2701
+ msgstr ""
2702
+
2703
+ #: backwpup-functions.php:520
2704
+ #@ backwpup
2705
+ msgid "See Working!"
2706
+ msgstr "查看过程"
2707
+
2708
+ #: backwpup-functions.php:524
2709
+ #@ backwpup
2710
+ msgid "BackWPup Job"
2711
+ msgstr ""
2712
+
2713
+ #: backwpup-functions.php:737
2714
+ #@ backwpup
2715
+ msgid "- PHP 5.2.4 or higher is needed!"
2716
+ msgstr "- 需要 PHP 5.2.4 或更高版本!"
2717
+
2718
+ #: backwpup-functions.php:769
2719
+ #@ backwpup
2720
+ msgid "- WP-Cron isn't working, please check it!"
2721
+ msgstr ""
2722
+
2723
+ #. translators: plugin header field 'PluginURI'
2724
+ #: backwpup-functions.php:87
2725
+ #: backwpup-functions.php:107
2726
+ #: backwpup-functions.php:129
2727
+ #: backwpup.php:0
2728
+ #@ backwpup
2729
+ msgid "http://backwpup.com"
2730
+ msgstr ""
2731
+
2732
+ #. translators: plugin header field 'Author'
2733
+ #: backwpup.php:0
2734
+ #@ backwpup
2735
+ msgid "Daniel H&uuml;sken"
2736
+ msgstr ""
2737
+
2738
+ #. translators: plugin header field 'AuthorURI'
2739
+ #: backwpup.php:0
2740
+ #@ backwpup
2741
+ msgid "http://danielhuesken.de"
2742
+ msgstr ""
2743
+
2744
+ #: backwpup-functions.php:733
2745
+ #, php-format
2746
+ #@ backwpup
2747
+ msgid "- WordPress %d or higher is needed!"
2748
+ msgstr "- 需要 WordPress %d 或更高版本!"
2749
+
2750
+ #: backwpup-functions.php:753
2751
+ #, php-format
2752
+ #@ backwpup
2753
+ msgid "- Log folder '%s' does not exists!"
2754
+ msgstr ""
2755
+
2756
+ #: backwpup-functions.php:756
2757
+ #, php-format
2758
+ #@ backwpup
2759
+ msgid "- Log folder '%s' is not writeable!"
2760
+ msgstr ""
2761
+
2762
+ #: backwpup-functions.php:759
2763
+ #, php-format
2764
+ #@ backwpup
2765
+ msgid "- Log folder '%s' is not in open_basedir path!"
2766
+ msgstr ""
2767
+
2768
+ #: backwpup-functions.php:762
2769
+ #, php-format
2770
+ #@ backwpup
2771
+ msgid "- WP_CONTENT_URL '%s' must set as a full URL!"
2772
+ msgstr ""
2773
+
2774
+ #: backwpup-functions.php:765
2775
+ #, php-format
2776
+ #@ backwpup
2777
+ msgid "- WP_PLUGIN_URL '%s' must set as a full URL!"
2778
+ msgstr ""
2779
+
2780
+ #: backwpup-functions.php:825
2781
+ #@ backwpup
2782
+ msgid "New"
2783
+ msgstr "新建的任务"
2784
+
2785
+ #. translators: plugin header field 'Description'
2786
+ #: backwpup.php:0
2787
+ #@ backwpup
2788
+ msgid "WordPress Backup and more..."
2789
+ msgstr ""
2790
+
2791
+ #: job/job_functions.php:487
2792
+ #, php-format
2793
+ #@ backwpup
2794
+ msgid "Signal %d send to script!"
2795
+ msgstr ""
2796
+
2797
+ #: job/job_functions.php:507
2798
+ #@ backwpup
2799
+ msgid "Can not restart on alternate cron...."
2800
+ msgstr ""
2801
+
2802
+ #: pages/func_backwpupeditjob.php:257
2803
+ #@ backwpup
2804
+ msgid "US-Standard (Northern Virginia & Washington State)"
2805
+ msgstr ""
2806
+
2807
+ #: pages/func_backwpupeditjob.php:257
2808
+ #@ backwpup
2809
+ msgid "US-West 1 (Northern California)"
2810
+ msgstr ""
2811
+
2812
+ #: pages/func_backwpupeditjob.php:257
2813
+ #@ backwpup
2814
+ msgid "US-West 2 (Oregon)"
2815
+ msgstr ""
2816
+
2817
+ #: pages/func_backwpupeditjob.php:257
2818
+ #@ backwpup
2819
+ msgid "South America (Sao Paulo)"
2820
+ msgstr ""
2821
+
2822
+ #: pages/func_backwpupeditjob.php:257
2823
+ #@ backwpup
2824
+ msgid "United States GovCloud"
2825
+ msgstr ""
2826
+
2827
+ #: pages/func_backwpupeditjob.php:257
2828
+ #@ backwpup
2829
+ msgid "United States GovCloud FIPS 140-2"
2830
+ msgstr ""
2831
+
2832
+ #: backwpup-functions.php:90
2833
+ #: backwpup-functions.php:97
2834
+ #@ backwpup
2835
+ msgid "Plugin Info"
2836
+ msgstr ""
2837
+
2838
+ #: backwpup-functions.php:104
2839
+ #@ backwpup
2840
+ msgid "Overview"
2841
+ msgstr ""
2842
+
2843
+ #: backwpup-functions.php:111
2844
+ #: backwpup-functions.php:121
2845
+ #: backwpup-functions.php:134
2846
+ #: backwpup-functions.php:146
2847
+ #@ backwpup
2848
+ msgid "Documentation"
2849
+ msgstr ""
2850
+
2851
+ #: backwpup-functions.php:113
2852
+ #: backwpup-functions.php:123
2853
+ #: backwpup-functions.php:136
2854
+ #: backwpup-functions.php:148
2855
+ #@ backwpup
2856
+ msgid "Support Forums"
2857
+ msgstr ""
2858
+
2859
+ #: backwpup-functions.php:115
2860
+ #: backwpup-functions.php:125
2861
+ #: backwpup-functions.php:138
2862
+ #: backwpup-functions.php:150
2863
+ #@ backwpup
2864
+ msgid "Google+"
2865
+ msgstr ""
2866
+
2867
+ #: backwpup-functions.php:744
2868
+ #, php-format
2869
+ #@ backwpup
2870
+ msgid "- Temp folder '%s' does not exists!"
2871
+ msgstr ""
2872
+
2873
+ #: backwpup-functions.php:747
2874
+ #, php-format
2875
+ #@ backwpup
2876
+ msgid "- Temp folder '%s' is not writeable!"
2877
+ msgstr ""
2878
+
2879
+ #. translators: plugin header field 'Version'
2880
+ #: backwpup.php:0
2881
+ #@ backwpup
2882
+ msgid "2.1.12"
2883
+ msgstr ""
2884
+
2885
+ #: job/job_run.php:116
2886
+ #@ backwpup
2887
+ msgid "[INFO]: BackWPup job started by cron"
2888
+ msgstr ""
2889
+
2890
+ #: job/job_run.php:118
2891
+ #@ backwpup
2892
+ msgid "[INFO]: BackWPup job started manualy"
2893
+ msgstr ""
2894
+
libs/Microsoft/WindowsAzure/CommandLine/Certificate.php DELETED
@@ -1,187 +0,0 @@
1
- <?php
2
- /**
3
- * Copyright (c) 2009 - 2011, RealDolmen
4
- * All rights reserved.
5
- *
6
- * Redistribution and use in source and binary forms, with or without
7
- * modification, are permitted provided that the following conditions are met:
8
- * * Redistributions of source code must retain the above copyright
9
- * notice, this list of conditions and the following disclaimer.
10
- * * Redistributions in binary form must reproduce the above copyright
11
- * notice, this list of conditions and the following disclaimer in the
12
- * documentation and/or other materials provided with the distribution.
13
- * * Neither the name of RealDolmen nor the
14
- * names of its contributors may be used to endorse or promote products
15
- * derived from this software without specific prior written permission.
16
- *
17
- * THIS SOFTWARE IS PROVIDED BY RealDolmen ''AS IS'' AND ANY
18
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
- * DISCLAIMED. IN NO EVENT SHALL RealDolmen BE LIABLE FOR ANY
21
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
- *
28
- * @category Microsoft
29
- * @package Microsoft_Console
30
- * @subpackage Exception
31
- * @version $Id: Exception.php 55733 2011-01-03 09:17:16Z unknown $
32
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
33
- * @license http://phpazure.codeplex.com/license
34
- */
35
-
36
- /**
37
- * @see Microsoft_AutoLoader
38
- */
39
- require_once dirname(__FILE__) . '/../../AutoLoader.php';
40
-
41
- /**
42
- * Certificate commands
43
- *
44
- * @category Microsoft
45
- * @package Microsoft_WindowsAzure_CommandLine
46
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
47
- * @license http://phpazure.codeplex.com/license
48
- *
49
- * @command-handler certificate
50
- * @command-handler-description Windows Azure Certificate commands
51
- * @command-handler-header Windows Azure SDK for PHP
52
- * @command-handler-header Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
53
- * @command-handler-footer Note: Parameters that are common across all commands can be stored
54
- * @command-handler-footer in two dedicated environment variables.
55
- * @command-handler-footer - SubscriptionId: The Windows Azure Subscription Id to operate on.
56
- * @command-handler-footer - Certificate The Windows Azure .cer Management Certificate.
57
- * @command-handler-footer
58
- * @command-handler-footer All commands support the --ConfigurationFile or -F parameter.
59
- * @command-handler-footer The parameter file is a simple INI file carrying one parameter
60
- * @command-handler-footer value per line. It accepts the same parameters as one can
61
- * @command-handler-footer use from the command line command.
62
- */
63
- class Microsoft_WindowsAzure_CommandLine_Certificate
64
- extends Microsoft_Console_Command
65
- {
66
- /**
67
- * List certificates for a specified hosted service in a specified subscription.
68
- *
69
- * @command-name List
70
- * @command-description List certificates for a specified hosted service in a specified subscription.
71
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
72
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
73
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
74
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --ServiceName|-sn Required. The name of the hosted service.
75
- * @command-example List certificates for service name "phptest":
76
- * @command-example List -sid="<your_subscription_id>" -cert="mycert.pem" -sn="phptest"
77
- */
78
- public function listCertificatesCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName)
79
- {
80
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
81
- $result = $client->listCertificates($serviceName);
82
-
83
- if (count($result) == 0) {
84
- echo 'No data to display.';
85
- }
86
- foreach ($result as $object) {
87
- $this->_displayObjectInformation($object, array('Thumbprint', 'CertificateUrl', 'ThumbprintAlgorithm'));
88
- }
89
- }
90
-
91
- /**
92
- * Add a certificate for a specified hosted service in a specified subscription.
93
- *
94
- * @command-name Add
95
- * @command-description Add a certificate for a specified hosted service in a specified subscription.
96
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
97
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
98
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
99
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --ServiceName|-sn Required. The name of the hosted service.
100
- * @command-parameter-for $certificateLocation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --CertificateLocation Required. Path to the .pfx certificate to be added.
101
- * @command-parameter-for $certificatePassword Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Prompt --CertificatePassword Required. The password for the certificate that will be added.
102
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
103
- * @command-example Add certificates for service name "phptest":
104
- * @command-example Add -sid="<your_subscription_id>" -cert="mycert.pem" -sn="phptest" --CertificateLocation="cert.pfx" --CertificatePassword="certpassword"
105
- */
106
- public function addCertificateCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $certificateLocation, $certificatePassword, $waitForOperation = false)
107
- {
108
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
109
- $client->addCertificate($serviceName, $certificateLocation, $certificatePassword, 'pfx');
110
- if ($waitForOperation) {
111
- $client->waitForOperation();
112
- }
113
- echo $serviceName;
114
- }
115
-
116
- /**
117
- * Gets a certificate from a specified hosted service in a specified subscription.
118
- *
119
- * @command-name Get
120
- * @command-description Gets a certificate from a specified hosted service in a specified subscription.
121
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
122
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
123
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
124
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --ServiceName|-sn Required. The name of the hosted service.
125
- * @command-parameter-for $thumbprint Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --CertificateThumbprint Required. The certificate thumbprint for which to retrieve the certificate.
126
- * @command-parameter-for $algorithm Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ThumbprintAlgorithm Required. The certificate's algorithm.
127
- * @command-example Get certificate for service name "phptest":
128
- * @command-example Get -sid="<your_subscription_id>" -cert="mycert.pem" -sn="phptest" --CertificateThumbprint="<thumbprint>" --ThumbprintAlgorithm="sha1"
129
- */
130
- public function getCertificateCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $thumbprint, $algorithm = "sha1")
131
- {
132
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
133
- $result = $client->getCertificate($serviceName, $algorithm, $thumbprint);
134
-
135
- $this->_displayObjectInformation($result, array('Thumbprint', 'CertificateUrl', 'ThumbprintAlgorithm'));
136
- }
137
-
138
- /**
139
- * Gets a certificate property from a specified hosted service in a specified subscription.
140
- *
141
- * @command-name GetProperty
142
- * @command-description Gets a certificate property from a specified hosted service in a specified subscription.
143
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
144
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
145
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
146
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --ServiceName|-sn Required. The name of the hosted service.
147
- * @command-parameter-for $thumbprint Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --CertificateThumbprint Required. The certificate thumbprint for which to retrieve the certificate.
148
- * @command-parameter-for $algorithm Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ThumbprintAlgorithm Required. The certificate's algorithm.
149
- * @command-parameter-for $property Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Property|-prop Required. The property to retrieve for the certificate.
150
- * @command-example Get certificate for service name "phptest":
151
- * @command-example Get -sid="<your_subscription_id>" -cert="mycert.pem" -sn="phptest" --CertificateThumbprint="<thumbprint>" --ThumbprintAlgorithm="sha1"
152
- */
153
- public function getCertificatePropertyCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $thumbprint, $algorithm = "sha1", $property)
154
- {
155
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
156
- $result = $client->getCertificate($serviceName, $algorithm, $thumbprint);
157
-
158
- printf("%s\r\n", $result->$property);
159
- }
160
-
161
- /**
162
- * Deletes a certificate from a specified hosted service in a specified subscription.
163
- *
164
- * @command-name Delete
165
- * @command-description Deletes a certificate from a specified hosted service in a specified subscription.
166
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
167
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
168
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
169
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --ServiceName|-sn Required. The name of the hosted service.
170
- * @command-parameter-for $thumbprint Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --CertificateThumbprint Required. The certificate thumbprint for which to retrieve the certificate.
171
- * @command-parameter-for $algorithm Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ThumbprintAlgorithm Required. The certificate's algorithm.
172
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
173
- * @command-example Get certificate for service name "phptest":
174
- * @command-example Get -sid="<your_subscription_id>" -cert="mycert.pem" -sn="phptest" --CertificateThumbprint="<thumbprint>" --ThumbprintAlgorithm="sha1"
175
- */
176
- public function deleteCertificateCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $thumbprint, $algorithm = "sha1", $waitForOperation = false)
177
- {
178
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
179
- $client->deleteCertificate($serviceName, $algorithm, $thumbprint);
180
- if ($waitForOperation) {
181
- $client->waitForOperation();
182
- }
183
- echo $serviceName;
184
- }
185
- }
186
-
187
- Microsoft_Console_Command::bootstrap($_SERVER['argv']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Deployment.php DELETED
@@ -1,745 +0,0 @@
1
- <?php
2
- /**
3
- * Copyright (c) 2009 - 2011, RealDolmen
4
- * All rights reserved.
5
- *
6
- * Redistribution and use in source and binary forms, with or without
7
- * modification, are permitted provided that the following conditions are met:
8
- * * Redistributions of source code must retain the above copyright
9
- * notice, this list of conditions and the following disclaimer.
10
- * * Redistributions in binary form must reproduce the above copyright
11
- * notice, this list of conditions and the following disclaimer in the
12
- * documentation and/or other materials provided with the distribution.
13
- * * Neither the name of RealDolmen nor the
14
- * names of its contributors may be used to endorse or promote products
15
- * derived from this software without specific prior written permission.
16
- *
17
- * THIS SOFTWARE IS PROVIDED BY RealDolmen ''AS IS'' AND ANY
18
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
- * DISCLAIMED. IN NO EVENT SHALL RealDolmen BE LIABLE FOR ANY
21
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
- *
28
- * @category Microsoft
29
- * @package Microsoft_Console
30
- * @subpackage Exception
31
- * @version $Id: Exception.php 55733 2011-01-03 09:17:16Z unknown $
32
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
33
- * @license http://phpazure.codeplex.com/license
34
- */
35
-
36
- /**
37
- * @see Microsoft_AutoLoader
38
- */
39
- require_once dirname(__FILE__) . '/../../AutoLoader.php';
40
-
41
- /**
42
- * Deployment commands
43
- *
44
- * @category Microsoft
45
- * @package Microsoft_WindowsAzure_CommandLine
46
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
47
- * @license http://phpazure.codeplex.com/license
48
- *
49
- * @command-handler deployment
50
- * @command-handler-description Windows Azure Deployment commands
51
- * @command-handler-header Windows Azure SDK for PHP
52
- * @command-handler-header Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
53
- * @command-handler-footer Note: Parameters that are common across all commands can be stored
54
- * @command-handler-footer in two dedicated environment variables.
55
- * @command-handler-footer - SubscriptionId: The Windows Azure Subscription Id to operate on.
56
- * @command-handler-footer - Certificate The Windows Azure .cer Management Certificate.
57
- * @command-handler-footer
58
- * @command-handler-footer All commands support the --ConfigurationFile or -F parameter.
59
- * @command-handler-footer The parameter file is a simple INI file carrying one parameter
60
- * @command-handler-footer value per line. It accepts the same parameters as one can
61
- * @command-handler-footer use from the command line command.
62
- */
63
- class Microsoft_WindowsAzure_CommandLine_Deployment
64
- extends Microsoft_Console_Command
65
- {
66
- /**
67
- * Creates a deployment from a remote package file and service configuration.
68
- *
69
- * @command-name CreateFromStorage
70
- * @command-description Creates a deployment from a remote package file and service configuration.
71
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
72
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
73
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
74
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Name Required. The hosted service DNS name to operate on.
75
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --DeploymentName Required. The name for the deployment.
76
- * @command-parameter-for $label Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Label Required. The label for the deployment.
77
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required. The slot to deploy to.
78
- * @command-parameter-for $packageUrl Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --PackageUrl Required. The remote location of the .cspkg file.
79
- * @command-parameter-for $serviceConfigurationLocation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ServiceConfigLocation Required. The location of the .cspkg file.
80
- * @command-parameter-for $startImmediately Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --StartImmediately Optional. Start the deployment after creation.
81
- * @command-parameter-for $warningsAsErrors Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WarningsAsErrors Optional. Treat warnings as errors.
82
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
83
- * @command-example Create a deployment from a remote .cspkg:
84
- * @command-example CreateFromStorage -sid="<your_subscription_id>" -cert="mycert.pem" --Name="hostedservicename" --DeploymentName="deploymentname"
85
- * @command-example --Label="deploymentlabel" --BySlot="production"
86
- * @command-example --PackageUrl="http://acct.blob.core.windows.net/pkgs/service.cspkg"
87
- * @command-example --ServiceConfigLocation=".\ServiceConfiguration.cscfg" --StartImmediately --WaitFor
88
- */
89
- public function createFromStorageCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentName, $label, $deploymentSlot, $packageUrl, $serviceConfigurationLocation, $startImmediately = true, $warningsAsErrors = false, $waitForOperation = false)
90
- {
91
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
92
- $deploymentSlot = strtolower($deploymentSlot);
93
- }
94
- if ($deploymentSlot != 'staging' && $deploymentSlot != 'production') {
95
- throw new Microsoft_Console_Exception('The deployment slot specified should be either staging|production.');
96
- }
97
-
98
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
99
- $client->createDeployment($serviceName, $deploymentSlot, $deploymentName, $label, $packageUrl, $serviceConfigurationLocation, $startImmediately, $warningsAsErrors);
100
-
101
- if ($waitForOperation) {
102
- $client->waitForOperation();
103
- }
104
- echo $client->getLastRequestId();
105
- }
106
-
107
- /**
108
- * Creates a deployment from a local package file and service configuration.
109
- *
110
- * @command-name CreateFromLocal
111
- * @command-description Creates a deployment from a local package file and service configuration.
112
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
113
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
114
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
115
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Name Required. The hosted service DNS name to operate on.
116
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --DeploymentName Required. The name for the deployment.
117
- * @command-parameter-for $label Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Label Required. The label for the deployment.
118
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required. The slot to deploy to.
119
- * @command-parameter-for $packageLocation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_StdIn --PackageLocation Required. The location of the .cspkg file.
120
- * @command-parameter-for $serviceConfigurationLocation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ServiceConfigLocation Required. The location of the .cspkg file.
121
- * @command-parameter-for $storageAccount Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --StorageAccount Required. Storage account to use when creating the deployment.
122
- * @command-parameter-for $startImmediately Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --StartImmediately Optional. Start the deployment after creation.
123
- * @command-parameter-for $warningsAsErrors Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WarningsAsErrors Optional. Treat warnings as errors.
124
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
125
- * @command-example Create a deployment from a local .cspkg:
126
- * @command-example CreateFromLocal -sid="<your_subscription_id>" -cert="mycert.pem" --Name="hostedservicename" --DeploymentName="deploymentname"
127
- * @command-example --Label="deploymentlabel" --BySlot="production" --PackageLocation=".\service.cspkg"
128
- * @command-example --ServiceConfigLocation=".\ServiceConfiguration.cscfg" --StorageAccount="mystorage"
129
- * @command-example --StartImmediately --WaitFor
130
- */
131
- public function createFromLocalCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentName, $label, $deploymentSlot, $packageLocation, $serviceConfigurationLocation, $storageAccount, $startImmediately = true, $warningsAsErrors = false, $waitForOperation = false)
132
- {
133
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
134
- $deploymentSlot = strtolower($deploymentSlot);
135
- }
136
- if ($deploymentSlot != 'staging' && $deploymentSlot != 'production') {
137
- throw new Microsoft_Console_Exception('The deployment slot specified should be either staging|production.');
138
- }
139
-
140
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
141
- $blobClient = $client->createBlobClientForService($storageAccount);
142
- $blobClient->createContainerIfNotExists('phpazuredeployments');
143
- $blobClient->putBlob('phpazuredeployments', basename($packageLocation), $packageLocation);
144
- $package = $blobClient->getBlobInstance('phpazuredeployments', basename($packageLocation));
145
-
146
- $client->createDeployment($serviceName, $deploymentSlot, $deploymentName, $label, $package->Url, $serviceConfigurationLocation, $startImmediately, $warningsAsErrors);
147
-
148
- $client->waitForOperation();
149
- $blobClient->deleteBlob('phpazuredeployments', basename($packageLocation));
150
-
151
- if ($waitForOperation) {
152
- $client->waitForOperation();
153
- }
154
- echo $client->getLastRequestId();
155
- }
156
-
157
- /**
158
- * Get deployment properties.
159
- *
160
- * @command-name GetProperties
161
- * @command-description Get deployment properties.
162
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
163
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
164
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
165
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
166
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
167
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
168
- * @command-example Get deployment properties for service "phptest" (production slot):
169
- * @command-example GetProperties -sid="<your_subscription_id>" -cert="mycert.pem" --Name="servicename" --BySlot="production"
170
- */
171
- public function getPropertiesCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName)
172
- {
173
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
174
-
175
- $result = null;
176
-
177
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
178
- $deploymentSlot = strtolower($deploymentSlot);
179
-
180
- $result = $client->getDeploymentBySlot($serviceName, $deploymentSlot);
181
- } else {
182
- $result = $client->getDeploymentByDeploymentId($serviceName, $deploymentName);
183
- }
184
-
185
- $this->_displayObjectInformation($result, array('Name', 'DeploymentSlot', 'Label', 'Url', 'Status'));
186
- }
187
-
188
- /**
189
- * Get hosted service account property.
190
- *
191
- * @command-name GetProperty
192
- * @command-description Get deployment property.
193
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
194
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
195
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
196
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
197
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
198
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
199
- * @command-parameter-for $property Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Property|-prop Required. The property to retrieve for the hosted service account.
200
- * @command-example Get deployment property "Name" for service "phptest" (production slot):
201
- * @command-example GetProperties -sid="<your_subscription_id>" -cert="mycert.pem"
202
- * @command-example --Name="servicename" --BySlot="production" --Property="Name"
203
- */
204
- public function getPropertyCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $property)
205
- {
206
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
207
-
208
- $result = null;
209
-
210
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
211
- $deploymentSlot = strtolower($deploymentSlot);
212
-
213
- $result = $client->getDeploymentBySlot($serviceName, $deploymentSlot);
214
- } else {
215
- $result = $client->getDeploymentByDeploymentId($serviceName, $deploymentName);
216
- }
217
-
218
- printf("%s\r\n", $result->$property);
219
- }
220
-
221
- /**
222
- * Get role instances.
223
- *
224
- * @command-name GetRoleInstances
225
- * @command-description Get role instance information (instance count, instance names, and instance statuses for a specified deployment.
226
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
227
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
228
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
229
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
230
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
231
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
232
- * @command-example Get role instances for production-slot deployment of the hosted service "phptest":
233
- * @command-example GetRoleInstances -sid="<your_subscription_id>" -cert="mycert.pem"
234
- * @command-example --Name="servicename" --BySlot="production"
235
- */
236
- public function getRoleInstances($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName)
237
- {
238
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
239
-
240
- $result = null;
241
-
242
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
243
- $deploymentSlot = strtolower($deploymentSlot);
244
-
245
- $result = $client->getRoleInstancesByDeploymentSlot($serviceName, $deploymentSlot);
246
- } else {
247
- $result = $client->getRoleInstancesByDeploymentId($serviceName, $deploymentName);
248
- }
249
-
250
- printf("InstanceCount:%s\n\n", count($result));
251
- $instance_index = 0;
252
- foreach($result as $instance) {
253
- printf("Instance%s\n", $instance_index );
254
- printf("Name:%s\n", $instance['instancename']);
255
- printf("Status:%s\n", $instance['instancestatus']);
256
- printf("\n");
257
- $instance_index++;
258
- }
259
- }
260
-
261
- /**
262
- * Get role instance properties.
263
- *
264
- * @command-name GetRoleInstanceProperties
265
- * @command-description Get role instance information for a specified role instance.
266
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
267
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
268
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
269
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
270
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
271
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
272
- * @command-parameter-for $instanceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --InstanceName Required. The role instance name to retrieve properties for.
273
- * @command-example Get role instance properties for role "role_0" for production-slot deployment of the hosted service "phptest":
274
- * @command-example GetRoleInstances -sid="<your_subscription_id>" -cert="mycert.pem"
275
- * @command-example --Name="servicename" --BySlot="production" --InstanceName="role_0"
276
- */
277
- public function getRoleInstanceProperties($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $instanceName)
278
- {
279
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
280
-
281
- $result = null;
282
-
283
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
284
- $deploymentSlot = strtolower($deploymentSlot);
285
-
286
- $result = $client->getRoleInstancesByDeploymentSlot($serviceName, $deploymentSlot);
287
- } else {
288
- $result = $client->getRoleInstancesByDeploymentId($serviceName, $deploymentName);
289
- }
290
-
291
- $instance_found = false;
292
-
293
- foreach($result as $instance) {
294
- if($instance['instancename'] == $instanceName) {
295
- printf("Status: \t%s\n", $instance['instancestatus']);
296
- printf("Upgrade domain: %s\n", $instance['instanceupgradedomain']);
297
- printf("Fault domain: \t%s\n", $instance['instancefaultdomain']);
298
- printf("Size: \t\t%s\n", $instance['instancesize']);
299
- printf("\n");
300
- $instance_found = true;
301
- continue;
302
- }
303
- }
304
-
305
- if(!$instance_found) {
306
- printf("No instance with name %s was found.", $instanceName);
307
- }
308
- }
309
-
310
- /**
311
- * Get a role instance property.
312
- *
313
- * @command-name GetRoleInstanceProperty
314
- * @command-description Get a specified role instance property for a specified role instance.
315
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
316
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
317
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
318
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
319
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
320
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
321
- * @command-parameter-for $instanceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --InstanceName Required. The role instance name to retrieve properties for.
322
- * @command-parameter-for $propertyName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --PropertyName Required. The role instance property to retrieve.
323
- * @command-example Get role instance property "Status" for role "role_0" for production-slot deployment of the hosted service "phptest":
324
- * @command-example GetRoleInstances -sid="<your_subscription_id>" -cert="mycert.pem"
325
- * @command-example --Name="servicename" --BySlot="production" --InstanceName="role_0" --PropertyName="Status"
326
- * @command-example Possible values for PropertyName are "Role Name", "Status", "Upgrade Domain", "Fault Domain", "Size"
327
- */
328
- public function getRoleInstanceProperty($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $instanceName, $propertyName)
329
- {
330
- if (!in_array($propertyName, array("Role Name", "Status", "Upgrade Domain", "Fault Domain", "Size"))) {
331
- printf("%s is not a valid property name. Valid property names are 'Role Name', 'Status', 'Upgrade Domain', 'Fault Domain', 'Size'", $propertyName);
332
- return;
333
- }
334
-
335
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
336
-
337
- $result = null;
338
-
339
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
340
- $deploymentSlot = strtolower($deploymentSlot);
341
-
342
- $result = $client->getRoleInstancesByDeploymentSlot($serviceName, $deploymentSlot);
343
- } else {
344
- $result = $client->getRoleInstancesByDeploymentId($serviceName, $deploymentName);
345
- }
346
-
347
- $instance_found = false;
348
-
349
- foreach($result as $instance) {
350
- if($instance['instancename'] == $instanceName) {
351
- switch($propertyName) {
352
- case "Role Name":
353
- printf($instance['rolename']);
354
- break;
355
- case "Status":
356
- printf($instance['instancestatus']);
357
- break;
358
- case "Upgrade Domain":
359
- printf($instance['instanceupgradedomain']);
360
- break;
361
- case "Fault Domain":
362
- printf($instance['instancefaultdomain']);
363
- break;
364
- case "Size":
365
- printf($instance['instancesize']);
366
- break;
367
- }
368
-
369
- $instance_found = true;
370
- continue;
371
- }
372
- }
373
-
374
- if(!$instance_found) {
375
- printf("No instance with name %s was found.", $instanceName);
376
- }
377
- }
378
-
379
- /**
380
- * Swap deployment slots (perform VIP swap).
381
- *
382
- * @command-name Swap
383
- * @command-description Swap deployment slots (perform VIP swap).
384
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
385
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
386
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
387
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
388
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
389
- * @command-example Swap deployment slots:
390
- * @command-example Swap -sid="<your_subscription_id>" -cert="mycert.pem" --Name="servicename"
391
- */
392
- public function swapCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $waitForOperation = false)
393
- {
394
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
395
-
396
- $productionDeploymentName = null;
397
- try { $productionDeploymentName = $client->getDeploymentBySlot($serviceName, 'production')->Name; } catch (Exception $ex) {}
398
-
399
- $stagingDeploymentName = null;
400
- try { $stagingDeploymentName = $client->getDeploymentBySlot($serviceName, 'staging')->Name; } catch (Exception $ex) {}
401
-
402
- if (is_null($productionDeploymentName)) {
403
- $productionDeploymentName = $stagingDeploymentName;
404
- }
405
- if (is_null($stagingDeploymentName)) {
406
- throw new Microsoft_Console_Exception('Swapping deployment slots is only possible when both slots have an active deployment or when production slot is empty.');
407
- }
408
-
409
- $client->swapDeployment($serviceName, $productionDeploymentName, $stagingDeploymentName);
410
-
411
- if ($waitForOperation) {
412
- $client->waitForOperation();
413
- }
414
- echo $client->getLastRequestId();
415
- }
416
-
417
- /**
418
- * Deletes a deployment.
419
- *
420
- * @command-name Delete
421
- * @command-description Deletes a deployment.
422
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
423
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
424
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
425
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
426
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
427
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
428
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
429
- * @command-example Delete a deployment:
430
- * @command-example Delete -sid="<your_subscription_id>" -cert="mycert.pem" --Name="hostedservicename" --DeploymentName="deploymentname"
431
- */
432
- public function deleteCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $waitForOperation = false)
433
- {
434
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
435
-
436
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
437
- $deploymentSlot = strtolower($deploymentSlot);
438
-
439
- $client->deleteDeploymentBySlot($serviceName, $deploymentSlot);
440
- } else {
441
- $client->deleteDeploymentByDeploymentId($serviceName, $deploymentName);
442
- }
443
-
444
- if ($waitForOperation) {
445
- $client->waitForOperation();
446
- }
447
- echo $client->getLastRequestId();
448
- }
449
-
450
- /**
451
- * Updates a deployment's configuration.
452
- *
453
- * @command-name UpdateConfig
454
- * @command-description Updates a deployment's configuration.
455
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
456
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
457
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
458
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
459
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
460
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
461
- * @command-parameter-for $serviceConfigurationLocation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ServiceConfigLocation Required. The location of the .cspkg file.
462
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
463
- * @command-example Update configuration:
464
- * @command-example UpdateConfig -sid="<your_subscription_id>" -cert="mycert.pem"
465
- * @command-example --Name="hostedservicename" --ByName="deploymentname"
466
- * @command-example --ServiceConfigLocation=".\ServiceConfiguration.cscfg"
467
- */
468
- public function updateConfigurationCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $serviceConfigurationLocation, $waitForOperation = false)
469
- {
470
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
471
-
472
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
473
- $deploymentSlot = strtolower($deploymentSlot);
474
-
475
- $client->configureDeploymentBySlot($serviceName, $deploymentSlot, $serviceConfigurationLocation);
476
- } else {
477
- $client->configureDeploymentByDeploymentId($serviceName, $deploymentName, $serviceConfigurationLocation);
478
- }
479
-
480
- if ($waitForOperation) {
481
- $client->waitForOperation();
482
- }
483
- echo $client->getLastRequestId();
484
- }
485
-
486
- /**
487
- * Updates a deployment's status.
488
- *
489
- * @command-name UpdateStatus
490
- * @command-description Updates a deployment's status.
491
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
492
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
493
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
494
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
495
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
496
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
497
- * @command-parameter-for $newStatus Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Status Required. New status (Suspended|Running)
498
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
499
- * @command-example Suspend a deployment:
500
- * @command-example UpdateStatus -sid="<your_subscription_id>" -cert="mycert.pem"
501
- * @command-example --Name="hostedservicename" --ByName="deploymentname"
502
- * @command-example --Status="Suspended"
503
- */
504
- public function updateStatusCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $newStatus, $waitForOperation = false)
505
- {
506
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
507
-
508
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
509
- $deploymentSlot = strtolower($deploymentSlot);
510
-
511
- $client->updateDeploymentStatusBySlot($serviceName, $deploymentSlot, $newStatus);
512
- } else {
513
- $client->updateDeploymentStatusByDeploymentId($serviceName, $deploymentName, $newStatus);
514
- }
515
-
516
- if ($waitForOperation) {
517
- $client->waitForOperation();
518
- }
519
- echo $client->getLastRequestId();
520
- }
521
-
522
- /**
523
- * Updates the number of instances.
524
- *
525
- * @command-name EditInstanceNumber
526
- * @command-description Updates the number of instances.
527
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
528
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
529
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
530
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
531
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
532
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
533
- * @command-parameter-for $roleName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --RoleName|-r Required. Role name to update the number of instances for.
534
- * @command-parameter-for $newInstanceNumber Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --NewInstanceNumber|-i Required. New number of instances.
535
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
536
- * @command-example Suspend a deployment:
537
- * @command-example EditInstanceNumber -sid="<your_subscription_id>" -cert="mycert.pem"
538
- * @command-example --Name="hostedservicename" --ByName="deploymentname"
539
- * @command-example --NewInstanceNumber="4"
540
- */
541
- public function editInstanceNumberCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $roleName, $newInstanceNumber = 1, $waitForOperation = false)
542
- {
543
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
544
-
545
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
546
- $deploymentSlot = strtolower($deploymentSlot);
547
-
548
- $client->setInstanceCountBySlot($serviceName, $deploymentSlot, $roleName, $newInstanceNumber);
549
- } else {
550
- $client->setInstanceCountByDeploymentId($serviceName, $deploymentName, $roleName, $newInstanceNumber);
551
- }
552
-
553
- if ($waitForOperation) {
554
- $client->waitForOperation();
555
- }
556
- echo $client->getLastRequestId();
557
- }
558
-
559
- /**
560
- * Reboots a role instance.
561
- *
562
- * @command-name RebootInstance
563
- * @command-description Reboots a role instance.
564
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
565
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
566
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
567
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
568
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
569
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
570
- * @command-parameter-for $instanceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --RoleInstanceName Required. The name of the role instance to work with.
571
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
572
- * @command-example Reboot a role instance:
573
- * @command-example RebootInstance -sid="<your_subscription_id>" -cert="mycert.pem"
574
- * @command-example --Name="hostedservicename" --ByName="deploymentname"
575
- * @command-example --RoleInstanceName="PhpOnAzure.Web_IN_0"
576
- */
577
- public function rebootInstanceCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $instanceName, $waitForOperation = false)
578
- {
579
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
580
-
581
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
582
- $deploymentSlot = strtolower($deploymentSlot);
583
-
584
- $client->rebootRoleInstanceBySlot($serviceName, $deploymentSlot, $instanceName);
585
- } else {
586
- $client->rebootRoleInstanceByDeploymentId($serviceName, $deploymentName, $instanceName);
587
- }
588
-
589
- if ($waitForOperation) {
590
- $client->waitForOperation();
591
- }
592
- echo $client->getLastRequestId();
593
- }
594
-
595
- /**
596
- * Reimages a role instance.
597
- *
598
- * @command-name ReimageInstance
599
- * @command-description Reimages a role instance.
600
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
601
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
602
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
603
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
604
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
605
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
606
- * @command-parameter-for $instanceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --RoleInstanceName Required. The name of the role instance to work with.
607
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
608
- * @command-example Reimage a role instance:
609
- * @command-example ReimageInstance -sid="<your_subscription_id>" -cert="mycert.pem"
610
- * @command-example --Name="hostedservicename" --ByName="deploymentname"
611
- * @command-example --RoleInstanceName="PhpOnAzure.Web_IN_0"
612
- */
613
- public function reimageInstanceCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $instanceName, $waitForOperation = false)
614
- {
615
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
616
-
617
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
618
- $deploymentSlot = strtolower($deploymentSlot);
619
-
620
- $client->reimageRoleInstanceBySlot($serviceName, $deploymentSlot, $instanceName);
621
- } else {
622
- $client->reimageRoleInstanceByDeploymentId($serviceName, $deploymentName, $instanceName);
623
- }
624
-
625
- if ($waitForOperation) {
626
- $client->waitForOperation();
627
- }
628
- echo $client->getLastRequestId();
629
- }
630
-
631
- /**
632
- * Upgrades a deployment from a remote package file and service configuration.
633
- *
634
- * @command-name UpgradeFromStorage
635
- * @command-description Upgrades a deployment from a remote package file and service configuration.
636
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
637
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
638
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
639
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Name Required. The hosted service DNS name to operate on.
640
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
641
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
642
- * @command-parameter-for $label Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Label Required. The label for the deployment.
643
- * @command-parameter-for $packageUrl Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --PackageUrl Required. The remote location of the .cspkg file.
644
- * @command-parameter-for $serviceConfigurationLocation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ServiceConfigLocation Required. The location of the .cspkg file.
645
- * @command-parameter-for $mode Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Mode Required. Set to auto|manual.
646
- * @command-parameter-for $roleName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --RoleName Optional. Role name to upgrade.
647
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
648
- */
649
- public function upgradeFromStorageCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $label, $packageUrl, $serviceConfigurationLocation, $mode = 'auto', $roleName = null, $waitForOperation = false)
650
- {
651
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
652
-
653
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
654
- $deploymentSlot = strtolower($deploymentSlot);
655
-
656
- $client->upgradeDeploymentBySlot($serviceName, $deploymentSlot, $label, $packageUrl, $serviceConfigurationLocation, $mode, $roleName);
657
- } else {
658
- $client->upgradeDeploymentByDeploymentId($serviceName, $deploymentName, $label, $packageUrl, $serviceConfigurationLocation, $mode, $roleName);
659
- }
660
-
661
- if ($waitForOperation) {
662
- $client->waitForOperation();
663
- }
664
- echo $client->getLastRequestId();
665
- }
666
-
667
- /**
668
- * Upgrades a deployment from a local package file and service configuration.
669
- *
670
- * @command-name UpgradeFromLocal
671
- * @command-description Upgrades a deployment from a local package file and service configuration.
672
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
673
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
674
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
675
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Name Required. The hosted service DNS name to operate on.
676
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
677
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
678
- * @command-parameter-for $label Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Label Required. The label for the deployment.
679
- * @command-parameter-for $packageLocation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_StdIn --PackageLocation Required. The location of the .cspkg file.
680
- * @command-parameter-for $serviceConfigurationLocation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ServiceConfigLocation Required. The location of the .cspkg file.
681
- * @command-parameter-for $storageAccount Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --StorageAccount Required. Storage account to use when creating the deployment.
682
- * @command-parameter-for $mode Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Mode Required. Set to auto|manual.
683
- * @command-parameter-for $roleName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --RoleName Optional. Role name to upgrade.
684
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
685
- */
686
- public function upgradeFromLocalCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $label, $packageLocation, $serviceConfigurationLocation, $storageAccount, $mode = 'auto', $roleName = null, $waitForOperation = false)
687
- {
688
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
689
-
690
- $blobClient = $client->createBlobClientForService($storageAccount);
691
- $blobClient->createContainerIfNotExists('phpazuredeployments');
692
- $blobClient->putBlob('phpazuredeployments', basename($packageLocation), $packageLocation);
693
- $package = $blobClient->getBlobInstance('phpazuredeployments', basename($packageLocation));
694
-
695
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
696
- $deploymentSlot = strtolower($deploymentSlot);
697
-
698
- $client->upgradeDeploymentBySlot($serviceName, $deploymentSlot, $label, $package->Url, $serviceConfigurationLocation, $mode, $roleName);
699
- } else {
700
- $client->upgradeDeploymentByDeploymentId($serviceName, $deploymentName, $label, $package->Url, $serviceConfigurationLocation, $mode, $roleName);
701
- }
702
-
703
- $client->waitForOperation();
704
- $blobClient->deleteBlob('phpazuredeployments', basename($packageLocation));
705
-
706
- if ($waitForOperation) {
707
- $client->waitForOperation();
708
- }
709
- echo $client->getLastRequestId();
710
- }
711
-
712
- /**
713
- * Walks upgrade domains.
714
- *
715
- * @command-name WalkUpgradeDomains
716
- * @command-description Walks upgrade domains.
717
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
718
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
719
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
720
- * @command-parameter-for $serviceName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env|Microsoft_Console_Command_ParameterSource_StdIn --Name Required. The hosted service DNS name to operate on.
721
- * @command-parameter-for $deploymentSlot Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --BySlot Required if deployment name is omitted. The slot to retrieve property information for.
722
- * @command-parameter-for $deploymentName Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --ByName Required if deployment slot is omitted. The deployment name to retrieve property information for.
723
- * @command-parameter-for $upgradeDomain Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --UpgradeDomain Required. The upgrade domain index.
724
- * @command-parameter-for $waitForOperation Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --WaitFor|-w Optional. Wait for the operation to complete?
725
- */
726
- public function walkUpgradeDomainsCommand($subscriptionId, $certificate, $certificatePassphrase, $serviceName, $deploymentSlot, $deploymentName, $upgradeDomain, $waitForOperation = false)
727
- {
728
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
729
-
730
- if (!is_null($deploymentSlot) && $deploymentSlot != '') {
731
- $deploymentSlot = strtolower($deploymentSlot);
732
-
733
- $client->walkUpgradeDomainBySlot($serviceName, $deploymentSlot, $upgradeDomain);
734
- } else {
735
- $client->walkUpgradeDomainByDeploymentId($serviceName, $deploymentName, $upgradeDomain);
736
- }
737
-
738
- if ($waitForOperation) {
739
- $client->waitForOperation();
740
- }
741
- echo $client->getLastRequestId();
742
- }
743
- }
744
-
745
- Microsoft_Console_Command::bootstrap($_SERVER['argv']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/GetAsynchronousOperation.php DELETED
@@ -1,106 +0,0 @@
1
- <?php
2
- /**
3
- * Copyright (c) 2009 - 2011, RealDolmen
4
- * All rights reserved.
5
- *
6
- * Redistribution and use in source and binary forms, with or without
7
- * modification, are permitted provided that the following conditions are met:
8
- * * Redistributions of source code must retain the above copyright
9
- * notice, this list of conditions and the following disclaimer.
10
- * * Redistributions in binary form must reproduce the above copyright
11
- * notice, this list of conditions and the following disclaimer in the
12
- * documentation and/or other materials provided with the distribution.
13
- * * Neither the name of RealDolmen nor the
14
- * names of its contributors may be used to endorse or promote products
15
- * derived from this software without specific prior written permission.
16
- *
17
- * THIS SOFTWARE IS PROVIDED BY RealDolmen ''AS IS'' AND ANY
18
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
- * DISCLAIMED. IN NO EVENT SHALL RealDolmen BE LIABLE FOR ANY
21
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
- *
28
- * @category Microsoft
29
- * @package Microsoft_Console
30
- * @subpackage Exception
31
- * @version $Id: Exception.php 55733 2011-01-03 09:17:16Z unknown $
32
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
33
- * @license http://phpazure.codeplex.com/license
34
- */
35
-
36
- /**
37
- * @see Microsoft_AutoLoader
38
- */
39
- require_once dirname(__FILE__) . '/../../AutoLoader.php';
40
-
41
- /**
42
- * Asynchronous Operation commands
43
- *
44
- * @category Microsoft
45
- * @package Microsoft_WindowsAzure_CommandLine
46
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
47
- * @license http://phpazure.codeplex.com/license
48
- *
49
- * @command-handler getasynchronousoperation
50
- * @command-handler-description Windows Azure Asynchronous Operation commands
51
- * @command-handler-header Windows Azure SDK for PHP
52
- * @command-handler-header Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
53
- * @command-handler-footer Note: Parameters that are common across all commands can be stored
54
- * @command-handler-footer in two dedicated environment variables.
55
- * @command-handler-footer - SubscriptionId: The Windows Azure Subscription Id to operate on.
56
- * @command-handler-footer - Certificate The Windows Azure .cer Management Certificate.
57
- * @command-handler-footer
58
- * @command-handler-footer All commands support the --ConfigurationFile or -F parameter.
59
- * @command-handler-footer The parameter file is a simple INI file carrying one parameter
60
- * @command-handler-footer value per line. It accepts the same parameters as one can
61
- * @command-handler-footer use from the command line command.
62
- */
63
- class Microsoft_WindowsAzure_CommandLine_GetAsynchronousOperation
64
- extends Microsoft_Console_Command
65
- {
66
- /**
67
- * Get information for a specific asynchronous request.
68
- *
69
- * @command-name GetInfo
70
- * @command-description Get information for a specific asynchronous request.
71
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
72
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
73
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
74
- * @command-parameter-for $requestId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_StdIn --RequestId|-r Required. The value returned by a call that starts an asynchronous operation to monitor.
75
- * @command-example Get information for a specific asynchronous operation:
76
- * @command-example GetInfo -sid="<your_subscription_id>" -cert="mycert.pem" -r="dab87a4b70e94a36805f5af2d20fc593"
77
- */
78
- public function getInfoCommand($subscriptionId, $certificate, $certificatePassphrase, $requestId)
79
- {
80
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
81
- $result = $client->getOperationStatus($requestId);
82
-
83
- $this->_displayObjectInformation($result, array('ID', 'Status', 'ErrorMessage'));
84
- }
85
-
86
- /**
87
- * Wait for a specific asynchronous request to complete.
88
- *
89
- * @command-name WaitFor
90
- * @command-description Wait for a specific asynchronous request to complete.
91
- * @command-parameter-for $subscriptionId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --SubscriptionId|-sid Required. This is the Windows Azure Subscription Id to operate on.
92
- * @command-parameter-for $certificate Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Certificate|-cert Required. This is the .pem certificate that user has uploaded to Windows Azure subscription as Management Certificate.
93
- * @command-parameter-for $certificatePassphrase Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Passphrase|-p The certificate passphrase. If not specified, a prompt will be displayed.
94
- * @command-parameter-for $requestId Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_StdIn --RequestId|-r Required. The value returned by a call that starts an asynchronous operation to monitor.
95
- * @command-parameter-for $interval Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --Interval|-i Optional. The interval between two status checks (in milliseconds).
96
- * @command-example Wait for a specific asynchronous operation:
97
- * @command-example WaitFor -sid="<your_subscription_id>" -cert="mycert.pem" -r="dab87a4b70e94a36805f5af2d20fc593"
98
- */
99
- public function waitForCommand($subscriptionId, $certificate, $certificatePassphrase, $requestId, $interval = 250)
100
- {
101
- $client = new Microsoft_WindowsAzure_Management_Client($subscriptionId, $certificate, $certificatePassphrase);
102
- $client->waitForOperation($requestId, $interval);
103
- }
104
- }
105
-
106
- Microsoft_Console_Command::bootstrap($_SERVER['argv']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Package.php DELETED
@@ -1,181 +0,0 @@
1
- <?php
2
- /**
3
- * Copyright (c) 2009 - 2011, RealDolmen
4
- * All rights reserved.
5
- *
6
- * Redistribution and use in source and binary forms, with or without
7
- * modification, are permitted provided that the following conditions are met:
8
- * * Redistributions of source code must retain the above copyright
9
- * notice, this list of conditions and the following disclaimer.
10
- * * Redistributions in binary form must reproduce the above copyright
11
- * notice, this list of conditions and the following disclaimer in the
12
- * documentation and/or other materials provided with the distribution.
13
- * * Neither the name of RealDolmen nor the
14
- * names of its contributors may be used to endorse or promote products
15
- * derived from this software without specific prior written permission.
16
- *
17
- * THIS SOFTWARE IS PROVIDED BY RealDolmen ''AS IS'' AND ANY
18
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
- * DISCLAIMED. IN NO EVENT SHALL RealDolmen BE LIABLE FOR ANY
21
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
- *
28
- * @category Microsoft
29
- * @package Microsoft_Console
30
- * @subpackage Exception
31
- * @version $Id: Exception.php 55733 2011-01-03 09:17:16Z unknown $
32
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
33
- * @license http://phpazure.codeplex.com/license
34
- */
35
-
36
- /**
37
- * @see Microsoft_AutoLoader
38
- */
39
- require_once dirname(__FILE__) . '/../../AutoLoader.php';
40
-
41
- /**
42
- * Package commands
43
- *
44
- * @category Microsoft
45
- * @package Microsoft_WindowsAzure_CommandLine
46
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
47
- * @license http://phpazure.codeplex.com/license
48
- *
49
- * @command-handler package
50
- * @command-handler-description Windows Azure Package commands
51
- * @command-handler-header Windows Azure SDK for PHP
52
- * @command-handler-header Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
53
- * @command-handler-footer
54
- * @command-handler-footer All commands support the --ConfigurationFile or -F parameter.
55
- * @command-handler-footer The parameter file is a simple INI file carrying one parameter
56
- * @command-handler-footer value per line. It accepts the same parameters as one can
57
- * @command-handler-footer use from the command line command.
58
- */
59
- class Microsoft_WindowsAzure_CommandLine_Package
60
- extends Microsoft_Console_Command
61
- {
62
- /**
63
- * Packages a Windows Azure project structure.
64
- *
65
- * @command-name Create
66
- * @command-description Packages a Windows Azure project structure.
67
- *
68
- * @command-parameter-for $path Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_StdIn --InputPath|-in Required. The path to package.
69
- * @command-parameter-for $runDevFabric Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --RunDevFabric|-dev Required. Switch. Run and deploy to the Windows Azure development fabric.
70
- * @command-parameter-for $outputPath Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --OutputPath|-out Optional. The output path for the resulting package.
71
- */
72
- public function createPackageCommand($path, $runDevFabric, $outputPath)
73
- {
74
- // See if the $path variable requires some cleaning due to piping commands
75
- if (strpos($path, 'finished at location: ') !== false) {
76
- $path = explode('finished at location: ', $path);
77
- $path = rtrim($path[1]);
78
- }
79
-
80
- // Create output paths
81
- if (is_null($outputPath) || $outputPath == '') {
82
- $outputPath = realpath($path . '/../');
83
- }
84
- $packageOut = $outputPath . '/' . basename($path) . '.cspkg';
85
- if (!file_exists($outputPath)) {
86
- if (@mkdir($outputPath) === false) {
87
- throw new Microsoft_Console_Exception('The path ' . $outputPath . ' could not be created.');
88
- }
89
- }
90
-
91
- // Find Windows Azure SDK bin folders
92
- $csPackFolderCandidates = array_merge(
93
- isset($_SERVER['ProgramFiles']) ? glob($_SERVER['ProgramFiles'] . '\Windows Azure SDK\*\bin', GLOB_NOSORT) : array(),
94
- isset($_SERVER['ProgramFiles(x86)']) ? glob($_SERVER['ProgramFiles(x86)'] . '\Windows Azure SDK\*\bin', GLOB_NOSORT) : array(),
95
- isset($_SERVER['ProgramW6432']) ? glob($_SERVER['ProgramW6432'] . '\Windows Azure SDK\*\bin', GLOB_NOSORT) : array()
96
- );
97
- if (count($csPackFolderCandidates) == 0) {
98
- throw new Microsoft_Console_Exception('Could not locate the Windows Azure SDK. Download the tools from www.azure.com or using the Web Platform Installer.');
99
- }
100
- $cspack = '"' . $csPackFolderCandidates[count($csPackFolderCandidates) - 1] . '\cspack.exe' . '"';
101
-
102
- $csRunFolderCandidates = array_merge(
103
- isset($_SERVER['ProgramFiles']) ? glob($_SERVER['ProgramFiles'] . '\Windows Azure SDK\*\bin', GLOB_NOSORT) : array(),
104
- isset($_SERVER['ProgramFiles(x86)']) ? glob($_SERVER['ProgramFiles(x86)'] . '\Windows Azure SDK\*\bin', GLOB_NOSORT) : array(),
105
- isset($_SERVER['ProgramW6432']) ? glob($_SERVER['ProgramW6432'] . '\Windows Azure SDK\*\bin', GLOB_NOSORT) : array(),
106
- isset($_SERVER['ProgramFiles']) ? glob($_SERVER['ProgramFiles'] . '\Windows Azure Emulator\emulator', GLOB_NOSORT) : array(),
107
- isset($_SERVER['ProgramFiles(x86)']) ? glob($_SERVER['ProgramFiles(x86)'] . '\Windows Azure Emulator\emulator', GLOB_NOSORT) : array(),
108
- isset($_SERVER['ProgramW6432']) ? glob($_SERVER['ProgramW6432'] . '\Windows Azure Emulator\emulator', GLOB_NOSORT) : array()
109
- );
110
- if (count($csRunFolderCandidates) == 0) {
111
- throw new Microsoft_Console_Exception('Could not locate the Windows Azure SDK. Download the tools from www.azure.com or using the Web Platform Installer.');
112
- }
113
- $csrun = '"' . $csRunFolderCandidates[count($csRunFolderCandidates) - 1] . '\csrun.exe' . '"';
114
-
115
- // Open the ServiceDefinition.csdef file and check for role paths
116
- $serviceDefinitionFile = $path . '/ServiceDefinition.csdef';
117
- if (!file_exists($serviceDefinitionFile)) {
118
- throw new Microsoft_Console_Exception('Could not locate ServiceDefinition.csdef at ' . $serviceDefinitionFile . '.');
119
- }
120
- $serviceDefinition = simplexml_load_file($serviceDefinitionFile);
121
- $xmlRoles = array();
122
-
123
- if ($serviceDefinition->WebRole) {
124
- if (count($serviceDefinition->WebRole) > 1) {
125
- foreach ($serviceDefinition->WebRole as $role) {
126
- $xmlRoles[] = $role;
127
- }
128
- } else {
129
- $xmlRoles = array_merge($xmlRoles, array($serviceDefinition->WebRole));
130
- }
131
- }
132
- if ($serviceDefinition->WorkerRole) {
133
- if (count($serviceDefinition->WorkerRole) > 1) {
134
- foreach ($serviceDefinition->WorkerRole as $role) {
135
- $xmlRoles[] = $role;
136
- }
137
- } else {
138
- $xmlRoles = array_merge($xmlRoles, array($serviceDefinition->WorkerRole));
139
- }
140
- }
141
-
142
- // Build '/role:' command parameter
143
- $roleArgs = array();
144
- foreach ($xmlRoles as $xmlRole) {
145
- if ($xmlRole["name"]) {
146
- $roleArgs[] = '/role:' . $xmlRole["name"] . ';' . realpath($path . '/' . $xmlRole["name"]);
147
- }
148
- }
149
-
150
- // Build command
151
- $command = $cspack;
152
- $args = array(
153
- $path . '\ServiceDefinition.csdef',
154
- implode(' ', $roleArgs),
155
- '/out:' . $packageOut
156
- );
157
- if ($runDevFabric) {
158
- $args[] = '/copyOnly';
159
- }
160
- passthru($command . ' ' . implode(' ', $args));
161
-
162
- // Can we copy a configuration file?
163
- $serviceConfigurationFile = $path . '/ServiceConfiguration.cscfg';
164
- $serviceConfigurationFileOut = $outputPath . '/ServiceConfiguration.cscfg';
165
- if (file_exists($serviceConfigurationFile) && !file_exists($serviceConfigurationFileOut)) {
166
- copy($serviceConfigurationFile, $serviceConfigurationFileOut);
167
- }
168
-
169
- // Do we have to start the development fabric?
170
- if ($runDevFabric) {
171
- passthru($csrun . ' /devstore:start');
172
- passthru($csrun . ' /devfabric:start');
173
- passthru($csrun . ' /removeAll');
174
- passthru($csrun . ' /run:"' . $packageOut . ';' . $serviceConfigurationFileOut . '" /launchBrowser');
175
- }
176
-
177
- // Echo package
178
- echo $packageOut;
179
- }
180
- }
181
- Microsoft_Console_Command::bootstrap($_SERVER['argv']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/PackageScaffolder/PackageScaffolderAbstract.php DELETED
@@ -1,324 +0,0 @@
1
- <?php
2
- /**
3
- * Copyright (c) 2009 - 2011, RealDolmen
4
- * All rights reserved.
5
- *
6
- * Redistribution and use in source and binary forms, with or without
7
- * modification, are permitted provided that the following conditions are met:
8
- * * Redistributions of source code must retain the above copyright
9
- * notice, this list of conditions and the following disclaimer.
10
- * * Redistributions in binary form must reproduce the above copyright
11
- * notice, this list of conditions and the following disclaimer in the
12
- * documentation and/or other materials provided with the distribution.
13
- * * Neither the name of RealDolmen nor the
14
- * names of its contributors may be used to endorse or promote products
15
- * derived from this software without specific prior written permission.
16
- *
17
- * THIS SOFTWARE IS PROVIDED BY RealDolmen ''AS IS'' AND ANY
18
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
- * DISCLAIMED. IN NO EVENT SHALL RealDolmen BE LIABLE FOR ANY
21
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
- *
28
- * @category Microsoft
29
- * @package Microsoft_WindowsAzure
30
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
31
- * @license http://phpazure.codeplex.com/license
32
- * @version $Id: SharedKeyCredentials.php 14561 2009-05-07 08:05:12Z unknown $
33
- */
34
-
35
- /**
36
- * @see Microsoft_AutoLoader
37
- */
38
- require_once dirname(__FILE__) . '/../../../AutoLoader.php';
39
-
40
- /**
41
- * @category Microsoft
42
- * @package Microsoft_WindowsAzure_CommandLine
43
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
44
- * @license http://phpazure.codeplex.com/license
45
- */
46
- abstract class Microsoft_WindowsAzure_CommandLine_PackageScaffolder_PackageScaffolderAbstract
47
- extends Microsoft_Console_Command
48
- {
49
- /**
50
- * Displays the help information.
51
- *
52
- * @command-name <default>
53
- * @command-name -h
54
- * @command-name -help
55
- * @command-description Displays the current help information.
56
- */
57
- public function helpCommand() {
58
- $handler = $this->getHandler();
59
- $newline = "\r\n";
60
-
61
- if (count($handler->headers) > 0) {
62
- foreach ($handler->headers as $header) {
63
- printf('%s%s', $header, $newline);
64
- }
65
- printf($newline);
66
- }
67
- printf('%s%s', $handler->description, $newline);
68
- printf($newline);
69
- printf('Available commands:%s', $newline);
70
- foreach ($handler->commands as $command) {
71
- if ($command->aliases[0] != '<default>') {
72
- $description = str_split($command->description, 50);
73
- printf(' %-25s %s%s', implode(', ', $command->aliases), $description[0], $newline);
74
- for ($di = 1; $di < count($description); $di++) {
75
- printf(' %-25s %s%s', '', $description[$di], $newline);
76
- }
77
- printf($newline);
78
-
79
- if (count($command->parameters) > 0) {
80
- foreach ($command->parameters as $parameter) {
81
- if ($parameter->aliases[0] != '--Phar' && $parameter->aliases[0] != '--Path') {
82
- $description = str_split($parameter->description, 50);
83
- printf(' %-23s %s', implode(', ', $parameter->aliases), $newline);
84
- for ($di = 0; $di < count($description); $di++) {
85
- printf(' %-23s %s%s', '', $description[$di], $newline);
86
- }
87
- printf($newline);
88
- }
89
- }
90
- }
91
- printf($newline);
92
-
93
- if (count($command->examples) > 0) {
94
- printf(' Example usage:%s', $newline);
95
- foreach ($command->examples as $example) {
96
- printf(' %s%s', $example, $newline);
97
- }
98
- printf($newline);
99
- }
100
- }
101
- }
102
-
103
- if (count($handler->footers) > 0) {
104
- printf($newline);
105
- foreach ($handler->footers as $footer) {
106
- printf('%s%s', $footer, $newline);
107
- }
108
- printf($newline);
109
- }
110
- }
111
-
112
- /**
113
- * Writes output to STDERR, followed by a newline (optional)
114
- *
115
- * @param string $message
116
- * @param string $newLine
117
- */
118
- protected function log($message, $newLine = true)
119
- {
120
- if (error_reporting() === 0) {
121
- return;
122
- }
123
- file_put_contents('php://stderr', $message . ($newLine ? "\r\n" : ''));
124
- }
125
-
126
- /**
127
- * Extract resources to a file system path
128
- *
129
- * @param Phar $phar Phar archive.
130
- * @param string $path Output path root.
131
- */
132
- protected function extractResources(Phar $phar, $path)
133
- {
134
- $this->deleteDirectory($path);
135
- $phar->extractTo($path);
136
- @unlink($path . '/index.php');
137
- @unlink($path . '/build.bat');
138
- $this->copyDirectory($path . '/resources', $path . '/tmp', false);
139
- $this->deleteDirectory($path . '/resources');
140
- $this->copyDirectory($path . '/tmp', $path, false);
141
- $this->deleteDirectory($path . '/tmp');
142
- }
143
-
144
- /**
145
- * Apply file transforms.
146
- *
147
- * @param string $rootPath Root path.
148
- * @param array $values Key/value array.
149
- */
150
- protected function applyTransforms($rootPath, $values)
151
- {
152
- if (is_null($rootPath) || !is_string($rootPath) || empty($rootPath)) {
153
- throw new InvalidArgumentException("Undefined \"rootPath\"");
154
- }
155
-
156
- if (is_dir($rootPath)) {
157
- $d = dir($rootPath);
158
- while ( false !== ( $entry = $d->read() ) ) {
159
- if ( $entry == '.' || $entry == '..' ) {
160
- continue;
161
- }
162
- $entry = $rootPath . '/' . $entry;
163
-
164
- $this->applyTransforms($entry, $values);
165
- }
166
- $d->close();
167
- } else {
168
- $contents = file_get_contents($rootPath);
169
- foreach ($values as $key => $value) {
170
- $contents = str_replace('$' . $key . '$', $value, $contents);
171
- }
172
- file_put_contents($rootPath, $contents);
173
- }
174
-
175
- return true;
176
- }
177
-
178
- /**
179
- * Create directory
180
- *
181
- * @param string $path Path of directory to create.
182
- * @param boolean $abortIfExists Abort if directory exists.
183
- * @param boolean $recursive Create parent directories if not exist.
184
- *
185
- * @return boolean
186
- */
187
- protected function createDirectory($path, $abortIfExists = true, $recursive = true) {
188
- if (is_null($path) || !is_string($path) || empty($path)) {
189
- throw new InvalidArgumentException ("Undefined \"path\"" );
190
- }
191
-
192
- if (is_dir($path) && $abortIfExists) {
193
- return false;
194
- }
195
-
196
- if (is_dir($path) ) {
197
- @chmod($path, '0777');
198
- if (!self::deleteDirectory($path) ) {
199
- throw new RuntimeException("Failed to delete \"{$path}\".");
200
- }
201
- }
202
-
203
- if (!mkdir($path, '0777', $recursive) || !is_dir($path)) {
204
- throw new RuntimeException( "Failed to create directory \"{$path}\"." );
205
- }
206
-
207
- return true;
208
- }
209
-
210
- /**
211
- * Fully copy a source directory to a target directory.
212
- *
213
- * @param string $sourcePath Source directory
214
- * @param string $destinationPath Target directory
215
- * @param boolean $abortIfExists Query re-creating target directory if exists
216
- * @param octal $mode Changes access mode
217
- *
218
- * @return boolean
219
- */
220
- protected function copyDirectory($sourcePath, $destinationPath, $abortIfExists = true, $mode = '0777') {
221
- if (is_null($sourcePath) || !is_string($sourcePath) || empty($sourcePath)) {
222
- throw new InvalidArgumentException("Undefined \"sourcePath\"");
223
- }
224
-
225
- if (is_null($destinationPath) || !is_string($destinationPath) || empty($destinationPath)) {
226
- throw new InvalidArgumentException("Undefined \"destinationPath\"");
227
- }
228
-
229
- if (is_dir($destinationPath) && $abortIfExists) {
230
- return false;
231
- }
232
-
233
- if (is_dir($sourcePath)) {
234
- if (!is_dir($destinationPath) && !mkdir($destinationPath, $mode)) {
235
- throw new RuntimeException("Failed to create target directory \"{$destinationPath}\"" );
236
- }
237
- $d = dir($sourcePath);
238
- while ( false !== ( $entry = $d->read() ) ) {
239
- if ( $entry == '.' || $entry == '..' ) {
240
- continue;
241
- }
242
- $strSourceEntry = $sourcePath . '/' . $entry;
243
- $strTargetEntry = $destinationPath . '/' . $entry;
244
- if (is_dir($strSourceEntry) ) {
245
- $this->copyDirectory(
246
- $strSourceEntry,
247
- $strTargetEntry,
248
- false,
249
- $mode
250
- );
251
- continue;
252
- }
253
- if (!copy($strSourceEntry, $strTargetEntry) ) {
254
- throw new RuntimeException (
255
- "Failed to copy"
256
- . " file \"{$strSourceEntry}\""
257
- . " to \"{$strTargetEntry}\""
258
- );
259
- }
260
- }
261
- $d->close();
262
- } else {
263
- if (!copy($sourcePath, $destinationPath)) {
264
- throw new RuntimeException (
265
- "Failed to copy"
266
- . " file \"{$sourcePath}\""
267
- . " to \"{$destinationPath}\""
268
-
269
- );
270
- }
271
- }
272
-
273
- return true;
274
- }
275
-
276
- /**
277
- * Delete directory and all of its contents;
278
- *
279
- * @param string $path Directory path
280
- * @return boolean
281
- */
282
- protected function deleteDirectory($path)
283
- {
284
- if (is_null($path) || !is_string($path) || empty($path)) {
285
- throw new InvalidArgumentException( "Undefined \"path\"" );
286
- }
287
-
288
- $handleDir = false;
289
- if (is_dir($path) ) {
290
- $handleDir = @opendir($path);
291
- }
292
- if (!$handleDir) {
293
- return false;
294
- }
295
- @chmod($path, 0777);
296
- while ($file = readdir($handleDir)) {
297
- if ($file == '.' || $file == '..') {
298
- continue;
299
- }
300
-
301
- $fsEntity = $path . "/" . $file;
302
-
303
- if (is_dir($fsEntity)) {
304
- $this->deleteDirectory($fsEntity);
305
- continue;
306
- }
307
-
308
- if (is_file($fsEntity)) {
309
- @unlink($fsEntity);
310
- continue;
311
- }
312
-
313
- throw new LogicException (
314
- "Unexpected file type: \"{$fsEntity}\""
315
- );
316
- }
317
-
318
- @chmod($path, 0777);
319
- closedir($handleDir);
320
- @rmdir($path);
321
-
322
- return true;
323
- }
324
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolder.php DELETED
@@ -1,193 +0,0 @@
1
- <?php
2
- /**
3
- * Copyright (c) 2009 - 2011, RealDolmen
4
- * All rights reserved.
5
- *
6
- * Redistribution and use in source and binary forms, with or without
7
- * modification, are permitted provided that the following conditions are met:
8
- * * Redistributions of source code must retain the above copyright
9
- * notice, this list of conditions and the following disclaimer.
10
- * * Redistributions in binary form must reproduce the above copyright
11
- * notice, this list of conditions and the following disclaimer in the
12
- * documentation and/or other materials provided with the distribution.
13
- * * Neither the name of RealDolmen nor the
14
- * names of its contributors may be used to endorse or promote products
15
- * derived from this software without specific prior written permission.
16
- *
17
- * THIS SOFTWARE IS PROVIDED BY RealDolmen ''AS IS'' AND ANY
18
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
- * DISCLAIMED. IN NO EVENT SHALL RealDolmen BE LIABLE FOR ANY
21
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
- *
28
- * @category Microsoft
29
- * @package Microsoft_Console
30
- * @subpackage Exception
31
- * @version $Id: Exception.php 55733 2011-01-03 09:17:16Z unknown $
32
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
33
- * @license http://phpazure.codeplex.com/license
34
- */
35
-
36
- /**
37
- * @see Microsoft_AutoLoader
38
- */
39
- require_once dirname(__FILE__) . '/../../AutoLoader.php';
40
-
41
- /**
42
- * Scaffold commands
43
- *
44
- * @category Microsoft
45
- * @package Microsoft_WindowsAzure_CommandLine
46
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
47
- * @license http://phpazure.codeplex.com/license
48
- *
49
- * @command-handler scaffolder
50
- * @command-handler-description Windows Azure Package commands
51
- * @command-handler-header Windows Azure SDK for PHP
52
- * @command-handler-header Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
53
- * @command-handler-footer
54
- * @command-handler-footer All commands support the --ConfigurationFile or -F parameter.
55
- * @command-handler-footer The parameter file is a simple INI file carrying one parameter
56
- * @command-handler-footer value per line. It accepts the same parameters as one can
57
- * @command-handler-footer use from the command line command.
58
- */
59
- class Microsoft_WindowsAzure_CommandLine_Scaffolder
60
- extends Microsoft_Console_Command
61
- {
62
- /**
63
- * Runs a scaffolder and creates a Windows Azure project structure which can be customized before packaging.
64
- *
65
- * @command-name Run
66
- * @command-description Runs a scaffolder and creates a Windows Azure project structure which can be customized before packaging.
67
- *
68
- * @command-parameter-for $path Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --OutputPath|-out Required. The path to create the Windows Azure project structure.
69
- * @command-parameter-for $scaffolder Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Scaffolder|-s Optional. The path to the scaffolder to use. Defaults to Scaffolders/DefaultScaffolder.phar
70
- */
71
- public function runCommand($path, $scaffolder, $argv)
72
- {
73
- // Default parameter value
74
- if (is_null($scaffolder) || $scaffolder == '') {
75
- $scaffolder = 'DefaultScaffolder';
76
- }
77
-
78
- // Locate scaffolder
79
- $scaffolderFile = realpath($scaffolder);
80
- if (!is_file($scaffolderFile)) {
81
- $scaffolderFile = realpath(dirname(__FILE__) . '/../../../../scaffolders/' . str_replace('.phar', '', $scaffolder) . '.phar');
82
- }
83
-
84
- // Verify scaffolder
85
- if (!is_file($scaffolderFile)) {
86
- throw new Microsoft_Console_Exception('Could not locate the given scaffolder: ' . $scaffolder);
87
- }
88
-
89
- // Include scaffolder
90
- require_once $scaffolderFile;
91
- $scaffolderClass = str_replace('.phar', '', basename($scaffolderFile));
92
- if (!class_exists($scaffolderClass)) {
93
- $scaffolderClass = str_replace('-', '_', str_replace('.', '_', $scaffolderClass));
94
- if (!class_exists($scaffolderClass)) {
95
- $scaffolderClass = substr($scaffolderClass, 0, strpos($scaffolderClass, '_'));
96
- if (!class_exists($scaffolderClass)) {
97
- throw new Microsoft_Console_Exception('Could not locate a class named ' . $scaffolderClass . ' in the given scaffolder: ' . $scaffolder . '. Make sure the scaffolder package contains a file named index.php and contains a class named Scaffolder.');
98
- }
99
- }
100
- }
101
-
102
- // Add command parameters
103
- array_unshift($argv, '--OutputPath=' . $path);
104
- array_unshift($argv, '--Phar=' . $scaffolderFile);
105
- array_unshift($argv, 'Run');
106
- array_unshift($argv, $scaffolderClass);
107
-
108
- // Run scaffolder
109
- Microsoft_Console_Command::bootstrap($argv);
110
-
111
- // Echo output path
112
- echo "$scaffolderClass finished at location: $path\r\n";
113
- }
114
-
115
- /**
116
- * Shows help information for a specific scaffolder.
117
- *
118
- * @command-name Help
119
- * @command-description Shows help information for a specific scaffolder.
120
- *
121
- * @command-parameter-for $scaffolder Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile|Microsoft_Console_Command_ParameterSource_Env --Scaffolder|-s Optional. The path to the scaffolder to use. Defaults to Scaffolders/DefaultScaffolder.phar
122
- */
123
- public function scaffolderhelpCommand($scaffolder, $argv)
124
- {
125
- // Default parameter value
126
- if (is_null($scaffolder) || $scaffolder == '') {
127
- $scaffolder = 'DefaultScaffolder';
128
- }
129
-
130
- // Locate scaffolder
131
- $scaffolderFile = realpath($scaffolder);
132
- if (!is_file($scaffolderFile)) {
133
- $scaffolderFile = realpath(dirname(__FILE__) . '/../../../../scaffolders/' . str_replace('.phar', '', $scaffolder) . '.phar');
134
- }
135
-
136
- // Verify scaffolder
137
- if (!is_file($scaffolderFile)) {
138
- throw new Microsoft_Console_Exception('Could not locate the given scaffolder: ' . $scaffolder);
139
- }
140
-
141
- // Include scaffolder
142
- require_once $scaffolderFile;
143
- $scaffolderClass = str_replace('.phar', '', basename($scaffolderFile));
144
- if (!class_exists($scaffolderClass)) {
145
- $scaffolderClass = str_replace('-', '_', str_replace('.', '_', $scaffolderClass));
146
- if (!class_exists($scaffolderClass)) {
147
- $scaffolderClass = substr($scaffolderClass, 0, strpos($scaffolderClass, '_'));
148
- if (!class_exists($scaffolderClass)) {
149
- throw new Microsoft_Console_Exception('Could not locate a class named ' . $scaffolderClass . ' in the given scaffolder: ' . $scaffolder . '. Make sure the scaffolder package contains a file named index.php and contains a class named Scaffolder.');
150
- }
151
- }
152
- }
153
-
154
- // Add command parameters
155
- array_unshift($argv, '-h');
156
- array_unshift($argv, $scaffolderClass);
157
-
158
- // Run scaffolder
159
- Microsoft_Console_Command::bootstrap($argv);
160
- }
161
-
162
- /**
163
- * Builds a scaffolder from a given path.
164
- *
165
- * @command-name Build
166
- * @command-description Builds a scaffolder from a given path.
167
- *
168
- * @command-parameter-for $rootPath Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --InputPath|-in Required. The path to package into a scaffolder.
169
- * @command-parameter-for $scaffolderFile Microsoft_Console_Command_ParameterSource_Argv|Microsoft_Console_Command_ParameterSource_ConfigFile --OutputFile|-out Required. The filename of the scaffolder.
170
- */
171
- public function buildCommand($rootPath, $scaffolderFile)
172
- {
173
- $archive = new Phar($scaffolderFile);
174
- $archive->buildFromIterator(
175
- new RecursiveIteratorIterator(
176
- new SourceControlFilteredRecursiveFilterIterator(
177
- new RecursiveDirectoryIterator(realpath($rootPath)))),
178
- realpath($rootPath));
179
-
180
- echo $scaffolderFile;
181
- }
182
- }
183
- Microsoft_Console_Command::bootstrap($_SERVER['argv']);
184
-
185
- class SourceControlFilteredRecursiveFilterIterator
186
- extends RecursiveFilterIterator {
187
- public static $filters = array('.svn', '.git');
188
-
189
- public function accept() {
190
- return !in_array(
191
- $this->current()->getFilename(), self::$filters, true);
192
- }
193
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/build.bat DELETED
@@ -1 +0,0 @@
1
- php ..\..\Scaffolder.php Build -in="./" -out="..\..\..\..\..\..\scaffolders\DefaultScaffolder.phar"
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/index.php DELETED
@@ -1,176 +0,0 @@
1
- <?php
2
- /**
3
- * Copyright (c) 2009 - 2011, RealDolmen
4
- * All rights reserved.
5
- *
6
- * Redistribution and use in source and binary forms, with or without
7
- * modification, are permitted provided that the following conditions are met:
8
- * * Redistributions of source code must retain the above copyright
9
- * notice, this list of conditions and the following disclaimer.
10
- * * Redistributions in binary form must reproduce the above copyright
11
- * notice, this list of conditions and the following disclaimer in the
12
- * documentation and/or other materials provided with the distribution.
13
- * * Neither the name of RealDolmen nor the
14
- * names of its contributors may be used to endorse or promote products
15
- * derived from this software without specific prior written permission.
16
- *
17
- * THIS SOFTWARE IS PROVIDED BY RealDolmen ''AS IS'' AND ANY
18
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
- * DISCLAIMED. IN NO EVENT SHALL RealDolmen BE LIABLE FOR ANY
21
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
- *
28
- * @category Microsoft
29
- * @package Microsoft_WindowsAzure
30
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
31
- * @license http://phpazure.codeplex.com/license
32
- * @version $Id: SharedKeyCredentials.php 14561 2009-05-07 08:05:12Z unknown $
33
- */
34
-
35
-
36
- /**
37
- * @category Microsoft
38
- * @package Microsoft_WindowsAzure_CommandLine
39
- * @copyright Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
40
- * @license http://phpazure.codeplex.com/license
41
- *
42
- * @command-handler DefaultScaffolder
43
- *
44
- * @command-handler-description Windows Azure SDK for PHP default scaffolder.
45
- * @command-handler-header Windows Azure SDK for PHP
46
- * @command-handler-header Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
47
- * @command-handler-footer
48
- * @command-handler-footer The DefaultScaffolder automatically installs PHP
49
- * @command-handler-footer to the Windows Azure virtual machine. If a customized
50
- * @command-handler-footer php.ini is required, add it in the /php folder after
51
- * @command-handler-footer running the scaffolder.
52
- */
53
- class DefaultScaffolder
54
- extends Microsoft_WindowsAzure_CommandLine_PackageScaffolder_PackageScaffolderAbstract
55
- {
56
- /**
57
- * Runs a scaffolder and creates a Windows Azure project structure which can be customized before packaging.
58
- *
59
- * @command-name Run
60
- * @command-description Runs the scaffolder.
61
- *
62
- * @command-parameter-for $scaffolderFile Argv --Phar Required. The scaffolder Phar file path. This is injected automatically.
63
- * @command-parameter-for $rootPath Argv|ConfigFile --OutputPath|-out Required. The path to create the Windows Azure project structure. This is injected automatically.
64
- * @command-parameter-for $diagnosticsConnectionString Argv|ConfigFile|Env --DiagnosticsConnectionString|-d Optional. The diagnostics connection string. This defaults to development storage.
65
- * @command-parameter-for $webRoleNames Argv|ConfigFile|Env --WebRoles|-web Optional. A comma-separated list of names for web roles to create when scaffolding. Set this value to an empty parameter to skip creating a web role.
66
- * @command-parameter-for $workerRoleNames Argv|ConfigFile|Env --WorkerRoles|-workers Optional. A comma-separated list of names for worker roles to create when scaffolding.
67
- */
68
- public function runCommand($scaffolderFile, $rootPath, $webRoleNames = 'PhpOnAzure.Web', $workerRoleNames = '', $diagnosticsConnectionString = 'UseDevelopmentStorage=true')
69
- {
70
- // Load Phar
71
- $phar = new Phar($scaffolderFile);
72
-
73
- // Extract to disk
74
- $this->log('Extracting resources...');
75
- $this->createDirectory($rootPath);
76
- $this->extractResources($phar, $rootPath);
77
- $this->log('Extracted resources.');
78
-
79
- // Configuration files
80
- $serviceDefinitionIncludes = array();
81
- $serviceConfigurationIncludes = array();
82
-
83
- // Follow instructions listed in $webRoleNames and $workerRoleNames
84
- $httpPort = 80;
85
- $webRoles = explode(',', $webRoleNames);
86
- foreach ($webRoles as $webRole) {
87
- if ($webRole == '') continue;
88
-
89
- $this->log('Creating web role "' . $webRole . '"...');
90
-
91
- // Copy all files
92
- $this->createDirectory($rootPath . '/' . $webRole);
93
- $this->copyDirectory($rootPath . '/Common', $rootPath . '/' . $webRole, false);
94
- $this->copyDirectory($rootPath . '/CommonWeb', $rootPath . '/' . $webRole, false);
95
-
96
- // Configure role
97
- $this->log(' Configuring web role "' . $webRole . '"...');
98
-
99
- $serviceDefinitionFile = $rootPath . '/' . $webRole . '/ServiceDefinition.' . $webRole . '.csdef';
100
- $serviceConfigurationFile = $rootPath . '/' . $webRole . '/ServiceConfiguration.' . $webRole . '.cscfg';
101
- copy($rootPath . '/ServiceDefinition.Web.csdef', $serviceDefinitionFile);
102
- copy($rootPath . '/ServiceConfiguration.Web.cscfg', $serviceConfigurationFile);
103
-
104
- $this->applyTransforms($rootPath . '/' . $webRole, array(
105
- 'DiagnosticsConnectionString' => $diagnosticsConnectionString,
106
- 'RoleName' => $webRole,
107
- 'HttpPort' => $httpPort++
108
- ));
109
- $serviceDefinitionIncludes[$webRole] = file_get_contents($serviceDefinitionFile);
110
- $serviceConfigurationIncludes[$webRole] = file_get_contents($serviceConfigurationFile);
111
- @unlink($serviceDefinitionFile);
112
- @unlink($serviceConfigurationFile);
113
-
114
- $this->log(' Configured web role "' . $webRole . '"...');
115
-
116
- $this->log('Created web role "' . $webRole . '"...');
117
- }
118
-
119
- $workerRoles = explode(',', $workerRoleNames);
120
- foreach ($workerRoles as $workerRole) {
121
- if ($workerRole == '') continue;
122
-
123
- $this->log('Creating worker role "' . $workerRole . '"...');
124
-
125
- // Copy all files
126
- $this->createDirectory($rootPath . '/' . $workerRole);
127
- $this->copyDirectory($rootPath . '/Common', $rootPath . '/' . $workerRole, false);
128
- $this->copyDirectory($rootPath . '/CommonWorker', $rootPath . '/' . $workerRole, false);
129
-
130
- // Configure role
131
- $this->log(' Configuring worker role "' . $workerRole . '"...');
132
-
133
- $serviceDefinitionFile = $rootPath . '/' . $workerRole . '/ServiceDefinition.' . $workerRole . '.csdef';
134
- $serviceConfigurationFile = $rootPath . '/' . $workerRole . '/ServiceConfiguration.' . $workerRole . '.cscfg';
135
- copy($rootPath . '/ServiceDefinition.Worker.csdef', $serviceDefinitionFile);
136
- copy($rootPath . '/ServiceConfiguration.Worker.cscfg', $serviceConfigurationFile);
137
-
138
- $this->applyTransforms($rootPath . '/' . $workerRole, array(
139
- 'DiagnosticsConnectionString' => $diagnosticsConnectionString,
140
- 'RoleName' => $workerRole
141
- ));
142
- $serviceDefinitionIncludes[$workerRole] = file_get_contents($serviceDefinitionFile);
143
- $serviceConfigurationIncludes[$workerRole] = file_get_contents($serviceConfigurationFile);
144
- @unlink($serviceDefinitionFile);
145
- @unlink($serviceConfigurationFile);
146
-
147
- $this->log(' Configured worker role "' . $workerRole . '"...');
148
-
149
- $this->log('Created worker role "' . $workerRole . '"...');
150
- }
151
-
152
- // Apply transforms
153
- $this->log('Applying transforms...');
154
- $this->applyTransforms($rootPath, array(
155
- 'DiagnosticsConnectionString' => $diagnosticsConnectionString,
156
- 'ServiceDefinition' => implode("\r\n", $serviceDefinitionIncludes),
157
- 'ServiceConfiguration' => implode("\r\n", $serviceConfigurationIncludes)
158
- ));
159
- $this->log('Applied transforms.');
160
-
161
- // Delete unnecessary files and folders
162
- $this->log('Cleanup starting...');
163
- $this->deleteDirectory($rootPath . '/Common');
164
- $this->deleteDirectory($rootPath . '/CommonWeb');
165
- $this->deleteDirectory($rootPath . '/CommonWorker');
166
- @unlink($rootPath . '/ServiceConfiguration.Web.cscfg');
167
- @unlink($rootPath . '/ServiceConfiguration.Worker.cscfg');
168
- @unlink($rootPath . '/ServiceDefinition.Web.csdef');
169
- @unlink($rootPath . '/ServiceDefinition.Worker.csdef');
170
- $this->log('Cleanup finished.');
171
-
172
- // Show "to do" message
173
- $this->log('');
174
- $this->log('Your Windows Azure project has been scaffolded.');
175
- }
176
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/add-environment-variables.cmd DELETED
@@ -1,8 +0,0 @@
1
- @echo off
2
- cd "%~dp0"
3
- ECHO "Adding extra environment variables..." >> ..\startup-tasks-log.txt
4
-
5
- powershell.exe Set-ExecutionPolicy Unrestricted
6
- powershell.exe .\add-environment-variables.ps1 >> ..\startup-tasks-log.txt 2>>..\startup-tasks-error-log.txt
7
-
8
- ECHO "Added extra environment variables." >> ..\startup-tasks-log.txt
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/add-environment-variables.ps1 DELETED
@@ -1,14 +0,0 @@
1
- [Reflection.Assembly]::LoadWithPartialName("Microsoft.WindowsAzure.ServiceRuntime")
2
-
3
- $rdRoleId = [Environment]::GetEnvironmentVariable("RdRoleId", "Machine")
4
-
5
- [Environment]::SetEnvironmentVariable("RdRoleId", [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.Id, "Machine")
6
- [Environment]::SetEnvironmentVariable("RoleName", [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.Role.Name, "Machine")
7
- [Environment]::SetEnvironmentVariable("RoleInstanceID", [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.Id, "Machine")
8
- [Environment]::SetEnvironmentVariable("RoleDeploymentID", [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::DeploymentId, "Machine")
9
-
10
- if (![Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.Id.Contains("deployment")) {
11
- if ($rdRoleId -ne [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.Id) {
12
- Restart-Computer
13
- }
14
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/install-php-impl.cmd DELETED
@@ -1,13 +0,0 @@
1
- @echo off
2
- cd "%~dp0"
3
- ECHO Starting PHP installation... >> ..\startup-tasks-log.txt
4
-
5
- md "%~dp0appdata"
6
- cd "%~dp0appdata"
7
- cd "%~dp0"
8
-
9
- reg add "hku\.default\software\microsoft\windows\currentversion\explorer\user shell folders" /v "Local AppData" /t REG_EXPAND_SZ /d "%~dp0appdata" /f
10
- "..\resources\WebPICmdLine\webpicmdline" /Products:PHP53,SQLDriverPHP53IIS,PHPManager /AcceptEula >> ..\startup-tasks-log.txt 2>>..\startup-tasks-error-log.txt
11
- reg add "hku\.default\software\microsoft\windows\currentversion\explorer\user shell folders" /v "Local AppData" /t REG_EXPAND_SZ /d %%USERPROFILE%%\AppData\Local /f
12
-
13
- ECHO Completed PHP installation. >> ..\startup-tasks-log.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/install-php.cmd DELETED
@@ -1,19 +0,0 @@
1
- @echo off
2
- cd "%~dp0"
3
-
4
- icacls %RoleRoot%\approot /grant "Everyone":F /T
5
- %WINDIR%\system32\inetsrv\appcmd.exe set config -section:system.webServer/fastCgi /-"[fullPath='%ProgramFiles(x86)%\PHP\v5.3\php-cgi.exe'].environmentVariables.[name='RoleRoot']" /commit:apphost
6
- %WINDIR%\system32\inetsrv\appcmd.exe set config -section:system.webServer/fastCgi /+"[fullPath='%ProgramFiles(x86)%\PHP\v5.3\php-cgi.exe'].environmentVariables.[name='RoleRoot',value='%RoleRoot%']" /commit:apphost
7
-
8
- REM This script will only execute on production Windows Azure.
9
- if "%EMULATED%"=="true" goto :EOF
10
-
11
- ECHO Installing PHP runtime... >> ..\startup-tasks-log.txt
12
-
13
- powershell.exe Set-ExecutionPolicy Unrestricted
14
- powershell.exe .\install-php.ps1
15
-
16
- icacls %RoleRoot%\approot /grant "Everyone":F /T
17
- %WINDIR%\system32\inetsrv\appcmd.exe set config -section:system.webServer/fastCgi /+"[fullPath='%ProgramFiles(x86)%\PHP\v5.3\php-cgi.exe'].environmentVariables.[name='PATH',value='%PATH%;%RoleRoot%\base\x86']" /commit:apphost
18
-
19
- ECHO Installed PHP runtime. >> ..\startup-tasks-log.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/install-php.ps1 DELETED
@@ -1,37 +0,0 @@
1
- [Reflection.Assembly]::LoadWithPartialName("Microsoft.WindowsAzure.ServiceRuntime")
2
-
3
- .\install-php-impl.cmd
4
-
5
- # Get PHP installation details
6
- Add-PsSnapin PHPManagerSnapin
7
- $phpConfiguration = Get-PHPConfiguration
8
- $phpExecutable = Get-ChildItem $phpConfiguration.ScriptProcessor
9
- $phpExtensionsPath = $phpExecutable.DirectoryName + "\ext"
10
- $phpIniFile = $phpConfiguration.PHPIniFilePath
11
-
12
- # Get PHP installation override details
13
- $myExtensionsPath = "..\php\ext"
14
- $myExtensions = Get-ChildItem $myExtensionsPath | where {$_.Name.ToLower().EndsWith(".dll")}
15
- $myPhpIniFile = "..\php\php.ini"
16
-
17
- # Append PHP.ini directives
18
- if ((Test-Path $myPhpIniFile) -eq 'True') {
19
- $additionalPhpIniDirectives = Get-Content $myPhpIniFile
20
- $additionalPhpIniDirectives = $additionalPhpIniDirectives.Replace("%EXT%", $phpExtensionsPath)
21
-
22
- Add-Content $phpIniFile "`r`n"
23
- Add-Content $phpIniFile $additionalPhpIniDirectives
24
- }
25
-
26
- # Copy and register extensions
27
- if ($myExtensions -ne $null) {
28
- foreach ($myExtension in $myExtensions) {
29
- Copy-Item $myExtension.FullName $phpExtensionsPath
30
- Set-PHPExtension -Name $myExtension.Name -Status enabled
31
- }
32
- }
33
-
34
- # Add PHP executable to PATH
35
- if (![Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.Id.Contains("deployment")) {
36
- [Environment]::SetEnvironmentVariable('Path', [Environment]::GetEnvironmentVariable('Path', 'Machine') + ";" + $phpExecutable.DirectoryName, 'Machine')
37
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/monitor-environment.cmd DELETED
@@ -1,7 +0,0 @@
1
- @echo off
2
- cd "%~dp0"
3
-
4
- icacls %RoleRoot%\approot /grant "Everyone":F /T
5
-
6
- powershell.exe Set-ExecutionPolicy Unrestricted
7
- powershell.exe .\monitor-environment.ps1
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/bin/monitor-environment.ps1 DELETED
@@ -1,53 +0,0 @@
1
- [Reflection.Assembly]::LoadWithPartialName("Microsoft.WindowsAzure.ServiceRuntime")
2
-
3
- # To infinity and beyond!
4
-
5
- while(1) {
6
-
7
- ##########################################################
8
- # Monitor environment to XML file
9
- ##########################################################
10
-
11
- # Build some XML that may be useful to non-Microsoft languages running on Windows Azure
12
- $reXml = "<?xml version=`"1.0`" encoding=`"UTF-8`" ?>`r`n"
13
- $reXml += [System.String]::Format("<RoleEnvironment deploymentId=`"{0}`" isAvailable=`"{1}`" isEmulated=`"{2}`">`r`n", [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::DeploymentId, [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::IsAvailable, [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::IsEmulated)
14
-
15
- $reXml += [System.String]::Format(" <CurrentRoleInstance id=`"{0}`" roleName=`"{1}`" updateDomain=`"{2}`" faultDomain=`"{2}`">`r`n", [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.Id, [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.Role.Name, [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.UpdateDomain, [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.FaultDomain)
16
- $reXml += " <Endpoints>`r`n"
17
- $endpoints = [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::CurrentRoleInstance.InstanceEndpoints
18
- foreach ($endpoint in $endpoints.Keys) {
19
- $reXml += [System.String]::Format(" <Endpoint id=`"{0}`" protocol=`"{1}`" address=`"{2}`" port=`"{3}`" />`r`n", $endpoint, $endpoints[$endpoint].Protocol, $endpoints[$endpoint].IPEndpoint.Address, $endpoints[$endpoint].IPEndpoint.Port)
20
- }
21
- $reXml += " </Endpoints>`r`n"
22
- $reXml += " </CurrentRoleInstance>`r`n"
23
-
24
- $reXml += " <Roles>`r`n"
25
- $roles = [Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment]::Roles
26
- foreach ($role in $roles.Keys) {
27
- $reXml += [System.String]::Format(" <Role name=`"{0}`">`r`n", $role)
28
- $reXml += " <Instances>`r`n"
29
- $instances = $roles[$role].Instances
30
- for ($i = 0; $i -lt $instances.Count; $i++) {
31
- $reXml += [System.String]::Format(" <RoleInstance id=`"{0}`" roleName=`"{1}`" updateDomain=`"{2}`" faultDomain=`"{2}`">`r`n", $instances[$i].Id, $instances[$i].Role.Name, $instances[$i].UpdateDomain, $instances[$i].FaultDomain)
32
- $reXml += " <Endpoints>`r`n"
33
- $endpoints = $instances[$i].InstanceEndpoints
34
- foreach ($endpoint in $endpoints.Keys) {
35
- $reXml += [System.String]::Format(" <Endpoint id=`"{0}`" protocol=`"{1}`" address=`"{2}`" port=`"{3}`" />`r`n", $endpoint, $endpoints[$endpoint].Protocol, $endpoints[$endpoint].IPEndpoint.Address, $endpoints[$endpoint].IPEndpoint.Port)
36
- }
37
- $reXml += " </Endpoints>`r`n"
38
- $reXml += " </RoleInstance>`r`n"
39
- }
40
- $reXml += " </Instances>`r`n"
41
- $reXml += " </Role>`r`n"
42
- }
43
- $reXml += " </Roles>`r`n"
44
-
45
- $reXml += "</RoleEnvironment>`r`n"
46
-
47
-
48
- Write-Output $reXml | Out-File -Encoding Ascii ../monitor-environment.xml
49
-
50
-
51
- # Restart the loop in 30 seconds
52
- Start-Sleep -Seconds 30
53
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/diagnostics.wadcfg DELETED
@@ -1,35 +0,0 @@
1
- <DiagnosticMonitorConfiguration xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration" configurationChangePollInterval="PT1M" overallQuotaInMB="4096">
2
- <DiagnosticInfrastructureLogs bufferQuotaInMB="10"
3
- scheduledTransferLogLevelFilter="Error"
4
- scheduledTransferPeriod="PT1M" />
5
-
6
- <Logs bufferQuotaInMB="0"
7
- scheduledTransferLogLevelFilter="Verbose"
8
- scheduledTransferPeriod="PT1M" />
9
-
10
- <Directories bufferQuotaInMB="0"
11
- scheduledTransferPeriod="PT5M">
12
-
13
- <!-- These three elements specify the special directories
14
- that are set up for the log types -->
15
- <CrashDumps container="wad-crash-dumps" directoryQuotaInMB="256" />
16
- <FailedRequestLogs container="wad-frq" directoryQuotaInMB="256" />
17
- <IISLogs container="wad-iis" directoryQuotaInMB="256" />
18
- </Directories>
19
-
20
- <PerformanceCounters bufferQuotaInMB="0" scheduledTransferPeriod="PT1M">
21
- <!-- The counter specifier is in the same format as the imperative
22
- diagnostics configuration API -->
23
- <PerformanceCounterConfiguration
24
- counterSpecifier="\Processor(_Total)\% Processor Time" sampleRate="PT5M" />
25
- <PerformanceCounterConfiguration
26
- counterSpecifier="\Memory\Available Mbytes" sampleRate="PT5M" />
27
- </PerformanceCounters>
28
- <WindowsEventLog bufferQuotaInMB="0"
29
- scheduledTransferLogLevelFilter="Verbose"
30
- scheduledTransferPeriod="PT5M">
31
- <!-- The event log name is in the same format as the imperative
32
- diagnostics configuration API -->
33
- <DataSource name="System!*" />
34
- </WindowsEventLog>
35
- </DiagnosticMonitorConfiguration>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/php/ext/readme.txt DELETED
@@ -1,2 +0,0 @@
1
- Extensons in this folder will be enabled
2
- on the Windows Azure role instance.
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/php/php.ini DELETED
@@ -1,21 +0,0 @@
1
- [PhpAzureChanges]
2
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
- ; This file will be appended to the PHP.ini file located
4
- ; on the Windows Azure role instance.
5
- ;
6
- ; It can be used to:
7
- ; - Enable extensions (note that extensions copied to
8
- ; the ext folder are enabled automatically)
9
- ; - Override PHP settings
10
- ; - ...
11
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
-
13
- ; Change memory limit (example)
14
- ; memory_limit = 1024M
15
-
16
- ; Enable an extension (example)
17
- ; extension=php_curl.dll
18
-
19
- ; %EXT% will be replaced by the absolute path to PHP's
20
- ; extension folder.
21
- ; zend_extension=%EXT%
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/Microsoft.Web.Deployment.dll DELETED
Binary file
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/Microsoft.Web.PlatformInstaller.UI.dll DELETED
Binary file
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/Microsoft.Web.PlatformInstaller.dll DELETED
Binary file
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/WebpiCmdLine.exe DELETED
Binary file
libs/Microsoft/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/Common/resources/WebPICmdLine/license.rtf DELETED
@@ -1,41 +0,0 @@
1
- {\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Tahoma;}{\f1\froman\fprq2\fcharset0 Times New Roman;}{\f2\froman\fprq2\fcharset2 Symbol;}}
2
- {\colortbl ;\red0\green0\blue0;\red0\green0\blue255;}
3
- {\stylesheet{ Normal;}{\s1 heading 1;}{\s2 heading 2;}}
4
- {\*\generator Msftedit 5.41.21.2509;}\viewkind4\uc1\pard\nowidctlpar\sb120\sa120\b\f0\fs20 MICROSOFT SOFTWARE LICENSE TERMS\par
5
- \pard\brdrb\brdrs\brdrw10\brsp20 \nowidctlpar\sb120\sa120 MICROSOFT WEB PLATFORM INSTALLER 3.0\f1\par
6
- \pard\nowidctlpar\sb120\sa120\b0\f0 These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft\par
7
- \pard\nowidctlpar\fi-360\li360\sb120\sa120\tx360\f2\'b7\tab\f0 updates,\par
8
- \pard\nowidctlpar\fi-360\li360\sb120\sa120\f2\'b7\tab\f0 supplements,\par
9
- \f2\'b7\tab\f0 Internet-based services, and\par
10
- \f2\'b7\tab\f0 support services\par
11
- \pard\nowidctlpar\sb120\sa120 for this software, unless other terms accompany those items. If so, those terms apply.\par
12
- \b By using the software, you accept these terms. If you do not accept them, do not use the software.\par
13
- \pard\brdrt\brdrs\brdrw10\brsp20 \nowidctlpar\sb120\sa120 If you comply with these license terms, you have the rights below.\par
14
- \pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\tx360 1.\tab INSTALLATION AND USE RIGHTS. \b0 You may install and use any number of copies of the software on your devices.\f1\par
15
- \pard\s1\fi-357\li357\sb120\sa120\tx360\b\caps\f0 2.\tab\fs19 Third Party Programs\caps0\f1 .\b0\f0\fs20 T\kerning36 his software enables you to obtain software applications from other sources. Those applications are offered and distributed by third parties under their own license terms. Microsoft is not developing, distributing or licensing those applications to you, but instead, as a convenience, enables you to use this software to obtain those applications directly from the application providers. By using the software, you acknowledge and agree that you are obtaining the applications directly from the third party providers and under separate license terms, and that it is your responsibility to locate, understand and comply with those license terms.\fs19 Microsoft grants you no license rights for third-party software or applications that is obtained using this software. \kerning0 \b\f1\par
16
- \pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\tx360\f0\fs20 3.\tab INTERNET-BASED SERVICES. \b0 Microsoft provides Internet-based services with the software. It may change or cancel them at any time. \cf1 The software contains product information that is updated by means of a feed online from Microsoft.\cf0\f1\par
17
- \pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\b\f0 4.\tab SCOPE OF LICENSE.\b0 The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not\par
18
- \pard\nowidctlpar\fi-363\li720\sb120\sa120\tx720\f2\'b7\tab\f0 work around any technical limitations in the software;\par
19
- \pard\nowidctlpar\fi-363\li720\sb120\sa120\f2\'b7\tab\f0 reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation;\par
20
- \f2\'b7\tab\f0 make more copies of the software than specified in this agreement or allowed by applicable law, despite this limitation;\par
21
- \f2\'b7\tab\f0 publish the software for others to copy;\par
22
- \f2\'b7\tab\f0 rent, lease or lend the software; or\par
23
- \f2\'b7\tab\f0 transfer the software or this agreement to any third party;\par
24
- \pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\tx360\b 5.\tab BACKUP COPY.\b0 You may make one backup copy of the software. You may use it only to reinstall the software.\par
25
- \pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\b 6.\tab DOCUMENTATION.\b0 Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes.\par
26
- \b 7.\tab TRANSFER TO ANOTHER DEVICE.\b0 You may uninstall the software and install it on another device for your use. You may not do so to share this license between devices.\par
27
- \b 8.\tab EXPORT RESTRICTIONS.\b0 The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see {\field{\*\fldinst{HYPERLINK "www.microsoft.com/exporting"}}{\fldrslt{\ul\cf2 www.microsoft.com/exporting}}}\f1\fs20 .\ul\par
28
- \ulnone\b\f0 9.\tab SUPPORT SERVICES. \b0 Because this software is \ldblquote as is,\rdblquote we may not provide support services for it.\par
29
- \b 10.\tab ENTIRE AGREEMENT.\b0 This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services.\par
30
- \pard\nowidctlpar\s1\fi-360\li360\sb120\sa120\tx360\b 11.\tab APPLICABLE LAW.\par
31
- \pard\nowidctlpar\s2\fi-363\li720\sb120\sa120\tx720 a.\tab United States.\b0 If you acquired the software in the United States, Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort.\par
32
- \pard\nowidctlpar\s2\fi-363\li720\sb120\sa120\b b.\tab Outside the United States.\b0 If you acquired the software in any other country, the laws of that country apply.\par
33
- \pard\nowidctlpar\s1\fi-357\li357\sb120\sa120\tx360\b 12.\tab LEGAL EFFECT.\b0 This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so.\par
34
- \pard\s1\fi-357\li357\sb120\sa120\tx360\b 13.\tab DISCLAIMER OF WARRANTY. The software is licensed \ldblquote as-is.\rdblquote You bear the risk of using it. Microsoft gives no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this agreement cannot change. To the extent permitted under your local laws, Microsoft excludes the implied warranties of merchantability, fitness for a particular purpose and non-infringement.\par
35
- \pard\s1\fi-357\li357\sb120\sa120 14.\tab LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. You can recover from Microsoft and its suppliers only direct damages up to U.S. $5.00. You cannot recover any other damages, including consequential, lost profits, special, indirect or incidental damages.\par
36
- \pard\nowidctlpar\li357\sb120\sa120\b0 This limitation applies to\par
37
- \pard\nowidctlpar\fi-363\li720\sb120\sa120\tx720\f2\'b7\tab\f0 anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and\par
38
- \pard\nowidctlpar\fi-363\li720\sb120\sa120\f2\'b7\tab\f0 claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law.\par
39
- \pard\sb120\sa120 It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages\f1 .\fs19\par
40
- }
41
-