Problems with the translation
-
Please, correct the following errors:
OMITTED TEXT DOMAIN 1. .../codepress-admin-columns/codepress-admin-columns.php Line 295: So in the original - array_unshift( $links, ac_helper()->html->link( AC()->admin()->get_link( 'settings' ), __( 'Settings' ) ) ); So corrected - array_unshift( $links, ac_helper()->html->link( AC()->admin()->get_link( 'settings' ), __( 'Settings', 'codepress-admin-columns' ) ) ); Further only the corrected version. Line 339: $groups->register_group( 'plugin', __( 'Plugins', 'codepress-admin-columns' ), 20 ); Lines 498-501: $groups->register_group( 'user', __( 'Users', 'codepress-admin-columns' ) ); $groups->register_group( 'media', __( 'Media', 'codepress-admin-columns' ) ); $groups->register_group( 'comment', __( 'Comments', 'codepress-admin-columns' ) ); $groups->register_group( 'link', __( 'Links', 'codepress-admin-columns' ), 15 ); 2. .../codepress-admin-columns/classes/Admin/Page/Addons.php Line 120: AC()->notice( sprintf( __( '%s could not be activated.', 'codepress-admin-columns' ), '<strong>' . $plugin->get_name() . '</strong>' ) . ' ' . sprintf( 'Please visit the %s page.', ac_helper()->html->link( admin_url( 'plugins.php' ), strtolower( __( 'Plugins', 'codepress-admin-columns' ) ) ) ), 'error' );Other similar errors (22 pieces) and one typo – in the file, which you can download here:
https://yadi.sk/d/B4wghxOB3NxegBAnd the last one. I propose to replace the Admin Columns on Columns (line 24 …/codepress-admin-columns/classes/Admin/Page/Columns.php). I (and many other translators) prefer to leave the original plugin name. Since in our case the plugin name matches the name of the tab, it turns uncomfortable:
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Problems with the translation’ is closed to new replies.