BackWPup – WordPress Backup Plugin - Version 2.1.10

Version Description

  • typo fix
  • add robots noindex,nofollow in log header
  • trigger job start errors
  • Updated AWS lib to 1.5.3
  • added support for help functions
Download this release

Release Info

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

Code changes from version 2.1.9 to 2.1.10

backwpup-functions.php CHANGED
@@ -88,18 +88,77 @@ function backwpup_load_ajax() {
88
 
89
  function backwpup_contextual_help($help='') {
90
  global $current_screen;
91
- if (0!= stripos($help,'<p>'))
92
- $help='<p>'.$help.'</p>';
93
- add_contextual_help($current_screen,$help.
94
- '<p><strong>'.__('For more information:','backwpup').'</strong></p>'.
95
- '<p><a href="http://backwpup.com/forums/" target="_blank">'.__('Support','backwpup').'</a>'.
96
- ' | <a href="http://backwpup.com/faq/" target="_blank">' . __('FAQ','backwpup') . '</a>'.
97
- ' | <a href="http://backwpup.com/" target="_blank">' . __('Plugin Homepage', 'backwpup') . '</a>'.
98
- ' | <a href="http://wordpress.org/extend/plugins/backwpup" target="_blank">' . __('Plugin on WordPress.org', 'backwpup') . '</a>'.
99
- ' | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q3QSVRSFXBLSE" target="_blank">' . __('Donate','backwpup') . '</a>'.
100
- ' | <a href="https://flattr.com/thing/345067/BackWPup" target="_blank">' . __('Flattr', 'backwpup') . '</a>'.
101
- '<p>BackWPup version '.BACKWPUP_VERSION.', Copyright &copy; '.date('Y').' <a href="http://danielhuesken.de" target="_blank">Daniel H&uuml;sken</a><br />'.__('BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.','backwpup').'</p>'.
102
- '</p>');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  }
104
 
105
  //On activate function
88
 
89
  function backwpup_contextual_help($help='') {
90
  global $current_screen;
91
+ $help='<p>'.$help.'</p>';
92
+
93
+ if ( method_exists( $current_screen, 'add_help_tab' ) ) {
94
+ if ( 'http://backwpup.de'==__('http://backwpup.com','backwpup')) {
95
+ $current_screen->add_help_tab( array(
96
+ 'id' => 'plugininfo',
97
+ 'title' => __( 'Plugin Info', 'backwpup' ),
98
+ 'content' =>
99
+ '<p><a href="http://backwpup.de" target="_blank">BackWPup</a> v. ' . BACKWPUP_VERSION . ', <a href="http://www.gnu.org/licenses/gpl-2.0" target="_blank">GPLv2</a> &copy 2009-' . date( 'Y' ) . ' <a href="http://danielhuesken.de" target="_blank">Daniel H&uuml;sken</a></p><p>' . __( 'BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.', 'backwpup' ) . '</p>'
100
+ ) );
101
+ } else {
102
+ $current_screen->add_help_tab( array(
103
+ 'id' => 'plugininfo',
104
+ 'title' => __( 'Plugin Info', 'backwpup' ),
105
+ 'content' =>
106
+ '<p><a href="http://backwpup.com" target="_blank">BackWPup</a> v. ' . BACKWPUP_VERSION . ', <a href="http://www.gnu.org/licenses/gpl-2.0" target="_blank">GPLv2</a> &copy 2009-' . date( 'Y' ) . ' <a href="http://danielhuesken.de" target="_blank">Daniel H&uuml;sken</a></p><p>' . __( 'BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.', 'backwpup' ) . '</p>'
107
+ ) );
108
+ }
109
+ $current_screen->add_help_tab( array(
110
+ 'id' => 'overview',
111
+ 'title' => __( 'Overview', 'backwpup' ),
112
+ 'content' => $help
113
+ ) );
114
+ if ( 'http://backwpup.de'==__('http://backwpup.com','backwpup')) {
115
+ $current_screen->set_help_sidebar(
116
+ '<p><strong>' . __( 'For more information:', 'backwpup' ) . '</strong></p>' .
117
+ '<p><a href="http://backwpup.de" target="_blank">BackWPup</a></p>' .
118
+ '<p><a href="http://backwpup.de/handbuch/" target="_blank">'.__('Documentation','backwpup').'</a></p>' .
119
+ '<p><a href="http://backwpup.de/faq/" target="_blank">'.__('FAQ','backwpup').'</a></p>' .
120
+ '<p><a href="http://backwpup.de/forums/" target="_blank"'.__('Support Forums','backwpup').'</a></p>' .
121
+ '<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y6UHQE4NKFFKY" target="_blank">'.__('Donate','backwpup').'</a></p>' .
122
+ '<p><a href="https://plus.google.com/112659782148359984250/" target="_blank">'.__('Google+','backwpup').'</a></p>'
123
+ );
124
+ } else {
125
+ $current_screen->set_help_sidebar(
126
+ '<p><strong>' . __( 'For more information:', 'backwpup' ) . '</strong></p>' .
127
+ '<p><a href="http://backwpup.com" target="_blank">BackWPup</a></p>' .
128
+ '<p><a href="http://backwpup.com/manual/" target="_blank">'.__('Documentation','backwpup').'</a></p>' .
129
+ '<p><a href="http://backwpup.com/faq/" target="_blank">'.__('FAQ','backwpup').'</a></p>' .
130
+ '<p><a href="http://backwpup.com/forums/" target="_blank"'.__('Support Forums','backwpup').'</a></p>' .
131
+ '<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q3QSVRSFXBLSE" target="_blank">'.__('Donate','backwpup').'</a></p>' .
132
+ '<p><a href="https://plus.google.com/112659782148359984250/" target="_blank">'.__('Google+','backwpup').'</a></p>'
133
+ );
134
+ }
135
+ } elseif ( function_exists( 'add_contextual_help' ) ) { //for WP < 3.3 help
136
+ if ( 'http://backwpup.de'==__('http://backwpup.com','backwpup')) {
137
+ add_contextual_help( $current_screen,$help.
138
+ '<p><a href="http://backwpup.de" target="_blank">BackWPup</a> v. ' . BACKWPUP_VERSION . ', <a href="http://www.gnu.org/licenses/gpl-2.0" target="_blank">GPLv2</a> &copy 2009-' . date( 'Y' ) . ' <a href="http://danielhuesken.de" target="_blank">Daniel H&uuml;sken</a></p><p>' . __( 'BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.', 'backwpup' ) . '</p>' .
139
+ '<p><strong>' . __( 'For more information:', 'backwpup' ) . '</strong></p><p>' .
140
+ ' <a href="' . BackWPup::get_plugin_data('PluginURI') . '" target="_blank">' . BackWPup::get_plugin_data('Name') . '</a> |' .
141
+ ' <a href="http://backwpup.de/handbuch/" target="_blank">'.__('Documentation', 'backwpup').'</a> |' .
142
+ ' <a href="http://backwpup.de/faq/" target="_blank">'.__('FAQ', 'backwpup').'</a> |' .
143
+ ' <a href="http://backwpup.de/forums/" target="_blank">'.__('Support Forums', 'backwpup').'</a> |' .
144
+ ' <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y6UHQE4NKFFKY" target="_blank">'.__('Donate', 'backwpup').'</a> |' .
145
+ ' <a href="https://plus.google.com/112659782148359984250/" target="_blank">'.__('Google+', 'backwpup').'</a> ' .
146
+ '</p>'
147
+ );
148
+ } else {
149
+ add_contextual_help( $current_screen,$help.
150
+ '<p><a href="http://backwpup.com" target="_blank">BackWPup</a> v. ' . BACKWPUP_VERSION . ', <a href="http://www.gnu.org/licenses/gpl-2.0" target="_blank">GPLv2</a> &copy 2009-' . date( 'Y' ) . ' <a href="http://danielhuesken.de" target="_blank">Daniel H&uuml;sken</a></p><p>' . __( 'BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.', 'backwpup' ) . '</p>' .
151
+ '<p><strong>' . __( 'For more information:', 'backwpup' ) . '</strong></p><p>' .
152
+ ' <a href="' . BackWPup::get_plugin_data('PluginURI') . '" target="_blank">' . BackWPup::get_plugin_data('Name') . '</a> |' .
153
+ ' <a href="http://backwpup.com/manual/" target="_blank">'.__('Documentation', 'backwpup').'</a> |' .
154
+ ' <a href="http://backwpup.com/faq/" target="_blank">'.__('FAQ', 'backwpup').'</a> |' .
155
+ ' <a href="http://backwpup.com/forums/" target="_blank">'.__('Support Forums', 'backwpup').'</a> |' .
156
+ ' <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q3QSVRSFXBLSE" target="_blank">'.__('Donate', 'backwpup').'</a> |' .
157
+ ' <a href="https://plus.google.com/112659782148359984250/" target="_blank">'.__('Google+', 'backwpup').'</a> ' .
158
+ '</p>'
159
+ );
160
+ }
161
+ }
162
  }
163
 
164
  //On activate function
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.9
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.9');
36
  //Set Min Wordpress Version
37
  define('BACKWPUP_MIN_WORDPRESS_VERSION', '3.1');
38
  //Set User Capability
4
  Plugin URI: http://backwpup.com
5
  Description: WordPress Backup and more...
6
  Author: Daniel H&uuml;sken
7
+ Version: 2.1.10
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.10');
36
  //Set Min Wordpress Version
37
  define('BACKWPUP_MIN_WORDPRESS_VERSION', '3.1');
38
  //Set User Capability
job/job_run.php CHANGED
@@ -111,9 +111,9 @@ foreach($WORKING['STEPS'] as $step) {
111
  if ($STATIC['JOB']['activated'])
112
  trigger_error(__('[INFO]: BackWPup cron:','backwpup').' '.$STATIC['JOB']['cron'].'; '.date('D, j M Y @ H:i',$STATIC['JOB']['cronnextrun']),E_USER_NOTICE);
113
  if ($STATIC['CRONSTART'])
114
- trigger_error(__('[INFO]: BackWPup job strated by cron','backwpup'),E_USER_NOTICE);
115
  else
116
- trigger_error(__('[INFO]: BackWPup job strated manualy','backwpup'),E_USER_NOTICE);
117
  trigger_error(__('[INFO]: PHP ver.:','backwpup').' '.phpversion().'; '.php_sapi_name().'; '.PHP_OS,E_USER_NOTICE);
118
  if ((bool)ini_get('safe_mode'))
119
  trigger_error(sprintf(__('[INFO]: PHP Safe mode is ON! Maximum script execution time is %1$d sec.','backwpup'),ini_get('max_execution_time')),E_USER_NOTICE);
111
  if ($STATIC['JOB']['activated'])
112
  trigger_error(__('[INFO]: BackWPup cron:','backwpup').' '.$STATIC['JOB']['cron'].'; '.date('D, j M Y @ H:i',$STATIC['JOB']['cronnextrun']),E_USER_NOTICE);
113
  if ($STATIC['CRONSTART'])
114
+ trigger_error(__('[INFO]: BackWPup job started by cron','backwpup'),E_USER_NOTICE);
115
  else
116
+ trigger_error(__('[INFO]: BackWPup job started manualy','backwpup'),E_USER_NOTICE);
117
  trigger_error(__('[INFO]: PHP ver.:','backwpup').' '.phpversion().'; '.php_sapi_name().'; '.PHP_OS,E_USER_NOTICE);
118
  if ((bool)ini_get('safe_mode'))
119
  trigger_error(sprintf(__('[INFO]: PHP Safe mode is ON! Maximum script execution time is %1$d sec.','backwpup'),ini_get('max_execution_time')),E_USER_NOTICE);
job/job_start.php CHANGED
@@ -7,7 +7,7 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
7
  }
8
  //check if a job running
9
  if ($infile=backwpup_get_working_file()) {
10
- _e("A job already running!","backwpup");
11
  return false;
12
  }
13
 
@@ -18,12 +18,12 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
18
  $backwpup_static['TEMPDIR']=backwpup_get_temp();
19
  if (!is_dir($backwpup_static['TEMPDIR'])) {
20
  if (!mkdir(rtrim($backwpup_static['TEMPDIR'],'/'),0777,true)) {
21
- printf(__('Can not create temp folder: %s','backwpup'),$backwpup_static['TEMPDIR']);
22
  return false;
23
  }
24
  }
25
  if (!is_writable($backwpup_static['TEMPDIR'])) {
26
- _e("Temp dir not writeable","backwpup");
27
  return false;
28
  } else { //clean up old temp files
29
  if ($dir = opendir($backwpup_static['TEMPDIR'])) {
@@ -114,7 +114,7 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
114
  $backwpup_static['CFG']['dirlogs']=rtrim(str_replace('\\','/',$backwpup_static['CFG']['dirlogs']),'/').'/';
115
  if (!is_dir($backwpup_static['CFG']['dirlogs'])) {
116
  if (!mkdir(rtrim($backwpup_static['CFG']['dirlogs'],'/'),0777,true)) {
117
- printf(__('Can not create folder for log files: %s','backwpup'),$backwpup_static['CFG']['dirlogs']);
118
  return false;
119
  }
120
  //create .htaccess for apache and index.html for other
@@ -129,7 +129,7 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
129
  }
130
  }
131
  if (!is_writable($backwpup_static['CFG']['dirlogs'])) {
132
- _e("Log folder not writeable!","backwpup");
133
  return false;
134
  }
135
  //set Logfile
@@ -138,6 +138,7 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
138
  $fd=fopen($backwpup_static['LOGFILE'],'w');
139
  //Create log file header
140
  fwrite($fd,"<html>\n<head>\n");
 
141
  fwrite($fd,"<meta name=\"backwpup_version\" content=\"".BACKWPUP_VERSION."\" />\n");
142
  fwrite($fd,"<meta name=\"backwpup_logtime\" content=\"".time()."\" />\n");
143
  fwrite($fd,str_pad("<meta name=\"backwpup_errors\" content=\"0\" />",100)."\n");
@@ -181,7 +182,7 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
181
  //create backup dir if it not exists
182
  if (!is_dir($backwpup_static['JOB']['backupdir'])) {
183
  if (!mkdir(rtrim($backwpup_static['JOB']['backupdir'],'/'),0777,true)) {
184
- sprintf(__('Can not create folder for backups: %1$s','backwpup'),$backwpup_static['JOB']['backupdir']);
185
  return false;
186
  }
187
  //create .htaccess for apache and index.html for other
@@ -198,7 +199,7 @@ function backwpup_jobstart($jobid='',$cronstart=false) {
198
  }
199
  //check backup dir
200
  if (!is_writable($backwpup_static['JOB']['backupdir'])) {
201
- _e("Backup folder not writeable!","backwpup");
202
  return false;
203
  }
204
  //set Backup file Name
7
  }
8
  //check if a job running
9
  if ($infile=backwpup_get_working_file()) {
10
+ trigger_error(__("A job already running!","backwpup"),E_USER_WARNING);
11
  return false;
12
  }
13
 
18
  $backwpup_static['TEMPDIR']=backwpup_get_temp();
19
  if (!is_dir($backwpup_static['TEMPDIR'])) {
20
  if (!mkdir(rtrim($backwpup_static['TEMPDIR'],'/'),0777,true)) {
21
+ trigger_error(printf(__('Can not create temp folder: %s','backwpup'),$backwpup_static['TEMPDIR']),E_USER_ERROR);
22
  return false;
23
  }
24
  }
25
  if (!is_writable($backwpup_static['TEMPDIR'])) {
26
+ trigger_error(__("Temp dir not writeable","backwpup"),E_USER_ERROR);
27
  return false;
28
  } else { //clean up old temp files
29
  if ($dir = opendir($backwpup_static['TEMPDIR'])) {
114
  $backwpup_static['CFG']['dirlogs']=rtrim(str_replace('\\','/',$backwpup_static['CFG']['dirlogs']),'/').'/';
115
  if (!is_dir($backwpup_static['CFG']['dirlogs'])) {
116
  if (!mkdir(rtrim($backwpup_static['CFG']['dirlogs'],'/'),0777,true)) {
117
+ trigger_error(printf(__('Can not create folder for log files: %s','backwpup'),$backwpup_static['CFG']['dirlogs']),E_USER_ERROR);
118
  return false;
119
  }
120
  //create .htaccess for apache and index.html for other
129
  }
130
  }
131
  if (!is_writable($backwpup_static['CFG']['dirlogs'])) {
132
+ trigger_error(__("Log folder not writeable!","backwpup"),E_USER_ERROR);
133
  return false;
134
  }
135
  //set Logfile
138
  $fd=fopen($backwpup_static['LOGFILE'],'w');
139
  //Create log file header
140
  fwrite($fd,"<html>\n<head>\n");
141
+ fwrite($fd,"<meta name=\"robots\" content=\"noindex, nofollow\" />\n");
142
  fwrite($fd,"<meta name=\"backwpup_version\" content=\"".BACKWPUP_VERSION."\" />\n");
143
  fwrite($fd,"<meta name=\"backwpup_logtime\" content=\"".time()."\" />\n");
144
  fwrite($fd,str_pad("<meta name=\"backwpup_errors\" content=\"0\" />",100)."\n");
182
  //create backup dir if it not exists
183
  if (!is_dir($backwpup_static['JOB']['backupdir'])) {
184
  if (!mkdir(rtrim($backwpup_static['JOB']['backupdir'],'/'),0777,true)) {
185
+ trigger_error(sprintf(__('Can not create folder for backups: %1$s','backwpup'),$backwpup_static['JOB']['backupdir']),E_USER_ERROR);
186
  return false;
187
  }
188
  //create .htaccess for apache and index.html for other
199
  }
200
  //check backup dir
201
  if (!is_writable($backwpup_static['JOB']['backupdir'])) {
202
+ trigger_error(__("Backup folder not writeable!","backwpup"),E_USER_ERROR);
203
  return false;
204
  }
205
  //set Backup file Name
lang/backwpup-de_DE.mo CHANGED
Binary file
lang/backwpup-de_DE.po CHANGED
@@ -13,291 +13,292 @@ msgstr ""
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-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
 
20
 
 
21
  #@ backwpup
22
- #: job/job_functions.php:248
23
  msgid "[WARNING]"
24
  msgstr "[WARNUNG]"
25
 
 
26
  #@ backwpup
27
- #: job/job_functions.php:254
28
  msgid "[ERROR]"
29
  msgstr "[FEHLER]"
30
 
 
31
  #@ backwpup
32
- #: job/job_functions.php:258
33
  msgid "[DEPRECATED]"
34
  msgstr "[VERALTET]"
35
 
 
36
  #@ backwpup
37
- #: job/job_functions.php:261
38
  msgid "[STRICT NOTICE]"
39
  msgstr "[STRENGER HINWEIS]"
40
 
 
41
  #@ backwpup
42
- #: job/job_functions.php:264
43
  msgid "[RECOVERABLE ERROR]"
44
  msgstr "[L&Ouml;SBARER FEHLER]"
45
 
46
- #@ backwpup
47
  #: job/job_functions.php:107
48
  #, php-format
 
49
  msgid "Memory increased from %1$s to %2$s"
50
  msgstr "Speicher(limit) erh&ouml;ht von %1$s auf %2$s"
51
 
52
- #@ backwpup
53
  #: job/db_check.php:34
54
  #: job/db_check.php:36
55
  #: job/db_check.php:38
56
  #, php-format
 
57
  msgid "Result of table check for %1$s is: %2$s"
58
  msgstr "Ergebnis f&uuml;r den Tabellencheck f&uuml;r %1$s, ist %2$s"
59
 
60
- #@ backwpup
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
  msgid "BackWPup database error %1$s for query %2$s"
68
  msgstr "BackWPup-Datenbankfehler %1$s f&uuml;r die Anfrage %2$s"
69
 
70
- #@ backwpup
71
  #: job/db_check.php:49
72
  #: job/db_check.php:51
73
  #: job/db_check.php:53
74
  #, php-format
 
75
  msgid "Result of table repair for %1$s is: %2$s"
76
  msgstr "Ergebnis der Tabellenreparatur f&uuml;r %1$s ist: %2$s"
77
 
78
- #@ backwpup
79
  #: job/db_check.php:59
 
80
  msgid "Database check done!"
81
  msgstr "Datenbank-Check fertig!"
82
 
83
- #@ backwpup
84
  #: job/db_optimize.php:35
85
  #: job/db_optimize.php:37
86
  #: job/db_optimize.php:39
87
  #, php-format
 
88
  msgid "Result of table optimize for %1$s is: %2$s"
89
  msgstr "Ergebnis der Tabellenoptimierung f&uuml;r %1$s ist: %2$s"
90
 
91
- #@ backwpup
92
  #: job/db_optimize.php:41
 
93
  msgid "Database optimize done!"
94
  msgstr "Datenbankoptimierung fertig!"
95
 
96
- #@ backwpup
97
  #: job/dest_ftp.php:62
 
98
  msgid "Can not Entering Passive Mode"
99
  msgstr "Einstieg in den passiven Modus nicht m&ouml;glich"
100
 
101
- #@ backwpup
102
  #: job/dest_mail.php:22
 
103
  msgid "Send mail with SMTP"
104
  msgstr "E-Mail senden mit SMTP"
105
 
106
- #@ backwpup
107
  #: job/dest_mail.php:26
 
108
  msgid "Send mail with Sendmail"
109
  msgstr "E-Mail senden mit Sendmail"
110
 
111
- #@ backwpup
112
  #: job/dest_mail.php:29
 
113
  msgid "Send mail with PHP mail"
114
  msgstr "E-Mail senden mit PHP mail"
115
 
116
- #@ backwpup
117
  #: job/dest_mail.php:32
 
118
  msgid "Creating mail"
119
  msgstr "E-Mail erstellen"
120
 
121
- #@ backwpup
122
  #: job/dest_mail.php:54
 
123
  msgid "Send mail...."
124
  msgstr "E-Mail wird gesendet ..."
125
 
126
- #@ backwpup
127
  #: job/dest_mail.php:59
 
128
  msgid "Mail send!!!"
129
  msgstr "E-Mail wurde gesendet!!!"
130
 
131
- #@ backwpup
132
  #: pages/page_backwpupworking.php:38
 
133
  msgid "Errors:"
134
  msgstr "Fehler:"
135
 
136
- #@ backwpup
137
  #: pages/page_backwpupworking.php:34
 
138
  msgid "Warnings:"
139
  msgstr "Warnungen:"
140
 
141
- #@ backwpup
142
- #@ textdomain
143
  #. translators: plugin header field 'Name'
144
  #: backwpup-functions.php:4
145
- #: backwpup-functions.php:269
146
- #: backwpup-functions.php:494
147
  #: backwpup.php:0
 
 
148
  msgid "BackWPup"
149
  msgstr "BackWPup"
150
 
151
- #@ backwpup
152
  #: pages/func_backwpuplogs.php:80
 
153
  msgid "Job"
154
  msgstr "Auftrag"
155
 
156
- #@ backwpup
157
  #: pages/func_backwpup.php:57
158
  #: pages/func_backwpupeditjob.php:171
159
  #: pages/func_backwpuplogs.php:81
 
160
  msgid "Type"
161
  msgstr "Typ"
162
 
163
- #@ backwpup
164
  #: pages/func_backwpuplogs.php:82
 
165
  msgid "Backup/Log Date/Time"
166
  msgstr "Datensicherung/Protokoll Datum/Zeit"
167
 
168
- #@ backwpup
169
  #: pages/func_backwpuplogs.php:83
 
170
  msgid "Status"
171
  msgstr "Status"
172
 
173
- #@ backwpup
174
  #: pages/func_backwpupbackups.php:184
175
  #: pages/func_backwpuplogs.php:84
 
176
  msgid "Size"
177
  msgstr "Gr&ouml;&szlig;e"
178
 
179
- #@ backwpup
180
  #: pages/func_backwpuplogs.php:85
 
181
  msgid "Runtime"
182
  msgstr "Laufzeit"
183
 
184
- #@ backwpup
185
  #: pages/func_backwpup.php:55
 
186
  msgid "ID"
187
  msgstr "ID"
188
 
189
- #@ backwpup
190
  #: pages/func_backwpup.php:56
 
191
  msgid "Job Name"
192
  msgstr "Auftragsname"
193
 
194
- #@ backwpup
195
  #: pages/func_backwpup.php:59
 
196
  msgid "Next Run"
197
  msgstr "N&auml;chster Durchlauf"
198
 
199
- #@ backwpup
200
  #: pages/func_backwpup.php:60
 
201
  msgid "Last Run"
202
  msgstr "Letzter Durchlauf"
203
 
 
204
  #@ backwpup
205
- #: backwpup-functions.php:95
206
- #: backwpup-functions.php:261
207
  msgid "Support"
208
  msgstr "Hilfe + Unterst&uuml;tzung (Support)"
209
 
 
 
 
 
 
210
  #@ backwpup
211
- #: backwpup-functions.php:96
212
- #: backwpup-functions.php:260
213
  msgid "FAQ"
214
  msgstr "FAQ"
215
 
 
 
 
 
 
216
  #@ backwpup
217
- #: backwpup-functions.php:97
218
- msgid "Plugin Homepage"
219
- msgstr "Plugin Homepage"
220
-
221
- #@ backwpup
222
- #: backwpup-functions.php:99
223
- #: backwpup-functions.php:262
224
  msgid "Donate"
225
  msgstr "Spenden"
226
 
 
227
  #@ backwpup
228
- #: backwpup-functions.php:250
229
  msgid "Go to Settings Page"
230
  msgstr "Gehe zur Einstellungsseite"
231
 
232
- #@ backwpup
233
  #: backwpup-functions.php:17
234
- #: backwpup-functions.php:250
 
235
  msgid "Settings"
236
  msgstr "Einstellungen"
237
 
 
238
  #@ backwpup
239
- #: backwpup-functions.php:326
240
  msgid "WP XML Export"
241
  msgstr "WP XML Export"
242
 
 
243
  #@ backwpup
244
- #: backwpup-functions.php:332
245
  msgid "Database Backup"
246
  msgstr "Datenbank-Sicherung"
247
 
 
 
248
  #@ backwpup
249
- #: backwpup-functions.php:329
250
- #: pages/page_backwpupeditjob.php:78
251
  msgid "File Backup"
252
  msgstr "Dateien-Sicherung"
253
 
 
254
  #@ backwpup
255
- #: backwpup-functions.php:335
256
  msgid "Optimize Database Tables"
257
  msgstr "Datenbanktabellen optimieren"
258
 
 
259
  #@ backwpup
260
- #: backwpup-functions.php:338
261
  msgid "Check Database Tables"
262
  msgstr "Datenbanktabellen checken"
263
 
264
- #@ backwpup
265
- #: backwpup-functions.php:417
266
- #: backwpup-functions.php:447
267
- #: backwpup-functions.php:475
268
  #: pages/page_backwpupsettings.php:59
 
269
  msgid "none"
270
  msgstr "nichts"
271
 
 
272
  #@ backwpup
273
- #: backwpup-functions.php:468
274
  msgid "Edit Job"
275
  msgstr "Auftrag bearbeiten"
276
 
277
- #@ backwpup
278
  #: pages/func_backwpup.php:128
 
279
  msgid "Running since:"
280
  msgstr "L&auml;uft seit:"
281
 
282
- #@ backwpup
283
  #: pages/func_backwpup.php:128
284
  #: pages/func_backwpup.php:144
285
  #: pages/func_backwpuplogs.php:153
 
286
  msgid "sec."
287
  msgstr "Sek."
288
 
 
289
  #@ backwpup
290
- #: pages/page_backwpupeditjob.php:28
291
  msgid "BackWPup Job Settings"
292
  msgstr "BackWPup Auftragseinstellungen"
293
 
 
294
  #@ backwpup
295
- #: pages/page_backwpupeditjob.php:9
296
  msgid "Job Type"
297
  msgstr "Auftrags-Typ"
298
 
299
- #@ backwpup
300
  #: pages/func_backwpupeditjob.php:25
 
301
  msgid ""
302
  "You are about to delete this Job. \n"
303
  " 'Cancel' to stop, 'OK' to delete."
@@ -305,8 +306,6 @@ msgstr ""
305
  "Sie sind dabei den Auftrag zu l&ouml;schen. \n"
306
  " 'Abbrechen', um zu stoppen, 'OK', um zu l&ouml;schen."
307
 
308
- #@ default
309
- #@ backwpup
310
  #: pages/func_backwpup.php:47
311
  #: pages/func_backwpup.php:103
312
  #: pages/func_backwpupbackups.php:130
@@ -314,333 +313,334 @@ msgstr ""
314
  #: pages/func_backwpupeditjob.php:25
315
  #: pages/func_backwpuplogs.php:73
316
  #: pages/func_backwpuplogs.php:127
 
 
317
  msgid "Delete"
318
  msgstr "L&ouml;schen"
319
 
320
- #@ backwpup
321
  #: pages/func_backwpupeditjob.php:28
 
322
  msgid "Save Changes"
323
  msgstr "&Auml;nderungen speichern"
324
 
 
325
  #@ backwpup
326
- #: pages/page_backwpupeditjob.php:10
327
  msgid "Job Schedule"
328
  msgstr "Auftragsplanung"
329
 
330
- #@ backwpup
331
  #: pages/func_backwpupeditjob.php:91
 
332
  msgid "Activate scheduling"
333
  msgstr "Planung aktiv?"
334
 
335
- #@ backwpup
336
  #: pages/func_backwpupeditjob.php:135
 
337
  msgid "January"
338
  msgstr "Januar"
339
 
340
- #@ backwpup
341
  #: pages/func_backwpupeditjob.php:136
 
342
  msgid "February"
343
  msgstr "Februar"
344
 
345
- #@ backwpup
346
  #: pages/func_backwpupeditjob.php:137
 
347
  msgid "March"
348
  msgstr "M&auml;rz"
349
 
350
- #@ backwpup
351
  #: pages/func_backwpupeditjob.php:138
 
352
  msgid "April"
353
  msgstr "April"
354
 
355
- #@ backwpup
356
  #: pages/func_backwpupeditjob.php:139
 
357
  msgid "May"
358
  msgstr "Mai"
359
 
360
- #@ backwpup
361
  #: pages/func_backwpupeditjob.php:140
 
362
  msgid "June"
363
  msgstr "Juni"
364
 
365
- #@ backwpup
366
  #: pages/func_backwpupeditjob.php:141
 
367
  msgid "July"
368
  msgstr "Juli"
369
 
370
- #@ backwpup
371
  #: pages/func_backwpupeditjob.php:143
 
372
  msgid "September"
373
  msgstr "September"
374
 
375
- #@ backwpup
376
  #: pages/func_backwpupeditjob.php:144
 
377
  msgid "October"
378
  msgstr "Oktober"
379
 
380
- #@ backwpup
381
  #: pages/func_backwpupeditjob.php:145
 
382
  msgid "November"
383
  msgstr "November"
384
 
385
- #@ backwpup
386
  #: pages/func_backwpupeditjob.php:146
 
387
  msgid "December"
388
  msgstr "Dezember"
389
 
390
- #@ backwpup
391
  #: pages/header_backwpupeditjob.php:274
 
392
  msgid "Send log"
393
  msgstr "Sende Protokoll"
394
 
395
- #@ backwpup
396
  #: pages/func_backwpupeditjob.php:60
 
397
  msgid "E-Mail-Adress:"
398
  msgstr "E-Mail-Adresse:"
399
 
 
400
  #@ backwpup
401
- #: pages/page_backwpupeditjob.php:53
402
  msgid "Enter Job name here"
403
  msgstr "Auftragsname hier eintragen"
404
 
 
405
  #@ backwpup
406
- #: pages/page_backwpupeditjob.php:59
407
  msgid "Database Jobs"
408
  msgstr "Datenbank-Auftr&auml;ge"
409
 
 
410
  #@ backwpup
411
- #: pages/page_backwpupeditjob.php:73
412
  msgid "Set Blog Maintenance Mode on Database Operations"
413
  msgstr "Webseite/ Blog in den Wartungsmodus versetzen, w&auml;hrend Datenbank-Operationen ausgef&uuml;hrt werden"
414
 
 
415
  #@ backwpup
416
- #: pages/page_backwpupeditjob.php:80
417
  msgid "Blog Folders to Backup:"
418
  msgstr "Webseiten-/ Blog-Ordner, die gesichert werden sollen:"
419
 
 
420
  #@ backwpup
421
- #: pages/page_backwpupeditjob.php:164
422
  msgid "Include Folders to Backup:"
423
  msgstr "Diese Ordner in die Sicherung einschlie&szlig;en:"
424
 
 
 
425
  #@ backwpup
426
- #: pages/page_backwpupeditjob.php:165
427
- #: pages/page_backwpupeditjob.php:169
428
  msgid "Example:"
429
  msgstr "Beispiel:"
430
 
 
431
  #@ backwpup
432
- #: pages/page_backwpupeditjob.php:168
433
  msgid "Exclude Files/Folders from Backup:"
434
  msgstr "Dateien/ Ordner von der Sicherung ausschlie&szlig;en:"
435
 
436
- #@ backwpup
437
  #: pages/func_backwpupeditjob.php:224
438
  #: pages/page_backwpupsettings.php:90
 
439
  msgid "(Oldest files will deleted first.)"
440
  msgstr "(&Auml;lteste Dateien werden zuerst gel&ouml;scht.)"
441
 
 
442
  #@ backwpup
443
- #: pages/header_backwpupeditjob.php:276
444
  msgid "Backup to FTP Server"
445
  msgstr "Datensicherung zum FTP-Server"
446
 
447
- #@ backwpup
448
  #: pages/func_backwpupeditjob.php:230
 
449
  msgid "Hostname:"
450
  msgstr "Hostname:"
451
 
452
- #@ backwpup
453
  #: pages/func_backwpupeditjob.php:234
454
  #: pages/func_backwpupeditjob.php:325
455
  #: pages/page_backwpupsettings.php:139
 
456
  msgid "Username:"
457
  msgstr "Benutzername:"
458
 
459
- #@ backwpup
460
  #: pages/func_backwpupeditjob.php:236
461
  #: pages/func_backwpupeditjob.php:377
462
  #: pages/page_backwpupsettings.php:144
 
463
  msgid "Password:"
464
  msgstr "Passwort:"
465
 
 
466
  #@ backwpup
467
- #: pages/header_backwpupeditjob.php:282
468
  msgid "Backup to Amazon S3"
469
  msgstr "Datensicherung zu Amazon S3"
470
 
471
- #@ backwpup
472
  #: pages/func_backwpupeditjob.php:250
 
473
  msgid "Access Key ID:"
474
  msgstr "Access Key ID (Zugangsschl&uuml;ssel-ID):"
475
 
476
- #@ backwpup
477
  #: pages/func_backwpupeditjob.php:252
 
478
  msgid "Secret Access Key:"
479
  msgstr "Secret Access Key (Geheimer Schl&uuml;ssel):"
480
 
481
- #@ backwpup
482
  #: pages/func_backwpupeditjob.php:254
483
  #: pages/func_backwpupeditjob.php:279
 
484
  msgid "Bucket:"
485
  msgstr "Bucket:"
486
 
 
487
  #@ backwpup
488
- #: pages/page_backwpupeditjob.php:12
489
  msgid "Backup to E-Mail"
490
  msgstr "Datensicherung via E-Mail"
491
 
492
- #@ backwpup
493
  #: pages/func_backwpupeditjob.php:398
 
494
  msgid "Max. File Size for sending Backups with mail:"
495
  msgstr "Maximale Dateigr&ouml;&szlig;e zum Senden von Datensicherungen via E-Mail:"
496
 
497
- #@ backwpup
498
- #: backwpup-functions.php:483
499
  #: pages/page_backwpuplogs.php:8
 
500
  msgid "BackWPup Logs"
501
  msgstr "BackWPup Protokolle"
502
 
503
- #@ backwpup
504
  #: backwpup-functions.php:5
505
- #: backwpup-functions.php:497
506
  #: pages/page_backwpupsettings.php:101
 
507
  msgid "Jobs"
508
  msgstr "Auftr&auml;ge"
509
 
510
- #@ backwpup
511
  #: backwpup-functions.php:11
512
- #: backwpup-functions.php:498
513
- #: pages/header_backwpupbackups.php:328
514
  #: pages/header_backwpuplogs.php:61
515
  #: pages/page_backwpupsettings.php:79
 
516
  msgid "Logs"
517
  msgstr "Protokolldateien"
518
 
519
- #@ backwpup
520
  #: backwpup-functions.php:15
 
521
  msgid "Tools"
522
  msgstr "Werkzeuge"
523
 
524
- #@ backwpup
525
  #: pages/func_backwpuplogs.php:124
 
526
  msgid "View log"
527
  msgstr "Protokoll ansehen"
528
 
529
- #@ backwpup
530
  #: pages/func_backwpuplogs.php:126
 
531
  msgid "View"
532
  msgstr "Ansehen"
533
 
534
- #@ backwpup
535
  #: pages/func_backwpuplogs.php:147
 
536
  msgid "only Log"
537
  msgstr "nur Protokoll"
538
 
539
- #@ backwpup
540
  #: pages/header_backwpupsettings.php:46
 
541
  msgid "Settings saved"
542
  msgstr "Einstellungen gespeichert"
543
 
544
- #@ backwpup
545
  #: pages/header_backwpup.php:44
 
546
  msgid "Copy of"
547
  msgstr "Kopie von"
548
 
549
- #@ backwpup
550
  #: pages/page_backwpupsettings.php:10
 
551
  msgid "BackWPup Settings"
552
  msgstr "BackWPup-Einstellungen"
553
 
554
- #@ backwpup
555
  #: pages/page_backwpupsettings.php:17
 
556
  msgid "Send Mail"
557
  msgstr "Send Mail"
558
 
559
- #@ backwpup
560
  #: pages/page_backwpupsettings.php:34
 
561
  msgid "PHP: mail()"
562
  msgstr "PHP: mail()"
563
 
564
- #@ backwpup
565
  #: pages/page_backwpupsettings.php:35
 
566
  msgid "Sendmail"
567
  msgstr "Sendmail"
568
 
569
- #@ backwpup
570
  #: pages/page_backwpupsettings.php:36
 
571
  msgid "SMTP"
572
  msgstr "SMTP"
573
 
574
- #@ backwpup
575
  #: pages/page_backwpupsettings.php:153
576
  #: pages/page_backwpupsettings.php:154
 
577
  msgid "Disable WP-Cron"
578
  msgstr "WP-Cron deaktivieren"
579
 
580
- #@ backwpup
581
  #: pages/page_backwpuptools.php:8
 
582
  msgid "BackWPup Tools"
583
  msgstr "BackWPup-Werkzeuge"
584
 
585
- #@ backwpup
586
  #: pages/page_backwpuptools.php:15
 
587
  msgid "Database restore"
588
  msgstr "Datenbank wiederherstellen"
589
 
590
- #@ backwpup
591
  #: pages/page_backwpuptools.php:21
592
  #: pages/page_backwpuptools.php:40
 
593
  msgid "Restore"
594
  msgstr "Wiederherstellen"
595
 
596
- #@ backwpup
597
  #: pages/page_backwpuptools.php:37
 
598
  msgid "SQL File to restore:"
599
  msgstr "SQL-Datei zur Wiederherstellung:"
600
 
601
- #@ backwpup
602
  #: backwpup-functions.php:7
603
  #: pages/page_backwpup.php:8
604
- #: pages/page_backwpupeditjob.php:28
 
605
  msgid "Add New"
606
  msgstr "Neuer Auftrag"
607
 
608
- #@ backwpup
609
  #: pages/func_backwpup.php:97
 
610
  msgid "Edit:"
611
  msgstr "Bearbeiten:"
612
 
613
- #@ default
614
  #: pages/func_backwpup.php:100
 
615
  msgid "Edit"
616
  msgstr "Bearbeiten"
617
 
618
- #@ backwpup
619
  #: pages/func_backwpup.php:101
 
620
  msgid "Copy"
621
  msgstr "Kopieren"
622
 
623
- #@ backwpup
624
  #: pages/func_backwpup.php:104
 
625
  msgid "Run Now"
626
  msgstr "Jetzt starten"
627
 
628
- #@ backwpup
629
  #: pages/func_backwpup.php:132
 
630
  msgid "Inactive"
631
  msgstr "Inaktiv"
632
 
633
- #@ backwpup
634
  #: pages/func_backwpup.php:144
 
635
  msgid "Runtime:"
636
  msgstr "Laufzeit:"
637
 
638
- #@ backwpup
639
  #: pages/func_backwpup.php:146
 
640
  msgid "None"
641
  msgstr "Nichts"
642
 
643
- #@ backwpup
644
  #: pages/tools/db_restore.php:34
645
  #: pages/tools/db_restore.php:53
646
  #: pages/tools/db_restore.php:68
@@ -648,151 +648,152 @@ msgstr "Nichts"
648
  #: pages/tools/db_restore.php:82
649
  #: pages/tools/db_restore.php:85
650
  #: pages/tools/db_restore.php:90
 
651
  msgid "ERROR:"
652
  msgstr "FEHLER:"
653
 
654
- #@ backwpup
655
  #: pages/tools/db_restore.php:34
656
  #, php-format
 
657
  msgid "Pleace set <i>$table_prefix = '%1$s';</i> in wp-config.php"
658
  msgstr "Bitte setzen Sie <i>$table_prefix = '%1$s';</i> innerhalb der Datei wp-config.php"
659
 
660
- #@ backwpup
661
  #: pages/tools/db_restore.php:53
662
  #, php-format
 
663
  msgid "Pleace set <i>define('DB_CHARSET', '%1$s');</i> in wp-config.php"
664
  msgstr "Bitte setzen Sie <i>define('DB_CHARSET', '%1$s');</i> in der Datei wp-config.php"
665
 
666
- #@ backwpup
667
  #: pages/tools/db_restore.php:74
668
  #, php-format
 
669
  msgid "%1$s Database Querys done."
670
  msgstr "%1$s Datenbankabfragen fertig."
671
 
672
- #@ backwpup
673
  #: pages/tools/db_restore.php:75
 
674
  msgid "Make changes for Blogurl and ABSPATH if needed."
675
  msgstr "Machen Sie &Auml;nderungen an der Blogurl und bei ABSPATH, falls notwendig."
676
 
677
- #@ backwpup
678
  #: job/wp_export.php:38
679
  #: job/wp_export.php:40
 
680
  msgid "cURL:"
681
  msgstr "cURL:"
682
 
683
- #@ backwpup
684
  #: job/dest_rsc.php:13
 
685
  msgid "Connected to Rackspase ..."
686
  msgstr "Verbunden mit Rackspace ..."
687
 
688
- #@ backwpup
689
  #: job/dest_rsc.php:29
690
  #: job/dest_rsc.php:63
691
  #: job/dest_rsc.php:92
 
692
  msgid "Rackspase Cloud API:"
693
  msgstr "Rackspace Cloud API (Schnittstelle):"
694
 
695
- #@ backwpup
696
  #: job/dest_rsc.php:34
 
697
  msgid "Rackspase Cloud Container not exists:"
698
  msgstr "Rackspace Cloud Container existiert nicht:"
699
 
700
- #@ backwpup
701
  #: job/dest_rsc.php:56
 
702
  msgid "Backup File transferred to RSC://"
703
  msgstr "Datensicherungsdatei &uuml;bertragen zu RSC://"
704
 
705
- #@ backwpup
706
  #: job/dest_rsc.php:60
 
707
  msgid "Can not transfer backup to RSC."
708
  msgstr "Datensicherung kann nicht zu RSC &uuml;bertragen werden."
709
 
710
- #@ backwpup
711
  #: job/dest_rsc.php:85
 
712
  msgid "Can not delete file on RSC://"
713
  msgstr "Datei kann nicht gel&ouml;scht werden auf RSC://"
714
 
715
- #@ backwpup
716
  #: pages/page_backwpupbackups.php:8
 
717
  msgid "BackWPup Manage Backups"
718
  msgstr "BackWPup-Datensicherungen verwalten"
719
 
720
- #@ backwpup
721
  #: backwpup-functions.php:13
722
- #: backwpup-functions.php:499
 
723
  msgid "Backups"
724
  msgstr "Datensicherungen"
725
 
 
726
  #@ backwpup
727
- #: backwpup-functions.php:799
728
  msgid "New"
729
  msgstr "Neu"
730
 
 
 
731
  #@ backwpup
732
- #: pages/func_backwpupeditjob.php:622
733
- #: pages/func_backwpupeditjob.php:751
734
  msgid "Missing Username!"
735
  msgstr "Falscher Benutzername!"
736
 
 
737
  #@ backwpup
738
- #: pages/func_backwpupeditjob.php:629
739
  msgid "Missing API Key!"
740
  msgstr "API-Schl&uuml;ssel wird vermisst!"
741
 
 
742
  #@ backwpup
743
- #: pages/func_backwpupeditjob.php:650
744
  msgid "No Containerss found!"
745
  msgstr "Keine Container gefunden!"
746
 
747
- #@ backwpup
748
  #: pages/func_backwpup.php:41
 
749
  msgid "No Jobs."
750
  msgstr "Keine Auftr&auml;ge."
751
 
752
- #@ backwpup
753
  #: pages/func_backwpup.php:58
 
754
  msgid "Information"
755
  msgstr "Information"
756
 
757
- #@ backwpup
758
  #: pages/func_backwpup.php:248
 
759
  msgid "Files Size:"
760
  msgstr "Gr&ouml;&szlig;e der Dateien:"
761
 
762
- #@ backwpup
763
  #: pages/func_backwpup.php:250
 
764
  msgid "Files count:"
765
  msgstr "Dateiz&auml;hler:"
766
 
767
- #@ backwpup
768
  #: pages/func_backwpup.php:242
 
769
  msgid "DB Tables:"
770
  msgstr "Datenbank-Tabellen:"
771
 
772
- #@ backwpup
773
  #: pages/func_backwpup.php:243
 
774
  msgid "DB Rows:"
775
  msgstr "Datenbank-Zeilen:"
776
 
777
- #@ backwpup
778
  #: pages/func_backwpup.php:135
 
779
  msgid "<a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
780
  msgstr "<a href=\"http://de.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>:"
781
 
782
- #@ backwpup
783
  #: pages/func_backwpuplogs.php:68
 
784
  msgid "No Logs."
785
  msgstr "Keine Protokolldateien."
786
 
787
- #@ backwpup
788
  #: pages/func_backwpup.php:149
789
  #: pages/func_backwpupbackups.php:228
790
  #: pages/func_backwpuplogs.php:128
 
791
  msgid "Download"
792
  msgstr "Herunterladen"
793
 
794
- #@ backwpup
795
  #: pages/func_backwpupbackups.php:227
 
796
  msgid ""
797
  "You are about to delete this Backup Archive. \n"
798
  " 'Cancel' to stop, 'OK' to delete."
@@ -800,427 +801,416 @@ msgstr ""
800
  "Sie sind dabei dieses Datensicherungs-Archiv zu l&ouml;schen. \n"
801
  " 'Abbrechen' um zu stoppen, 'OK' um zu l&ouml;schen."
802
 
803
- #@ backwpup
804
  #: pages/func_backwpupbackups.php:242
 
805
  msgid "?"
806
  msgstr "?"
807
 
808
- #@ backwpup
809
  #: pages/func_backwpupeditjob.php:97
 
810
  msgid "Minutes: "
811
  msgstr "Minuten: "
812
 
813
- #@ backwpup
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
  msgid "Any (*)"
820
  msgstr "Alle (*)"
821
 
822
- #@ backwpup
823
  #: pages/func_backwpupeditjob.php:108
 
824
  msgid "Hours:"
825
  msgstr "Stunden:"
826
 
827
- #@ backwpup
828
  #: pages/func_backwpupeditjob.php:142
 
829
  msgid "Augest"
830
  msgstr "August"
831
 
832
- #@ backwpup
833
  #: pages/func_backwpupeditjob.php:155
834
  #: pages/func_backwpupeditjob.php:191
 
835
  msgid "Sunday"
836
  msgstr "Sonntag"
837
 
838
- #@ backwpup
839
  #: pages/func_backwpupeditjob.php:156
840
  #: pages/func_backwpupeditjob.php:192
 
841
  msgid "Monday"
842
  msgstr "Montag"
843
 
844
- #@ backwpup
845
  #: pages/func_backwpupeditjob.php:157
846
  #: pages/func_backwpupeditjob.php:193
 
847
  msgid "Tuesday"
848
  msgstr "Dienstag"
849
 
850
- #@ backwpup
851
  #: pages/func_backwpupeditjob.php:158
852
  #: pages/func_backwpupeditjob.php:194
 
853
  msgid "Wednesday"
854
  msgstr "Mittwoch"
855
 
856
- #@ backwpup
857
  #: pages/func_backwpupeditjob.php:159
858
  #: pages/func_backwpupeditjob.php:195
 
859
  msgid "Thursday"
860
  msgstr "Donnerstag"
861
 
862
- #@ backwpup
863
  #: pages/func_backwpupeditjob.php:160
864
  #: pages/func_backwpupeditjob.php:196
 
865
  msgid "Friday"
866
  msgstr "Freitag"
867
 
868
- #@ backwpup
869
  #: pages/func_backwpupeditjob.php:161
870
  #: pages/func_backwpupeditjob.php:197
 
871
  msgid "Saturday"
872
  msgstr "Samstag"
873
 
 
874
  #@ backwpup
875
- #: pages/func_backwpupeditjob.php:445
876
  msgid "Working as <a href=\"http://wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a> job schedule:"
877
  msgstr "Arbeiten nach der <a href=\"http://de.wikipedia.org/wiki/Cron\" target=\"_blank\">Cron</a>-Auftragsplanung:"
878
 
 
879
  #@ backwpup
880
- #: pages/func_backwpupeditjob.php:463
881
  msgid "Next runtime:"
882
  msgstr "N&auml;chster Durchlauf:"
883
 
884
- #@ backwpup
885
  #: pages/header_backwpupeditjob.php:273
 
886
  msgid "Backup File"
887
  msgstr "Datensicherungsdatei"
888
 
889
- #@ backwpup
890
  #: pages/func_backwpupeditjob.php:38
 
891
  msgid "File Prefix:"
892
  msgstr "Datei-Vorsilbe:"
893
 
894
- #@ backwpup
895
  #: pages/func_backwpupeditjob.php:40
 
896
  msgid "File Formart:"
897
  msgstr "Dateiformat:"
898
 
899
- #@ backwpup
900
  #: pages/func_backwpupeditjob.php:43
901
  #: pages/func_backwpupeditjob.php:45
 
902
  msgid "Zip"
903
  msgstr "Zip"
904
 
905
- #@ backwpup
906
  #: pages/func_backwpupeditjob.php:46
 
907
  msgid "Tar"
908
  msgstr "Tar"
909
 
910
- #@ backwpup
911
  #: pages/func_backwpupeditjob.php:48
912
  #: pages/func_backwpupeditjob.php:50
 
913
  msgid "Tar GZip"
914
  msgstr "Tar GZip"
915
 
916
- #@ backwpup
917
  #: pages/func_backwpupeditjob.php:52
918
  #: pages/func_backwpupeditjob.php:54
 
919
  msgid "Tar BZip2"
920
  msgstr "Tar BZip2"
921
 
 
922
  #@ backwpup
923
- #: pages/page_backwpupeditjob.php:83
924
  msgid "root"
925
  msgstr "root"
926
 
 
 
 
 
 
927
  #@ backwpup
928
- #: pages/page_backwpupeditjob.php:86
929
- #: pages/page_backwpupeditjob.php:102
930
- #: pages/page_backwpupeditjob.php:118
931
- #: pages/page_backwpupeditjob.php:134
932
- #: pages/page_backwpupeditjob.php:150
933
  msgid "Exclude:"
934
  msgstr "Ausschlie&szlig;en:"
935
 
 
936
  #@ backwpup
937
- #: pages/page_backwpupeditjob.php:99
938
  msgid "Content"
939
  msgstr "Inhalt"
940
 
 
941
  #@ backwpup
942
- #: pages/page_backwpupeditjob.php:115
943
  msgid "Plugins"
944
  msgstr "Plugins"
945
 
 
946
  #@ backwpup
947
- #: pages/page_backwpupeditjob.php:131
948
  msgid "Themes"
949
  msgstr "Themes (Templates)"
950
 
 
951
  #@ backwpup
952
- #: pages/page_backwpupeditjob.php:147
953
  msgid "Blog Uploads"
954
  msgstr "Blog-Uploads"
955
 
956
- #@ backwpup
957
  #: pages/func_backwpupeditjob.php:257
 
958
  msgid "Bucket Region"
959
  msgstr "Bucket Region"
960
 
961
- #@ backwpup
962
  #: pages/func_backwpupeditjob.php:261
 
963
  msgid "Save Backups with reduced redundancy!"
964
  msgstr "Sichere Datensicherungen mit reduzierter Redundanz!"
965
 
 
966
  #@ backwpup
967
- #: pages/header_backwpupeditjob.php:288
968
  msgid "Backup to Rackspace Cloud"
969
  msgstr "Datensicherung in die Rackspace Cloud"
970
 
971
- #@ backwpup
972
  #: pages/func_backwpupeditjob.php:327
 
973
  msgid "API Key:"
974
  msgstr "API-Schl&uuml;ssel"
975
 
976
- #@ backwpup
977
  #: pages/func_backwpupeditjob.php:306
978
  #: pages/func_backwpupeditjob.php:329
 
979
  msgid "Container:"
980
  msgstr "Container:"
981
 
982
- #@ backwpup
983
  #: pages/func_backwpupeditjob.php:309
984
  #: pages/func_backwpupeditjob.php:332
 
985
  msgid "Create Container:"
986
  msgstr "Erstelle Container:"
987
 
988
- #@ backwpup
989
  #: pages/header_backwpupeditjob.php:261
990
  #, php-format
 
991
  msgid "Job '%1' changes saved."
992
  msgstr "Auftrag '%1' Ver&auml;nderungen gepeichert."
993
 
994
- #@ backwpup
995
  #: pages/header_backwpupeditjob.php:261
 
996
  msgid "Jobs overview."
997
  msgstr "Auftrags&uuml;berblick"
998
 
999
- #@ backwpup
1000
  #: pages/func_backwpupeditjob.php:243
 
1001
  msgid "Use FTP Passiv mode."
1002
  msgstr "FTP-Passiv-Modus benutzen."
1003
 
1004
- #@ backwpup
1005
  #: job/dest_ftp.php:60
 
1006
  msgid "Entering Passive Mode"
1007
  msgstr "Passivmodus wird betreten"
1008
 
1009
- #@ backwpup
1010
  #: job/dest_ftp.php:65
 
1011
  msgid "Entering Normal Mode"
1012
  msgstr "Normalmodus wird betreten"
1013
 
1014
- #@ backwpup
1015
  #: job/dest_ftp.php:67
 
1016
  msgid "Can not Entering Normal Mode"
1017
  msgstr "Normalmodus kann nicht betreten werden"
1018
 
1019
- #@ backwpup
1020
  #: job/dest_ftp.php:75
 
1021
  msgid "Error getting SYSTYPE"
1022
  msgstr "Fehler, SYSTYPE wird angezeigt"
1023
 
1024
- #@ backwpup
1025
  #: pages/func_backwpupeditjob.php:242
 
1026
  msgid "Use SSL-FTP Connection."
1027
  msgstr "Benutze SSL-FTP-Verbindung."
1028
 
 
1029
  #@ backwpup
1030
- #: pages/header_backwpupeditjob.php:278
1031
  msgid "Backup to Dropbox"
1032
  msgstr "Datensicherung in die Dropbox"
1033
 
1034
- #@ backwpup
1035
  #. translators: plugin header field 'Author'
1036
  #: backwpup.php:0
 
1037
  msgid "Daniel H&uuml;sken"
1038
  msgstr "Daniel H&uuml;sken"
1039
 
1040
- #@ backwpup
1041
  #. translators: plugin header field 'AuthorURI'
1042
  #: backwpup.php:0
 
1043
  msgid "http://danielhuesken.de"
1044
  msgstr "http://danielhuesken.de/"
1045
 
1046
- #@ default
1047
- #@ backwpup
1048
  #: pages/func_backwpup.php:46
1049
  #: pages/func_backwpup.php:102
 
 
1050
  msgid "Export"
1051
  msgstr "Export"
1052
 
1053
- #@ backwpup
1054
  #: pages/func_backwpup.php:149
 
1055
  msgid "Download last Backup"
1056
  msgstr "Letzte Datensicherung herunterladen"
1057
 
1058
- #@ backwpup
1059
  #: pages/func_backwpup.php:151
 
1060
  msgid "View last Log"
1061
  msgstr "Letztes Protokoll ansehen"
1062
 
1063
- #@ backwpup
1064
  #: pages/func_backwpup.php:151
 
1065
  msgid "Log"
1066
  msgstr "Protokoll"
1067
 
1068
- #@ backwpup
1069
- #: pages/func_backwpupeditjob.php:257
1070
- msgid "US-East (Northern Virginia)"
1071
- msgstr "US-Ost (Nord-Virginia)"
1072
-
1073
- #@ backwpup
1074
  #: pages/func_backwpupeditjob.php:257
1075
- msgid "US-West (Northern California)"
1076
- msgstr "US-West (Nordkalifornien)"
1077
-
1078
  #@ backwpup
1079
- #: pages/func_backwpupeditjob.php:257
1080
  msgid "EU (Ireland)"
1081
  msgstr "EU (Irland)"
1082
 
1083
- #@ backwpup
1084
  #: pages/func_backwpupeditjob.php:257
 
1085
  msgid "Asia Pacific (Singapore)"
1086
  msgstr "Asien/ Pazifik (Singapur)"
1087
 
1088
- #@ backwpup
1089
  #: pages/page_backwpupsettings.php:97
 
1090
  msgid "Gzip Log files!"
1091
  msgstr "Gzip Protokolldateien!"
1092
 
1093
- #@ backwpup
1094
  #: pages/page_backwpuptools.php:51
 
1095
  msgid "Import Jobs settings"
1096
  msgstr "Auftrags-Import-Einstellungen"
1097
 
1098
- #@ backwpup
1099
  #: pages/page_backwpuptools.php:56
1100
  #: pages/page_backwpuptools.php:61
 
1101
  msgid "Upload"
1102
  msgstr "Hochladen"
1103
 
1104
- #@ backwpup
1105
  #: pages/page_backwpuptools.php:66
 
1106
  msgid "Import Type"
1107
  msgstr "Import-Typ"
1108
 
1109
- #@ backwpup
1110
  #: pages/page_backwpuptools.php:66
 
1111
  msgid "No Import"
1112
  msgstr "Kein Import"
1113
 
1114
- #@ backwpup
1115
  #: pages/page_backwpuptools.php:68
 
1116
  msgid "Overwrite"
1117
  msgstr "&Uuml;berschreiben"
1118
 
1119
- #@ backwpup
1120
  #: pages/page_backwpuptools.php:68
 
1121
  msgid "Append"
1122
  msgstr "Anh&auml;ngen"
1123
 
1124
- #@ backwpup
1125
  #: pages/page_backwpuptools.php:70
1126
  #: pages/page_backwpuptools.php:75
1127
  #: pages/page_backwpuptools.php:77
1128
  #: pages/page_backwpuptools.php:78
 
1129
  msgid "Import"
1130
  msgstr "Import"
1131
 
1132
- #@ backwpup
1133
  #: pages/page_backwpuptools.php:114
 
1134
  msgid "Jobs imported!"
1135
  msgstr "Auftr&auml;ge importiert!"
1136
 
 
1137
  #@ backwpup
1138
- #: pages/func_backwpupeditjob.php:685
1139
  msgid "Missing Hostname!"
1140
  msgstr "Hostname (Server) nicht angegeben!"
1141
 
 
1142
  #@ backwpup
1143
- #: pages/func_backwpupeditjob.php:692
1144
  msgid "Missing Account Name!"
1145
  msgstr "Kontoname (Benutzername) nicht angegeben!"
1146
 
 
1147
  #@ backwpup
1148
- #: pages/func_backwpupeditjob.php:699
1149
  msgid "Missing Access Key!"
1150
  msgstr "Zugangsschl&uuml;ssel (Access Key) nicht angegeben!"
1151
 
 
1152
  #@ backwpup
1153
- #: pages/func_backwpupeditjob.php:716
1154
  msgid "No Container found!"
1155
  msgstr "Kein Container gefunden!"
1156
 
1157
- #@ backwpup
1158
  #: pages/func_backwpupeditjob.php:257
 
1159
  msgid "Asia Pacific (Japan)"
1160
  msgstr "Asien Pazifik (Japan)"
1161
 
 
1162
  #@ backwpup
1163
- #: pages/header_backwpupeditjob.php:286
1164
  msgid "Backup to Micosoft Azure (Blob)"
1165
  msgstr "Datensicherung zu Microsoft Azure (Blob)"
1166
 
1167
- #@ backwpup
1168
  #: pages/func_backwpupeditjob.php:300
 
1169
  msgid "Host:"
1170
  msgstr "Host (Server):"
1171
 
1172
- #@ backwpup
1173
  #: pages/func_backwpupeditjob.php:301
 
1174
  msgid "Normely: blob.core.windows.net"
1175
  msgstr "Normalerweise: blob.core.windows.net"
1176
 
1177
- #@ backwpup
1178
  #: pages/func_backwpupeditjob.php:302
 
1179
  msgid "Account Name:"
1180
  msgstr "Kontoname/ Benutzername:"
1181
 
1182
- #@ backwpup
1183
  #: pages/func_backwpupeditjob.php:275
1184
  #: pages/func_backwpupeditjob.php:304
 
1185
  msgid "Access Key:"
1186
  msgstr "Zugangsschl&uuml;ssel (Access Key):"
1187
 
1188
- #@ backwpup
1189
  #: pages/func_backwpupeditjob.php:264
1190
  #: pages/func_backwpupeditjob.php:288
1191
  #: pages/func_backwpupeditjob.php:315
1192
  #: pages/func_backwpupeditjob.php:338
1193
  #: pages/func_backwpupeditjob.php:365
1194
  #: pages/func_backwpupeditjob.php:387
 
1195
  msgid "Create Account"
1196
  msgstr "Konto erstellen"
1197
 
 
1198
  #@ backwpup
1199
- #: job/dest_dropbox.php:33
1200
  msgid "No free space left on DropBox!!!"
1201
  msgstr "Kein freier Speicherplatz mehr &uuml;brig auf Dropbox!!!"
1202
 
1203
- #@ backwpup
1204
  #: pages/func_backwpupeditjob.php:120
 
1205
  msgid "Day of Month:"
1206
  msgstr "Tag des Monats:"
1207
 
1208
- #@ backwpup
1209
  #: pages/func_backwpupeditjob.php:151
 
1210
  msgid "Day of Week:"
1211
  msgstr "Wochentag:"
1212
 
1213
- #@ backwpup
1214
  #: pages/func_backwpupeditjob.php:62
 
1215
  msgid "Only send an e-mail if there are errors."
1216
  msgstr "Eine E-Mail nur senden, wenn Fehler auftraten."
1217
 
 
1218
  #@ backwpup
1219
- #: pages/page_backwpupeditjob.php:72
1220
  msgid "Use short INSERTs instead of full (with keys)"
1221
  msgstr "Kurze INSERTs benutzen, statt kompletter (mit Schl&uuml;ssel)"
1222
 
1223
- #@ backwpup
1224
  #: pages/func_backwpupeditjob.php:241
1225
  #: pages/func_backwpupeditjob.php:260
1226
  #: pages/func_backwpupeditjob.php:285
@@ -1228,812 +1218,811 @@ msgstr "Kurze INSERTs benutzen, statt kompletter (mit Schl&uuml;ssel)"
1228
  #: pages/func_backwpupeditjob.php:335
1229
  #: pages/func_backwpupeditjob.php:362
1230
  #: pages/func_backwpupeditjob.php:384
 
1231
  msgid "(Oldest files will be deleted first.)"
1232
  msgstr "(&Auml;lteste Dateien werden zuerst gel&ouml;scht.)"
1233
 
1234
- #@ backwpup
1235
  #: pages/func_backwpupeditjob.php:349
 
1236
  msgid "Login:"
1237
  msgstr "Login:"
1238
 
1239
- #@ backwpup
1240
  #: pages/func_backwpupeditjob.php:351
 
1241
  msgid "Not authenticated!"
1242
  msgstr "Nicht authentifiziert!"
1243
 
1244
- #@ backwpup
1245
  #: pages/func_backwpupeditjob.php:351
 
1246
  msgid "Authenticate!"
1247
  msgstr "Authentifizieren!"
1248
 
1249
- #@ backwpup
1250
  #: pages/func_backwpupeditjob.php:353
 
1251
  msgid "Authenticated!"
1252
  msgstr "Authentifiziert!"
1253
 
1254
- #@ backwpup
1255
  #: pages/func_backwpupeditjob.php:353
 
1256
  msgid "Delete!"
1257
  msgstr "L&ouml;schen!"
1258
 
1259
- #@ backwpup
1260
  #: pages/func_backwpupeditjob.php:375
1261
  #: pages/func_backwpupeditjob.php:395
 
1262
  msgid "E-mail address:"
1263
  msgstr "E-Mail-Adresse:"
1264
 
1265
- #@ backwpup
1266
  #: pages/header_backwpupeditjob.php:224
 
1267
  msgid "Dropbox authentication deleted!"
1268
  msgstr "Dropbox-Authentifizierung gel&ouml;scht!"
1269
 
1270
- #@ backwpup
1271
  #: pages/page_backwpupsettings.php:156
 
1272
  msgid "Use your host's Cron Job and disable WP-Cron"
1273
  msgstr "Den Cron-Job Ihres Webhosters/ -Servers benutzen und WP-Cron deaktivieren"
1274
 
 
1275
  #@ backwpup
1276
- #: pages/header_backwpupeditjob.php:280
1277
  msgid "Backup to SugarSync"
1278
  msgstr "Datensicherung zu SugarSync"
1279
 
1280
- #@ backwpup
1281
  #: job/dest_sugarsync.php:19
 
1282
  msgid "No free space left on SugarSync!!!"
1283
  msgstr "Sie haben keinen freien Speicherplatz mehr &uuml;brig bei SugarSync!!!"
1284
 
1285
- #@ backwpup
1286
  #: pages/func_backwpupeditjob.php:355
1287
  #: pages/func_backwpupeditjob.php:379
 
1288
  msgid "Root:"
1289
  msgstr "Root:"
1290
 
 
1291
  #@ backwpup
1292
- #: pages/func_backwpupeditjob.php:758
1293
  msgid "Missing Password!"
1294
  msgstr "Passwort fehlt!"
1295
 
 
1296
  #@ backwpup
1297
- #: pages/func_backwpupeditjob.php:778
1298
  msgid "No Syncfolders found!"
1299
  msgstr "Keine Sync-Ordner gefunden!"
1300
 
 
1301
  #@ backwpup
1302
- #: pages/header_backwpupeditjob.php:24
1303
  msgid "Dropbox authentication complete!"
1304
  msgstr "Dropbox-Authentifizierung vollst&auml;ndig!"
1305
 
1306
- #@ backwpup
1307
  #: backwpup-functions.php:9
 
1308
  msgid "Working"
1309
  msgstr "In Bearbeitung"
1310
 
 
1311
  #@ backwpup
1312
- #: backwpup-functions.php:403
1313
  msgid "View Log:"
1314
  msgstr "Protokoll ansehen:"
1315
 
1316
- #@ backwpup
1317
- #: backwpup-functions.php:405
1318
  #: pages/func_backwpuplogs.php:135
1319
  #, php-format
 
1320
  msgid "%d ERROR"
1321
  msgid_plural "%d ERRORS"
1322
  msgstr[0] "%d FEHLER"
1323
  msgstr[1] "%d FEHLER"
1324
 
1325
- #@ backwpup
1326
- #: backwpup-functions.php:407
1327
  #: pages/func_backwpuplogs.php:137
1328
  #, php-format
 
1329
  msgid "%d WARNING"
1330
  msgid_plural "%d WARNINGS"
1331
  msgstr[0] "%d WARNUNG"
1332
  msgstr[1] "%d WARNUNGEN"
1333
 
1334
- #@ backwpup
1335
- #: backwpup-functions.php:409
1336
  #: pages/func_backwpuplogs.php:139
 
1337
  msgid "O.K."
1338
  msgstr "O.K."
1339
 
 
1340
  #@ backwpup
1341
- #: backwpup-functions.php:435
1342
  msgid "How many of the lastes logs would you like to display?"
1343
  msgstr "Wieviele der letzten Protokolle wollen Sie anzeigen lassen?"
1344
 
1345
- #@ backwpup
1346
- #: backwpup-functions.php:461
1347
  #, php-format
 
1348
  msgid "working since %d sec."
1349
  msgstr "in Arbeit seit %d Sek."
1350
 
1351
- #@ backwpup
1352
- #: backwpup-functions.php:462
1353
  #: pages/func_backwpup.php:107
 
1354
  msgid "View!"
1355
  msgstr "Ansehen!"
1356
 
1357
- #@ backwpup
1358
- #: backwpup-functions.php:463
1359
  #: pages/func_backwpup.php:108
 
1360
  msgid "Abort!"
1361
  msgstr "Abbrechen!"
1362
 
 
1363
  #@ backwpup
1364
- #: backwpup-functions.php:484
1365
  msgid "BackWPup Aktive Jobs"
1366
  msgstr "BackWPup aktive Auftr&auml;ge"
1367
 
1368
- #@ backwpup
1369
  #: job/dest_ftp.php:93
 
1370
  msgid "Upload to FTP now started ... "
1371
  msgstr "Hochladen ins FTP-Verzeichnis hat begonnen ... "
1372
 
1373
- #@ backwpup
1374
  #: job/dest_rsc.php:4
 
1375
  msgid "Try to sending backup file to Rackspace Cloud..."
1376
  msgstr "Versuche Datensicherungsdatei an die Rackspace Cloud zu senden..."
1377
 
1378
- #@ backwpup
1379
  #: job/dest_rsc.php:53
 
1380
  msgid "Upload to RSC now started ... "
1381
  msgstr "Hochladen zu RSC hat begonnen ... "
1382
 
 
1383
  #@ backwpup
1384
- #: job/job_functions.php:507
1385
  msgid "To many restarts...."
1386
  msgstr "Zu viele Neustarts..."
1387
 
 
1388
  #@ backwpup
1389
- #: job/job_functions.php:528
1390
  msgid "Script stop! Will started again now!"
1391
  msgstr "Skript-Stop! Wird jetzt wieder neu gestartet!"
1392
 
1393
- #@ backwpup
1394
  #: job/job_start.php:10
 
1395
  msgid "A job already running!"
1396
  msgstr "Es l&auml;uft bereits ein Auftrag!"
1397
 
1398
- #@ backwpup
1399
  #: job/job_start.php:26
 
1400
  msgid "Temp dir not writeable"
1401
  msgstr "Temp-Verzeichnis nicht beschreibbar"
1402
 
1403
- #@ backwpup
1404
  #: job/job_start.php:132
 
1405
  msgid "Log folder not writeable!"
1406
  msgstr "Protokolldateien-Ordner nicht beschreibbar!"
1407
 
 
1408
  #@ backwpup
1409
- #: job/job_start.php:201
1410
  msgid "Backup folder not writeable!"
1411
  msgstr "Datensicherungs-Ordner nicht beschreibbar!"
1412
 
1413
- #@ backwpup
1414
  #: pages/func_backwpupbackups.php:125
 
1415
  msgid "No Files found."
1416
  msgstr "Keine Dateien gefunden."
1417
 
1418
- #@ backwpup
1419
  #: pages/func_backwpupbackups.php:145
 
1420
  msgid "Change Destination"
1421
  msgstr "Ziel &auml;ndern"
1422
 
1423
- #@ backwpup
1424
  #: pages/func_backwpupbackups.php:182
 
1425
  msgid "File"
1426
  msgstr "Datei"
1427
 
1428
- #@ backwpup
1429
  #: pages/func_backwpupbackups.php:183
1430
  #: pages/func_backwpupbackups.php:185
 
1431
  msgid "Folder"
1432
  msgstr "Ordner"
1433
 
1434
- #@ backwpup
1435
  #: pages/func_backwpupbackups.php:186
 
1436
  msgid "Time"
1437
  msgstr "Zeit"
1438
 
 
 
1439
  #@ backwpup
1440
- #: pages/func_backwpupbackups.php:492
1441
- #: pages/header_backwpupbackups.php:141
1442
  msgid "Login failure!"
1443
  msgstr "Anmeldung fehlgeschlagen!"
1444
 
1445
- #@ backwpup
1446
  #: pages/func_backwpupeditjob.php:131
 
1447
  msgid "Month:"
1448
  msgstr "Monat:"
1449
 
1450
- #@ backwpup
1451
  #: pages/func_backwpupeditjob.php:277
 
1452
  msgid "Secret:"
1453
  msgstr "Geheimnis (secret):"
1454
 
1455
- #@ backwpup
1456
  #: pages/func_backwpupeditjob.php:357
 
1457
  msgid "dropbox"
1458
  msgstr "dropbox"
1459
 
1460
- #@ backwpup
1461
  #: pages/func_backwpupeditjob.php:358
 
1462
  msgid "sandbox (disabled by DropBox)"
1463
  msgstr "sandbox (deaktiviert von Dropbox)"
1464
 
 
1465
  #@ backwpup
1466
- #: pages/header_backwpup.php:114
1467
  msgid "Job will be terminated."
1468
  msgstr "Auftrag wird beendet."
1469
 
 
1470
  #@ backwpup
1471
- #: pages/header_backwpup.php:117
1472
  msgid "Process killed with PID:"
1473
  msgstr "Prozess abgew&uuml;rgt mit PID:"
1474
 
 
1475
  #@ backwpup
1476
- #: pages/header_backwpup.php:119
1477
  msgid "Can't kill process with PID:"
1478
  msgstr "Prozess mit PID kann nicht abgew&uuml;rgt werden:"
1479
 
 
1480
  #@ backwpup
1481
- #: pages/header_backwpupeditjob.php:284
1482
  msgid "Backup to Google storage"
1483
  msgstr "Datensicherung zu Google Storage"
1484
 
1485
- #@ backwpup
1486
  #: pages/header_backwpupworking.php:11
 
1487
  msgid "A job alredy running!!! Pleace try again if its done."
1488
  msgstr "Ein Auftrag l&auml;uft gegenw&auml;rtig!!! Bitte versuchen Sie es noch einmal, wenn dieser abgeschlossen ist."
1489
 
1490
- #@ backwpup
1491
  #: pages/header_backwpupworking.php:23
 
1492
  msgid "A job is running!!!"
1493
  msgstr "Ein Auftr&auml;g l&auml;uft gegenw&auml;rtig!!!"
1494
 
1495
- #@ backwpup
1496
  #: pages/header_backwpupworking.php:27
 
1497
  msgid "Nothing..."
1498
  msgstr "Nichts derzeit ..."
1499
 
1500
- #@ backwpup
1501
  #: pages/page_backwpup.php:8
 
1502
  msgid "BackWPup Jobs"
1503
  msgstr "BackWPup Auftr&auml;ge"
1504
 
 
1505
  #@ backwpup
1506
- #: pages/page_backwpupeditjob.php:62
1507
  msgid "Database tables to use:"
1508
  msgstr "Datenbanktabellen, die benutzt werden:"
1509
 
1510
- #@ backwpup
1511
  #: pages/page_backwpupsettings.php:21
 
1512
  msgid "Sender email"
1513
  msgstr "Absender-E-Mail-Adresse"
1514
 
1515
- #@ backwpup
1516
  #: pages/page_backwpupsettings.php:26
 
1517
  msgid "Sender name"
1518
  msgstr "Absendername"
1519
 
1520
- #@ backwpup
1521
  #: pages/page_backwpupsettings.php:30
 
1522
  msgid "Send mail method"
1523
  msgstr "E-Mail-Versandmethode"
1524
 
1525
- #@ backwpup
1526
  #: pages/page_backwpupsettings.php:42
 
1527
  msgid "Sendmail path"
1528
  msgstr "Sendmail-Pfad"
1529
 
1530
- #@ backwpup
1531
  #: pages/page_backwpupsettings.php:49
 
1532
  msgid "SMTP hostname"
1533
  msgstr "SMTP Hostname"
1534
 
1535
- #@ backwpup
1536
  #: pages/page_backwpupsettings.php:56
 
1537
  msgid "SMTP secure connection"
1538
  msgstr "SMTP Sichere Verbindung"
1539
 
1540
- #@ backwpup
1541
  #: pages/page_backwpupsettings.php:66
 
1542
  msgid "SMTP username"
1543
  msgstr "SMTP-Benutzername"
1544
 
1545
- #@ backwpup
1546
  #: pages/page_backwpupsettings.php:72
 
1547
  msgid "SMTP password"
1548
  msgstr "SMTP-Passwort"
1549
 
1550
- #@ backwpup
1551
  #: pages/page_backwpupsettings.php:83
 
1552
  msgid "Log file Folder"
1553
  msgstr "Protokolldateien-Ordner"
1554
 
1555
- #@ backwpup
1556
  #: pages/page_backwpupsettings.php:88
 
1557
  msgid "Max. Log Files in Folder"
1558
  msgstr "Max. Protokolldateien im Ordner"
1559
 
1560
- #@ backwpup
1561
  #: pages/page_backwpupsettings.php:94
1562
  #: pages/page_backwpupsettings.php:95
 
1563
  msgid "Compression"
1564
  msgstr "Komprimierung"
1565
 
1566
- #@ backwpup
1567
  #: pages/page_backwpupsettings.php:105
 
1568
  msgid "Max. retrys for job steps"
1569
  msgstr "Max. Wiederholungsversuche f&uuml;r Abarbeitungsschritte bei Auftr&auml;gen"
1570
 
1571
- #@ backwpup
1572
  #: pages/page_backwpupsettings.php:149
 
1573
  msgid "WP-Cron"
1574
  msgstr "WP-Cron"
1575
 
1576
- #@ backwpup
1577
  #: pages/page_backwpuptools.php:18
 
1578
  msgid "DB Restore"
1579
  msgstr "DB-Wiederherstellung"
1580
 
1581
- #@ backwpup
1582
  #: pages/page_backwpuptools.php:54
 
1583
  msgid "Select file to import:"
1584
  msgstr "Datei zum Importieren ausw&auml;hlen:"
1585
 
1586
- #@ backwpup
1587
  #: pages/page_backwpuptools.php:62
 
1588
  msgid "Select jobs to import"
1589
  msgstr "Auftr&auml;ge zum Importieren ausw&auml;hlen"
1590
 
1591
- #@ backwpup
1592
  #: pages/page_backwpupworking.php:9
 
1593
  msgid "BackWPup Working"
1594
  msgstr "BackWPup arbeitet"
1595
 
 
1596
  #@ backwpup
1597
- #: backwpup-functions.php:496
1598
  msgid "See Working!"
1599
  msgstr "Siehe unter 'In Bearbeitung'!"
1600
 
 
1601
  #@ backwpup
1602
- #: backwpup-functions.php:500
1603
  msgid "BackWPup Job"
1604
  msgstr "BackWPup Auftrag"
1605
 
1606
- #@ backwpup
1607
  #: pages/page_backwpupsettings.php:123
 
1608
  msgid "WP Admin Bar"
1609
  msgstr "WordPress Adminbar"
1610
 
1611
- #@ backwpup
1612
  #: pages/page_backwpupsettings.php:127
1613
  #: pages/page_backwpupsettings.php:128
 
1614
  msgid "Admin Bar"
1615
  msgstr "Adminbar"
1616
 
1617
- #@ backwpup
1618
  #: pages/page_backwpupsettings.php:130
 
1619
  msgid "Show BackWPup Links in Admin Bar."
1620
  msgstr "BackWPup-Links in der Adminbar anzeigen."
1621
 
1622
- #@ backwpup
1623
  #: pages/func_backwpupeditjob.php:55
 
1624
  msgid "Preview:"
1625
  msgstr "Vorschau:"
1626
 
1627
- #@ backwpup
1628
  #: pages/func_backwpupeditjob.php:221
 
1629
  msgid "Full Path to folder for Backup Files:"
1630
  msgstr "Kompletter Pfad zum Ordner f&uuml;r Datensicherungsdateien:"
1631
 
1632
- #@ backwpup
1633
  #: pages/func_backwpupeditjob.php:223
 
1634
  msgid "Your WordPress dir is:"
1635
  msgstr "Ihr WordPress-Verzeichnis ist:"
1636
 
1637
- #@ backwpup
1638
  #: pages/func_backwpupeditjob.php:224
1639
  #: pages/func_backwpupeditjob.php:384
 
1640
  msgid "Max. backup files in folder:"
1641
  msgstr "Max. Anzahl von Dateien im Ordner:"
1642
 
1643
- #@ backwpup
1644
  #: pages/func_backwpupeditjob.php:238
 
1645
  msgid "Folder on Server:"
1646
  msgstr "Ordner auf dem Server:"
1647
 
1648
- #@ backwpup
1649
  #: pages/func_backwpupeditjob.php:241
 
1650
  msgid "Max. backup files in FTP folder:"
1651
  msgstr "Max. Anzahl von Dateien im FTP-Ordner:"
1652
 
1653
- #@ backwpup
1654
  #: pages/func_backwpupeditjob.php:257
1655
  #: pages/func_backwpupeditjob.php:282
 
1656
  msgid "Create bucket:"
1657
  msgstr "Bucket erstellen:"
1658
 
1659
- #@ backwpup
1660
  #: pages/func_backwpupeditjob.php:258
1661
  #: pages/func_backwpupeditjob.php:283
 
1662
  msgid "Folder in bucket:"
1663
  msgstr "Ordner im Bucket:"
1664
 
1665
- #@ backwpup
1666
  #: pages/func_backwpupeditjob.php:260
1667
  #: pages/func_backwpupeditjob.php:285
 
1668
  msgid "Max. backup files in bucket folder:"
1669
  msgstr "Max. Anzahl Datensicherungsdateien im Bucket-Ordner:"
1670
 
1671
- #@ backwpup
1672
  #: pages/func_backwpupeditjob.php:265
1673
  #: pages/func_backwpupeditjob.php:289
 
1674
  msgid "Find Keys"
1675
  msgstr "Schl&uuml;ssel (Keys) finden"
1676
 
1677
- #@ backwpup
1678
  #: pages/func_backwpupeditjob.php:266
1679
  #: pages/func_backwpupeditjob.php:290
1680
  #: pages/func_backwpupeditjob.php:340
1681
  #: pages/func_backwpupeditjob.php:366
1682
  #: pages/func_backwpupeditjob.php:388
 
1683
  msgid "Webinterface"
1684
  msgstr "Web-Oberfl&auml;che"
1685
 
1686
- #@ backwpup
1687
  #: pages/func_backwpupeditjob.php:310
 
1688
  msgid "Folder in Container:"
1689
  msgstr "Ordner im Container:"
1690
 
1691
- #@ backwpup
1692
  #: pages/func_backwpupeditjob.php:312
1693
  #: pages/func_backwpupeditjob.php:335
 
1694
  msgid "Max. backup files in container folder:"
1695
  msgstr "Max. Anzahl von Dateien im Container-Ordner:"
1696
 
1697
- #@ backwpup
1698
  #: pages/func_backwpupeditjob.php:316
1699
  #: pages/func_backwpupeditjob.php:339
 
1700
  msgid "Find Key"
1701
  msgstr "Schl&uuml;ssel (Key) finden"
1702
 
1703
- #@ backwpup
1704
  #: pages/func_backwpupeditjob.php:333
 
1705
  msgid "Folder in container:"
1706
  msgstr "Ordner im Container:"
1707
 
1708
- #@ backwpup
1709
  #: pages/func_backwpupeditjob.php:360
1710
  #: pages/func_backwpupeditjob.php:382
 
1711
  msgid "Folder:"
1712
  msgstr "Ordner:"
1713
 
1714
- #@ backwpup
1715
  #: pages/func_backwpupeditjob.php:362
 
1716
  msgid "Max. backup files in Dropbox folder:"
1717
  msgstr "Max. Anzahl von Dateien im Dropbox-Ordner:"
1718
 
1719
- #@ backwpup
1720
- #: pages/func_backwpupeditjob.php:451
1721
  #, php-format
 
1722
  msgid "ATTENTION: Job runs every %d mins.!!!"
1723
  msgstr "ACHTUNG: Auftrag l&auml;uft alle %d Minuten!"
1724
 
1725
- #@ backwpup
1726
- #: pages/func_backwpupeditjob.php:457
1727
  #, php-format
 
1728
  msgid "ATTENTION: Job runs every %d houers.!!!"
1729
  msgstr "ACHTUNG: Auftrag l&auml;uft alle %d Stunden!"
1730
 
 
1731
  #@ backwpup
1732
- #: pages/page_backwpupeditjob.php:11
1733
  msgid "Backup to Folder"
1734
  msgstr "Datensicherung in Ordner"
1735
 
1736
- #@ backwpup
1737
  #: pages/func_backwpupeditjob.php:232
1738
  #: pages/page_backwpupsettings.php:52
 
1739
  msgid "Port:"
1740
  msgstr "Port:"
1741
 
 
 
 
 
1742
  #@ backwpup
1743
- #: backwpup-functions.php:94
1744
  msgid "For more information:"
1745
  msgstr "F&uuml;r weitere Informationen:"
1746
 
 
1747
  #@ backwpup
1748
- #: backwpup-functions.php:100
1749
- msgid "Flattr"
1750
- msgstr "Flattr"
1751
-
1752
- #@ backwpup
1753
- #: pages/header_backwpup.php:99
1754
  msgid "Aborted by user!!!"
1755
  msgstr "Abgebrochen vom Benutzer!!!"
1756
 
1757
- #@ backwpup
1758
  #: pages/header_backwpupworking.php:32
 
1759
  msgid "Here you see working jobs or logfiles"
1760
  msgstr "Hier k&ouml;nnen Sie gerade aktive Auftr&auml;ge oder Protokolle einsehen."
1761
 
1762
- #@ backwpup
1763
  #: pages/page_backwpupsettings.php:124
 
1764
  msgid "Will you see BackWPup in the WordPress Admin Bar?"
1765
  msgstr "M&ouml;chten Sie BackWPup-Men&uuml;punkte in der WordPress-Adminbar sehen?"
1766
 
1767
- #@ backwpup
1768
  #: pages/page_backwpupsettings.php:150
 
1769
  msgid "If you would use the cron job of your hoster you must point it to the url:"
1770
  msgstr "Wenn Sie den Cronjob Ihres Webhosting-Anbieters nutzen m&ouml;chten, m&uuml;ssen Sie diesen zu dieser URL verweisen:"
1771
 
 
 
 
 
1772
  #@ backwpup
1773
- #: backwpup-functions.php:101
1774
  msgid "BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
1775
  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."
1776
 
 
1777
  #@ backwpup
1778
- #: job/job_run.php:116
1779
  msgid "[INFO]: BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions."
1780
  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."
1781
 
 
1782
  #@ backwpup
1783
- #: job/job_run.php:117
1784
  msgid "[INFO]: BackWPup job:"
1785
  msgstr "[INFO]: BackWPup Auftrag:"
1786
 
 
1787
  #@ backwpup
1788
- #: job/job_run.php:119
1789
  msgid "[INFO]: BackWPup cron:"
1790
  msgstr "[INFO]: BackWPup-Planung (Cron):"
1791
 
 
1792
  #@ backwpup
1793
- #: job/job_run.php:124
1794
  msgid "[INFO]: PHP ver.:"
1795
  msgstr "[INFO]: PHP-Version:"
1796
 
 
1797
  #@ backwpup
1798
- #: job/job_run.php:127
1799
  msgid "[INFO]: MySQL ver.:"
1800
  msgstr "[INFO]: MySQL-Version:"
1801
 
 
1802
  #@ backwpup
1803
- #: job/job_run.php:130
1804
  msgid "[INFO]: curl ver.:"
1805
  msgstr "[INFO]: cURL-Version:"
1806
 
 
1807
  #@ backwpup
1808
- #: job/job_run.php:132
1809
  msgid "[INFO]: Temp folder is:"
1810
  msgstr "[INFO]: Temp-Ordner ist:"
1811
 
 
1812
  #@ backwpup
1813
- #: job/job_run.php:134
1814
  msgid "[INFO]: Backup file is:"
1815
  msgstr "[INFO]: Datensicherungsdatei ist:"
1816
 
1817
- #@ backwpup
1818
  #: pages/func_backwpupeditjob.php:92
 
1819
  msgid "advanced"
1820
  msgstr "erweitert"
1821
 
1822
- #@ backwpup
1823
  #: pages/func_backwpupeditjob.php:93
 
1824
  msgid "basic"
1825
  msgstr "einfach"
1826
 
1827
- #@ backwpup
1828
  #: pages/func_backwpupeditjob.php:176
 
1829
  msgid "Hour"
1830
  msgstr "Stunde"
1831
 
1832
- #@ backwpup
1833
  #: pages/func_backwpupeditjob.php:179
 
1834
  msgid "Minute"
1835
  msgstr "Minute"
1836
 
1837
- #@ backwpup
1838
  #: pages/func_backwpupeditjob.php:183
 
1839
  msgid "monthly"
1840
  msgstr "monatlich"
1841
 
1842
- #@ backwpup
1843
  #: pages/func_backwpupeditjob.php:184
 
1844
  msgid "on"
1845
  msgstr "am"
1846
 
1847
- #@ backwpup
1848
  #: pages/func_backwpupeditjob.php:189
 
1849
  msgid "weekly"
1850
  msgstr "w&ouml;chentl."
1851
 
1852
- #@ backwpup
1853
  #: pages/func_backwpupeditjob.php:203
 
1854
  msgid "daily"
1855
  msgstr "t&auml;glich"
1856
 
1857
- #@ backwpup
1858
  #: pages/func_backwpupeditjob.php:209
 
1859
  msgid "hourly"
1860
  msgstr "st&uuml;ndlich"
1861
 
 
1862
  #@ backwpup
1863
- #: pages/func_backwpupeditjob.php:461
1864
  msgid "ATTENTION: Can't calculate cron!!!"
1865
  msgstr "ACHTUNG: Cron (Auftragsplanung) kann nicht berechnet werden!!!"
1866
 
 
1867
  #@ backwpup
1868
- #: pages/header_backwpup.php:135
1869
  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."
1870
  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."
1871
 
 
1872
  #@ backwpup
1873
- #: pages/header_backwpupbackups.php:326
1874
  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."
1875
  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."
1876
 
1877
- #@ backwpup
1878
  #. translators: plugin header field 'PluginURI'
 
 
 
1879
  #: backwpup.php:0
 
1880
  msgid "http://backwpup.com"
1881
- msgstr "http://backwpup.com/"
1882
 
1883
- #@ backwpup
1884
  #: pages/func_backwpup.php:240
 
1885
  msgid "DB Size:"
1886
  msgstr "Datenbankgr&ouml;&szlig;e:"
1887
 
1888
- #@ backwpup
1889
- #: backwpup-functions.php:98
1890
- msgid "Plugin on WordPress.org"
1891
- msgstr "Plugin bei WordPress.org"
1892
-
1893
- #@ backwpup
1894
  #: job/backup_create.php:13
1895
  #, php-format
 
1896
  msgid "%d. try to create backup zip archive..."
1897
  msgstr "%d. Versuche ein Datensicherungs-ZIP-Archiv zu erstellen ..."
1898
 
1899
- #@ backwpup
1900
  #: job/backup_create.php:18
1901
  #, php-format
 
1902
  msgid "Can not add \"%s\" to zip archive!"
1903
  msgstr "\"%s\" kann dem ZIP-Archiv nicht hinzugef&uuml;gt werden!"
1904
 
1905
- #@ backwpup
1906
  #: job/backup_create.php:25
 
1907
  msgid "(4) ER_SEEK"
1908
  msgstr "(4) ER_SEEK"
1909
 
1910
- #@ backwpup
1911
  #: job/backup_create.php:27
 
1912
  msgid "(5) ER_READ"
1913
  msgstr "(5) ER_READ"
1914
 
1915
- #@ backwpup
1916
  #: job/backup_create.php:29
 
1917
  msgid "(9) ER_NOENT"
1918
  msgstr "(9) ER_NOENT"
1919
 
1920
- #@ backwpup
1921
  #: job/backup_create.php:31
 
1922
  msgid "(10) ER_EXISTS"
1923
  msgstr "(10) ER_EXISTS"
1924
 
1925
- #@ backwpup
1926
  #: job/backup_create.php:33
 
1927
  msgid "(11) ER_OPEN"
1928
  msgstr "(11) ER_OPEN"
1929
 
1930
- #@ backwpup
1931
  #: job/backup_create.php:35
 
1932
  msgid "(14) ER_MEMORY"
1933
  msgstr "(14) ER_MEMORY"
1934
 
1935
- #@ backwpup
1936
  #: job/backup_create.php:37
 
1937
  msgid "(18) ER_INVAL"
1938
  msgstr "(18) ER_INVAL"
1939
 
1940
- #@ backwpup
1941
  #: job/backup_create.php:39
 
1942
  msgid "(19) ER_NOZIP"
1943
  msgstr "(19) ER_NOZIP"
1944
 
1945
- #@ backwpup
1946
  #: job/backup_create.php:41
 
1947
  msgid "(21) ER_INCONS"
1948
  msgstr "(21) ER_INCONS"
1949
 
1950
- #@ backwpup
1951
  #: job/backup_create.php:42
1952
  #, php-format
 
1953
  msgid "Zip returns status: %s"
1954
  msgstr "ZIP liefert Status zur&uuml;ck: %s"
1955
 
1956
- #@ backwpup
1957
  #: job/backup_create.php:45
 
1958
  msgid "Backup zip archive create done!"
1959
  msgstr "Datensicherungs-ZIP-Archiv wurde erstellt!"
1960
 
1961
- #@ backwpup
1962
  #: job/backup_create.php:48
 
1963
  msgid "Can not create backup zip archive $s!"
1964
  msgstr "Datensicherungs-ZIP-Archiv kann nicht erstellt werden $s!"
1965
 
1966
- #@ backwpup
1967
- #: job/backup_create.php:55
1968
  #, php-format
 
1969
  msgid "%d. try to create backup zip (PclZip) archive..."
1970
  msgstr "%d. Versuche Datensicherungs-Zip-Archiv (PclZip) zu erstellen ..."
1971
 
1972
- #@ backwpup
1973
- #: job/backup_create.php:64
1974
  #, php-format
 
1975
  msgid "Zip archive create error: %s"
1976
  msgstr "ZIP-Archiv Erstellungsfehler: %s"
1977
 
 
1978
  #@ backwpup
1979
- #: job/backup_create.php:68
1980
  msgid "Backup zip archive create done"
1981
  msgstr "Datensicherungs-ZIP-Archiv wurde erstellt"
1982
 
 
1983
  #@ backwpup
1984
- #: job/backup_create.php:83
1985
  msgid "Can not create tar arcive file!"
1986
  msgstr "TAR-Archivdatei konnte nicht erstellt werden!"
1987
 
1988
- #@ backwpup
1989
- #: job/backup_create.php:86
1990
  #, php-format
 
1991
  msgid "%1$d. try to create %2$s archive file..."
1992
  msgstr "%1$d. Versuche %2$s Archivdatei zu erstellen ..."
1993
 
1994
- #@ backwpup
1995
- #: job/backup_create.php:94
1996
  #, php-format
 
1997
  msgid "File \"%s\" not readable!"
1998
  msgstr "Datei \"%s\" nicht lesbar!"
1999
 
2000
- #@ backwpup
2001
- #: job/backup_create.php:109
2002
  #, php-format
 
2003
  msgid "File name \"%1$s\" to long to save corectly in %2$s archive!"
2004
  msgstr "Dateiname \"%1$s\" ist zu lang, um korrekt im %2$s Archiv zu speichern!"
2005
 
2006
- #@ backwpup
2007
- #: job/backup_create.php:111
2008
  #, php-format
 
2009
  msgid "File path \"%1$s\" to long to save corectly in %2$s archive!"
2010
  msgstr "Dateipfad \"%1$s\" ist zu lang, um korrekt im %2$s Archiv zu speichern!"
2011
 
2012
- #@ backwpup
2013
- #: job/backup_create.php:188
2014
  #, php-format
 
2015
  msgid "%s archive creation done"
2016
  msgstr "%s Archiverstellung fertig"
2017
 
2018
- #@ backwpup
2019
- #: job/backup_create.php:192
2020
  #, php-format
 
2021
  msgid "Archive size is %s"
2022
  msgstr "Archivgr&ouml;&szlig;e ist %s"
2023
 
2024
- #@ backwpup
2025
- #: job/backup_create.php:199
2026
  #, php-format
 
2027
  msgid "PCL ZIP Error \"%1$s\" on file %2$s!"
2028
  msgstr "PCL ZIP Fehler \"%1$s\" bei der Datei %2$s!"
2029
 
2030
- #@ backwpup
2031
  #: job/db_check.php:4
2032
  #, php-format
 
2033
  msgid "%d. try for database check..."
2034
  msgstr "%d. Versuche Datenbank zu checken ..."
2035
 
2036
- #@ backwpup
2037
  #: job/db_check.php:13
2038
  #: job/db_check.php:29
2039
  #: job/db_check.php:44
@@ -2046,149 +2035,149 @@ msgstr "%d. Versuche Datenbank zu checken ..."
2046
  #: job/job_functions.php:34
2047
  #: job/job_functions.php:47
2048
  #, php-format
 
2049
  msgid "Database error %1$s for query %2$s"
2050
  msgstr "Datenbankfehler %1$s f&uuml;r die Abfrage (query) %2$s"
2051
 
2052
- #@ backwpup
2053
  #: job/db_check.php:61
 
2054
  msgid "No tables to check"
2055
  msgstr "Keine Tabellen zum checken"
2056
 
2057
- #@ backwpup
2058
  #: job/db_dump.php:4
2059
  #, php-format
 
2060
  msgid "%d. try for database dump..."
2061
  msgstr "%d. Versuche Datenbank-Dump ..."
2062
 
2063
- #@ backwpup
2064
  #: job/db_dump.php:57
2065
  #, php-format
 
2066
  msgid "Dump database table \"%s\""
2067
  msgstr "Dumpe Datenbanktabelle \"%s\""
2068
 
2069
- #@ backwpup
2070
  #: job/db_dump.php:74
 
2071
  msgid "Database dump done!"
2072
  msgstr "Datenbank-Dump fertig!"
2073
 
2074
- #@ backwpup
2075
  #: job/db_dump.php:76
 
2076
  msgid "Can not create database dump!"
2077
  msgstr "Datenbank-Dump kann nicht erstellt werden!"
2078
 
2079
- #@ backwpup
2080
  #: job/db_dump.php:79
 
2081
  msgid "No tables to dump"
2082
  msgstr "Es gibt keine Tabellen zum dumpen"
2083
 
2084
- #@ backwpup
2085
  #: job/db_dump.php:85
2086
  #, php-format
 
2087
  msgid "Add database dump \"%1$s\" with %2$s to backup file list"
2088
  msgstr "F&uuml;ge Datenbank-Dump \"%1$s\" mit %2$s der Datensicherungsdateiliste hinzu"
2089
 
2090
- #@ backwpup
2091
  #: job/db_optimize.php:4
2092
  #, php-format
 
2093
  msgid "%d. try for database optimize..."
2094
  msgstr "%d. Versuche die Datenbank zu optimieren ..."
2095
 
2096
- #@ backwpup
2097
  #: job/db_optimize.php:44
 
2098
  msgid "No tables to optimize"
2099
  msgstr "Es gibt keine Datenbanktabellen zum Optimieren"
2100
 
2101
- #@ backwpup
2102
  #: job/dest_dropbox.php:6
2103
  #, php-format
 
2104
  msgid "%d. Try to sending backup file to DropBox..."
2105
  msgstr "%d. Versuche Datensicherungsdatei zur Dropbox zu senden ..."
2106
 
2107
- #@ backwpup
2108
- #: job/dest_dropbox.php:28
2109
  #, php-format
 
2110
  msgid "Authed with DropBox from %s"
2111
  msgstr "Authentifiziert mit Dropbox von %s"
2112
 
2113
- #@ backwpup
2114
- #: job/dest_dropbox.php:37
2115
  #, php-format
 
2116
  msgid "%s free on DropBox"
2117
  msgstr "%s frei in der Dropbox"
2118
 
 
2119
  #@ backwpup
2120
- #: job/dest_dropbox.php:42
2121
  msgid "Upload to DropBox now started... "
2122
  msgstr "Hochladen zur Dropbox hat begonnen ... "
2123
 
2124
- #@ backwpup
2125
- #: job/dest_dropbox.php:54
2126
- #: job/dest_dropbox.php:79
2127
  #, php-format
 
2128
  msgid "DropBox API: %s"
2129
  msgstr "Dropbox-API: %s"
2130
 
2131
- #@ backwpup
2132
- #: job/dest_dropbox.php:75
2133
  #, php-format
 
2134
  msgid "One file deleted on DropBox"
2135
  msgid_plural "%d files deleted on DropBox"
2136
  msgstr[0] "Eine Datei in der Dropbox gel&ouml;scht"
2137
  msgstr[1] "%d Dateien in der Dropbox gel&ouml;scht"
2138
 
2139
- #@ backwpup
2140
  #: job/dest_folder.php:25
2141
  #, php-format
 
2142
  msgid "One backup file deleted"
2143
  msgid_plural "%d backup files deleted"
2144
  msgstr[0] "Eine Datensicherungsdatei gel&ouml;scht"
2145
  msgstr[1] "%d Datensicherungsdateien gel&ouml;scht"
2146
 
2147
- #@ backwpup
2148
  #: job/dest_ftp.php:9
2149
  #, php-format
 
2150
  msgid "%d. try to sending backup file to a FTP Server..."
2151
  msgstr "%d. Versuche Datensicherungsdatei zu einem FTP-Server zu senden ..."
2152
 
2153
- #@ backwpup
2154
  #: job/dest_ftp.php:17
2155
  #, php-format
 
2156
  msgid "Connected by SSL-FTP to Server: %s"
2157
  msgstr "Verbunden via SSL-FTP mit dem Server: %s"
2158
 
2159
- #@ backwpup
2160
  #: job/dest_ftp.php:19
2161
  #, php-format
 
2162
  msgid "Can not connect by SSL-FTP to Server: %s"
2163
  msgstr "Kann nicht via SSL-FTP mit dem Server verbinden: %s"
2164
 
2165
- #@ backwpup
2166
  #: job/dest_ftp.php:23
 
2167
  msgid "PHP function to connect with SSL-FTP to server not exists!"
2168
  msgstr "PHP-Funktion, um mit SSL-FTP zum Server zu verbinden, existiert nicht!"
2169
 
2170
- #@ backwpup
2171
  #: job/dest_ftp.php:29
2172
  #, php-format
 
2173
  msgid "Connected to FTP server: %s"
2174
  msgstr "Verbunden mit dem FTP-Server: %s"
2175
 
2176
- #@ backwpup
2177
  #: job/dest_ftp.php:31
2178
  #, php-format
 
2179
  msgid "Can not connect to FTP server: %s"
2180
  msgstr "Kann nicht mit dem FTP-Server verbinden: %s"
2181
 
2182
- #@ backwpup
2183
  #: job/dest_ftp.php:38
2184
  #: job/dest_ftp.php:45
2185
  #: job/dest_ftp.php:57
2186
  #: job/dest_ftp.php:70
2187
  #, php-format
 
2188
  msgid "FTP Client command: %s"
2189
  msgstr "FTP-Client-Kommando: %s"
2190
 
2191
- #@ backwpup
2192
  #: job/dest_ftp.php:40
2193
  #: job/dest_ftp.php:43
2194
  #: job/dest_ftp.php:47
@@ -2199,648 +2188,708 @@ msgstr "FTP-Client-Kommando: %s"
2199
  #: job/dest_ftp.php:73
2200
  #: job/dest_ftp.php:75
2201
  #, php-format
 
2202
  msgid "FTP Server reply: %s"
2203
  msgstr "FTP-Server Antwort: %s"
2204
 
2205
- #@ backwpup
2206
  #: job/dest_ftp.php:85
2207
  #, php-format
 
2208
  msgid "FTP Folder \"%s\" created!"
2209
  msgstr "FTP-Ordner \"%s\" erstellt!"
2210
 
2211
- #@ backwpup
2212
  #: job/dest_ftp.php:88
2213
  #, php-format
 
2214
  msgid "FTP Folder \"%s\" can not created!"
2215
  msgstr "FTP-Ordner \"%s\" kann nicht erstellt werden!"
2216
 
2217
- #@ backwpup
2218
  #: job/dest_ftp.php:96
2219
  #, php-format
 
2220
  msgid "Backup transferred to FTP server: %s"
2221
  msgstr "Datensicherungsdatei &uuml;bertragen zum FTP-Server: %s"
2222
 
2223
- #@ backwpup
2224
  #: job/dest_ftp.php:100
 
2225
  msgid "Can not transfer backup to FTP server!"
2226
  msgstr "Datensicherungsdatei kann nicht zum FTP-Server &uuml;bertragen werden!"
2227
 
2228
- #@ backwpup
2229
  #: job/dest_ftp.php:117
2230
  #, php-format
 
2231
  msgid "Can not delete \"%s\" on FTP server!"
2232
  msgstr "Kann \"%s\" nicht l&ouml;schen auf dem FTP-Server!"
2233
 
2234
- #@ backwpup
2235
  #: job/dest_ftp.php:120
2236
  #, php-format
 
2237
  msgid "One file deleted on FTP Server"
2238
  msgid_plural "%d files deleted on FTP Server"
2239
  msgstr[0] "Eine Datei auf dem FTP-Server gel&ouml;scht"
2240
  msgstr[1] "%d Dateien auf dem FTP-Server gel&ouml;scht"
2241
 
2242
- #@ backwpup
2243
  #: job/dest_gstorage.php:4
2244
  #, php-format
 
2245
  msgid "%d. try sending backup to Google Storage..."
2246
  msgstr "%d. Versuche Datensicherungsdatei zu Google Storage zu senden ..."
2247
 
2248
- #@ backwpup
2249
  #: job/dest_mail.php:6
2250
  #, php-format
 
2251
  msgid "%d. try to sending backup with mail..."
2252
  msgstr "%d. Versuche Datensicherung via E-Mail zu senden ..."
2253
 
2254
- #@ backwpup
2255
  #: job/dest_mail.php:36
2256
  #, php-format
 
2257
  msgid "BackWPup archive from %1$s: %2$s"
2258
  msgstr "BackWPup-Archiv vom %1$s: %2$s"
2259
 
2260
- #@ backwpup
2261
  #: job/dest_mail.php:38
2262
  #, php-format
 
2263
  msgid "Backup archive: %s"
2264
  msgstr "Datensicherungsarchiv: %s"
2265
 
2266
- #@ backwpup
2267
  #: job/dest_mail.php:43
 
2268
  msgid "Backup archive too big for sending by mail!"
2269
  msgstr "Das Datensicherungsarchiv ist zu gro&szlig; zum Senden via E-Mail!"
2270
 
2271
- #@ backwpup
2272
  #: job/dest_mail.php:50
 
2273
  msgid "Adding backup archive to mail"
2274
  msgstr "Datensicherungsarchiv wird der E-Mail hinzugef&uuml;gt"
2275
 
2276
- #@ backwpup
2277
  #: job/dest_mail.php:56
2278
  #, php-format
 
2279
  msgid "Error \"%s\" on sending mail!"
2280
  msgstr "Fehler \"%s\" beim Mailversand!"
2281
 
2282
- #@ backwpup
2283
  #: job/dest_msazure.php:5
2284
  #, php-format
 
2285
  msgid "%d. try sending backup to a Microsoft Azure (Blob)..."
2286
  msgstr "%d. Versuche Datensicherung zu Microsoft Azure (Blob) zu senden ..."
2287
 
2288
- #@ backwpup
2289
  #: job/dest_msazure.php:14
2290
  #, php-format
 
2291
  msgid "Microsoft Azure container \"%s\" not exists!"
2292
  msgstr "Microsoft Azure Container \"%s\" existiert nicht!"
2293
 
2294
- #@ backwpup
2295
  #: job/dest_msazure.php:17
2296
  #, php-format
 
2297
  msgid "Connected to Microsoft Azure container \"%s\""
2298
  msgstr "Verbunden mit Microsoft Azure Container \"%s\""
2299
 
2300
- #@ backwpup
2301
  #: job/dest_msazure.php:20
 
2302
  msgid "Upload to MS Azure now started... "
2303
  msgstr "Hochladen zu MS Azure hat begonnen ... "
2304
 
2305
- #@ backwpup
2306
  #: job/dest_msazure.php:29
 
2307
  msgid "Can not transfer backup to Microsoft Azure!"
2308
  msgstr "Kann Datensicherung nicht Microsoft Azure &uuml;bertragen!"
2309
 
2310
- #@ backwpup
2311
  #: job/dest_msazure.php:50
2312
  #, php-format
 
2313
  msgid "One file deleted on Microsoft Azure container"
2314
  msgid_plural "%d files deleted on Microsoft Azure container"
2315
  msgstr[0] "Eine Datei im Microsoft Azure Container gel&ouml;scht"
2316
  msgstr[1] "%d Dateien im Microsoft Azure Container gel&ouml;scht"
2317
 
2318
- #@ backwpup
2319
  #: job/dest_msazure.php:55
2320
  #, php-format
 
2321
  msgid "Microsoft Azure API: %s"
2322
  msgstr "Microsoft Azure API: %s"
2323
 
2324
- #@ backwpup
2325
  #: job/dest_rsc.php:88
2326
  #, php-format
 
2327
  msgid "One file deleted on RSC container"
2328
  msgid_plural "%d files deleted on RSC container"
2329
  msgstr[0] "Eine Datei im RSC-Container gel&ouml;scht"
2330
  msgstr[1] "%d Dateien im RSC-Container gel&ouml;scht"
2331
 
2332
- #@ backwpup
2333
  #: job/dest_s3.php:4
2334
  #, php-format
 
2335
  msgid "%d. try sending backup file to Amazon S3..."
2336
  msgstr "%d. Versuche Datensicherungsdatei zu Amazon S3 zu senden ..."
2337
 
2338
- #@ backwpup
2339
  #: job/dest_s3.php:14
2340
  #, php-format
 
2341
  msgid "Connected to S3 Bucket: %s"
2342
  msgstr "Verbunden mit dem S3 Bucket: %s"
2343
 
2344
- #@ backwpup
2345
  #: job/dest_s3.php:24
 
2346
  msgid "Upload to Amazon S3 now started... "
2347
  msgstr "Hochladen zu Amazon S3 hat begonnen ... "
2348
 
2349
- #@ backwpup
2350
  #: job/dest_s3.php:37
2351
  #, php-format
 
2352
  msgid "S3 Bucket \"%s\" not exists!"
2353
  msgstr "Amazon S3 Bucket \"%s\" existiert nicht!"
2354
 
2355
- #@ backwpup
2356
  #: job/dest_s3.php:40
2357
  #: job/dest_s3.php:69
2358
  #, php-format
 
2359
  msgid "Amazon API: %s"
2360
  msgstr "Amazon S3 API: %s"
2361
 
2362
- #@ backwpup
2363
  #: job/dest_s3.php:61
2364
  #, php-format
 
2365
  msgid "Can not delete backup on S3://%s"
2366
  msgstr "Datensicherung kann nicht gel&ouml;scht werden bei Amazon S3://%s"
2367
 
2368
- #@ backwpup
2369
  #: job/dest_s3.php:64
2370
  #, php-format
 
2371
  msgid "One file deleted on S3 Bucket"
2372
  msgid_plural "%d files deleted on S3 Bucket"
2373
  msgstr[0] "Eine Datei im Amazon S3 Bucket gel&ouml;scht"
2374
  msgstr[1] "%d Dateien im Amazon S3 Bucket gel&ouml;scht"
2375
 
2376
- #@ backwpup
2377
  #: job/dest_sugarsync.php:6
2378
  #, php-format
 
2379
  msgid "%d. try sending backup to SugarSync..."
2380
  msgstr "%d. Versuche Datensicherung zu SugarSync zu senden ..."
2381
 
2382
- #@ backwpup
2383
  #: job/dest_sugarsync.php:15
2384
  #, php-format
 
2385
  msgid "Authed to SugarSync with Nick %s"
2386
  msgstr "Authentifiziert mit SugarSync, mit dem Namen %s"
2387
 
2388
- #@ backwpup
2389
  #: job/dest_sugarsync.php:24
2390
  #, php-format
 
2391
  msgid "%s free on SugarSync"
2392
  msgstr "%s frei bei SugarSync"
2393
 
2394
- #@ backwpup
2395
  #: job/dest_sugarsync.php:31
 
2396
  msgid "Upload to SugarSync now started... "
2397
  msgstr "Hochladen zu SugarSync hat begonnen ... "
2398
 
2399
- #@ backwpup
2400
  #: job/dest_sugarsync.php:39
 
2401
  msgid "Can not transfer backup to SugarSync!"
2402
  msgstr "Datensicherung kann nicht zu SugarSync &uuml;bertragen werden!"
2403
 
2404
- #@ backwpup
2405
  #: job/dest_sugarsync.php:62
2406
  #, php-format
 
2407
  msgid "One file deleted on SugarSync folder"
2408
  msgid_plural "%d files deleted on SugarSync folder"
2409
  msgstr[0] "Eine Datei im SugarSync-Ordner gel&ouml;scht"
2410
  msgstr[1] "%d Dateien im SugarSync-Ordner gel&ouml;scht"
2411
 
2412
- #@ backwpup
2413
  #: job/dest_sugarsync.php:66
2414
  #, php-format
 
2415
  msgid "SugarSync API: %s"
2416
  msgstr "SugarSync API: %s"
2417
 
2418
- #@ backwpup
2419
  #: job/file_list.php:5
2420
  #, php-format
 
2421
  msgid "%d. try for make list of files to backup...."
2422
  msgstr "%d. Versuche Liste von Dateien zur Datensicherung zu erstellen ..."
2423
 
2424
- #@ backwpup
2425
  #: job/file_list.php:66
 
2426
  msgid "No files to backup"
2427
  msgstr "Keine Dateien zur Datensicherung vorhanden"
2428
 
2429
- #@ backwpup
2430
  #: job/file_list.php:68
2431
  #, php-format
 
2432
  msgid "%1$d files with %2$s to backup"
2433
  msgstr "%1$d Dateien mit %2$s zum Sichern"
2434
 
2435
- #@ backwpup
2436
  #: job/file_list.php:93
2437
  #, php-format
 
2438
  msgid "File or folder \"%s\" is not readable!"
2439
  msgstr "Datei oder Ordner \"%s\" ist nicht lesbar!"
2440
 
2441
- #@ backwpup
2442
  #: job/file_list.php:95
2443
  #, php-format
 
2444
  msgid "Link \"%s\" not followed"
2445
  msgstr "Link \"%s\" ist nicht erlaubt"
2446
 
2447
- #@ backwpup
2448
  #: job/file_list.php:101
2449
  #, php-format
 
2450
  msgid "\"%s\" is not a file or directory"
2451
  msgstr "\"%s\" ist keine Datei oder ein Verzeichnis"
2452
 
2453
- #@ backwpup
2454
  #: job/job_functions.php:109
2455
  #, php-format
 
2456
  msgid "Can not increase memory limit is %1$s"
2457
  msgstr "Das PHP-Speicherlimit kann nicht erh&ouml;ht werden, es betr&auml;gt derzeit %s"
2458
 
2459
- #@ backwpup
2460
  #: job/job_functions.php:118
 
2461
  msgid "Set Blog to maintenance mode"
2462
  msgstr "Webseite/ Blog in den Wartungsmodus versetzen"
2463
 
2464
- #@ backwpup
2465
  #: job/job_functions.php:132
 
2466
  msgid "Cannot set Blog to maintenance mode! Root folder is not writeable!"
2467
  msgstr "Webseite/ Blog kann nicht in den Wartungsmodus versetzt werden! Der Root-Ordner ist nicht beschreibbar!"
2468
 
2469
- #@ backwpup
2470
  #: job/job_functions.php:135
 
2471
  msgid "Set Blog to normal mode"
2472
  msgstr "Setze Webseite/ Blog zur&uuml;ck in den Normalmodus"
2473
 
2474
- #@ backwpup
2475
- #: job/job_functions.php:209
2476
  #, php-format
 
2477
  msgid "No MySQL connection: %s"
2478
  msgstr "Keine MySQL-Verbindung: %s"
2479
 
2480
- #@ backwpup
2481
- #: job/job_functions.php:224
2482
  #, php-format
 
2483
  msgid "No MySQL connection to database: %s"
2484
  msgstr "Keine MySQL-Verbindung zur Datenbank: %s"
2485
 
2486
- #@ backwpup
2487
- #: job/job_functions.php:341
2488
  #, php-format
 
2489
  msgid "One old log deleted"
2490
  msgid_plural "%d old logs deleted"
2491
  msgstr[0] "Eine alte Protokolldatei gel&ouml;scht"
2492
  msgstr[1] "%d alte Protokolldateien gel&ouml;scht"
2493
 
2494
- #@ backwpup
2495
- #: job/job_functions.php:345
2496
  #, php-format
 
2497
  msgid "Job done in %s sec."
2498
  msgstr "Auftrag erledigt in %s Sekunden."
2499
 
2500
- #@ backwpup
2501
- #: job/job_functions.php:458
2502
  #, php-format
 
2503
  msgid "BackWPup log from %1$s: %2$s"
2504
  msgstr "BackWPup-Protokoll vom %1$s: %2$s"
2505
 
 
2506
  #@ backwpup
2507
- #: job/job_run.php:74
2508
  msgid "Job restart terminated, bcause old job runs again!"
2509
  msgstr "Auftragsneustart verschoben, weil der alte/ bisherige Auftrag noch l&auml;uft!"
2510
 
 
2511
  #@ backwpup
2512
- #: job/job_run.php:77
2513
  msgid "Job restarted, bcause inactivity!"
2514
  msgstr "Auftrag neu gestartet, wegen Inaktivit&auml;t!"
2515
 
2516
- #@ backwpup
2517
- #: job/job_run.php:79
2518
  #, php-format
 
2519
  msgid "Second Prozess is running, bcause old job runs! Start type is %s"
2520
  msgstr "Ein zweiter Prozess l&auml;uft, weil alte/ bisherige Auftr&auml;ge laufen! Startzeit ist %s"
2521
 
2522
- #@ backwpup
2523
- #: job/job_run.php:107
2524
  #, php-format
 
2525
  msgid "Can not find job step file: %s"
2526
  msgstr "Datei mit Abarbeitungsschritten kann nicht gefunden werden: %s"
2527
 
2528
- #@ backwpup
2529
- #: job/job_run.php:121
2530
- msgid "[INFO]: BackWPup job strated by cron"
2531
- msgstr "[INFO]: BackWPup-Auftrag via Cron gestartet"
2532
-
2533
- #@ backwpup
2534
- #: job/job_run.php:123
2535
- msgid "[INFO]: BackWPup job strated manualy"
2536
- msgstr "[INFO]: BackWPup-Auftrag manuell gestartet"
2537
-
2538
- #@ backwpup
2539
- #: job/job_run.php:126
2540
  #, php-format
 
2541
  msgid "[INFO]: PHP Safe mode is ON! Maximum script execution time is %1$d sec."
2542
  msgstr "[INFO]: PHP-Safemode ist AN! Die maximale Skriptausf&uuml;hrzeit ist %1$d Sekunden"
2543
 
 
2544
  #@ backwpup
2545
- #: job/job_run.php:145
2546
  msgid "No destination defineid for backup!!! Please correct job settings"
2547
  msgstr "Kein Zielort f&uuml;r die Datensicherung festgelegt!!! Bitte korrigieren Sie die Auftragseinstellungen."
2548
 
 
2549
  #@ backwpup
2550
- #: job/job_run.php:167
2551
  msgid "Step arborted has too many trys!"
2552
  msgstr "Schritt wurde abgebrochen - hat zuviele Versuche!"
2553
 
2554
- #@ backwpup
2555
- #: job/job_run.php:169
2556
  #, php-format
 
2557
  msgid "Can not find job step function %s!"
2558
  msgstr "Funktion f&uuml;r die Auftragsschritte kann nicht gefunden werden %s!"
2559
 
2560
- #@ backwpup
2561
  #: job/job_start.php:21
2562
  #, php-format
 
2563
  msgid "Can not create temp folder: %s"
2564
  msgstr "Temp-Ordner kann nicht erstellt werden: %s"
2565
 
2566
- #@ backwpup
2567
  #: job/job_start.php:117
2568
  #, php-format
 
2569
  msgid "Can not create folder for log files: %s"
2570
  msgstr "Ordner f&uuml;r Protokolldateien kann nicht erstellt werden: %s"
2571
 
2572
- #@ backwpup
2573
- #: job/job_start.php:156
2574
  #, php-format
 
2575
  msgid "BackWPup log for %1$s from %2$s at %3$s"
2576
  msgstr "BackWPup-Protokoll f&uuml;r %1$s von %2$s am %3$s"
2577
 
2578
- #@ backwpup
2579
- #: job/job_start.php:184
2580
  #, php-format
 
2581
  msgid "Can not create folder for backups: %1$s"
2582
  msgstr "Ordner f&uuml;r Datensicherungen kann nicht erstellt werden: %1$s"
2583
 
2584
- #@ backwpup
2585
  #: job/wp_export.php:11
2586
  #, php-format
 
2587
  msgid "%d. try for wordpress export to XML file..."
2588
  msgstr "%d. Versuche WordPress-XML-Datei zu exportieren ..."
2589
 
2590
- #@ backwpup
2591
  #: job/wp_export.php:81
2592
  #, php-format
 
2593
  msgid "Add XML export \"%1$s\" to backup list with %2$s"
2594
  msgstr "F&uuml;ge XML-Export \"%1$s\" der Datensicherungs-Liste hinzu, mit %2$s"
2595
 
2596
- #@ backwpup
2597
  #: pages/func_backwpupeditjob.php:18
 
2598
  msgid "PHP curl functions not available! Most backup destinations deaktivated!"
2599
  msgstr "PHP cURL-Funktionen nicht verf&uuml;gbar! Daher werden die meisten Datensicherungsziele deaktiviert!"
2600
 
2601
- #@ backwpup
2602
  #: pages/page_backwpupsettings.php:115
 
2603
  msgid "PHP zip class"
2604
  msgstr "PHP ZIP-Klasse"
2605
 
2606
- #@ backwpup
2607
  #: pages/page_backwpupsettings.php:116
 
2608
  msgid "PHP zip"
2609
  msgstr "PHP-ZIP"
2610
 
2611
- #@ backwpup
2612
  #: pages/page_backwpupsettings.php:118
 
2613
  msgid "Use PHP zip class if available! Normaly PCL Zip class will used."
2614
  msgstr "Benutze die PHP ZIP-Klasse, falls verf&uuml;gbar! Normalerweise wird die PCL ZIP-Klasse benutzt."
2615
 
2616
- #@ default
2617
- #: job/job_run.php:115
2618
  #, php-format
 
2619
  msgid "[INFO]: BackWPup version %1$s, WordPress version %4$s Copyright &copy; %2$s %3$s"
2620
  msgstr "[INFO]: BackWPup Version %1$s, WordPress Version %4$s Urheberrecht &copy; %2$s %3$s"
2621
 
 
2622
  #@ backwpup
2623
- #: backwpup-functions.php:713
2624
  msgid "- PHP 5.2.4 or higher is needed!"
2625
  msgstr "- PHP Version 5.2.4 oder h&ouml;her ist erforderlich!"
2626
 
 
2627
  #@ backwpup
2628
- #: backwpup-functions.php:743
2629
  msgid "- WP-Cron isn't working, please check it!"
2630
  msgstr "- WP-Cron funktioniert nicht, bitte pr&uuml;fen Sie die Funktion!"
2631
 
2632
- #@ backwpup
2633
- #: job/dest_dropbox.php:49
2634
  #: job/dest_gstorage.php:27
2635
  #: job/dest_msazure.php:25
2636
  #: job/dest_s3.php:30
2637
  #: job/dest_sugarsync.php:37
2638
  #, php-format
 
2639
  msgid "Backup transferred to %s"
2640
  msgstr "Datensicherung &uuml;bertragen zu %s"
2641
 
2642
- #@ backwpup
2643
  #: job/dest_gstorage.php:16
2644
  #, php-format
 
2645
  msgid "Connected to GStorage Bucket: %s"
2646
  msgstr "Verbunden mit dem GStorage Bucket: %s"
2647
 
2648
- #@ backwpup
2649
  #: job/dest_gstorage.php:21
 
2650
  msgid "Upload to GStorage now started... "
2651
  msgstr "Hochladen zu GStorage hat begonnen ... "
2652
 
2653
- #@ backwpup
2654
  #: job/dest_gstorage.php:31
2655
  #, php-format
 
2656
  msgid "Can not transfer backup to GStorage! (%1$d) %2$s"
2657
  msgstr "Datensicherung kann nicht zu GStorage &uuml;bertragen werden! (%1$d) %2$s"
2658
 
2659
- #@ backwpup
2660
  #: job/dest_gstorage.php:34
2661
  #, php-format
 
2662
  msgid "GStorage Bucket \"%s\" not exists!"
2663
  msgstr "GStorage Bucket \"%s\" existiert nicht!"
2664
 
2665
- #@ backwpup
2666
  #: job/dest_gstorage.php:37
2667
  #: job/dest_gstorage.php:66
2668
- #: pages/func_backwpupbackups.php:394
2669
  #: pages/header_backwpupbackups.php:50
2670
  #, php-format
 
2671
  msgid "GStorage API: %s"
2672
  msgstr "GStorage-API: %s"
2673
 
2674
- #@ backwpup
2675
  #: job/dest_gstorage.php:58
2676
  #, php-format
 
2677
  msgid "Can not delete backup on GStorage://%s"
2678
  msgstr "Datensicherung kann nicht gel&ouml;scht werden bei GStorage://%s"
2679
 
2680
- #@ backwpup
2681
  #: job/dest_gstorage.php:61
2682
  #, php-format
 
2683
  msgid "One file deleted on GStorage Bucket"
2684
  msgid_plural "%d files deleted on GStorage Bucket"
2685
  msgstr[0] "Eine Datei im GStorage Bucket gel&ouml;scht"
2686
  msgstr[1] "%d Dateien im GStorage Bucket gel&ouml;scht"
2687
 
2688
- #@ backwpup
2689
  #: job/dest_s3.php:34
2690
  #, php-format
 
2691
  msgid "Can not transfer backup to S3! (%1$d) %2$s"
2692
  msgstr "Datensicherung kann nicht zu Amazon S3 &uuml;bertragen werden! (%1$d) %2$s"
2693
 
 
 
2694
  #@ backwpup
2695
- #: job/job_functions.php:485
2696
- msgid "Signal $d send to script!"
2697
- msgstr "Signal $d zum Skript gesendet!"
2698
-
2699
- #@ backwpup
2700
- #: pages/func_backwpupeditjob.php:489
2701
- #: pages/func_backwpupeditjob.php:554
2702
  msgid "Missing access key!"
2703
  msgstr "Der Zugangsschl&uuml;ssel (Access Key) fehlt!"
2704
 
 
 
2705
  #@ backwpup
2706
- #: pages/func_backwpupeditjob.php:496
2707
- #: pages/func_backwpupeditjob.php:561
2708
  msgid "Missing secret access key!"
2709
  msgstr "Der Geheime Zugangsschl&uuml;ssel (Secret Access Key) fehlt!"
2710
 
 
 
2711
  #@ backwpup
2712
- #: pages/func_backwpupeditjob.php:520
2713
- #: pages/func_backwpupeditjob.php:587
2714
  msgid "No bucket fount!"
2715
  msgstr "Kein Bucket gefunden!"
2716
 
 
2717
  #@ backwpup
2718
- #: pages/header_backwpupeditjob.php:26
2719
  msgid "Wrong Token for Dropbox authentication received!"
2720
  msgstr "Falschen Token f&uuml;r die Dropbox-Authentifizierung erhalten!"
2721
 
 
2722
  #@ backwpup
2723
- #: pages/header_backwpupeditjob.php:29
2724
  msgid "No Dropbox authentication received!"
2725
  msgstr "Keine Dropbox-Authentifizierung erhalten!"
2726
 
2727
- #@ backwpup
2728
  #: pages/header_backwpuplogs.php:59
 
2729
  msgid "Here you can manage the log files of the jobs. You can download, view, or delete them."
2730
  msgstr "Hier k&ouml;nnen Sie die Protokolldateien der Auftr&auml;ge verwalten. Sie k&ouml;nnen diese Herunterladen, ansehen oder l&ouml;schen."
2731
 
2732
- #@ backwpup
2733
  #: pages/page_backwpupsettings.php:18
 
2734
  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."
2735
  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."
2736
 
2737
- #@ backwpup
2738
  #: pages/page_backwpupsettings.php:80
 
2739
  msgid "Here you can set Logfile related options."
2740
  msgstr "Hier k&ouml;nnen Sie Einstellungen f&uuml;r die Protokolle festlegen."
2741
 
2742
- #@ backwpup
2743
  #: pages/page_backwpupsettings.php:102
 
2744
  msgid "Here you can set Job related options."
2745
  msgstr "Hier k&ouml;nnen Sie Einstellungen f&uuml;r die Auftr&auml;ge festlegen."
2746
 
2747
- #@ backwpup
2748
  #: pages/page_backwpupsettings.php:110
 
2749
  msgid "Max. retrys for job script retries"
2750
  msgstr "Maximale Wiederholungsversuche f&uuml;r das Skript"
2751
 
2752
- #@ backwpup
2753
  #: pages/page_backwpupsettings.php:135
 
2754
  msgid "Http basic authentication"
2755
  msgstr "HTTP-Basis-Authentifizierung"
2756
 
2757
- #@ backwpup
2758
  #: pages/page_backwpupsettings.php:136
 
2759
  msgid "Is your blog behind a http basic authentication (.htaccess)? Then you must set the username and password four authentication."
2760
  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."
2761
 
2762
- #@ backwpup
2763
  #: pages/page_backwpupsettings.php:160
2764
  #: pages/page_backwpupsettings.php:161
 
2765
  msgid "Use cron service of backwpup.com"
2766
  msgstr "Cron-Dienst von BackWPup.com benutzen"
2767
 
2768
- #@ backwpup
2769
  #: pages/page_backwpupsettings.php:163
 
2770
  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."
2771
  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!"
2772
 
2773
- #@ backwpup
2774
  #: pages/page_backwpuptools.php:43
 
2775
  msgid "Copy SQL file to blog root folder to use for a restoring."
2776
  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."
2777
 
2778
- #@ backwpup
2779
  #: pages/tools/db_restore.php:92
 
2780
  msgid "Restore Done. Please delete the SQL file after restoring."
2781
  msgstr "Wiederherstellung abgeschlossen. Bitte l&ouml;schen Sie die SQL-Datei nach der Wiederherstellung."
2782
 
2783
- #@ backwpup
2784
- #: job/dest_dropbox.php:19
2785
- msgid "No supported DropDox oauth class found!"
2786
- msgstr "Eine nicht unterst&uuml;tzte OAuth-Klasse von Dropbox gefunden!"
2787
-
2788
- #@ backwpup
2789
- #: backwpup-functions.php:709
2790
  #, php-format
 
2791
  msgid "- WordPress %d or higher is needed!"
2792
  msgstr "- WordPress Version %d oder h&ouml;her ist erforderlich!"
2793
 
2794
- #@ backwpup
2795
- #: backwpup-functions.php:720
2796
  #, php-format
 
2797
  msgid "- Log folder '%s' does not exists!"
2798
  msgstr "- Protokolldateienordner '%s' existiert nicht!"
2799
 
2800
- #@ backwpup
2801
- #: backwpup-functions.php:723
2802
  #, php-format
 
2803
  msgid "- Log folder '%s' is not writeable!"
2804
  msgstr "- Protokolldateienordner '%s' ist nicht beschreibbar!"
2805
 
2806
- #@ backwpup
2807
- #: backwpup-functions.php:726
2808
  #, php-format
 
2809
  msgid "- Log folder '%s' is not in open_basedir path!"
2810
  msgstr "- Protokolldateienordner '%s' liegt nicht im open_basedir Pfad!"
2811
 
2812
- #@ backwpup
2813
- #: backwpup-functions.php:733
2814
  #, php-format
2815
- msgid "- Can not connect with '%s' but is needed for jobstarts!"
2816
- msgstr "- Kann nicht verbinden mit '%s', dies wird jedoch f&uuml;r den Start von Auftr&auml;gen ben&ouml;tigt!"
2817
-
2818
  #@ backwpup
2819
- #: backwpup-functions.php:736
2820
- #, php-format
2821
  msgid "- WP_CONTENT_URL '%s' must set as a full URL!"
2822
  msgstr "- WP_CONTENT_URL '%s' muss als eine komplette URL festgelegt sein!"
2823
 
2824
- #@ backwpup
2825
- #: backwpup-functions.php:739
2826
  #, php-format
 
2827
  msgid "- WP_PLUGIN_URL '%s' must set as a full URL!"
2828
  msgstr "- WP_PLUGIN_URL '%s' muss als eine komplette URL festgelegt sein!"
2829
 
2830
- #@ backwpup
2831
  #. translators: plugin header field 'Description'
2832
  #: backwpup.php:0
 
2833
  msgid "WordPress Backup and more..."
2834
  msgstr "WordPress-Datensicherung und mehr ..."
2835
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2836
  #@ backwpup
 
 
 
2837
  #. translators: plugin header field 'Version'
2838
  #: backwpup.php:0
2839
- msgid "2.1.4"
2840
- msgstr "2.1.4"
 
2841
 
 
 
2842
  #@ backwpup
2843
- #: job/job_functions.php:505
2844
- msgid "Can not restart on alternate cron...."
2845
- msgstr "Alternativer Cronjob (Auftragsplanung) kann nicht neu gestartet werden ..."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2846
 
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."
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
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
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."
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
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
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
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
 
libs/aws/sdk.class.php CHANGED
@@ -115,9 +115,9 @@ function __aws_sdk_ua_callback()
115
  // INTERMEDIARY CONSTANTS
116
 
117
  define('CFRUNTIME_NAME', 'aws-sdk-php');
118
- define('CFRUNTIME_VERSION', '1.5.2');
119
  // define('CFRUNTIME_BUILD', gmdate('YmdHis', filemtime(__FILE__))); // @todo: Hardcode for release.
120
- define('CFRUNTIME_BUILD', '20120202002749');
121
  define('CFRUNTIME_USERAGENT', CFRUNTIME_NAME . '/' . CFRUNTIME_VERSION . ' PHP/' . PHP_VERSION . ' ' . str_replace(' ', '_', php_uname('s')) . '/' . str_replace(' ', '_', php_uname('r')) . ' Arch/' . php_uname('m') . ' SAPI/' . php_sapi_name() . ' Integer/' . PHP_INT_MAX . ' Build/' . CFRUNTIME_BUILD . __aws_sdk_ua_callback());
122
 
123
 
@@ -128,7 +128,7 @@ define('CFRUNTIME_USERAGENT', CFRUNTIME_NAME . '/' . CFRUNTIME_VERSION . ' PHP/'
128
  * Core functionality and default settings shared across all SDK classes. All methods and properties in this
129
  * class are inherited by the service-specific classes.
130
  *
131
- * @version 2012.02.01
132
  * @license See the included NOTICE.md file for more information.
133
  * @copyright See the included NOTICE.md file for more information.
134
  * @link http://aws.amazon.com/php/ PHP Developer Center
115
  // INTERMEDIARY CONSTANTS
116
 
117
  define('CFRUNTIME_NAME', 'aws-sdk-php');
118
+ define('CFRUNTIME_VERSION', '1.5.3');
119
  // define('CFRUNTIME_BUILD', gmdate('YmdHis', filemtime(__FILE__))); // @todo: Hardcode for release.
120
+ define('CFRUNTIME_BUILD', '20120222005519');
121
  define('CFRUNTIME_USERAGENT', CFRUNTIME_NAME . '/' . CFRUNTIME_VERSION . ' PHP/' . PHP_VERSION . ' ' . str_replace(' ', '_', php_uname('s')) . '/' . str_replace(' ', '_', php_uname('r')) . ' Arch/' . php_uname('m') . ' SAPI/' . php_sapi_name() . ' Integer/' . PHP_INT_MAX . ' Build/' . CFRUNTIME_BUILD . __aws_sdk_ua_callback());
122
 
123
 
128
  * Core functionality and default settings shared across all SDK classes. All methods and properties in this
129
  * class are inherited by the service-specific classes.
130
  *
131
+ * @version 2012.02.21
132
  * @license See the included NOTICE.md file for more information.
133
  * @copyright See the included NOTICE.md file for more information.
134
  * @link http://aws.amazon.com/php/ PHP Developer Center
libs/aws/services/cloudfront.class.php CHANGED
@@ -520,6 +520,12 @@ class AmazonCloudFront extends CFRuntime
520
  $origin = $update->addChild('CustomOrigin');
521
  $origin->addChild('DNSName', $xml->CustomOrigin->DNSName);
522
 
 
 
 
 
 
 
523
  // origin access identity
524
  if (isset($opt['OriginAccessIdentity']))
525
  {
520
  $origin = $update->addChild('CustomOrigin');
521
  $origin->addChild('DNSName', $xml->CustomOrigin->DNSName);
522
 
523
+ // Copy OriginProtocolPolicy for update
524
+ if ( isset($xml->CustomOrigin->OriginProtocolPolicy) )
525
+ {
526
+ $origin->addChild('OriginProtocolPolicy', $xml->CustomOrigin->OriginProtocolPolicy);
527
+ }
528
+
529
  // origin access identity
530
  if (isset($opt['OriginAccessIdentity']))
531
  {
libs/aws/services/swf.class.php ADDED
@@ -0,0 +1,1293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Copyright 2010-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License").
6
+ * You may not use this file except in compliance with the License.
7
+ * A copy of the License is located at
8
+ *
9
+ * http://aws.amazon.com/apache2.0
10
+ *
11
+ * or in the "license" file accompanying this file. This file is distributed
12
+ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
13
+ * express or implied. See the License for the specific language governing
14
+ * permissions and limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Amazon Simple Workflow Service (SWF) is an orchestration service for building scalable,
19
+ * resilient applications. Using Amazon SWF, developers can structure the various processing steps
20
+ * in an application as tasks that drive independent, distributed components and orchestrate these
21
+ * tasks in a reliable and scalable manner.
22
+ *
23
+ * The flow for a typical Amazon SWF application is to use long-running processes which are
24
+ * handled by the PHP executable directly, instead of being part of the common web server
25
+ * request/response cycle that PHP developers are typically more familiar with.
26
+ *
27
+ * <strong>Managing a scalable workflow:</strong>
28
+ *
29
+ * <ol>
30
+ * <li>Create a workflow domain to work within.</li>
31
+ * <li>Register any Workflow Types and Activity Types that are relevant to your workflow.</li>
32
+ * <li>Start your Workflow Execution.</li>
33
+ * <li>Poll for decisions that need to be made and respond to them.</li>
34
+ * <li>Poll for activities that a particular state of completion (successful, failure, canceled,
35
+ * in-progress), and respond to them.</li>
36
+ * </ol>
37
+ *
38
+ * Once a Workflow has been configured and execution has started, the acts of polling for
39
+ * decisions and polling for activities follow an event-driven programming model. Since PHP's
40
+ * interpreter is single-threaded, entering into event loops for polling decisions and activities
41
+ * simultaneously requires two separate PHP processes to be running.
42
+ *
43
+ * @version 2012.02.21
44
+ * @license See the included NOTICE.md file for complete information.
45
+ * @copyright See the included NOTICE.md file for complete information.
46
+ * @link http://aws.amazon.com/simpleworkflow/ Amazon Simple Workflow
47
+ * @link http://aws.amazon.com/simpleworkflow/documentation/ Amazon Simple Workflow documentation
48
+ */
49
+ class AmazonSWF extends CFRuntime
50
+ {
51
+ /*%******************************************************************************************%*/
52
+ // CLASS CONSTANTS
53
+
54
+ /**
55
+ * Specify the queue URL for the United States East (Northern Virginia) Region.
56
+ */
57
+ const REGION_US_E1 = 'swf.us-east-1.amazonaws.com';
58
+
59
+ /**
60
+ * Specify the queue URL for the United States East (Northern Virginia) Region.
61
+ */
62
+ const REGION_VIRGINIA = self::REGION_US_E1;
63
+
64
+ /**
65
+ * Default service endpoint.
66
+ */
67
+ const DEFAULT_URL = self::REGION_US_E1;
68
+
69
+
70
+ /*%******************************************************************************************%*/
71
+ // STATUS CONSTANTS
72
+
73
+ /**
74
+ * Status: Registered
75
+ */
76
+ const STATUS_REGISTERED = 'REGISTERED';
77
+
78
+ /**
79
+ * Status: Deprecated
80
+ */
81
+ const STATUS_DEPRECATED = 'DEPRECATED';
82
+
83
+
84
+ /*%******************************************************************************************%*/
85
+ // POLICY CONSTANTS
86
+
87
+ /**
88
+ * Policy: Terminate
89
+ */
90
+ const POLICY_TERMINATE = 'TERMINATE';
91
+
92
+ /**
93
+ * Policy: Request Cancel
94
+ */
95
+ const POLICY_REQUEST_CANCEL = 'REQUEST_CANCEL';
96
+
97
+ /**
98
+ * Policy: Abandon
99
+ */
100
+ const POLICY_ABANDON = 'ABANDON';
101
+
102
+
103
+ /*%******************************************************************************************%*/
104
+ // CONSTRUCTOR
105
+
106
+ /**
107
+ * Constructs a new instance of <AmazonSWF>.
108
+ *
109
+ * @param array $options (Optional) An associative array of parameters that can have the following keys: <ul>
110
+ * <li><code>certificate_authority</code> - <code>boolean</code> - Optional - Determines which Cerificate Authority file to use. A value of boolean <code>false</code> will use the Certificate Authority file available on the system. A value of boolean <code>true</code> will use the Certificate Authority provided by the SDK. Passing a file system path to a Certificate Authority file (chmodded to <code>0755</code>) will use that. Leave this set to <code>false</code> if you're not sure.</li>
111
+ * <li><code>credentials</code> - <code>string</code> - Optional - The name of the credential set to use for authentication.</li>
112
+ * <li><code>default_cache_config</code> - <code>string</code> - Optional - This option allows a preferred storage type to be configured for long-term caching. This can be changed later using the <set_cache_config()> method. Valid values are: <code>apc</code>, <code>xcache</code>, or a file system path such as <code>./cache</code> or <code>/tmp/cache/</code>.</li>
113
+ * <li><code>key</code> - <code>string</code> - Optional - Your AWS key, or a session key. If blank, the default credential set will be used.</li>
114
+ * <li><code>secret</code> - <code>string</code> - Optional - Your AWS secret key, or a session secret key. If blank, the default credential set will be used.</li>
115
+ * <li><code>token</code> - <code>string</code> - Optional - An AWS session token.</li></ul>
116
+ * @return void
117
+ */
118
+ public function __construct(array $options = array())
119
+ {
120
+ $this->api_version = '2012-01-25';
121
+ $this->hostname = self::DEFAULT_URL;
122
+ $this->auth_class = 'AuthV3JSON';
123
+ $this->operation_prefix = "x-amz-target:SimpleWorkflowService.";
124
+
125
+ return parent::__construct($options);
126
+ }
127
+
128
+
129
+ /*%******************************************************************************************%*/
130
+ // SETTERS
131
+
132
+ /**
133
+ * This allows you to explicitly sets the region for the service to use.
134
+ *
135
+ * @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>.
136
+ * @return $this A reference to the current instance.
137
+ */
138
+ public function set_region($region)
139
+ {
140
+ // @codeCoverageIgnoreStart
141
+ $this->set_hostname($region);
142
+ return $this;
143
+ // @codeCoverageIgnoreEnd
144
+ }
145
+
146
+
147
+ /*%******************************************************************************************%*/
148
+ // SERVICE METHODS
149
+
150
+ /**
151
+ * Returns the number of closed workflow executions within the given domain that meet the
152
+ * specified filtering criteria.
153
+ *
154
+ * <p class="note">
155
+ * This operation is eventually consistent. The results are best effort and may not exactly
156
+ * reflect recent updates and changes.
157
+ * </p>
158
+ *
159
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
160
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain containing the workflow executions to count.</li>
161
+ * <li><code>startTimeFilter</code> - <code>array</code> - Optional - If specified, only workflow executions that meet the start time criteria of the filter are counted. <p class="note"> <code>startTimeFilter</code> and <code>closeTimeFilter</code> are mutually exclusive. You must specify one of these in a request but not both.</p> <ul>
162
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
163
+ * <li><code>oldestDate</code> - <code>string</code> - Required - Specifies the oldest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
164
+ * <li><code>latestDate</code> - <code>string</code> - Optional - Specifies the latest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
165
+ * </ul></li>
166
+ * </ul></li>
167
+ * <li><code>closeTimeFilter</code> - <code>array</code> - Optional - If specified, only workflow executions that meet the close time criteria of the filter are counted. <p class="note"> <code>startTimeFilter</code> and <code>closeTimeFilter</code> are mutually exclusive. You must specify one of these in a request but not both.</p> <ul>
168
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
169
+ * <li><code>oldestDate</code> - <code>string</code> - Required - Specifies the oldest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
170
+ * <li><code>latestDate</code> - <code>string</code> - Optional - Specifies the latest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
171
+ * </ul></li>
172
+ * </ul></li>
173
+ * <li><code>executionFilter</code> - <code>array</code> - Optional - If specified, only workflow executions matching the <code>WorkflowId</code> in the filter are counted. <p class="note"> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
174
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
175
+ * <li><code>workflowId</code> - <code>string</code> - Required - The workflowId to pass of match the criteria of this filter.</li>
176
+ * </ul></li>
177
+ * </ul></li>
178
+ * <li><code>typeFilter</code> - <code>array</code> - Optional - If specified, indicates the type of the workflow executions to be counted. <p class="note"> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
179
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
180
+ * <li><code>name</code> - <code>string</code> - Required - Name of the workflow type. This field is required.</li>
181
+ * <li><code>version</code> - <code>string</code> - Optional - Version of the workflow type.</li>
182
+ * </ul></li>
183
+ * </ul></li>
184
+ * <li><code>tagFilter</code> - <code>array</code> - Optional - If specified, only executions that have a tag that matches the filter are counted. <p class="note"> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
185
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
186
+ * <li><code>tag</code> - <code>string</code> - Required - Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.</li>
187
+ * </ul></li>
188
+ * </ul></li>
189
+ * <li><code>closeStatusFilter</code> - <code>array</code> - Optional - If specified, only workflow executions that match this close status are counted. This filter has an affect only if <code>executionStatus</code> is specified as <code>CLOSED</code>. <p class="note"> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
190
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
191
+ * <li><code>status</code> - <code>string</code> - Required - The close status that must match the close status of an execution for it to meet the criteria of this filter. This field is required. [Allowed values: <code>COMPLETED</code>, <code>FAILED</code>, <code>CANCELED</code>, <code>TERMINATED</code>, <code>CONTINUED_AS_NEW</code>, <code>TIMED_OUT</code>]</li>
192
+ * </ul></li>
193
+ * </ul></li>
194
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
195
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
196
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
197
+ */
198
+ public function count_closed_workflow_executions($opt = null)
199
+ {
200
+ if (!$opt) $opt = array();
201
+
202
+ $opt = json_encode($opt);
203
+ return $this->authenticate('CountClosedWorkflowExecutions', $opt);
204
+ }
205
+
206
+ /**
207
+ * Returns the number of open workflow executions within the given domain that meet the specified
208
+ * filtering criteria.
209
+ *
210
+ * <p class="note">
211
+ * This operation is eventually consistent. The results are best effort and may not exactly
212
+ * reflect recent updates and changes.
213
+ * </p>
214
+ *
215
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
216
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain containing the workflow executions to count.</li>
217
+ * <li><code>startTimeFilter</code> - <code>array</code> - Required - Specifies the start time criteria that workflow executions must meet in order to be counted. <ul>
218
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
219
+ * <li><code>oldestDate</code> - <code>string</code> - Required - Specifies the oldest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
220
+ * <li><code>latestDate</code> - <code>string</code> - Optional - Specifies the latest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
221
+ * </ul></li>
222
+ * </ul></li>
223
+ * <li><code>typeFilter</code> - <code>array</code> - Optional - Specifies the type of the workflow executions to be counted. <p class="note"> <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
224
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
225
+ * <li><code>name</code> - <code>string</code> - Required - Name of the workflow type. This field is required.</li>
226
+ * <li><code>version</code> - <code>string</code> - Optional - Version of the workflow type.</li>
227
+ * </ul></li>
228
+ * </ul></li>
229
+ * <li><code>tagFilter</code> - <code>array</code> - Optional - If specified, only executions that have a tag that matches the filter are counted. <p class="note"> <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
230
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
231
+ * <li><code>tag</code> - <code>string</code> - Required - Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.</li>
232
+ * </ul></li>
233
+ * </ul></li>
234
+ * <li><code>executionFilter</code> - <code>array</code> - Optional - If specified, only workflow executions matching the <code>WorkflowId</code> in the filter are counted. <p class="note"> <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
235
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
236
+ * <li><code>workflowId</code> - <code>string</code> - Required - The workflowId to pass of match the criteria of this filter.</li>
237
+ * </ul></li>
238
+ * </ul></li>
239
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
240
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
241
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
242
+ */
243
+ public function count_open_workflow_executions($opt = null)
244
+ {
245
+ if (!$opt) $opt = array();
246
+
247
+ $opt = json_encode($opt);
248
+ return $this->authenticate('CountOpenWorkflowExecutions', $opt);
249
+ }
250
+
251
+ /**
252
+ * Returns the estimated number of activity tasks in the specified task list. The count returned
253
+ * is an approximation and is not guaranteed to be exact. If you specify a task list that no
254
+ * activity task was ever scheduled in then 0 will be returned.
255
+ *
256
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
257
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain that contains the task list.</li>
258
+ * <li><code>taskList</code> - <code>array</code> - Required - The name of the task list. <ul>
259
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
260
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
261
+ * </ul></li>
262
+ * </ul></li>
263
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
264
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
265
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
266
+ */
267
+ public function count_pending_activity_tasks($opt = null)
268
+ {
269
+ if (!$opt) $opt = array();
270
+
271
+ $opt = json_encode($opt);
272
+ return $this->authenticate('CountPendingActivityTasks', $opt);
273
+ }
274
+
275
+ /**
276
+ * Returns the estimated number of decision tasks in the specified task list. The count returned
277
+ * is an approximation and is not guaranteed to be exact. If you specify a task list that no
278
+ * decision task was ever scheduled in then 0 will be returned.
279
+ *
280
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
281
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain that contains the task list.</li>
282
+ * <li><code>taskList</code> - <code>array</code> - Required - The name of the task list. <ul>
283
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
284
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
285
+ * </ul></li>
286
+ * </ul></li>
287
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
288
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
289
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
290
+ */
291
+ public function count_pending_decision_tasks($opt = null)
292
+ {
293
+ if (!$opt) $opt = array();
294
+
295
+ $opt = json_encode($opt);
296
+ return $this->authenticate('CountPendingDecisionTasks', $opt);
297
+ }
298
+
299
+ /**
300
+ * Deprecates the specified <em>activity type</em>. After an activity type has been deprecated,
301
+ * you cannot create new tasks of that activity type. Tasks of this type that were scheduled
302
+ * before the type was deprecated will continue to run.
303
+ *
304
+ * <p class="note">
305
+ * This operation is eventually consistent. The results are best effort and may not exactly
306
+ * reflect recent updates and changes.
307
+ * </p>
308
+ *
309
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
310
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain in which the activity type is registered.</li>
311
+ * <li><code>activityType</code> - <code>array</code> - Required - The activity type to deprecate. <ul>
312
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
313
+ * <li><code>name</code> - <code>string</code> - Required - The name of this activity. <p class="note">The combination of activity type name and version must be unique within a domain.</p></li>
314
+ * <li><code>version</code> - <code>string</code> - Required - The version of this activity. <p class="note">The combination of activity type name and version must be unique with in a domain.</p></li>
315
+ * </ul></li>
316
+ * </ul></li>
317
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
318
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
319
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
320
+ */
321
+ public function deprecate_activity_type($opt = null)
322
+ {
323
+ if (!$opt) $opt = array();
324
+
325
+ $opt = json_encode($opt);
326
+ return $this->authenticate('DeprecateActivityType', $opt);
327
+ }
328
+
329
+ /**
330
+ * Deprecates the specified domain. After a domain has been deprecated it cannot be used to create
331
+ * new workflow executions or register new types. However, you can still use visibility actions on
332
+ * this domain. Deprecating a domain also deprecates all activity and workflow types registered in
333
+ * the domain. Executions that were started before the domain was deprecated will continue to run.
334
+ *
335
+ * <p class="note">
336
+ * This operation is eventually consistent. The results are best effort and may not exactly
337
+ * reflect recent updates and changes.
338
+ * </p>
339
+ *
340
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
341
+ * <li><code>name</code> - <code>string</code> - Required - The name of the domain to deprecate.</li>
342
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
343
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
344
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
345
+ */
346
+ public function deprecate_domain($opt = null)
347
+ {
348
+ if (!$opt) $opt = array();
349
+
350
+ $opt = json_encode($opt);
351
+ return $this->authenticate('DeprecateDomain', $opt);
352
+ }
353
+
354
+ /**
355
+ * Deprecates the specified <em>workflow type</em>. After a workflow type has been deprecated, you
356
+ * cannot create new executions of that type. Executions that were started before the type was
357
+ * deprecated will continue to run. A deprecated workflow type may still be used when calling
358
+ * visibility actions.
359
+ *
360
+ * <p class="note">
361
+ * This operation is eventually consistent. The results are best effort and may not exactly
362
+ * reflect recent updates and changes.
363
+ * </p>
364
+ *
365
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
366
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain in which the workflow type is registered.</li>
367
+ * <li><code>workflowType</code> - <code>array</code> - Required - The workflow type to deprecate. <ul>
368
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
369
+ * <li><code>name</code> - <code>string</code> - Required - The name of the workflow type. This field is required. <p class="note">The combination of workflow type name and version must be unique with in a domain.</p></li>
370
+ * <li><code>version</code> - <code>string</code> - Required - The version of the workflow type. This field is required. <p class="note">The combination of workflow type name and version must be unique with in a domain.</p></li>
371
+ * </ul></li>
372
+ * </ul></li>
373
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
374
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
375
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
376
+ */
377
+ public function deprecate_workflow_type($opt = null)
378
+ {
379
+ if (!$opt) $opt = array();
380
+
381
+ $opt = json_encode($opt);
382
+ return $this->authenticate('DeprecateWorkflowType', $opt);
383
+ }
384
+
385
+ /**
386
+ * Returns information about the specified activity type. This includes configuration settings
387
+ * provided at registration time as well as other general information about the type.
388
+ *
389
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
390
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain in which the activity type is registered.</li>
391
+ * <li><code>activityType</code> - <code>array</code> - Required - The activity type to describe. <ul>
392
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
393
+ * <li><code>name</code> - <code>string</code> - Required - The name of this activity. <p class="note">The combination of activity type name and version must be unique within a domain.</p></li>
394
+ * <li><code>version</code> - <code>string</code> - Required - The version of this activity. <p class="note">The combination of activity type name and version must be unique with in a domain.</p></li>
395
+ * </ul></li>
396
+ * </ul></li>
397
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
398
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
399
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
400
+ */
401
+ public function describe_activity_type($opt = null)
402
+ {
403
+ if (!$opt) $opt = array();
404
+
405
+ $opt = json_encode($opt);
406
+ return $this->authenticate('DescribeActivityType', $opt);
407
+ }
408
+
409
+ /**
410
+ * Returns information about the specified domain including description and status.
411
+ *
412
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
413
+ * <li><code>name</code> - <code>string</code> - Required - The name of the domain to describe.</li>
414
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
415
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
416
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
417
+ */
418
+ public function describe_domain($opt = null)
419
+ {
420
+ if (!$opt) $opt = array();
421
+
422
+ $opt = json_encode($opt);
423
+ return $this->authenticate('DescribeDomain', $opt);
424
+ }
425
+
426
+ /**
427
+ * Returns information about the specified workflow execution including its type and some
428
+ * statistics.
429
+ *
430
+ * <p class="note">
431
+ * This operation is eventually consistent. The results are best effort and may not exactly
432
+ * reflect recent updates and changes.
433
+ * </p>
434
+ *
435
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
436
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain containing the workflow execution.</li>
437
+ * <li><code>execution</code> - <code>array</code> - Required - The workflow execution to describe. <ul>
438
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
439
+ * <li><code>workflowId</code> - <code>string</code> - Required - The user defined identifier associated with the workflow execution.</li>
440
+ * <li><code>runId</code> - <code>string</code> - Required - A system generated unique identifier for the workflow execution.</li>
441
+ * </ul></li>
442
+ * </ul></li>
443
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
444
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
445
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
446
+ */
447
+ public function describe_workflow_execution($opt = null)
448
+ {
449
+ if (!$opt) $opt = array();
450
+
451
+ $opt = json_encode($opt);
452
+ return $this->authenticate('DescribeWorkflowExecution', $opt);
453
+ }
454
+
455
+ /**
456
+ * Returns information about the specified <em>workflow type</em>. This includes configuration
457
+ * settings specified when the type was registered and other information such as creation date,
458
+ * current status, etc.
459
+ *
460
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
461
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain in which this workflow type is registered.</li>
462
+ * <li><code>workflowType</code> - <code>array</code> - Required - The workflow type to describe. <ul>
463
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
464
+ * <li><code>name</code> - <code>string</code> - Required - The name of the workflow type. This field is required. <p class="note">The combination of workflow type name and version must be unique with in a domain.</p></li>
465
+ * <li><code>version</code> - <code>string</code> - Required - The version of the workflow type. This field is required. <p class="note">The combination of workflow type name and version must be unique with in a domain.</p></li>
466
+ * </ul></li>
467
+ * </ul></li>
468
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
469
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
470
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
471
+ */
472
+ public function describe_workflow_type($opt = null)
473
+ {
474
+ if (!$opt) $opt = array();
475
+
476
+ $opt = json_encode($opt);
477
+ return $this->authenticate('DescribeWorkflowType', $opt);
478
+ }
479
+
480
+ /**
481
+ * Returns the history of the specified workflow execution. The results may be split into multiple
482
+ * pages. To retrieve subsequent pages, make the call again using the <code>nextPageToken</code>
483
+ * returned by the initial call.
484
+ *
485
+ * <p class="note">
486
+ * This operation is eventually consistent. The results are best effort and may not exactly
487
+ * reflect recent updates and changes.
488
+ * </p>
489
+ *
490
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
491
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain containing the workflow execution.</li>
492
+ * <li><code>execution</code> - <code>array</code> - Required - Specifies the workflow execution for which to return the history. <ul>
493
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
494
+ * <li><code>workflowId</code> - <code>string</code> - Required - The user defined identifier associated with the workflow execution.</li>
495
+ * <li><code>runId</code> - <code>string</code> - Required - A system generated unique identifier for the workflow execution.</li>
496
+ * </ul></li>
497
+ * </ul></li>
498
+ * <li><code>nextPageToken</code> - <code>string</code> - Optional - If a <code>NextPageToken</code> is returned, the result has more than one pages. To get the next page, repeat the call and specify the nextPageToken with all other arguments unchanged.</li>
499
+ * <li><code>maximumPageSize</code> - <code>integer</code> - Optional - Specifies the maximum number of history events returned in one page. The next page in the result is identified by the <code>NextPageToken</code> returned. By default 100 history events are returned in a page but the caller can override this value to a page size <em>smaller</em> than the default. You cannot specify a page size larger than 100.</li>
500
+ * <li><code>reverseOrder</code> - <code>boolean</code> - Optional - When set to <code>true</code>, returns the events in reverse order. By default the results are returned in ascending order of the <code>eventTimeStamp</code> of the events.</li>
501
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
502
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
503
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
504
+ */
505
+ public function get_workflow_execution_history($opt = null)
506
+ {
507
+ if (!$opt) $opt = array();
508
+
509
+ $opt = json_encode($opt);
510
+ return $this->authenticate('GetWorkflowExecutionHistory', $opt);
511
+ }
512
+
513
+ /**
514
+ * Returns information about all activities registered in the specified domain that match the
515
+ * specified name and registration status. The result includes information like creation date,
516
+ * current status of the activity, etc. The results may be split into multiple pages. To retrieve
517
+ * subsequent pages, make the call again using the <code>nextPageToken</code> returned by the
518
+ * initial call.
519
+ *
520
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
521
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain in which the activity types have been registered.</li>
522
+ * <li><code>name</code> - <code>string</code> - Optional - If specified, only lists the activity types that have this name.</li>
523
+ * <li><code>registrationStatus</code> - <code>string</code> - Required - Specifies the registration status of the activity types to list. [Allowed values: <code>REGISTERED</code>, <code>DEPRECATED</code>]</li>
524
+ * <li><code>nextPageToken</code> - <code>string</code> - Optional - If on a previous call to this method a <code>NextResultToken</code> was returned, the results have more than one page. To get the next page of results, repeat the call with the <code>nextPageToken</code> and keep all other arguments unchanged.</li>
525
+ * <li><code>maximumPageSize</code> - <code>integer</code> - Optional - The maximum number of results returned in each page. The default is 100, but the caller can override this value to a page size <em>smaller</em> than the default. You cannot specify a page size greater than 100.</li>
526
+ * <li><code>reverseOrder</code> - <code>boolean</code> - Optional - When set to <code>true</code>, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the <code>name</code> of the activity types.</li>
527
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
528
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
529
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
530
+ */
531
+ public function list_activity_types($opt = null)
532
+ {
533
+ if (!$opt) $opt = array();
534
+
535
+ $opt = json_encode($opt);
536
+ return $this->authenticate('ListActivityTypes', $opt);
537
+ }
538
+
539
+ /**
540
+ * Returns a list of closed workflow executions in the specified domain that meet the filtering
541
+ * criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the
542
+ * call again using the nextPageToken returned by the initial call.
543
+ *
544
+ * <p class="note">
545
+ * This operation is eventually consistent. The results are best effort and may not exactly
546
+ * reflect recent updates and changes.
547
+ * </p>
548
+ *
549
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
550
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain that contains the workflow executions to list.</li>
551
+ * <li><code>startTimeFilter</code> - <code>array</code> - Optional - If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times. <p class="note"> <code>startTimeFilter</code> and <code>closeTimeFilter</code> are mutually exclusive. You must specify one of these in a request but not both.</p> <ul>
552
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
553
+ * <li><code>oldestDate</code> - <code>string</code> - Required - Specifies the oldest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
554
+ * <li><code>latestDate</code> - <code>string</code> - Optional - Specifies the latest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
555
+ * </ul></li>
556
+ * </ul></li>
557
+ * <li><code>closeTimeFilter</code> - <code>array</code> - Optional - If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times. <p class="note"> <code>startTimeFilter</code> and <code>closeTimeFilter</code> are mutually exclusive. You must specify one of these in a request but not both.</p> <ul>
558
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
559
+ * <li><code>oldestDate</code> - <code>string</code> - Required - Specifies the oldest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
560
+ * <li><code>latestDate</code> - <code>string</code> - Optional - Specifies the latest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
561
+ * </ul></li>
562
+ * </ul></li>
563
+ * <li><code>executionFilter</code> - <code>array</code> - Optional - If specified, only workflow executions matching the workflow id specified in the filter are returned. <p class="note"> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
564
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
565
+ * <li><code>workflowId</code> - <code>string</code> - Required - The workflowId to pass of match the criteria of this filter.</li>
566
+ * </ul></li>
567
+ * </ul></li>
568
+ * <li><code>closeStatusFilter</code> - <code>array</code> - Optional - If specified, only workflow executions that match this <em>close status</em> are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed. <p class="note"> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
569
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
570
+ * <li><code>status</code> - <code>string</code> - Required - The close status that must match the close status of an execution for it to meet the criteria of this filter. This field is required. [Allowed values: <code>COMPLETED</code>, <code>FAILED</code>, <code>CANCELED</code>, <code>TERMINATED</code>, <code>CONTINUED_AS_NEW</code>, <code>TIMED_OUT</code>]</li>
571
+ * </ul></li>
572
+ * </ul></li>
573
+ * <li><code>typeFilter</code> - <code>array</code> - Optional - If specified, only executions of the type specified in the filter are returned. <p class="note"> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
574
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
575
+ * <li><code>name</code> - <code>string</code> - Required - Name of the workflow type. This field is required.</li>
576
+ * <li><code>version</code> - <code>string</code> - Optional - Version of the workflow type.</li>
577
+ * </ul></li>
578
+ * </ul></li>
579
+ * <li><code>tagFilter</code> - <code>array</code> - Optional - If specified, only executions that have the matching tag are listed. <p class="note"> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
580
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
581
+ * <li><code>tag</code> - <code>string</code> - Required - Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.</li>
582
+ * </ul></li>
583
+ * </ul></li>
584
+ * <li><code>nextPageToken</code> - <code>string</code> - Optional - If on a previous call to this method a <code>NextPageToken</code> was returned, the results are being paginated. To get the next page of results, repeat the call with the returned token and all other arguments unchanged.</li>
585
+ * <li><code>maximumPageSize</code> - <code>integer</code> - Optional - The maximum number of results returned in each page. The default is 100, but the caller can override this value to a page size <em>smaller</em> than the default. You cannot specify a page size greater than 100.</li>
586
+ * <li><code>reverseOrder</code> - <code>boolean</code> - Optional - When set to <code>true</code>, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.</li>
587
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
588
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
589
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
590
+ */
591
+ public function list_closed_workflow_executions($opt = null)
592
+ {
593
+ if (!$opt) $opt = array();
594
+
595
+ $opt = json_encode($opt);
596
+ return $this->authenticate('ListClosedWorkflowExecutions', $opt);
597
+ }
598
+
599
+ /**
600
+ * Returns the list of domains registered in the account. The results may be split into multiple
601
+ * pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by
602
+ * the initial call.
603
+ *
604
+ * <p class="note">
605
+ * This operation is eventually consistent. The results are best effort and may not exactly
606
+ * reflect recent updates and changes.
607
+ * </p>
608
+ *
609
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
610
+ * <li><code>nextPageToken</code> - <code>string</code> - Optional - If on a previous call to this method a <code>NextPageToken</code> was returned, the result has more than one page. To get the next page of results, repeat the call with the returned token and all other arguments unchanged.</li>
611
+ * <li><code>registrationStatus</code> - <code>string</code> - Required - Specifies the registration status of the domains to list. [Allowed values: <code>REGISTERED</code>, <code>DEPRECATED</code>]</li>
612
+ * <li><code>maximumPageSize</code> - <code>integer</code> - Optional - The maximum number of results returned in each page. The default is 100, but the caller can override this value to a page size <em>smaller</em> than the default. You cannot specify a page size greater than 100.</li>
613
+ * <li><code>reverseOrder</code> - <code>boolean</code> - Optional - When set to <code>true</code>, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the <code>name</code> of the domains.</li>
614
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
615
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
616
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
617
+ */
618
+ public function list_domains($opt = null)
619
+ {
620
+ if (!$opt) $opt = array();
621
+
622
+ $opt = json_encode($opt);
623
+ return $this->authenticate('ListDomains', $opt);
624
+ }
625
+
626
+ /**
627
+ * Returns a list of open workflow executions in the specified domain that meet the filtering
628
+ * criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the
629
+ * call again using the nextPageToken returned by the initial call.
630
+ *
631
+ * <p class="note">
632
+ * This operation is eventually consistent. The results are best effort and may not exactly
633
+ * reflect recent updates and changes.
634
+ * </p>
635
+ *
636
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
637
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain that contains the workflow executions to list.</li>
638
+ * <li><code>startTimeFilter</code> - <code>array</code> - Required - Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. <ul>
639
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
640
+ * <li><code>oldestDate</code> - <code>string</code> - Required - Specifies the oldest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
641
+ * <li><code>latestDate</code> - <code>string</code> - Optional - Specifies the latest start or close date and time to return. May be passed as a number of seconds since UNIX Epoch, or any string compatible with <php:strtotime()>.</li>
642
+ * </ul></li>
643
+ * </ul></li>
644
+ * <li><code>typeFilter</code> - <code>array</code> - Optional - If specified, only executions of the type specified in the filter are returned. <p class="note"> <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
645
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
646
+ * <li><code>name</code> - <code>string</code> - Required - Name of the workflow type. This field is required.</li>
647
+ * <li><code>version</code> - <code>string</code> - Optional - Version of the workflow type.</li>
648
+ * </ul></li>
649
+ * </ul></li>
650
+ * <li><code>tagFilter</code> - <code>array</code> - Optional - If specified, only executions that have the matching tag are listed. <p class="note"> <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
651
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
652
+ * <li><code>tag</code> - <code>string</code> - Required - Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.</li>
653
+ * </ul></li>
654
+ * </ul></li>
655
+ * <li><code>nextPageToken</code> - <code>string</code> - Optional - If on a previous call to this method a <code>NextPageToken</code> was returned, the results are being paginated. To get the next page of results, repeat the call with the returned token and all other arguments unchanged.</li>
656
+ * <li><code>maximumPageSize</code> - <code>integer</code> - Optional - The maximum number of results returned in each page. The default is 100, but the caller can override this value to a page size <em>smaller</em> than the default. You cannot specify a page size greater than 100.</li>
657
+ * <li><code>reverseOrder</code> - <code>boolean</code> - Optional - When set to <code>true</code>, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.</li>
658
+ * <li><code>executionFilter</code> - <code>array</code> - Optional - If specified, only workflow executions matching the workflow id specified in the filter are returned. <p class="note"> <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> <ul>
659
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
660
+ * <li><code>workflowId</code> - <code>string</code> - Required - The workflowId to pass of match the criteria of this filter.</li>
661
+ * </ul></li>
662
+ * </ul></li>
663
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
664
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
665
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
666
+ */
667
+ public function list_open_workflow_executions($opt = null)
668
+ {
669
+ if (!$opt) $opt = array();
670
+
671
+ $opt = json_encode($opt);
672
+ return $this->authenticate('ListOpenWorkflowExecutions', $opt);
673
+ }
674
+
675
+ /**
676
+ * Returns information about workflow types in the specified domain. The results may be split into
677
+ * multiple pages that can be retrieved by making the call repeatedly.
678
+ *
679
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
680
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain in which the workflow types have been registered.</li>
681
+ * <li><code>name</code> - <code>string</code> - Optional - If specified, lists the workflow type with this name.</li>
682
+ * <li><code>registrationStatus</code> - <code>string</code> - Required - Specifies the registration status of the workflow types to list. [Allowed values: <code>REGISTERED</code>, <code>DEPRECATED</code>]</li>
683
+ * <li><code>nextPageToken</code> - <code>string</code> - Optional - If on a previous call to this method a <code>NextPageToken</code> was returned, the results are being paginated. To get the next page of results, repeat the call with the returned token and all other arguments unchanged.</li>
684
+ * <li><code>maximumPageSize</code> - <code>integer</code> - Optional - The maximum number of results returned in each page. The default is 100, but the caller can override this value to a page size <em>smaller</em> than the default. You cannot specify a page size greater than 100.</li>
685
+ * <li><code>reverseOrder</code> - <code>boolean</code> - Optional - When set to <code>true</code>, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the <code>name</code> of the workflow types.</li>
686
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
687
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
688
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
689
+ */
690
+ public function list_workflow_types($opt = null)
691
+ {
692
+ if (!$opt) $opt = array();
693
+
694
+ $opt = json_encode($opt);
695
+ return $this->authenticate('ListWorkflowTypes', $opt);
696
+ }
697
+
698
+ /**
699
+ * Used by workers to get an <code>ActivityTask</code> from the specified activity
700
+ * <code>taskList</code>. This initiates a long poll, where the service holds the HTTP connection
701
+ * open and responds as soon as a task becomes available. The maximum time the service holds on to
702
+ * the request before responding is 60 seconds. If no task is available within 60 seconds, the
703
+ * poll will return an empty result. An empty result, in this context, means that an ActivityTask
704
+ * is returned, but that the value of taskToken is an empty string. If a task is returned, the
705
+ * worker should use its type to identify and process it correctly.
706
+ *
707
+ * <p class="important">
708
+ * Workers should set their client side socket timeout to at least 70 seconds (10 seconds higher
709
+ * than the maximum time service may hold the poll request).
710
+ * </p>
711
+ *
712
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
713
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain that contains the task lists being polled.</li>
714
+ * <li><code>taskList</code> - <code>array</code> - Required - Specifies the task list to poll for activity tasks. The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn". <ul>
715
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
716
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
717
+ * </ul></li>
718
+ * </ul></li>
719
+ * <li><code>identity</code> - <code>string</code> - Optional - Identity of the worker making the request, which is recorded in the <code>ActivityTaskStarted</code> event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.</li>
720
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
721
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
722
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
723
+ */
724
+ public function poll_for_activity_task($opt = null)
725
+ {
726
+ if (!$opt) $opt = array();
727
+
728
+ $opt = json_encode($opt);
729
+ return $this->authenticate('PollForActivityTask', $opt);
730
+ }
731
+
732
+ /**
733
+ * Used by deciders to get a <code>DecisionTask</code> from the specified decision
734
+ * <code>taskList</code>. A decision task may be returned for any open workflow execution that is
735
+ * using the specified task list. The task includes a paginated view of the history of the
736
+ * workflow execution. The decider should use the workflow type and the history to determine how
737
+ * to properly handle the task.
738
+ *
739
+ * This action initiates a long poll, where the service holds the HTTP connection open and
740
+ * responds as soon a task becomes available. If no decision task is available in the specified
741
+ * task list before the timeout of 60 seconds expires, an empty result is returned. An empty
742
+ * result, in this context, means that a DecisionTask is returned, but that the value of taskToken
743
+ * is an empty string.
744
+ *
745
+ * <p class="important">
746
+ * Deciders should set their client side socket timeout to at least 70 seconds (10 seconds higher
747
+ * than the timeout).
748
+ * </p>
749
+ * <p class="important">
750
+ * Because the number of workflow history events for a single workflow execution might be very
751
+ * large, the result returned might be split up across a number of pages. To retrieve subsequent
752
+ * pages, make additional calls to <code>PollForDecisionTask</code> using the
753
+ * <code>nextPageToken</code> returned by the initial call. Note that you do <strong>not</strong>
754
+ * call <code>GetWorkflowExecutionHistory</code> with this <code>nextPageToken</code>. Instead,
755
+ * call <code>PollForDecisionTask</code> again.
756
+ * </p>
757
+ *
758
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
759
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain containing the task lists to poll.</li>
760
+ * <li><code>taskList</code> - <code>array</code> - Required - Specifies the task list to poll for decision tasks. The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn". <ul>
761
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
762
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
763
+ * </ul></li>
764
+ * </ul></li>
765
+ * <li><code>identity</code> - <code>string</code> - Optional - Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.</li>
766
+ * <li><code>nextPageToken</code> - <code>string</code> - Optional - If on a previous call to this method a <code>NextPageToken</code> was returned, the results are being paginated. To get the next page of results, repeat the call with the returned token and all other arguments unchanged. <p class="note">The <code>nextPageToken</code> returned by this action cannot be used with <code>GetWorkflowExecutionHistory</code> to get the next page. You must call <code>PollForDecisionTask</code> again (with the <code>nextPageToken</code>) to retrieve the next page of history records. Calling <code>PollForDecisionTask</code> with a <code>nextPageToken</code> will not return a new decision task.</p> .</li>
767
+ * <li><code>maximumPageSize</code> - <code>integer</code> - Optional - The maximum number of history events returned in each page. The default is 100, but the caller can override this value to a page size <em>smaller</em> than the default. You cannot specify a page size greater than 100.</li>
768
+ * <li><code>reverseOrder</code> - <code>boolean</code> - Optional - When set to <code>true</code>, returns the events in reverse order. By default the results are returned in ascending order of the <code>eventTimestamp</code> of the events.</li>
769
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
770
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
771
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
772
+ */
773
+ public function poll_for_decision_task($opt = null)
774
+ {
775
+ if (!$opt) $opt = array();
776
+
777
+ $opt = json_encode($opt);
778
+ return $this->authenticate('PollForDecisionTask', $opt);
779
+ }
780
+
781
+ /**
782
+ * Used by activity workers to report to the service that the <code>ActivityTask</code>
783
+ * represented by the specified <code>taskToken</code> is still making progress. The worker can
784
+ * also (optionally) specify details of the progress, for example percent complete, using the
785
+ * <code>details</code> parameter. This action can also be used by the worker as a mechanism to
786
+ * check if cancellation is being requested for the activity task. If a cancellation is being
787
+ * attempted for the specified task, then the boolean <code>cancelRequested</code> flag returned
788
+ * by the service is set to <code>true</code>.
789
+ *
790
+ * This action resets the <code>taskHeartbeatTimeout</code> clock. The
791
+ * <code>taskHeartbeatTimeout</code> is specified in <code>RegisterActivityType</code>.
792
+ *
793
+ * This action does not in itself create an event in the workflow execution history. However, if
794
+ * the task times out, the workflow execution history will contain a
795
+ * <code>ActivityTaskTimedOut</code> event that contains the information from the last heartbeat
796
+ * generated by the activity worker.
797
+ *
798
+ * <p class="note">
799
+ * The <code>taskStartToCloseTimeout</code> of an activity type is the maximum duration of an
800
+ * activity task, regardless of the number of <code>RecordActivityTaskHeartbeat</code> requests
801
+ * received. The <code>taskStartToCloseTimeout</code> is also specified in
802
+ * <code>RegisterActivityType</code>.
803
+ * </p>
804
+ * <p class="note">
805
+ * This operation is only useful for long-lived activities to report liveliness of the task and to
806
+ * determine if a cancellation is being attempted.
807
+ * </p>
808
+ * <p class="important">
809
+ * If the <code>cancelRequested</code> flag returns <code>true</code>, a cancellation is being
810
+ * attempted. If the worker can cancel the activity, it should respond with
811
+ * <code>RespondActivityTaskCanceled</code>. Otherwise, it should ignore the cancellation request.
812
+ * </p>
813
+ *
814
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
815
+ * <li><code>taskToken</code> - <code>string</code> - Required - The <code>taskToken</code> of the <code>ActivityTask</code>. <p class="important">The <code>taskToken</code> is generated by the service and should be treated as an opaque value. If the task is passed to another process, its <code>taskToken</code> must also be passed. This enables it to provide its progress and respond with results.</p></li>
816
+ * <li><code>details</code> - <code>string</code> - Optional - If specified, contains details about the progress of the task.</li>
817
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
818
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
819
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
820
+ */
821
+ public function record_activity_task_heartbeat($opt = null)
822
+ {
823
+ if (!$opt) $opt = array();
824
+
825
+ $opt = json_encode($opt);
826
+ return $this->authenticate('RecordActivityTaskHeartbeat', $opt);
827
+ }
828
+
829
+ /**
830
+ * Registers a new <em>activity type</em> along with its configuration settings in the specified
831
+ * domain.
832
+ *
833
+ * <p class="important">
834
+ * A <code>TypeAlreadyExists</code> fault is returned if the type already exists in the domain.
835
+ * You cannot change any configuration settings of the type after its registration, and it must be
836
+ * registered as a new version.
837
+ * </p>
838
+ *
839
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
840
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain in which this activity is to be registered.</li>
841
+ * <li><code>name</code> - <code>string</code> - Required - The name of the activity type within the domain. The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".</li>
842
+ * <li><code>version</code> - <code>string</code> - Required - The version of the activity type. <p class="note">The activity type consists of the name and version, the combination of which must be unique within the domain.</p> The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".</li>
843
+ * <li><code>description</code> - <code>string</code> - Optional - A textual description of the activity type.</li>
844
+ * <li><code>defaultTaskStartToCloseTimeout</code> - <code>string</code> - Optional - If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the <code>ScheduleActivityTask</code> <code>Decision</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration.</li>
845
+ * <li><code>defaultTaskHeartbeatTimeout</code> - <code>string</code> - Optional - If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling <code>RecordActivityTaskHeartbeat</code>. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the <code>ScheduleActivityTask</code> <code>Decision</code>. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an <code>UnknownResource</code> fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration.</li>
846
+ * <li><code>defaultTaskList</code> - <code>array</code> - Optional - If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the <code>ScheduleActivityTask</code> <code>Decision</code>. <ul>
847
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
848
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
849
+ * </ul></li>
850
+ * </ul></li>
851
+ * <li><code>defaultTaskScheduleToStartTimeout</code> - <code>string</code> - Optional - If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the <code>ScheduleActivityTask</code> <code>Decision</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration.</li>
852
+ * <li><code>defaultTaskScheduleToCloseTimeout</code> - <code>string</code> - Optional - If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the <code>ScheduleActivityTask</code> <code>Decision</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration.</li>
853
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
854
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
855
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
856
+ */
857
+ public function register_activity_type($opt = null)
858
+ {
859
+ if (!$opt) $opt = array();
860
+
861
+ $opt = json_encode($opt);
862
+ return $this->authenticate('RegisterActivityType', $opt);
863
+ }
864
+
865
+ /**
866
+ * Registers a new domain.
867
+ *
868
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
869
+ * <li><code>name</code> - <code>string</code> - Required - Name of the domain to register. The name must be unique. The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".</li>
870
+ * <li><code>description</code> - <code>string</code> - Optional - Textual description of the domain.</li>
871
+ * <li><code>workflowExecutionRetentionPeriodInDays</code> - <code>string</code> - Required - Specifies the duration-- <strong><em>in days</em></strong> --for which the record (including the history) of workflow executions in this domain should be kept by the service. After the retention period, the workflow execution will not be available in the results of visibility calls. If a duration of <code>NONE</code> is specified, the records for workflow executions in this domain are not retained at all. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration.</li>
872
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
873
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
874
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
875
+ */
876
+ public function register_domain($opt = null)
877
+ {
878
+ if (!$opt) $opt = array();
879
+
880
+ $opt = json_encode($opt);
881
+ return $this->authenticate('RegisterDomain', $opt);
882
+ }
883
+
884
+ /**
885
+ * Registers a new <em>workflow type</em> and its configuration settings in the specified domain.
886
+ *
887
+ * <p class="important">
888
+ * If the type already exists, then a <code>TypeAlreadyExists</code> fault is returned. You cannot
889
+ * change the configuration settings of a workflow type once it is registered and it must be
890
+ * registered as a new version.
891
+ * </p>
892
+ *
893
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
894
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain in which to register the workflow type.</li>
895
+ * <li><code>name</code> - <code>string</code> - Required - The name of the workflow type. The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".</li>
896
+ * <li><code>version</code> - <code>string</code> - Required - The version of the workflow type. <p class="note">The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the <code>ListWorkflowTypes</code> action.</p> The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".</li>
897
+ * <li><code>description</code> - <code>string</code> - Optional - Textual description of the workflow type.</li>
898
+ * <li><code>defaultTaskStartToCloseTimeout</code> - <code>string</code> - Optional - If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the <code>StartWorkflowExecution</code> action or the <code>StartChildWorkflowExecution</code> <code>Decision</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration.</li>
899
+ * <li><code>defaultExecutionStartToCloseTimeout</code> - <code>string</code> - Optional - If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the <code>StartWorkflowExecution</code> Action or <code>StartChildWorkflowExecution</code> <code>Decision</code>. The duration is specified in seconds. The valid values are integers greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of "NONE" for <code>defaultExecutionStartToCloseTimeout</code>; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.</li>
900
+ * <li><code>defaultTaskList</code> - <code>array</code> - Optional - If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the <code>StartWorkflowExecution</code> Action or <code>StartChildWorkflowExecution</code> <code>Decision</code>. <ul>
901
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
902
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
903
+ * </ul></li>
904
+ * </ul></li>
905
+ * <li><code>defaultChildPolicy</code> - <code>string</code> - Optional - If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the <code>TerminateWorkflowExecution</code> action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the <code>StartWorkflowExecution</code> action or the <code>StartChildWorkflowExecution</code> <code>Decision</code>. The supported child policies are:<ul><li> <strong>TERMINATE:</strong> the child executions will be terminated.</li><li> <strong>REQUEST_CANCEL:</strong> a request to cancel will be attempted for each child execution by recording a <code>WorkflowExecutionCancelRequested</code> event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.</li><li> <strong>ABANDON:</strong> no action will be taken. The child executions will continue to run.</li></ul> [Allowed values: <code>TERMINATE</code>, <code>REQUEST_CANCEL</code>, <code>ABANDON</code>]</li>
906
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
907
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
908
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
909
+ */
910
+ public function register_workflow_type($opt = null)
911
+ {
912
+ if (!$opt) $opt = array();
913
+
914
+ $opt = json_encode($opt);
915
+ return $this->authenticate('RegisterWorkflowType', $opt);
916
+ }
917
+
918
+ /**
919
+ * Records a <code>WorkflowExecutionCancelRequested</code> event in the currently running workflow
920
+ * execution identified by the given domain, workflowId, and runId. This logically requests the
921
+ * cancellation of the workflow execution as a whole. It is up to the decider to take appropriate
922
+ * actions when it receives an execution history with this event.
923
+ *
924
+ * <p class="note">
925
+ * If the runId is not specified, the <code>WorkflowExecutionCancelRequested</code> event is
926
+ * recorded in the history of the current open workflow execution with the specified workflowId in
927
+ * the domain.
928
+ * </p>
929
+ * <p class="note">
930
+ * Because this action allows the workflow to properly clean up and gracefully close, it should be
931
+ * used instead of <code>TerminateWorkflowExecution</code> when possible.
932
+ * </p>
933
+ *
934
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
935
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain containing the workflow execution to cancel.</li>
936
+ * <li><code>workflowId</code> - <code>string</code> - Required - The workflowId of the workflow execution to cancel.</li>
937
+ * <li><code>runId</code> - <code>string</code> - Optional - The runId of the workflow execution to cancel.</li>
938
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
939
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
940
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
941
+ */
942
+ public function request_cancel_workflow_execution($opt = null)
943
+ {
944
+ if (!$opt) $opt = array();
945
+
946
+ $opt = json_encode($opt);
947
+ return $this->authenticate('RequestCancelWorkflowExecution', $opt);
948
+ }
949
+
950
+ /**
951
+ * Used by workers to tell the service that the <code>ActivityTask</code> identified by the
952
+ * <code>taskToken</code> was successfully canceled. Additional <code>details</code> can be
953
+ * optionally provided using the <code>details</code> argument.
954
+ *
955
+ * These <code>details</code> (if provided) appear in the <code>ActivityTaskCanceled</code> event
956
+ * added to the workflow history.
957
+ *
958
+ * <p class="important">
959
+ * Only use this operation if the <code>canceled</code> flag of a
960
+ * <code>RecordActivityTaskHeartbeat</code> request returns <code>true</code> and if the activity
961
+ * can be safely undone or abandoned.
962
+ * </p>
963
+ *
964
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
965
+ * <li><code>taskToken</code> - <code>string</code> - Required - The <code>taskToken</code> of the <code>ActivityTask</code>. <p class="important">The <code>taskToken</code> is generated by the service and should be treated as an opaque value. If the task is passed to another process, its <code>taskToken</code> must also be passed. This enables it to provide its progress and respond with results.</p></li>
966
+ * <li><code>details</code> - <code>string</code> - Optional - Optional information about the cancellation.</li>
967
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
968
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
969
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
970
+ */
971
+ public function respond_activity_task_canceled($opt = null)
972
+ {
973
+ if (!$opt) $opt = array();
974
+
975
+ $opt = json_encode($opt);
976
+ return $this->authenticate('RespondActivityTaskCanceled', $opt);
977
+ }
978
+
979
+ /**
980
+ * Used by workers to tell the service that the <code>ActivityTask</code> identified by the
981
+ * <code>taskToken</code> completed successfully with a <code>result</code> (if provided).
982
+ *
983
+ * The <code>result</code> appears in the <code>ActivityTaskCompleted</code> event in the workflow
984
+ * history.
985
+ *
986
+ * <p class="important">
987
+ * If the requested task does not complete successfully, use
988
+ * <code>RespondActivityTaskFailed</code> instead. If the worker finds that the task is canceled
989
+ * through the <code>canceled</code> flag returned by <code>RecordActivityTaskHeartbeat</code>, it
990
+ * should cancel the task, clean up and then call <code>RespondActivityTaskCanceled</code>.
991
+ * </p>
992
+ *
993
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
994
+ * <li><code>taskToken</code> - <code>string</code> - Required - The <code>taskToken</code> of the <code>ActivityTask</code>. <p class="important">The <code>taskToken</code> is generated by the service and should be treated as an opaque value. If the task is passed to another process, its <code>taskToken</code> must also be passed. This enables it to provide its progress and respond with results.</p></li>
995
+ * <li><code>result</code> - <code>string</code> - Optional - The result of the activity task. It is a free form string that is implementation specific.</li>
996
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
997
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
998
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
999
+ */
1000
+ public function respond_activity_task_completed($opt = null)
1001
+ {
1002
+ if (!$opt) $opt = array();
1003
+
1004
+ $opt = json_encode($opt);
1005
+ return $this->authenticate('RespondActivityTaskCompleted', $opt);
1006
+ }
1007
+
1008
+ /**
1009
+ * Used by workers to tell the service that the <code>ActivityTask</code> identified by the
1010
+ * <code>taskToken</code> has failed with <code>reason</code> (if specified).
1011
+ *
1012
+ * The <code>reason</code> and <code>details</code> appear in the <code>ActivityTaskFailed</code>
1013
+ * event added to the workflow history.
1014
+ *
1015
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
1016
+ * <li><code>taskToken</code> - <code>string</code> - Required - The <code>taskToken</code> of the <code>ActivityTask</code>. <p class="important">The <code>taskToken</code> is generated by the service and should be treated as an opaque value. If the task is passed to another process, its <code>taskToken</code> must also be passed. This enables it to provide its progress and respond with results.</p></li>
1017
+ * <li><code>reason</code> - <code>string</code> - Optional - Description of the error that may assist in diagnostics.</li>
1018
+ * <li><code>details</code> - <code>string</code> - Optional - Optional detailed information about the failure.</li>
1019
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
1020
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
1021
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
1022
+ */
1023
+ public function respond_activity_task_failed($opt = null)
1024
+ {
1025
+ if (!$opt) $opt = array();
1026
+
1027
+ $opt = json_encode($opt);
1028
+ return $this->authenticate('RespondActivityTaskFailed', $opt);
1029
+ }
1030
+
1031
+ /**
1032
+ * Used by deciders to tell the service that the <code>DecisionTask</code> identified by the
1033
+ * <code>taskToken</code> has successfully completed. The <code>decisions</code> argument
1034
+ * specifies the list of decisions made while processing the task.
1035
+ *
1036
+ * A <code>DecisionTaskCompleted</code> event is added to the workflow history. The
1037
+ * <code>executionContext</code> specified is attached to the event in the workflow execution
1038
+ * history.
1039
+ *
1040
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
1041
+ * <li><code>taskToken</code> - <code>string</code> - Required - The <code>taskToken</code> from the <code>DecisionTask</code>. <p class="important">The <code>taskToken</code> is generated by the service and should be treated as an opaque value. If the task is passed to another process, its <code>taskToken</code> must also be passed. This enables it to provide its progress and respond with results.</p></li>
1042
+ * <li><code>decisions</code> - <code>array</code> - Optional - The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the <code>Decision</code> structure for details. <ul>
1043
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1044
+ * <li><code>decisionType</code> - <code>string</code> - Required - Specifies the type of the decision. [Allowed values: <code>ScheduleActivityTask</code>, <code>RequestCancelActivityTask</code>, <code>CompleteWorkflowExecution</code>, <code>FailWorkflowExecution</code>, <code>CancelWorkflowExecution</code>, <code>ContinueAsNewWorkflowExecution</code>, <code>RecordMarker</code>, <code>StartTimer</code>, <code>CancelTimer</code>, <code>SignalExternalWorkflowExecution</code>, <code>RequestCancelExternalWorkflowExecution</code>, <code>StartChildWorkflowExecution</code>]</li>
1045
+ * <li><code>scheduleActivityTaskDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>ScheduleActivityTask</code> decision. It is not set for other decision types. <ul>
1046
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1047
+ * <li><code>activityType</code> - <code>array</code> - Required - The type of the activity task to schedule. This field is required. <ul>
1048
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1049
+ * <li><code>name</code> - <code>string</code> - Required - The name of this activity. <p class="note">The combination of activity type name and version must be unique within a domain.</p></li>
1050
+ * <li><code>version</code> - <code>string</code> - Required - The version of this activity. <p class="note">The combination of activity type name and version must be unique with in a domain.</p></li>
1051
+ * </ul></li>
1052
+ * </ul></li>
1053
+ * <li><code>activityId</code> - <code>string</code> - Required - The <code>activityId</code> of the activity task. This field is required. The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".</li>
1054
+ * <li><code>control</code> - <code>string</code> - Optional - Optional data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.</li>
1055
+ * <li><code>input</code> - <code>string</code> - Optional - The input provided to the activity task.</li>
1056
+ * <li><code>scheduleToCloseTimeout</code> - <code>string</code> - Optional - The maximum duration for this activity task. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration. <p class="note">A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.</p></li>
1057
+ * <li><code>taskList</code> - <code>array</code> - Optional - If set, specifies the name of the task list in which to schedule the activity task. If not specified, the <code>defaultTaskList</code> registered with the activity type will be used. <p class="note">A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault will be returned.</p> The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn". <ul>
1058
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1059
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
1060
+ * </ul></li>
1061
+ * </ul></li>
1062
+ * <li><code>scheduleToStartTimeout</code> - <code>string</code> - Optional - If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using <code>RegisterActivityType</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration. <p class="note">A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.</p></li>
1063
+ * <li><code>startToCloseTimeout</code> - <code>string</code> - Optional - If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using <code>RegisterActivityType</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration. <p class="note">A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.</p></li>
1064
+ * <li><code>heartbeatTimeout</code> - <code>string</code> - Optional - If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling <code>RecordActivityTaskHeartbeat</code>. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using <code>RegisterActivityType</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration.</li>
1065
+ * </ul></li>
1066
+ * </ul></li>
1067
+ * <li><code>requestCancelActivityTaskDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>RequestCancelActivityTask</code> decision. It is not set for other decision types. <ul>
1068
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1069
+ * <li><code>activityId</code> - <code>string</code> - Required - The <code>activityId</code> of the activity task to be canceled.</li>
1070
+ * </ul></li>
1071
+ * </ul></li>
1072
+ * <li><code>completeWorkflowExecutionDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>CompleteWorkflowExecution</code> decision. It is not set for other decision types. <ul>
1073
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1074
+ * <li><code>result</code> - <code>string</code> - Optional - The result of the workflow execution. The form of the result is implementation defined.</li>
1075
+ * </ul></li>
1076
+ * </ul></li>
1077
+ * <li><code>failWorkflowExecutionDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>FailWorkflowExecution</code> decision. It is not set for other decision types. <ul>
1078
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1079
+ * <li><code>reason</code> - <code>string</code> - Optional - A descriptive reason for the failure that may help in diagnostics.</li>
1080
+ * <li><code>details</code> - <code>string</code> - Optional - Optional details of the failure.</li>
1081
+ * </ul></li>
1082
+ * </ul></li>
1083
+ * <li><code>cancelWorkflowExecutionDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>CancelWorkflowExecution</code> decision. It is not set for other decision types. <ul>
1084
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1085
+ * <li><code>details</code> - <code>string</code> - Optional - Optional details of the cancellation.</li>
1086
+ * </ul></li>
1087
+ * </ul></li>
1088
+ * <li><code>continueAsNewWorkflowExecutionDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>ContinueAsNewWorkflowExecution</code> decision. It is not set for other decision types. <ul>
1089
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1090
+ * <li><code>input</code> - <code>string</code> - Optional - The input provided to the new workflow execution.</li>
1091
+ * <li><code>executionStartToCloseTimeout</code> - <code>string</code> - Optional - If set, specifies the total duration for this workflow execution. This overrides the <code>defaultExecutionStartToCloseTimeout</code> specified when registering the workflow type. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration. <p class="note">An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.</p></li>
1092
+ * <li><code>taskList</code> - <code>array</code> - Optional - Represents a task list. <ul>
1093
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1094
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
1095
+ * </ul></li>
1096
+ * </ul></li>
1097
+ * <li><code>taskStartToCloseTimeout</code> - <code>string</code> - Optional - Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the <code>defaultTaskStartToCloseTimout</code> specified when registering the workflow type using <code>RegisterWorkflowType</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration. <p class="note">A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.</p></li>
1098
+ * <li><code>childPolicy</code> - <code>string</code> - Optional - If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the <code>TerminateWorkflowExecution</code> action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using <code>RegisterWorkflowType</code>. The supported child policies are:<ul><li> <strong>TERMINATE:</strong> the child executions will be terminated.</li><li> <strong>REQUEST_CANCEL:</strong> a request to cancel will be attempted for each child execution by recording a <code>WorkflowExecutionCancelRequested</code> event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.</li><li> <strong>ABANDON:</strong> no action will be taken. The child executions will continue to run.</li></ul> <p class="note">A child policy for the new workflow execution must be specified either as a default registered for its workflow type or through this field. If neither this field is set nor a default child policy was specified at registration time then a fault will be returned.</p> [Allowed values: <code>TERMINATE</code>, <code>REQUEST_CANCEL</code>, <code>ABANDON</code>]</li>
1099
+ * <li><code>tagList</code> - <code>string|array</code> - Optional - The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling <code>ListOpenWorkflowExecutions</code> or <code>ListClosedWorkflowExecutions</code> and specifying a <code>TagFilter</code>. Pass a string for a single value, or an indexed array for multiple values.</li>
1100
+ * <li><code>workflowTypeVersion</code> - <code>string</code> - Optional - </li>
1101
+ * </ul></li>
1102
+ * </ul></li>
1103
+ * <li><code>recordMarkerDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>RecordMarker</code> decision. It is not set for other decision types. <ul>
1104
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1105
+ * <li><code>markerName</code> - <code>string</code> - Required - The name of the marker. This filed is required.</li>
1106
+ * <li><code>details</code> - <code>string</code> - Optional - Optional details of the marker.</li>
1107
+ * </ul></li>
1108
+ * </ul></li>
1109
+ * <li><code>startTimerDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>StartTimer</code> decision. It is not set for other decision types. <ul>
1110
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1111
+ * <li><code>timerId</code> - <code>string</code> - Required - The unique Id of the timer. This field is required. The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".</li>
1112
+ * <li><code>control</code> - <code>string</code> - Optional - Optional data attached to the event that can be used by the decider in subsequent workflow tasks.</li>
1113
+ * <li><code>startToFireTimeout</code> - <code>string</code> - Required - The duration to wait before firing the timer. This field is required. The duration is specified in seconds. The valid values are integers greater than or equal to 0.</li>
1114
+ * </ul></li>
1115
+ * </ul></li>
1116
+ * <li><code>cancelTimerDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>CancelTimer</code> decision. It is not set for other decision types. <ul>
1117
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1118
+ * <li><code>timerId</code> - <code>string</code> - Required - The unique Id of the timer to cancel. This field is required.</li>
1119
+ * </ul></li>
1120
+ * </ul></li>
1121
+ * <li><code>signalExternalWorkflowExecutionDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>SignalExternalWorkflowExecution</code> decision. It is not set for other decision types. <ul>
1122
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1123
+ * <li><code>workflowId</code> - <code>string</code> - Required - The <code>workflowId</code> of the workflow execution to be signaled. This field is required.</li>
1124
+ * <li><code>runId</code> - <code>string</code> - Optional - The <code>runId</code> of the workflow execution to be signaled.</li>
1125
+ * <li><code>signalName</code> - <code>string</code> - Required - The name of the signal.The target workflow execution will use the signal name and input to process the signal. This field is required.</li>
1126
+ * <li><code>input</code> - <code>string</code> - Optional - Optional input to be provided with the signal.The target workflow execution will use the signal name and input to process the signal.</li>
1127
+ * <li><code>control</code> - <code>string</code> - Optional - Optional data attached to the event that can be used by the decider in subsequent decision tasks.</li>
1128
+ * </ul></li>
1129
+ * </ul></li>
1130
+ * <li><code>requestCancelExternalWorkflowExecutionDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>RequestCancelExternalWorkflowExecution</code> decision. It is not set for other decision types. <ul>
1131
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1132
+ * <li><code>workflowId</code> - <code>string</code> - Required - The <code>workflowId</code> of the external workflow execution to cancel. This field is required.</li>
1133
+ * <li><code>runId</code> - <code>string</code> - Optional - The <code>runId</code> of the external workflow execution to cancel.</li>
1134
+ * <li><code>control</code> - <code>string</code> - Optional - Optional data attached to the event that can be used by the decider in subsequent workflow tasks.</li>
1135
+ * </ul></li>
1136
+ * </ul></li>
1137
+ * <li><code>startChildWorkflowExecutionDecisionAttributes</code> - <code>array</code> - Optional - Provides details of the <code>StartChildWorkflowExecution</code> decision. It is not set for other decision types. <ul>
1138
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1139
+ * <li><code>workflowType</code> - <code>array</code> - Required - The type of the workflow execution to be started. This field is required. <ul>
1140
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1141
+ * <li><code>name</code> - <code>string</code> - Required - The name of the workflow type. This field is required. <p class="note">The combination of workflow type name and version must be unique with in a domain.</p></li>
1142
+ * <li><code>version</code> - <code>string</code> - Required - The version of the workflow type. This field is required. <p class="note">The combination of workflow type name and version must be unique with in a domain.</p></li>
1143
+ * </ul></li>
1144
+ * </ul></li>
1145
+ * <li><code>workflowId</code> - <code>string</code> - Required - The <code>workflowId</code> of the workflow execution. This field is required. The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".</li>
1146
+ * <li><code>control</code> - <code>string</code> - Optional - Optional data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.</li>
1147
+ * <li><code>input</code> - <code>string</code> - Optional - The input to be provided to the workflow execution.</li>
1148
+ * <li><code>executionStartToCloseTimeout</code> - <code>string</code> - Optional - The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration. <p class="note">An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.</p></li>
1149
+ * <li><code>taskList</code> - <code>array</code> - Optional - The name of the task list to be used for decision tasks of the child workflow execution. <p class="note">A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned.</p> The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn". <ul>
1150
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1151
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
1152
+ * </ul></li>
1153
+ * </ul></li>
1154
+ * <li><code>taskStartToCloseTimeout</code> - <code>string</code> - Optional - Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the <code>defaultTaskStartToCloseTimout</code> specified when registering the workflow type using <code>RegisterWorkflowType</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration. <p class="note">A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.</p></li>
1155
+ * <li><code>childPolicy</code> - <code>string</code> - Optional - If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the <code>TerminateWorkflowExecution</code> action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using <code>RegisterWorkflowType</code>. The supported child policies are:<ul><li> <strong>TERMINATE:</strong> the child executions will be terminated.</li><li> <strong>REQUEST_CANCEL:</strong> a request to cancel will be attempted for each child execution by recording a <code>WorkflowExecutionCancelRequested</code> event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.</li><li> <strong>ABANDON:</strong> no action will be taken. The child executions will continue to run.</li></ul> <p class="note">A child policy for the workflow execution being started must be specified either as a default registered for its workflow type or through this field. If neither this field is set nor a default child policy was specified at registration time then a fault will be returned.</p> [Allowed values: <code>TERMINATE</code>, <code>REQUEST_CANCEL</code>, <code>ABANDON</code>]</li>
1156
+ * <li><code>tagList</code> - <code>string|array</code> - Optional - The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling <code>ListOpenWorkflowExecutions</code> or <code>ListClosedWorkflowExecutions</code> and specifying a <code>TagFilter</code>. Pass a string for a single value, or an indexed array for multiple values.</li>
1157
+ * </ul></li>
1158
+ * </ul></li>
1159
+ * </ul></li>
1160
+ * </ul></li>
1161
+ * <li><code>executionContext</code> - <code>string</code> - Optional - User defined context to add to workflow execution.</li>
1162
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
1163
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
1164
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
1165
+ */
1166
+ public function respond_decision_task_completed($opt = null)
1167
+ {
1168
+ if (!$opt) $opt = array();
1169
+
1170
+ $opt = json_encode($opt);
1171
+ return $this->authenticate('RespondDecisionTaskCompleted', $opt);
1172
+ }
1173
+
1174
+ /**
1175
+ * Records a <code>WorkflowExecutionSignaled</code> event in the workflow execution history and
1176
+ * creates a decision task for the workflow execution identified by the given domain, workflowId
1177
+ * and runId. The event is recorded with the specified user defined signalName and input (if
1178
+ * provided).
1179
+ *
1180
+ * <p class="note">
1181
+ * If a runId is not specified, then the <code>WorkflowExecutionSignaled</code> event is recorded
1182
+ * in the history of the current open workflow with the matching workflowId in the domain.
1183
+ * </p>
1184
+ * <p class="note">
1185
+ * If the specified workflow execution is not open, this method fails with
1186
+ * <code>UnknownResource</code>.
1187
+ * </p>
1188
+ *
1189
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
1190
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain containing the workflow execution to signal.</li>
1191
+ * <li><code>workflowId</code> - <code>string</code> - Required - The workflowId of the workflow execution to signal.</li>
1192
+ * <li><code>runId</code> - <code>string</code> - Optional - The runId of the workflow execution to signal.</li>
1193
+ * <li><code>signalName</code> - <code>string</code> - Required - The name of the signal. This name must be meaningful to the target workflow.</li>
1194
+ * <li><code>input</code> - <code>string</code> - Optional - Data to attach to the <code>WorkflowExecutionSignaled</code> event in the target workflow execution's history.</li>
1195
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
1196
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
1197
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
1198
+ */
1199
+ public function signal_workflow_execution($opt = null)
1200
+ {
1201
+ if (!$opt) $opt = array();
1202
+
1203
+ $opt = json_encode($opt);
1204
+ return $this->authenticate('SignalWorkflowExecution', $opt);
1205
+ }
1206
+
1207
+ /**
1208
+ * Starts an execution of the workflow type in the specified domain using the provided
1209
+ * <code>workflowId</code> and input data.
1210
+ *
1211
+ * This action returns the newly started workflow execution.
1212
+ *
1213
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
1214
+ * <li><code>domain</code> - <code>string</code> - Required - The name of the domain in which the workflow execution is created.</li>
1215
+ * <li><code>workflowId</code> - <code>string</code> - Required - The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a <em>restart</em> of a previous execution. You cannot have two open workflow executions with the same <code>workflowId</code> at the same time. The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn".</li>
1216
+ * <li><code>workflowType</code> - <code>array</code> - Required - The type of the workflow to start. <ul>
1217
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1218
+ * <li><code>name</code> - <code>string</code> - Required - The name of the workflow type. This field is required. <p class="note">The combination of workflow type name and version must be unique with in a domain.</p></li>
1219
+ * <li><code>version</code> - <code>string</code> - Required - The version of the workflow type. This field is required. <p class="note">The combination of workflow type name and version must be unique with in a domain.</p></li>
1220
+ * </ul></li>
1221
+ * </ul></li>
1222
+ * <li><code>taskList</code> - <code>array</code> - Optional - The task list to use for the decision tasks generated for this workflow execution. This overrides the <code>defaultTaskList</code> specified when registering the workflow type. <p class="note">A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned.</p> The specified string must not start or end with whitespace. It must not contain a <code>:</code> (colon), <code>/</code> (slash), <code>|</code> (vertical bar), or any control characters (\u0000-\u001f | \u007f - \u009f). Also, it must not contain the literal string "arn". <ul>
1223
+ * <li><code>x</code> - <code>array</code> - Optional - This represents a simple array index. <ul>
1224
+ * <li><code>name</code> - <code>string</code> - Required - The name of the task list.</li>
1225
+ * </ul></li>
1226
+ * </ul></li>
1227
+ * <li><code>input</code> - <code>string</code> - Optional - The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This <code>input</code> is made available to the new workflow execution in the <code>WorkflowExecutionStarted</code> history event.</li>
1228
+ * <li><code>executionStartToCloseTimeout</code> - <code>string</code> - Optional - The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds. The valid values are integers greater than or equal to 0. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of "NONE" for this timeout; there is a one-year max limit on the time that a workflow execution can run. <p class="note">An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is returned.</p></li>
1229
+ * <li><code>tagList</code> - <code>string|array</code> - Optional - The list of tags to associate with the workflow execution. You can specify a maximum of 5 tags. You can list workflow executions with a specific tag by calling <code>ListOpenWorkflowExecutions</code> or <code>ListClosedWorkflowExecutions</code> and specifying a <code>TagFilter</code>. Pass a string for a single value, or an indexed array for multiple values.</li>
1230
+ * <li><code>taskStartToCloseTimeout</code> - <code>string</code> - Optional - Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the <code>defaultTaskStartToCloseTimout</code> specified when registering the workflow type using <code>RegisterWorkflowType</code>. The valid values are integers greater than or equal to <code>0</code>. An integer value can be used to specify the duration in seconds while <code>NONE</code> can be used to specify unlimited duration. <p class="note">A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.</p></li>
1231
+ * <li><code>childPolicy</code> - <code>string</code> - Optional - If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the <code>TerminateWorkflowExecution</code> action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using <code>RegisterWorkflowType</code>. The supported child policies are:<ul><li> <strong>TERMINATE:</strong> the child executions will be terminated.</li><li> <strong>REQUEST_CANCEL:</strong> a request to cancel will be attempted for each child execution by recording a <code>WorkflowExecutionCancelRequested</code> event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.</li><li> <strong>ABANDON:</strong> no action will be taken. The child executions will continue to run.</li></ul> <p class="note">A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.</p> [Allowed values: <code>TERMINATE</code>, <code>REQUEST_CANCEL</code>, <code>ABANDON</code>]</li>
1232
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
1233
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
1234
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
1235
+ */
1236
+ public function start_workflow_execution($opt = null)
1237
+ {
1238
+ if (!$opt) $opt = array();
1239
+
1240
+ // List (non-map)
1241
+ if (isset($opt['tagList']))
1242
+ {
1243
+ $opt['tagList'] = (is_array($opt['tagList']) ? $opt['tagList'] : array($opt['tagList']));
1244
+ }
1245
+
1246
+ $opt = json_encode($opt);
1247
+ return $this->authenticate('StartWorkflowExecution', $opt);
1248
+ }
1249
+
1250
+ /**
1251
+ * Records a <code>WorkflowExecutionTerminated</code> event and forces closure of the workflow
1252
+ * execution identified by the given domain, runId, and workflowId. The child policy, registered
1253
+ * with the workflow type or specified when starting this execution, is applied to any open child
1254
+ * workflow executions of this workflow execution.
1255
+ *
1256
+ * <p class="important">
1257
+ * If the identified workflow execution was in progress, it is terminated immediately.
1258
+ * </p>
1259
+ * <p class="note">
1260
+ * If a runId is not specified, then the <code>WorkflowExecutionTerminated</code> event is
1261
+ * recorded in the history of the current open workflow with the matching workflowId in the
1262
+ * domain.
1263
+ * </p>
1264
+ * <p class="note">
1265
+ * You should consider using <code>RequestCancelWorkflowExecution</code> action instead because it
1266
+ * allows the workflow to gracefully close while <code>TerminateWorkflowExecution</code> does not.
1267
+ * </p>
1268
+ *
1269
+ * @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
1270
+ * <li><code>domain</code> - <code>string</code> - Required - The domain of the workflow execution to terminate.</li>
1271
+ * <li><code>workflowId</code> - <code>string</code> - Required - The workflowId of the workflow execution to terminate.</li>
1272
+ * <li><code>runId</code> - <code>string</code> - Optional - The runId of the workflow execution to terminate.</li>
1273
+ * <li><code>reason</code> - <code>string</code> - Optional - An optional descriptive reason for terminating the workflow execution.</li>
1274
+ * <li><code>details</code> - <code>string</code> - Optional - Optional details for terminating the workflow execution.</li>
1275
+ * <li><code>childPolicy</code> - <code>string</code> - Optional - If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the execution. The supported child policies are:<ul><li> <strong>TERMINATE:</strong> the child executions will be terminated.</li><li> <strong>REQUEST_CANCEL:</strong> a request to cancel will be attempted for each child execution by recording a <code>WorkflowExecutionCancelRequested</code> event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.</li><li> <strong>ABANDON:</strong> no action will be taken. The child executions will continue to run.</li></ul> <p class="note">A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time, a fault will be returned.</p> [Allowed values: <code>TERMINATE</code>, <code>REQUEST_CANCEL</code>, <code>ABANDON</code>]</li>
1276
+ * <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
1277
+ * <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
1278
+ * @return CFResponse A <CFResponse> object containing a parsed HTTP response.
1279
+ */
1280
+ public function terminate_workflow_execution($opt = null)
1281
+ {
1282
+ if (!$opt) $opt = array();
1283
+
1284
+ $opt = json_encode($opt);
1285
+ return $this->authenticate('TerminateWorkflowExecution', $opt);
1286
+ }
1287
+ }
1288
+
1289
+
1290
+ /*%******************************************************************************************%*/
1291
+ // EXCEPTIONS
1292
+
1293
+ class SWF_Exception extends Exception {}
pages/func_backwpupeditjob.php CHANGED
@@ -362,7 +362,7 @@ function backwpup_jobedit_metabox_destdropbox($jobvalue) {
362
  <?PHP _e('Max. backup files in Dropbox folder:','backwpup'); ?><input name="dropemaxbackups" type="text" size="3" value="<?PHP echo $jobvalue['dropemaxbackups'];?>" class="small-text" /><span class="description"><?PHP _e('(Oldest files will be deleted first.)','backwpup');?></span><br />
363
  </div>
364
  <div class="destlinks">
365
- <a name="dropbox" href="http://db.tt/vM8QBqgN" target="_blank"><?PHP _e('Create Account','backwpup'); ?></a><br />
366
  <a href="https://www.dropbox.com/" target="_blank"><?PHP _e('Webinterface','backwpup'); ?></a><br />
367
  </div>
368
  <br class="clear" />
362
  <?PHP _e('Max. backup files in Dropbox folder:','backwpup'); ?><input name="dropemaxbackups" type="text" size="3" value="<?PHP echo $jobvalue['dropemaxbackups'];?>" class="small-text" /><span class="description"><?PHP _e('(Oldest files will be deleted first.)','backwpup');?></span><br />
363
  </div>
364
  <div class="destlinks">
365
+ <a name="dropbox" href="http://db.tt/8irM1vQ0" target="_blank"><?PHP _e('Create Account','backwpup'); ?></a><br />
366
  <a href="https://www.dropbox.com/" target="_blank"><?PHP _e('Webinterface','backwpup'); ?></a><br />
367
  </div>
368
  <br class="clear" />
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === BackWPup ===
2
  Contributors: danielhuesken
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q3QSVRSFXBLSE
4
- Tags: backup, admin, file, Database, mysql, Cron, ftp, S3, export, xml, multisite, Rackspace, Cloud, Azure, DropBox, SugarSync, Google, Storage
5
- Requires at least: 3.1
6
- Tested up to: 3.3
7
- Stable tag: 2.1.9
8
 
9
  WordPress Backup and more...
10
 
@@ -24,7 +24,7 @@ Do backups and more for your WordPress Blog.
24
  * Store backup to Google Storage
25
  * Store backup to Microsoft Azure (Blob)
26
  * Store backup to RackSpaceCloud
27
- * Store backup to DropBox
28
  * Store backup to SugarSync
29
  * Send Log/Backup by Email
30
  * Multisite Support only as Network Admin
@@ -41,9 +41,15 @@ Do backups and more for your WordPress Blog.
41
  3. Activate the Plugin through the 'Plugins' menu in WordPress
42
 
43
  == Frequently Asked Questions ==
 
44
  * FAQ: http://backwpup.com/faq
45
  * Manual: http://backwpup.com/manual
46
- * Support: http://backwpup.com/forum
 
 
 
 
 
47
 
48
  == Screenshots ==
49
  1. Job Page
@@ -52,6 +58,13 @@ Do backups and more for your WordPress Blog.
52
  4. Backups Manage Page
53
 
54
  == Changelog ==
 
 
 
 
 
 
 
55
  = 2.1.9 =
56
  * bypass Google Analytics by Yoast oauth
57
  * improved working displaying
1
  === BackWPup ===
2
  Contributors: danielhuesken
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q3QSVRSFXBLSE
4
+ Tags: backup, database, file, ftp, xml, time, upload, multisite, cloud, dropbox, storage, amazon
5
+ Requires at least: 3.2
6
+ Tested up to: 3.3.2
7
+ Stable tag: 2.1.10
8
 
9
  WordPress Backup and more...
10
 
24
  * Store backup to Google Storage
25
  * Store backup to Microsoft Azure (Blob)
26
  * Store backup to RackSpaceCloud
27
+ * Store backup to Dropbox
28
  * Store backup to SugarSync
29
  * Send Log/Backup by Email
30
  * Multisite Support only as Network Admin
41
  3. Activate the Plugin through the 'Plugins' menu in WordPress
42
 
43
  == Frequently Asked Questions ==
44
+ = EN =
45
  * FAQ: http://backwpup.com/faq
46
  * Manual: http://backwpup.com/manual
47
+ * Support: http://backwpup.com/forums
48
+
49
+ = DE =
50
+ * FAQ: http://backwpup.de/faq
51
+ * Manual: http://backwpup.de/manual
52
+ * Support: http://backwpup.de/forums
53
 
54
  == Screenshots ==
55
  1. Job Page
58
  4. Backups Manage Page
59
 
60
  == Changelog ==
61
+ = 2.1.10 =
62
+ * typo fix
63
+ * add robots noindex,nofollow in log header
64
+ * trigger job start errors
65
+ * Updated AWS lib to 1.5.3
66
+ * added support for help functions
67
+
68
  = 2.1.9 =
69
  * bypass Google Analytics by Yoast oauth
70
  * improved working displaying