Plugin Directory

Changeset 512414


Ignore:
Timestamp:
02/29/2012 04:10:59 PM (14 years ago)
Author:
merty
Message:

Performance has been improved and several bugs have been fixed. Also, if the Safe Mode is disabled, operations will not be interrupted by the maximum execution time error anymore.

Location:
wordpress-move/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wordpress-move/trunk/docs/index.html

    r493292 r512414  
    5454    <p>Backup Manager is the place to organize the backup files either created by the plugin on the same server, or uploaded by the server you are migrating from. If this is the server you want to migrate from, you can delete backup files after the Migration Assistant completes uploading them to the remote server. If you do not want to delete them, you can Archive them which basically means moving them to a sub-directory called <code>old</code>. You can always Unarchive the files you Archived using the Backup Manager. Files listed under Current Backups are the files that will be used by the Complete Migration mode so you can either delete or achive the files you do not want Complete Migration to use. Files listed under the Old Backups section are not used for anything so you can safely Archive the backup files you do not want to use but also do not want to delete.</p>
    5555    <p>Since version 1.3, there is also Converted Database Backups section where which lists the database backup files that can be used outside the WordPress Move. As you might have noticed, database backups generated by WordPress Move have a different structure than normal database backup files which is the reason why you cannot use them outside the WordPress Move. To use database backup file outside the WordPress Move, simply find it in either Current Backups or Old Backups section, select the checkbox on the left, select the Convert option from the dropdown and click the Apply button. This will convert the files you have selected into generic SQL files that you can use outside the plugin. This feature is particularly useful if the plugin fails to migrate your installation properly or if you need to use the database backup file outside the plugin.</p>
     56    <p>If you wish to download a backup file, you can click on its name. That way, if the plugin fails send your files to the server on the receiving end, you can easily download your backup files and upload them to the <code>/wp-content/plugins/wordpress-move/backup/</code> directory on your new server. Once you finish uploading them, you can use the Restore method to finalize the migration operation.</p>
    5657    <h2 id="faq">Frequently Asked Questions</h2>
    5758    <ol>
     59        <li><strong>I am getting the "Could not activate the plugin because it generated a fatal error." error when I try to activate the plugin. Why?</strong>
     60        <br>WordPress Move needs php_sockets extension to be enabled, in order to work properly. If you are getting this error message, please enable php_sockets extension and restart your web server. Once you successfully enable the extension, you will be able to activate the plugin.</li>
    5861        <li><strong>Do I need to install WordPress and WordPress Move on the new server as well, if I want to use WordPress Move for migration purposes?</strong>
    5962        <br>Yes you do.</li>
  • wordpress-move/trunk/lang/wpmove.pot

    r493292 r512414  
    33"Project-Id-Version: WPMove\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2012-01-21 19:57+0200\n"
    6 "PO-Revision-Date: 2012-01-21 19:57+0200\n"
     5"POT-Creation-Date: 2012-02-29 17:49+0200\n"
     6"PO-Revision-Date: 2012-02-29 17:49+0200\n"
    77"Last-Translator: Mert Yazicioglu <[email protected]>\n"
    88"Language-Team: \n"
     
    1414"X-Poedit-SearchPath-0: C:\\xampp\\htdocs\\wp\\wp-content\\plugins\\wordpress-move\n"
    1515
    16 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:131
    17 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:955
     16#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:135
     17#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:959
    1818msgid "Change Domain Name"
    1919msgstr ""
    2020
    21 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:132
     21#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:136
    2222msgid "Migrate"
    2323msgstr ""
    2424
    25 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:133
     25#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:137
    2626msgid "Restore"
    2727msgstr ""
    2828
    29 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:134
     29#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:138
    3030msgid "FTP Settings"
    3131msgstr ""
    3232
    33 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:135
     33#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:139
    3434msgid "Change Domain Name (Optional)"
    3535msgstr ""
    3636
    37 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:136
     37#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:140
    3838msgid "Files to Transfer"
    3939msgstr ""
    4040
    41 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:170
     41#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:174
    4242msgid "FTP Connection Details"
    4343msgstr ""
    4444
    45 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:171
     45#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:175
    4646msgid "Database Backup Settings"
    4747msgstr ""
    4848
    49 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:172
     49#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:176
    5050msgid "File Backup Settings"
    5151msgstr ""
    5252
    53 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:254
     53#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:258
    5454msgid "Settings saved."
    5555msgstr ""
    5656
    57 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:260
     57#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:264
    5858msgid "Please fill in FTP Connection Details in order to start the migration process."
    5959msgstr ""
    6060
    61 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:267
     61#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:271
    6262msgid "WordPress Move Settings"
    6363msgstr ""
    6464
    65 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:269
     65#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:273
    6666msgid "Please configure the plugin using the settings below before starting to use the Migration Assistant under the Tools menu. If connecting to the remote server fails, please toggle the Passive Mode setting and try again."
    6767msgstr ""
    6868
    69 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:310
     69#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:314
    7070msgid "These are the FTP connection details of your new server."
    7171msgstr ""
    7272
    73 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:316
     73#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:320
    7474msgid "Hostname"
    7575msgstr ""
    7676
    77 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:319
     77#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:323
    7878msgid "The hostname you use to establish an FTP connection to the remote server. Might be an IP address or a domain name."
    7979msgstr ""
    8080
    81 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:324
     81#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:328
    8282msgid "Port"
    8383msgstr ""
    8484
    85 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:327
     85#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:331
    8686msgid "If you do not know what to write, it is most probably 21."
    8787msgstr ""
    8888
    89 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:332
     89#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:336
    9090msgid "Username"
    9191msgstr ""
    9292
    93 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:335
     93#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:339
    9494msgid "The username you use to establish an FTP connection to the remote server."
    9595msgstr ""
    9696
    97 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:340
     97#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:344
    9898msgid "Password"
    9999msgstr ""
    100100
    101 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:343
     101#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:347
    102102msgid "You will be asked to enter your FTP Password you use to establish an FTP connection to the remote server, right before starting the migration process."
    103103msgstr ""
    104104
    105 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:348
     105#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:352
    106106msgid "Remote Backup Path"
    107107msgstr ""
    108108
    109 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:351
     109#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:355
    110110msgid "Path from the top directory that your FTP account has access to, to the backup directory of the WordPress Move plugin on the remote server. For instance:"
    111111msgstr ""
    112112
    113 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:356
     113#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:360
    114114msgid "Use Passive Mode"
    115115msgstr ""
    116116
    117 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:361
     117#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:365
    118118msgid "Yes"
    119119msgstr ""
    120120
    121 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:366
     121#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:370
    122122msgid "No"
    123123msgstr ""
    124124
    125 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:386
     125#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:390
    126126msgid "The size of each chunk of your database backup. Actual sizes of chunks may exceed this size limit. 0 means unlimited."
    127127msgstr ""
    128128
    129 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:392
    130 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:420
     129#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:396
     130#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:424
    131131msgid "Chunk Size"
    132132msgstr ""
    133133
    134 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:414
     134#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:418
    135135msgid "The size of files to compress per filesystem backup chunk. Sizes of chunks will be less than or equal to this size limit, depending on the compression ratio. 0 means unlimited."
    136136msgstr ""
    137137
    138 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:458
    139 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:783
    140 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:867
    141 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1825
     138#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:462
     139#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:787
     140#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:871
     141#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1811
    142142msgid "Migration Assistant"
    143143msgstr ""
    144144
    145 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:460
     145#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:464
    146146msgid "Please make sure you read the documentation carefully, before selecting an action to proceed..."
    147147msgstr ""
    148148
    149 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:503
     149#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:507
    150150msgid "If you wish to do the following..."
    151151msgstr ""
    152152
    153 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:506
     153#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:510
    154154msgid "Just change the domain name this installation uses."
    155155msgstr ""
    156156
    157 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:509
    158 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:553
    159 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:594
     157#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:513
     158#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:557
     159#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:598
    160160msgid "Do not forget that..."
    161161msgstr ""
    162162
    163 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:512
     163#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:516
    164164msgid "Your files and database will not be transferred to another server."
    165165msgstr ""
    166166
    167 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:513
     167#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:517
    168168msgid "Only instances of your old domain name in the database will be replaced."
    169169msgstr ""
    170170
    171 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:514
     171#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:518
    172172msgid "You need to manually configure your server and new domain name to use it on this server."
    173173msgstr ""
    174174
    175 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:515
     175#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:519
    176176msgid "A backup of your database will be made available under the backup directory."
    177177msgstr ""
    178178
    179 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:516
     179#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:520
    180180msgid "Creating a manual backup of your database is still highly encouraged."
    181181msgstr ""
    182182
    183 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:521
    184 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:563
    185 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:602
     183#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:525
     184#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:567
     185#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:606
    186186msgid "Begin"
    187187msgstr ""
    188188
    189 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:539
    190 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:581
     189#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:543
     190#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:585
    191191msgid "If you wish to do one or more of the following..."
    192192msgstr ""
    193193
    194 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:542
     194#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:546
    195195msgid "Transfer your database to another server.\t"
    196196msgstr ""
    197197
    198 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:543
     198#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:547
    199199msgid "Transfer some/all of your files to another server."
    200200msgstr ""
    201201
    202 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:544
     202#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:548
    203203msgid "Use a different domain name on the target server."
    204204msgstr ""
    205205
    206 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:547
     206#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:551
     207#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:592
     208msgid "Make sure that..."
     209msgstr ""
     210
     211#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:554
     212msgid "WordPress and WordPress Move are installed on the target server."
     213msgstr ""
     214
     215#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:560
     216msgid "This installation will stay as-is after the operation."
     217msgstr ""
     218
     219#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:561
     220msgid "You need to configure the plugin using the WordPress Move page under the Settings menu."
     221msgstr ""
     222
     223#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:562
     224msgid "You need to manually configure your existing domain to use it on the target server."
     225msgstr ""
     226
    207227#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:588
    208 msgid "Make sure that..."
    209 msgstr ""
    210 
    211 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:550
    212 msgid "WordPress and WordPress Move are installed on the target server."
    213 msgstr ""
    214 
    215 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:556
    216 msgid "This installation will stay as-is after the operation."
    217 msgstr ""
    218 
    219 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:557
    220 msgid "You need to configure the plugin using the WordPress Move page under the Settings menu."
    221 msgstr ""
    222 
    223 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:558
    224 msgid "You need to manually configure your existing domain to use it on the target server."
    225 msgstr ""
    226 
    227 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:584
    228228msgid "Complete migrating to this server."
    229229msgstr ""
    230230
    231 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:585
     231#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:589
    232232msgid "Restore backup files listed under the Current Backups section of the Backup Manager."
    233233msgstr ""
    234234
    235 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:591
     235#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:595
    236236msgid "You have backup files to use for this process under the backup directory."
    237237msgstr ""
    238238
    239 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:597
     239#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:601
    240240msgid "Backups will be processed starting from old to new."
    241241msgstr ""
    242242
    243 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:660
    244 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1027
    245 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1041
     243#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:664
     244#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1031
     245#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1045
     246#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1140
     247#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1160
     248msgid "Success!"
     249msgstr ""
     250
     251#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:666
     252msgid "Your domain name has been changed successfully."
     253msgstr ""
     254
     255#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:667
     256#, php-format
     257msgid "<a href=\"%s\">Click here</a> to go to your site using your new domain."
     258msgstr ""
     259
     260#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:680
     261msgid "Failure!"
     262msgstr ""
     263
     264#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:684
     265msgid "An error occured while changing instances of your domain name."
     266msgstr ""
     267
     268#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:704
     269msgid "Changes on your domain has been rolled back automatically."
     270msgstr ""
     271
     272#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:712
     273msgid "Rolling back to the previous state also failed. Please try importing the database backup stored under the backup folder manually."
     274msgstr ""
     275
     276#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:731
     277msgid "Changing Domain Name"
     278msgstr ""
     279
     280#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:733
     281msgid "Please enter exact paths to your WordPress installations on both domains without the trailing slash. After replacing instances of your old domain name in the database with the new one completes, please do not forget to update your nameservers."
     282msgstr ""
     283
     284#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:739
     285#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:927
     286msgid "Old Domain Name"
     287msgstr ""
     288
     289#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:747
     290#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:935
     291msgid "New Domain Name"
     292msgstr ""
     293
     294#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:756
     295msgid "Change"
     296msgstr ""
     297
     298#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:839
     299msgid "Could not create backup files. Please make sure the backup directory is writable. For further info, please refer to the documentation."
     300msgstr ""
     301
     302#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:847
     303msgid "Creating and uploading backups have been completed. You can now go to your new installation and run the migration assistant in Complete Migration mode."
     304msgstr ""
     305
     306#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:856
     307msgid "Please check your FTP connection details on the settings page."
     308msgstr ""
     309
     310#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:873
     311msgid "Please select the files you want to include in the backup from the list below."
     312msgstr ""
     313
     314#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:882
     315msgid "Start Migration"
     316msgstr ""
     317
     318#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:902
     319msgid "If your FTP account uses a password, please enter it below."
     320msgstr ""
     321
     322#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:904
     323msgid "FTP Password:"
     324msgstr ""
     325
     326#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:921
     327msgid "Please enter the exact path to your WordPress installation on your new domain name without the trailing slash and then click Start Migration button to start the migration process."
     328msgstr ""
     329
     330#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:957
     331msgid "Select All"
     332msgstr ""
     333
     334#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:958
     335msgid "Unselect All"
     336msgstr ""
     337
     338#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:978
     339msgid "Loading..."
     340msgstr ""
     341
     342#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1022
     343#, php-format
     344msgid "Connecting to %s:%d..."
     345msgstr ""
     346
     347#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1036
     348#, php-format
     349msgid "Logging in as %s using password..."
     350msgstr ""
     351
     352#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1038
     353#, php-format
     354msgid "Logging in as %s without a password..."
     355msgstr ""
     356
     357#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1045
     358msgid "Starting uploading files..."
     359msgstr ""
     360
     361#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1057
     362#, php-format
     363msgid "%s is being uploaded..."
     364msgstr ""
     365
     366#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1060
     367msgid " Success!"
     368msgstr ""
     369
     370#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1062
     371#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1091
     372msgid " Failed!"
     373msgstr ""
     374
     375#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1070
     376#, php-format
     377msgid "Uploading files is completed with %d error..."
     378msgstr ""
     379
     380#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1072
     381msgid "Uploading files is completed without an error..."
     382msgstr ""
     383
     384#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1077
     385msgid "Closing the FTP connection..."
     386msgstr ""
     387
     388#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1091
     389msgid "Operation terminated..."
     390msgstr ""
     391
     392#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1113
     393#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1193
     394msgid "Completing Migration"
     395msgstr ""
     396
    246397#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1133
    247 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1149
    248 msgid "Success!"
    249 msgstr ""
    250 
    251 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:662
    252 msgid "Your domain name has been changed successfully."
    253 msgstr ""
    254 
    255 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:663
    256 #, php-format
    257 msgid "<a href=\"%s\">Click here</a> to go to your site using your new domain."
    258 msgstr ""
    259 
    260 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:676
    261 msgid "Failure!"
    262 msgstr ""
    263 
    264 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:680
    265 msgid "An error occured while changing instances of your domain name."
    266 msgstr ""
    267 
    268 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:700
    269 msgid "Changes on your domain has been rolled back automatically."
    270 msgstr ""
    271 
    272 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:708
    273 msgid "Rolling back to the previous state also failed. Please try importing the database backup stored under the backup folder manually."
    274 msgstr ""
    275 
    276 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:727
    277 msgid "Changing Domain Name"
    278 msgstr ""
    279 
    280 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:729
    281 msgid "Please enter exact paths to your WordPress installations on both domains without the trailing slash. After replacing instances of your old domain name in the database with the new one completes, please do not forget to update your nameservers."
    282 msgstr ""
    283 
    284 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:735
    285 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:923
    286 msgid "Old Domain Name"
    287 msgstr ""
    288 
    289 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:743
    290 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:931
    291 msgid "New Domain Name"
    292 msgstr ""
    293 
    294 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:752
    295 msgid "Change"
    296 msgstr ""
    297 
    298 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:835
    299 msgid "Could not create backup files. Please make sure the backup directory is writable. For further info, please refer to the documentation."
    300 msgstr ""
    301 
    302 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:843
    303 msgid "Creating and uploading backups have been completed. You can now go to your new installation and run the migration assistant in Complete Migration mode."
    304 msgstr ""
    305 
    306 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:852
    307 msgid "Please check your FTP connection details on the settings page."
    308 msgstr ""
    309 
    310 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:869
    311 msgid "Please select the files you want to include in the backup from the list below."
    312 msgstr ""
    313 
    314 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:878
    315 msgid "Start Migration"
    316 msgstr ""
    317 
    318 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:898
    319 msgid "If your FTP account uses a password, please enter it below."
    320 msgstr ""
    321 
    322 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:900
    323 msgid "FTP Password:"
    324 msgstr ""
    325 
    326 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:917
    327 msgid "Please enter the exact path to your WordPress installation on your new domain name without the trailing slash and then click Start Migration button to start the migration process."
    328 msgstr ""
    329 
    330 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:953
    331 msgid "Select All"
    332 msgstr ""
    333 
    334 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:954
    335 msgid "Unselect All"
    336 msgstr ""
    337 
    338 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:974
    339 msgid "Loading..."
    340 msgstr ""
    341 
    342 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1018
    343 #, php-format
    344 msgid "Connecting to %s:%d..."
    345 msgstr ""
    346 
    347 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1032
    348 #, php-format
    349 msgid "Logging in as %s using password..."
    350 msgstr ""
    351 
    352 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1034
    353 #, php-format
    354 msgid "Logging in as %s without a password..."
    355 msgstr ""
    356 
    357 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1041
    358 msgid "Starting uploading files..."
    359 msgstr ""
    360 
    361 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1053
    362 #, php-format
    363 msgid "%s is being uploaded..."
    364 msgstr ""
    365 
    366 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1056
    367 msgid " Success!"
    368 msgstr ""
    369 
    370 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1058
    371 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1087
    372 msgid " Failed!"
    373 msgstr ""
    374 
    375 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1066
    376 #, php-format
    377 msgid "Uploading files is completed with %d error..."
    378 msgstr ""
    379 
    380 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1068
    381 msgid "Uploading files is completed without an error..."
    382 msgstr ""
    383 
    384 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1073
    385 msgid "Closing the FTP connection..."
    386 msgstr ""
    387 
    388 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1087
    389 msgid "Operation terminated..."
    390 msgstr ""
    391 
    392 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1109
    393 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1178
    394 msgid "Completing Migration"
    395 msgstr ""
    396 
    397 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1128
    398 #, php-format
    399 msgid "%s is being imported... "
    400 msgstr ""
    401 
    402 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1136
    403 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1152
     398#, php-format
     399msgid "%s is being imported..."
     400msgstr ""
     401
     402#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1143
     403#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1163
    404404msgid "Failed!"
    405405msgstr ""
    406406
    407 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1144
    408 #, php-format
    409 msgid "%s is being extracted... "
    410 msgstr ""
    411 
    412 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1160
     407#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1145
     408#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1165
     409msgid "Check file permissions..."
     410msgstr ""
     411
     412#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1153
     413#, php-format
     414msgid "%s is being extracted..."
     415msgstr ""
     416
     417#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1175
    413418msgid "Please select files to migrate before proceeding!"
    414419msgstr ""
    415420
    416 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1164
     421#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1179
    417422#, php-format
    418423msgid "Migration has been completed but with %d error."
    419424msgstr ""
    420425
    421 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1166
     426#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1181
    422427msgid "Migration has been completed successfully!"
    423428msgstr ""
    424429
    425 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1192
     430#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1203
    426431msgid "Below are the files stored under the main backup directory. Please select backup files below to proceed."
    427432msgstr ""
    428433
    429 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1202
    430 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1221
    431 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1429
    432 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1448
    433 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1556
    434 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1575
    435 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1681
    436 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1700
    437 msgid "Name"
    438 msgstr ""
    439 
    440 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1205
    441 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1224
    442 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1432
    443 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1451
    444 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1559
    445 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1578
    446 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1684
    447 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1703
    448 msgid "Type"
    449 msgstr ""
    450 
    451 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1208
    452 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1227
    453 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1435
    454 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1454
    455 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1562
    456 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1581
    457 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1687
    458 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1706
    459 msgid "Size"
    460 msgstr ""
    461 
    462 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1211
    463 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1230
    464 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1438
    465 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1457
    466 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1565
    467 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1584
     434#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1213
     435#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1232
     436#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1440
     437#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1459
     438#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1566
     439#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1585
    468440#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1690
    469441#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1709
     442msgid "Name"
     443msgstr ""
     444
     445#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1216
     446#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1235
     447#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1443
     448#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1462
     449#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1569
     450#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1588
     451#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1693
     452#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1712
     453msgid "Type"
     454msgstr ""
     455
     456#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1219
     457#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1238
     458#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1446
     459#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1465
     460#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1572
     461#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1591
     462#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1696
     463#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1715
     464msgid "Size"
     465msgstr ""
     466
     467#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1222
     468#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1241
     469#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1449
     470#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1468
     471#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1575
     472#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1594
     473#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1699
     474#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1718
    470475msgid "Date Created"
    471476msgstr ""
    472477
    473 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1248
    474 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1481
    475 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1608
    476 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1731
     478#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1259
     479#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1490
     480#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1616
     481#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1740
    477482msgid "Database Backup"
    478483msgstr ""
    479484
    480 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1251
    481 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1484
    482 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1611
     485#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1262
     486#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1493
     487#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1619
    483488msgid "Filesystem Backup"
    484489msgstr ""
    485490
    486 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1290
     491#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1303
    487492msgid "Complete Migration"
    488493msgstr ""
    489494
    490 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1295
     495#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1309
    491496msgid "There are no backup files to use to complete the migration. Please start the migration using WordPress Move on the server you want to migrate from."
    492497msgstr ""
    493498
    494 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1375
    495 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1826
     499#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1389
     500#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1812
    496501msgid "Backup Manager"
    497502msgstr ""
    498503
    499 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1375
    500 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1376
     504#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1389
     505#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1390
    501506msgid "Backup Now"
    502507msgstr ""
    503508
    504 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1378
     509#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1392
    505510msgid "You can always create backups of your WordPress installation to use as restoration points. Select one of the methods below to create a quick backup."
    506511msgstr ""
    507512
    508 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1384
     513#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1398
    509514msgid "Create a Database Backup"
    510515msgstr ""
    511516
    512 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1386
     517#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1400
    513518msgid "Create a Full Backup"
    514519msgstr ""
    515520
    516 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1390
     521#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1404
    517522msgid "Current Backups"
    518523msgstr ""
    519524
    520 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1392
     525#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1406
    521526msgid "Below are the files stored under your backup directory. These files will be used if you choose to complete the migration."
    522527msgstr ""
    523528
    524 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1415
     529#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1426
    525530msgid "Archive"
    526531msgstr ""
    527532
    528 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1416
    529 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1543
     533#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1427
     534#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1553
    530535msgid "Convert"
    531536msgstr ""
    532537
    533 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1417
     538#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1428
     539#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1554
     540#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1678
     541msgid "Delete"
     542msgstr ""
     543
     544#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1430
     545#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1556
     546#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1680
     547msgid "Apply"
     548msgstr ""
     549
     550#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1533
     551#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1659
     552msgid "No backup files found."
     553msgstr ""
     554
     555#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1542
     556msgid "Old Backups"
     557msgstr ""
     558
    534559#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1544
    535 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1669
    536 msgid "Delete"
    537 msgstr ""
    538 
    539 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1419
    540 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1546
    541 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1671
    542 msgid "Apply"
    543 msgstr ""
    544 
    545 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1523
    546 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1650
    547 msgid "No backup files found."
    548 msgstr ""
    549 
    550 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1532
    551 msgid "Old Backups"
    552 msgstr ""
    553 
    554 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1534
    555560msgid "Below are the files stored under your old backup directory. These files will not be used while completing the migration unless you unarchive them."
    556561msgstr ""
    557562
    558 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1542
     563#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1552
    559564msgid "Unarchive"
    560565msgstr ""
    561566
    562 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1659
     567#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1668
    563568msgid "Converted Database Backups"
    564569msgstr ""
    565570
    566 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1661
     571#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1670
    567572msgid "Below are the converted database backup files which, unlike the files listed above, can be used outside WordPress Move. You may need the converted versions of your databsae backups if the plugin fails to migrate your installation properly. These files will not be used by the plugin at any stage."
    568573msgstr ""
    569574
    570 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1769
     575#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1779
    571576msgid "No converted database backup files found. You can convert a database backup file using the Convert option from the dropdown lists above."
    572577msgstr ""
    573578
    574 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1829
     579#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1815
    575580msgid "Settings"
    576581msgstr ""
    577582
    578 #: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1829
     583#: C:\xampp\htdocs\wp\wp-content\plugins\wordpress-move/wordpress-move.php:1815
    579584msgid "WordPress Move"
    580585msgstr ""
  • wordpress-move/trunk/libs/functions-file-backup.php

    r426854 r512414  
    44 *
    55 * @author Mert Yazicioglu
    6  * @date 2011-07-19 04:17:00 +03:00
     6 * @date 2012-02-29 17:48:00 +02:00
    77 */
    88
     
    4848   
    4949    $totalUsage = 0;
    50    
    51     foreach ( glob( $directory . "/*" ) as $file )
    52         $totalUsage += calculateTotalUsage( $file );
     50
     51    if ( is_array( $fileList = glob( $directory . "/*" ) ) )
     52        foreach ( $fileList as $file )
     53            $totalUsage += calculateTotalUsage( $file );
    5354   
    5455    return $totalUsage;
     
    6768    $files = array();
    6869
    69     foreach ( glob( $directory . "/*" ) as $file ) {
    70         if ( is_file( $file ) ) {
    71             array_push( $files, $file );
    72         } elseif ( ! $ignore_directories ) {
    73             $skip = FALSE;
    74             foreach ( $ommit as $dir )
    75                 if ( $file == $dir )
    76                     $skip = TRUE;
    77             if ( ! $skip )
    78                 if ( count( @scandir( $file ) ) > 2 )
    79                     $files = array_merge( $files, wpmove_list_all_files( $file, FALSE, $ommit ) );
    80                 else
    81                     array_push( $files, $file );
     70    if ( is_array( $fileList = glob( $directory . "/*" ) ) )
     71        foreach ( $fileList as $file ) {
     72            if ( is_file( $file ) ) {
     73                array_push( $files, $file );
     74            } elseif ( ! $ignore_directories ) {
     75                $skip = FALSE;
     76                foreach ( $ommit as $dir )
     77                    if ( $file == $dir )
     78                        $skip = TRUE;
     79                if ( ! $skip )
     80                    if ( count( @scandir( $file ) ) > 2 )
     81                        $files = array_merge( $files, wpmove_list_all_files( $file, FALSE, $ommit ) );
     82                    else
     83                        array_push( $files, $file );
     84            }
    8285        }
    83     }
    8486
    8587    return $files;
     
    98100    $directories = array();
    99101
    100     foreach ( glob( $directory . "/*" ) as $file ) {
    101         if ( is_file( $file ) ) {
    102             array_push( $files, $file );
    103         } elseif ( ! $ignore_directories ) {
    104             $skip = FALSE;
    105             foreach ( $ommit as $dir )
    106                 if ( $file == $dir )
    107                     $skip = TRUE;
    108             if ( ! $skip ) {
    109                 array_push( $directories, $file );
    110                 array_push( $directories, wpmove_generate_file_tree( $file, FALSE, $ommit ) );
     102    if ( is_array( $fileList = glob( $directory . "/*" ) ) )
     103        foreach ( $fileList as $file ) {
     104            if ( is_file( $file ) ) {
     105                array_push( $files, $file );
     106            } elseif ( ! $ignore_directories ) {
     107                $skip = FALSE;
     108                foreach ( $ommit as $dir )
     109                    if ( $file == $dir )
     110                        $skip = TRUE;
     111                if ( ! $skip ) {
     112                    array_push( $directories, $file );
     113                    array_push( $directories, wpmove_generate_file_tree( $file, FALSE, $ommit ) );
     114                }
    111115            }
    112116        }
    113     }
    114117
    115118    $tree = array_merge( $directories, $files );
     
    121124 * Creates lists of files by dividing files inside a directory into chunks.
    122125 *
    123  * @param   string  $files      Files to divide into chunks
     126 * @param   array   $files      Files to divide into chunks
    124127 * @param   integer $chunk_size Size of chunks in bytes
    125128 * @return  array   $chunk      File lists
     
    150153 * Displays the file tree using the given array of files
    151154 *
    152  * @param   string  $files  Array of files in a tree form
     155 * @param   array   $files  Array of files in a tree form
    153156 * @return  integer $i      Updates counter to make sure every item has a unique ID
    154157 */
  • wordpress-move/trunk/readme.txt

    r493292 r512414  
    22Contributors: merty
    33Donate link: http://www.mertyazicioglu.com
    4 Tags: domain, migrate, migration, move
     4Tags: backup, domain, migrate, migration, move, restore
    55Requires at least: 3.2
    66Tested up to: 3.3.1
    7 Stable tag: 1.3
     7Stable tag: 1.3.1
    88
    9 A migration assistant for WordPress capable of changing the domain name in use and/or migrating your installation to another server.
     9Enables you to back up your installation to restore to at any time, change the domain name in use and migrate your installation to another server.
    1010
    1111== Description ==
     
    2323
    2424== Frequently Asked Questions ==
     25
     26= I am getting the "Could not activate the plugin because it generated a fatal error." error when I try to activate the plugin. Why? =
     27
     28WordPress Move needs php_sockets extension to be enabled, in order to work properly. If you are getting this error message, please enable php_sockets extension and restart your web server. Once you successfully enable the extension, you will be able to activate the plugin.
    2529
    2630= Do I need to install WordPress and WordPress Move on the new server as well, if I want to use WordPress Move for migration purposes? =
     
    5862== Changelog ==
    5963
     64= 1.3.1 =
     65* Fixed several bugs.
     66* Improved the performance of the plugin in complex tasks.
     67* It is now possible to download a backup file by clicking on its name.
     68* If the Safe Mode is disabled, operations will not be interrupted by the maximum execution time error anymore.
     69
    6070= 1.3 =
    6171* Explanation for Change Domain Name is rephrased.
     
    90100== Upgrade Notice ==
    91101
     102= 1.3.1 =
     103Performance has been improved and several bugs have been fixed. Also, if the Safe Mode is disabled, operations will not be interrupted by the maximum execution time error anymore.
     104
    92105= 1.3 =
    93106Simple and Advanced Migration methods are merged and a database backup converter is integrated into the Backup Manager.
  • wordpress-move/trunk/wordpress-move.php

    r493292 r512414  
    44Plugin URI: http://www.mertyazicioglu.com/wordpress-move/
    55Description: WordPress Move is a migration assistant for WordPress that can take care of changing your domain name and/or moving your database and files to another server. After activating the plugin, please navigate to WordPress Move page under the Settings menu to configure it. Then, you can start using the Migration Assistant under the Tools menu.
    6 Version: 1.3
     6Version: 1.3.1
    77Author: Mert Yazicioglu
    88Author URI: http://www.mertyazicioglu.com
     
    3232define( 'WPMOVE_OLD_BACKUP_DIR', WPMOVE_BACKUP_DIR . '/old' );
    3333define( 'WPMOVE_URL', WP_PLUGIN_URL . '/' . basename( dirname( __FILE__ ) ) );
     34define( 'WPMOVE_BACKUP_URL', WPMOVE_URL . '/backup' );
     35define( 'WPMOVE_CONVERTED_BACKUP_URL', WPMOVE_BACKUP_URL . '/converted' );
     36define( 'WPMOVE_OLD_BACKUP_URL', WPMOVE_BACKUP_URL . '/old' );
    3437
    3538// Load functions needed for database and file operations
     
    3740require_once( 'libs/functions-file-backup.php' );
    3841
     42// Some operations may exceed the limit set by max_execution_time
     43set_time_limit(0);
     44
    3945// Load PemFTP's classes if they're not loaded already
    4046if ( ! class_exists( 'ftp_base' ) )
    4147    require_once( ABSPATH . "wp-admin/includes/class-ftp.php" );
    42 if ( ! class_exists( 'ftp' ) )
    43     require_once( ABSPATH . "wp-admin/includes/class-ftp-pure.php" );
    4448
    4549// Create the class only if it doesn't exist
     
    11161120                            $files = array_map( 'sanitize_text_field', $_POST['files'] );
    11171121
    1118                             // Categorize the files listed
    1119                             $backups = $this->categorize_files( $files );
    1120 
    11211122                            // Set the error counter to zero
    11221123                            $errors_occured = 0;
    11231124
    1124                             // Import every single database backup one by one
    1125                             foreach ( $backups['db'] as $file ) {
    1126 
    1127                                 echo '<span class="code">';
    1128                                 printf( __( '%s is being imported... ', 'WPMove' ), basename( $file ) );
    1129 
    1130                                 $this->flush_output();
    1131                                
    1132                                 if ( wpmove_import_db_backup( basename( $file ) ) ) {
    1133                                     echo '<b>' . __( 'Success!', 'WPMove' ) . '</b></span><br>';
    1134                                 } else {
    1135                                     $errors_occured++;
    1136                                     echo '<b>' . __( 'Failed!', 'WPMove' ) . '</b></span><br>';
     1125                            // Check the extension of each file to import database backups and extract filesystem backups
     1126                            foreach ( $files as $file ) {
     1127
     1128                                $ext = substr( $file, -3, 3 );
     1129
     1130                                if ( 'sql' == $ext ) {
     1131
     1132                                    echo '<span class="code">';
     1133                                    printf( __( '%s is being imported...', 'WPMove' ), basename( $file ) );
     1134
     1135                                    $this->flush_output();
     1136
     1137                                    echo ' <b>';
     1138                                   
     1139                                    if ( wpmove_import_db_backup( basename( $file ) ) ) {
     1140                                        _e( 'Success!', 'WPMove' );
     1141                                    } else {
     1142                                        $errors_occured++;
     1143                                        _e( 'Failed!', 'WPMove' );
     1144                                        if ( ! is_readable( $file ) )
     1145                                            echo '&nbsp;' . __( 'Check file permissions...', 'WPMove' );
     1146                                    }
     1147
     1148                                    echo '</b></span><br>';
     1149
     1150                                } else if ( 'zip' == $ext ) {
     1151                                   
     1152                                    echo '<span class="code">';
     1153                                    printf( __( '%s is being extracted...', 'WPMove' ), basename( $file ) );
     1154
     1155                                    $this->flush_output();
     1156
     1157                                    echo ' <b>';
     1158
     1159                                    if ( wpmove_extract_archive( basename( $file ), ABSPATH ) ) {
     1160                                        _e( 'Success!', 'WPMove' );
     1161                                    } else {
     1162                                        $errors_occured++;
     1163                                        _e( 'Failed!', 'WPMove' );
     1164                                        if ( ! is_readable( $file ) )
     1165                                            echo '&nbsp;' . __( 'Check file permissions...', 'WPMove' );
     1166                                    }
     1167
     1168                                    echo '</b></span><br>';
    11371169                                }
    11381170                            }
    1139 
    1140                             // Extract every single file system backup one by one
    1141                             foreach ( $backups['fs'] as $file ) {
    1142 
    1143                                 echo '<span class="code">';
    1144                                 printf( __( '%s is being extracted... ', 'WPMove' ), basename( $file ) );
    1145 
    1146                                 $this->flush_output();
    1147 
    1148                                 if ( wpmove_extract_archive( basename( $file ), ABSPATH ) ) {
    1149                                     echo '<b>' . __( 'Success!', 'WPMove' ) . '</b></span><br>';
    1150                                 } else {
    1151                                     $errors_occured++;
    1152                                     echo '<b>' . __( 'Failed!', 'WPMove' ) . '</b></span><br>';
    1153                                 }
    1154                             }
    1155 
    11561171                        }
    11571172
     
    11831198                        $files = wpmove_list_all_files( WPMOVE_BACKUP_DIR, TRUE );
    11841199
    1185                         // Categorize the files listed
    1186                         $backups = $this->categorize_files( $files );
    1187                         $total_files = count( $backups, COUNT_RECURSIVE );
    1188 
    1189                         if ( $total_files > 2 ) {
    1190 
    1191                         ?>
    1192                         <?php _e( 'Below are the files stored under the main backup directory. Please select backup files below to proceed.', 'WPMove' ); ?>
    1193                         <br><br>
    1194                         <form method="post" action="<?php echo esc_url( admin_url( 'tools.php?page=wpmove&do=complete' ) ); ?>">
    1195                             <table class="wp-list-table widefat fixed" cellspacing="0">
    1196                                 <thead>
    1197                                     <tr>
    1198                                         <th scope="col" id="cb" class="manage-column column-cb check-column" style>
    1199                                             <input type="checkbox" checked>
    1200                                         </th>
    1201                                         <th scope="col" id="name" class="manage-column column-name" style>
    1202                                             <a href="#"><?php _e( 'Name', 'WPMove' ); ?></a>
    1203                                         </th>
    1204                                         <th scope="col" id="type" class="manage-column column-type" style>
    1205                                             <a href="#"><?php _e( 'Type', 'WPMove' ); ?></a>
    1206                                         </th>
    1207                                         <th scope="col" id="size" class="manage-column column-size" style>
    1208                                             <a href="#"><?php _e( 'Size', 'WPMove' ); ?></a>
    1209                                         </th>
    1210                                         <th scope="col" id="date" class="manage-column column-date" style>
    1211                                             <a href="#"><?php _e( 'Date Created', 'WPMove' ); ?></a>
    1212                                         </th>
    1213                                     </tr>
    1214                                 </thead>
    1215                                 <tfoot>
    1216                                     <tr>
    1217                                         <th scope="col" id="cb" class="manage-column column-cb check-column" style>
    1218                                             <input type="checkbox" checked>
    1219                                         </th>
    1220                                         <th scope="col" id="name" class="manage-column column-name" style>
    1221                                             <a href="#"><?php _e( 'Name', 'WPMove' ); ?></a>
    1222                                         </th>
    1223                                         <th scope="col" id="type" class="manage-column column-type" style>
    1224                                             <a href="#"><?php _e( 'Type', 'WPMove' ); ?></a>
    1225                                         </th>
    1226                                         <th scope="col" id="size" class="manage-column column-size" style>
    1227                                             <a href="#"><?php _e( 'Size', 'WPMove' ); ?></a>
    1228                                         </th>
    1229                                         <th scope="col" id="date" class="manage-column column-date" style>
    1230                                             <a href="#"><?php _e( 'Date Created', 'WPMove' ); ?></a>
    1231                                         </th>
    1232                                     </tr>
    1233                                 </tfoot>
    1234                                 <tbody id="the-list">
    1235                                     <?php
     1200                        if ( count( $files ) > 1 ) {
     1201
     1202                    ?>
     1203                    <?php _e( 'Below are the files stored under the main backup directory. Please select backup files below to proceed.', 'WPMove' ); ?>
     1204                    <br><br>
     1205                    <form method="post" action="<?php echo esc_url( admin_url( 'tools.php?page=wpmove&do=complete' ) ); ?>">
     1206                        <table class="wp-list-table widefat fixed" cellspacing="0">
     1207                            <thead>
     1208                                <tr>
     1209                                    <th scope="col" id="cb" class="manage-column column-cb check-column" style>
     1210                                        <input type="checkbox" checked>
     1211                                    </th>
     1212                                    <th scope="col" id="name" class="manage-column column-name" style>
     1213                                        <a href="#"><?php _e( 'Name', 'WPMove' ); ?></a>
     1214                                    </th>
     1215                                    <th scope="col" id="type" class="manage-column column-type" style>
     1216                                        <a href="#"><?php _e( 'Type', 'WPMove' ); ?></a>
     1217                                    </th>
     1218                                    <th scope="col" id="size" class="manage-column column-size" style>
     1219                                        <a href="#"><?php _e( 'Size', 'WPMove' ); ?></a>
     1220                                    </th>
     1221                                    <th scope="col" id="date" class="manage-column column-date" style>
     1222                                        <a href="#"><?php _e( 'Date Created', 'WPMove' ); ?></a>
     1223                                    </th>
     1224                                </tr>
     1225                            </thead>
     1226                            <tfoot>
     1227                                <tr>
     1228                                    <th scope="col" id="cb" class="manage-column column-cb check-column" style>
     1229                                        <input type="checkbox" checked>
     1230                                    </th>
     1231                                    <th scope="col" id="name" class="manage-column column-name" style>
     1232                                        <a href="#"><?php _e( 'Name', 'WPMove' ); ?></a>
     1233                                    </th>
     1234                                    <th scope="col" id="type" class="manage-column column-type" style>
     1235                                        <a href="#"><?php _e( 'Type', 'WPMove' ); ?></a>
     1236                                    </th>
     1237                                    <th scope="col" id="size" class="manage-column column-size" style>
     1238                                        <a href="#"><?php _e( 'Size', 'WPMove' ); ?></a>
     1239                                    </th>
     1240                                    <th scope="col" id="date" class="manage-column column-date" style>
     1241                                        <a href="#"><?php _e( 'Date Created', 'WPMove' ); ?></a>
     1242                                    </th>
     1243                                </tr>
     1244                            </tfoot>
     1245                            <tbody id="the-list">
     1246                                <?php
     1247
     1248                                    // For zebra striping
     1249                                    $i = 0;
     1250
     1251                                    foreach ( $files as $file ) {
     1252
     1253                                        // Get the file extension
     1254                                        $ext = substr( $file, -3, 3 );
     1255
     1256                                        // Decide the type of the backup
     1257                                        if ( 'sql' == $ext ) {
     1258                                            preg_match( '/DBBackup-([0-9]*).sql/', basename( $file ), $timestamp );
     1259                                            $type = __( 'Database Backup', 'WPMove' );
     1260                                        } else if ( 'zip' == $ext ) {
     1261                                            preg_match( '/Backup-([0-9]*).zip/', basename( $file ), $timestamp );
     1262                                            $type = __( 'Filesystem Backup', 'WPMove' );
     1263                                        } else {
     1264                                            continue;
     1265                                        }
    12361266
    12371267                                        // For zebra striping
    1238                                         $i = 0;
    1239 
    1240                                         foreach ( $files as $file ) {
    1241 
    1242                                             // Get the file extension
    1243                                             $ext = substr( $file, -3, 3 );
    1244 
    1245                                             // Decide the type of the backup
    1246                                             if ( 'sql' == $ext ) {
    1247                                                 preg_match( '/DBBackup-([0-9]*).sql/', basename( $file ), $timestamp );
    1248                                                 $type = __( 'Database Backup', 'WPMove' );
    1249                                             } else if ( 'zip' == $ext ) {
    1250                                                 preg_match( '/Backup-([0-9]*).zip/', basename( $file ), $timestamp );
    1251                                                 $type = __( 'Filesystem Backup', 'WPMove' );
    1252                                             }
    1253 
    1254                                             // For zebra striping
    1255                                             if ( $i % 2 !== 0 )
    1256                                                 $class = ' class="alternate"';
    1257                                             else
    1258                                                 $class = '';
    1259 
    1260                                             // Display the row
    1261                                             echo '  <tr id="file-' . $i . '" valign="middle"' . $class . '>
    1262                                                         <th scope="row" class="check-column">
    1263                                                             <input id="file-' . $i . '" name="files[]" type="checkbox" value="' . $file . '" checked>
    1264                                                         </th>
    1265                                                         <td class="column-name">
    1266                                                             <strong>
    1267                                                                 <a href="#">' . esc_html( basename( $file ) ) . '</a>
    1268                                                             </strong>
    1269                                                         </td>
    1270                                                         <td class="column-type">
    1271                                                             <a href="#">' . esc_html( $type ) . '</a>
    1272                                                         </td>
    1273                                                         <td class="column-size">
    1274                                                             ' . esc_html( round( filesize( $file ) / 1024, 2 ) ) . ' KB
    1275                                                         </td>
    1276                                                         <td class="column-date">
    1277                                                             ' . esc_html( date( 'd.m.Y H:i:s', substr( $timestamp['1'], 0, 10 )  ) ) . '
    1278                                                         </td>
    1279                                                     </tr>';
    1280 
    1281                                             // Increase the counter for zebra striping
    1282                                             $i++;
    1283                                         }
    1284 
    1285                                     ?>
    1286                                 </tbody>
    1287                             </table>
    1288                             <br>
    1289                             <?php wp_nonce_field( 'wpmove_complete_migration_start' ); ?>
    1290                             <input class="button-primary" type="submit" name="wpmove_complete_migration" value="<?php _e( 'Complete Migration', 'WPMove' ); ?>" />
    1291                         </form>
    1292                         <?php
     1268                                        if ( $i % 2 !== 0 )
     1269                                            $class = ' class="alternate"';
     1270                                        else
     1271                                            $class = '';
     1272
     1273                                        // Display the row
     1274                                        echo '  <tr id="file-' . $i . '" valign="middle"' . $class . '>
     1275                                                    <th scope="row" class="check-column">
     1276                                                        <input id="file-' . $i . '" name="files[]" type="checkbox" value="' . $file . '" checked>
     1277                                                    </th>
     1278                                                    <td class="column-name">
     1279                                                        <strong>
     1280                                                            <a href="' . esc_url( trailingslashit( WPMOVE_BACKUP_URL ) . basename( $file ) ) . '">' . esc_html( basename( $file ) ) . '</a>
     1281                                                        </strong>
     1282                                                    </td>
     1283                                                    <td class="column-type">
     1284                                                        <a href="#">' . esc_html( $type ) . '</a>
     1285                                                    </td>
     1286                                                    <td class="column-size">
     1287                                                        ' . esc_html( round( filesize( $file ) / 1024, 2 ) ) . ' KB
     1288                                                    </td>
     1289                                                    <td class="column-date">
     1290                                                        ' . esc_html( date( 'd.m.Y H:i:s', substr( $timestamp['1'], 0, 10 )  ) ) . '
     1291                                                    </td>
     1292                                                </tr>';
     1293
     1294                                        // Increase the counter for zebra striping
     1295                                        $i++;
     1296                                    }
     1297
     1298                                ?>
     1299                            </tbody>
     1300                        </table>
     1301                        <br>
     1302                        <?php wp_nonce_field( 'wpmove_complete_migration_start' ); ?>
     1303                        <input class="button-primary" type="submit" name="wpmove_complete_migration" value="<?php _e( 'Complete Migration', 'WPMove' ); ?>" />
     1304                    </form>
     1305                    <?php
     1306
    12931307                        } else {
    12941308
     
    12961310
    12971311                        }
    1298                         ?>
     1312                    ?>
    12991313                </div>
    13001314            <?php
     
    13941408                <?php
    13951409
    1396                     // List all current backup files and categorize them
    1397                     $files = wpmove_list_all_files( WPMOVE_BACKUP_DIR, TRUE );
    1398                     $current_backups = $this->categorize_files( $files );
    1399 
    1400                     // List all old backup files and categorize them
    1401                     $old_files = wpmove_list_all_files( WPMOVE_OLD_BACKUP_DIR );
    1402                     $old_backups = $this->categorize_files( $old_files );
     1410                    // List all current backup files
     1411                    $current_backups = wpmove_list_all_files( WPMOVE_BACKUP_DIR, TRUE );
     1412
     1413                    // List all old backup files
     1414                    $old_backups = wpmove_list_all_files( WPMOVE_OLD_BACKUP_DIR );
    14031415
    14041416                    // List all converted database backup files
    1405                     $converted_files = wpmove_list_all_files( WPMOVE_CONVERTED_BACKUP_DIR );
    1406                     $converted_backups = $this->categorize_files( $converted_files );
     1417                    $converted_backups = wpmove_list_all_files( WPMOVE_CONVERTED_BACKUP_DIR );
    14071418
    14081419                ?>
     
    14601471                        </tfoot>
    14611472                        <tbody id="the-list">
    1462                             <?php
    1463 
    1464                                 // Display a message if no backup files found
    1465                                 if ( count( $current_backups, COUNT_RECURSIVE ) > 2 ) {
     1473                        <?php
     1474
     1475                            // Display a message if no backup files found
     1476                            if ( count( $current_backups ) > 1 ) {
     1477
     1478                                // For zebra striping
     1479                                $i = 0;
     1480
     1481                                // Display all current backups starting with database backups
     1482                                foreach ( $current_backups as $file ) {
     1483
     1484                                    // Get the file extension
     1485                                    $ext = substr( $file, -3, 3 );
     1486
     1487                                    // Decide the type of the backup
     1488                                    if ( 'sql' == $ext ) {
     1489                                        preg_match( '/DBBackup-([0-9]*).sql/', basename( $file ), $timestamp );
     1490                                        $type = __( 'Database Backup', 'WPMove' );
     1491                                    } else if ( 'zip' == $ext ) {
     1492                                        preg_match( '/Backup-([0-9]*).zip/', basename( $file ), $timestamp );
     1493                                        $type = __( 'Filesystem Backup', 'WPMove' );
     1494                                    } else {
     1495                                        continue;
     1496                                    }
    14661497
    14671498                                    // For zebra striping
    1468                                     $i = 0;
    1469 
    1470                                     // Display all current backups starting with database backups
    1471                                     foreach ( $current_backups as $backups ) {
    1472 
    1473                                         foreach ( $backups as $file ) {
    1474 
    1475                                             // Get the file extension
    1476                                             $ext = substr( $file, -3, 3 );
    1477 
    1478                                             // Decide the type of the backup
    1479                                             if ( 'sql' == $ext ) {
    1480                                                 preg_match( '/DBBackup-([0-9]*).sql/', basename( $file ), $timestamp );
    1481                                                 $type = __( 'Database Backup', 'WPMove' );
    1482                                             } else if ( 'zip' == $ext ) {
    1483                                                 preg_match( '/Backup-([0-9]*).zip/', basename( $file ), $timestamp );
    1484                                                 $type = __( 'Filesystem Backup', 'WPMove' );
    1485                                             }
    1486 
    1487                                             // For zebra striping
    1488                                             if ( $i % 2 !== 0 )
    1489                                                 $class = ' class="alternate"';
    1490                                             else
    1491                                                 $class = '';
    1492 
    1493                                             // Display the row
    1494                                             echo '  <tr id="file-' . $i . '" valign="middle"' . $class . '>
    1495                                                         <th scope="row" class="check-column">
    1496                                                             <input id="file-' . $i . '" name="files[]" type="checkbox" value="' . $file . '">
    1497                                                         </th>
    1498                                                         <td class="column-name">
    1499                                                             <strong>
    1500                                                                 <a href="#">' . esc_html( basename( $file ) ) . '</a>
    1501                                                             </strong>
    1502                                                         </td>
    1503                                                         <td class="column-type">
    1504                                                             <a href="#">' . esc_html( $type ) . '</a>
    1505                                                         </td>
    1506                                                         <td class="column-size">
    1507                                                             ' . esc_html( round( filesize( $file ) / 1024, 2 ) ) . ' KB
    1508                                                         </td>
    1509                                                         <td class="column-date">
    1510                                                             ' . esc_html( date( 'd.m.Y H:i:s', substr( $timestamp['1'], 0, 10 )  ) ) . '
    1511                                                         </td>
    1512                                                     </tr>';
    1513 
    1514                                             // Increase the counter for zebra striping
    1515                                             $i++;
    1516                                         }
    1517                                     }
    1518 
    1519                                 } else {
    1520 
    1521                                     echo '<tr class="no-items">
    1522                                             <td class="colspanchange" colspan="5">
    1523                                                 ' . __( 'No backup files found.', 'WPMove' ) . '
    1524                                             </td>
    1525                                           </tr>';
     1499                                    if ( $i % 2 !== 0 )
     1500                                        $class = ' class="alternate"';
     1501                                    else
     1502                                        $class = '';
     1503
     1504                                    // Display the row
     1505                                    echo '  <tr id="file-' . $i . '" valign="middle"' . $class . '>
     1506                                                <th scope="row" class="check-column">
     1507                                                    <input id="file-' . $i . '" name="files[]" type="checkbox" value="' . $file . '">
     1508                                                </th>
     1509                                                <td class="column-name">
     1510                                                    <strong>
     1511                                                        <a href="' . esc_url( trailingslashit( WPMOVE_BACKUP_URL ) . basename( $file ) ) . '">' . esc_html( basename( $file ) ) . '</a>
     1512                                                    </strong>
     1513                                                </td>
     1514                                                <td class="column-type">
     1515                                                    <a href="#">' . esc_html( $type ) . '</a>
     1516                                                </td>
     1517                                                <td class="column-size">
     1518                                                    ' . esc_html( round( filesize( $file ) / 1024, 2 ) ) . ' KB
     1519                                                </td>
     1520                                                <td class="column-date">
     1521                                                    ' . esc_html( date( 'd.m.Y H:i:s', substr( $timestamp['1'], 0, 10 )  ) ) . '
     1522                                                </td>
     1523                                            </tr>';
     1524
     1525                                    // Increase the counter for zebra striping
     1526                                    $i++;
    15261527                                }
    1527                             ?>
     1528
     1529                            } else {
     1530
     1531                                echo '<tr class="no-items">
     1532                                        <td class="colspanchange" colspan="5">
     1533                                            ' . __( 'No backup files found.', 'WPMove' ) . '
     1534                                        </td>
     1535                                      </tr>';
     1536                            }
     1537                        ?>
    15281538                        </tbody>
    15291539                    </table>
     
    15871597                        </tfoot>
    15881598                        <tbody id="the-list">
    1589                             <?php
    1590 
    1591                                 // Display a message if no backup files found
    1592                                 if ( count( $old_backups, COUNT_RECURSIVE ) > 2 ) {
     1599                        <?php
     1600
     1601                            // Display a message if no backup files found
     1602                            if ( count( $old_backups ) > 1 ) {
     1603
     1604                                // For zebra striping
     1605                                $i = 0;
     1606
     1607                                // Display all old backups starting with database backups
     1608                                foreach ( $old_backups as $file ) {
     1609
     1610                                    // Get the file extension
     1611                                    $ext = substr( $file, -3, 3 );
     1612
     1613                                    // Decide the backup type
     1614                                    if ( $ext == 'sql' ) {
     1615                                        preg_match( '/DBBackup-([0-9]*).sql/', basename( $file ), $timestamp );
     1616                                        $type = __( 'Database Backup', 'WPMove' );
     1617                                    } else if ( $ext == 'zip' ) {
     1618                                        preg_match( '/Backup-([0-9]*).zip/', basename( $file ), $timestamp );
     1619                                        $type = __( 'Filesystem Backup', 'WPMove' );
     1620                                    } else {
     1621                                        continue;
     1622                                    }
    15931623
    15941624                                    // For zebra striping
    1595                                     $i = 0;
    1596 
    1597                                     // Display all old backups starting with database backups
    1598                                     foreach ( $old_backups as $backups ) {
    1599 
    1600                                         foreach ( $backups as $file ) {
    1601 
    1602                                             // Get the file extension
    1603                                             $ext = substr( $file, -3, 3 );
    1604 
    1605                                             // Decide the backup type
    1606                                             if ( $ext == 'sql' ) {
    1607                                                 preg_match( '/DBBackup-([0-9]*).sql/', basename( $file ), $timestamp );
    1608                                                 $type = __( 'Database Backup', 'WPMove' );
    1609                                             } else if ( $ext == 'zip' ) {
    1610                                                 preg_match( '/Backup-([0-9]*).zip/', basename( $file ), $timestamp );
    1611                                                 $type = __( 'Filesystem Backup', 'WPMove' );
    1612                                             }
    1613 
    1614                                             // For zebra striping
    1615                                             if ( $i % 2 !== 0 )
    1616                                                 $class = ' class="alternate"';
    1617                                             else
    1618                                                 $class = '';
    1619 
    1620                                             // Display the row
    1621                                             echo '  <tr id="file-' . $i . '" valign="middle"' . $class . '>
    1622                                                         <th scope="row" class="check-column">
    1623                                                             <input id="file-' . $i . '" name="files[]" type="checkbox" value="' . $file . '">
    1624                                                         </th>
    1625                                                         <td class="column-name">
    1626                                                             <strong>
    1627                                                                 <a href="#">' . esc_html( basename( $file ) ) . '</a>
    1628                                                             </strong>
    1629                                                         </td>
    1630                                                         <td class="column-type">
    1631                                                             <a href="#">' . esc_html( $type ) . '</a>
    1632                                                         </td>
    1633                                                         <td class="column-size">
    1634                                                             ' . esc_html( round( filesize( $file ) / 1024, 2 ) ) . ' KB
    1635                                                         </td>
    1636                                                         <td class="column-date">
    1637                                                             ' . esc_html( date( 'd.m.Y H:i:s', substr( $timestamp['1'], 0, 10 )  ) ) . '
    1638                                                         </td>
    1639                                                     </tr>';
     1625                                    if ( $i % 2 !== 0 )
     1626                                        $class = ' class="alternate"';
     1627                                    else
     1628                                        $class = '';
     1629
     1630                                    // Display the row
     1631                                    echo '  <tr id="file-' . $i . '" valign="middle"' . $class . '>
     1632                                                <th scope="row" class="check-column">
     1633                                                    <input id="file-' . $i . '" name="files[]" type="checkbox" value="' . $file . '">
     1634                                                </th>
     1635                                                <td class="column-name">
     1636                                                    <strong>
     1637                                                        <a href="' . esc_url( trailingslashit( WPMOVE_OLD_BACKUP_URL ) . basename( $file ) ) . '">' . esc_html( basename( $file ) ) . '</a>
     1638                                                    </strong>
     1639                                                </td>
     1640                                                <td class="column-type">
     1641                                                    <a href="#">' . esc_html( $type ) . '</a>
     1642                                                </td>
     1643                                                <td class="column-size">
     1644                                                    ' . esc_html( round( filesize( $file ) / 1024, 2 ) ) . ' KB
     1645                                                </td>
     1646                                                <td class="column-date">
     1647                                                    ' . esc_html( date( 'd.m.Y H:i:s', substr( $timestamp['1'], 0, 10 )  ) ) . '
     1648                                                </td>
     1649                                            </tr>';
    16401650   
    1641                                             // For zebra striping
    1642                                             $i++;
    1643                                         }
    1644                                     }
    1645 
    1646                                 } else {
    1647 
    1648                                     echo '<tr class="no-items">
    1649                                             <td class="colspanchange" colspan="5">
    1650                                                 ' . __( 'No backup files found.', 'WPMove' ) . '
    1651                                             </td>
    1652                                           </tr>';
     1651                                    // For zebra striping
     1652                                    $i++;
    16531653                                }
    1654                             ?>
     1654
     1655                            } else {
     1656
     1657                                echo '<tr class="no-items">
     1658                                        <td class="colspanchange" colspan="5">
     1659                                            ' . __( 'No backup files found.', 'WPMove' ) . '
     1660                                        </td>
     1661                                      </tr>';
     1662                            }
     1663                        ?>
    16551664                        </tbody>
    16561665                    </table>
     
    17121721                        </tfoot>
    17131722                        <tbody id="the-list">
    1714                             <?php
    1715 
    1716                                 // Display a message if no backup files found
    1717                                 if ( count( $converted_backups, COUNT_RECURSIVE ) > 2 ) {
     1723                        <?php
     1724
     1725                            // Display a message if no backup files found
     1726                            if ( count( $converted_backups ) > 1 ) {
     1727
     1728                                // For zebra striping
     1729                                $i = 0;
     1730
     1731                                // Display all current backups starting with database backups
     1732                                foreach ( $converted_backups as $file ) {
     1733
     1734                                    // Get the file extension
     1735                                    $ext = substr( $file, -3, 3 );
     1736
     1737                                    // Decide the type of the backup
     1738                                    if ( $ext == 'sql' ) {
     1739                                        preg_match( '/DBBackup-([0-9]*).sql/', basename( $file ), $timestamp );
     1740                                        $type = __( 'Database Backup', 'WPMove' );
     1741                                    } else {
     1742                                        continue;
     1743                                    }
    17181744
    17191745                                    // For zebra striping
    1720                                     $i = 0;
    1721 
    1722                                     // Display all current backups starting with database backups
    1723                                     foreach ( $converted_backups as $backups ) {
    1724 
    1725                                         foreach ( $backups as $file ) {
    1726 
    1727                                             // Get the file extension
    1728                                             $ext = substr( $file, -3, 3 );
    1729 
    1730                                             // Decide the type of the backup
    1731                                             $type = __( 'Database Backup', 'WPMove' );
    1732 
    1733                                             // For zebra striping
    1734                                             if ( $i % 2 !== 0 )
    1735                                                 $class = ' class="alternate"';
    1736                                             else
    1737                                                 $class = '';
    1738 
    1739                                             // Display the row
    1740                                             echo '  <tr id="file-' . $i . '" valign="middle"' . $class . '>
    1741                                                         <th scope="row" class="check-column">
    1742                                                             <input id="file-' . $i . '" name="files[]" type="checkbox" value="' . $file . '">
    1743                                                         </th>
    1744                                                         <td class="column-name">
    1745                                                             <strong>
    1746                                                                 <a href="#">' . esc_html( basename( $file ) ) . '</a>
    1747                                                             </strong>
    1748                                                         </td>
    1749                                                         <td class="column-type">
    1750                                                             <a href="#">' . esc_html( $type ) . '</a>
    1751                                                         </td>
    1752                                                         <td class="column-size">
    1753                                                             ' . esc_html( round( filesize( $file ) / 1024, 2 ) ) . ' KB
    1754                                                         </td>
    1755                                                         <td class="column-date">
    1756                                                             ' . esc_html( date( 'd.m.Y H:i:s', substr( $timestamp['1'], 0, 10 )  ) ) . '
    1757                                                         </td>
    1758                                                     </tr>';
    1759 
    1760                                             // Increase the counter for zebra striping
    1761                                             $i++;
    1762                                         }
    1763                                     }
    1764 
    1765                                 } else {
    1766 
    1767                                     echo '<tr class="no-items">
    1768                                             <td class="colspanchange" colspan="5">
    1769                                                 ' . __( 'No converted database backup files found. You can convert a database backup file using the Convert option from the dropdown lists above.', 'WPMove' ) . '
    1770                                             </td>
    1771                                           </tr>';
     1746                                    if ( $i % 2 !== 0 )
     1747                                        $class = ' class="alternate"';
     1748                                    else
     1749                                        $class = '';
     1750
     1751                                    // Display the row
     1752                                    echo '  <tr id="file-' . $i . '" valign="middle"' . $class . '>
     1753                                                <th scope="row" class="check-column">
     1754                                                    <input id="file-' . $i . '" name="files[]" type="checkbox" value="' . $file . '">
     1755                                                </th>
     1756                                                <td class="column-name">
     1757                                                    <strong>
     1758                                                        <a href="' . esc_url( trailingslashit( WPMOVE_CONVERTED_BACKUP_URL ) . basename( $file ) ) . '">' . esc_html( basename( $file ) ) . '</a>
     1759                                                    </strong>
     1760                                                </td>
     1761                                                <td class="column-type">
     1762                                                    <a href="#">' . esc_html( $type ) . '</a>
     1763                                                </td>
     1764                                                <td class="column-size">
     1765                                                    ' . esc_html( round( filesize( $file ) / 1024, 2 ) ) . ' KB
     1766                                                </td>
     1767                                                <td class="column-date">
     1768                                                    ' . esc_html( date( 'd.m.Y H:i:s', substr( $timestamp['1'], 0, 10 )  ) ) . '
     1769                                                </td>
     1770                                            </tr>';
     1771
     1772                                    // Increase the counter for zebra striping
     1773                                    $i++;
    17721774                                }
    1773                             ?>
     1775                            } else {
     1776
     1777                                echo '<tr class="no-items">
     1778                                        <td class="colspanchange" colspan="5">
     1779                                            ' . __( 'No converted database backup files found. You can convert a database backup file using the Convert option from the dropdown lists above.', 'WPMove' ) . '
     1780                                        </td>
     1781                                      </tr>';
     1782                            }
     1783                        ?>
    17741784                        </tbody>
    17751785                    </table>
     
    17801790
    17811791        /**
    1782          * Categorizes given files.
    1783          *
    1784          * @param array $files Array of files
    1785          * @return array $backups Array of categorized files
    1786          */
    1787         function categorize_files( $files ) {
    1788 
    1789             // Initialize the array
    1790             $backups = array( 'db'  => array(),
    1791                               'fs'  => array() );
    1792 
    1793             // Check the extension of each file and categorize accordingly
    1794             foreach ( $files as $file ) {
    1795                 $ext = substr( $file, -3, 3 );
    1796                 if ( 'sql' == $ext )
    1797                     array_push( $backups['db'], $file );
    1798                 else if ( 'zip' == $ext )
    1799                     array_push( $backups['fs'], $file );
    1800             }
    1801 
    1802             return $backups;
    1803         }
    1804 
    1805         /**
    18061792         * Flushes the output buffer.
    18071793         *
Note: See TracChangeset for help on using the changeset viewer.