Blame view
sources/apps/admin_migrate/l10n/en_GB.php
237 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export data" => "Export data", "All system files and user data" => "All system files and user data", "Only system files" => "Only system files", "Only user data" => "Only user data", "Export" => "Export" ); |