Kniebremser
Forum Replies Created
-
I have two html errors found in the file manage-images.php.
In the lines 318 and 327 are each opening<form id>
.
For one line is a closed</form>
in line 465.
The Second</form>
is missed.The error has found the Neon Eclipse tool.
in display_tab_js.php line 1455:
for (var i=0; i<parts.length; i++) {Neon eclipse recognizes
<parts.length
as opening html-tag.Hi!
A new version has been released without rectifying the errors. What I have to think of you, I know now.and a real thick Hammer
in display_tab_js.php line 1455:
for (var i=0; i<parts.length; i++) {
the closed tag for parts.length is missed
in media-upload.php line 193 is a strained
;
<select id="select_gal" name="select_gal" style="width:120px;">;
in watermarks-tab.php line 44 is missed>
</td
I’d say you worried a reasonable tool to check the plugin for possible errors.
in show_return_link.php line 16:
<?php echo checked(1, intval($show_return_link)); ?>'>
in show_altview_link.php line 16:
<?php echo checked(1, intval($show_alternative_view_link)); ?>'>
I already have found two strained
'
.t.w.o scans all php files in the plugin directory on translatable strings. It is stuck somewhere an error in the php-files. It’s enough a strained
'
or"
outForum: Plugins
In reply to: [WP GPX Maps] Can I help?Hi!
I made a fork at github. See:
https://github.com/kniebremser/wp-gpx-mapsWith the following changes:
– fixed two errors with °C in the js.file
– the tab settings is complete translatable
– fixed typo’s
– update german translationRegards
Hi Lippi!
I already last week, a new and error-free template for translations sent to photocrati “report a bug”. Perhaps this is published.
regards
Hey Guys!
I have informed the developers of iThemes Security weeks before it.
It is interested there is no one for.regards
Forum: Plugins
In reply to: [Advanced Editor Tools] 3 little errors with translationHi Andrew!
I have the German translation ready. Where can I send it?
RegardsHi Chris!
Edit2:
If the files from the free version are identical in pro version. Is it really not a problem. Then you only need a pot.file for both versions. In the Pro version, the additional texts will be marked with a comment for the translator. The translator can see this comment in the program “Poedit”. Ready
Edit:
in better-wp-security.php is:
line 7: Text Domain: it-l10n-better-wp-security ->this is OK
line 8: Domain Path: /languages -> this is false
change in: /lang -> this is correctThe file it-l10n-better-wp-security-de_DE.po is in the folder
wp-content/plugins/better-wp-security/lang.
Now the plugin description appears translated.If I change in the file /core/class-itsec-core.php the function load_text_domain in:
load_plugin_textdomain( ‘it-l10n-better-wp-security’, false, ‘better-wp-security/lang’ );
is translated me the dashboard. All other tabs are but blank.
Hi Chris!
The translations must read:
it-l10n-better-wp-security-de_DE.po
and not better-wp-security-de_DE.poMy translation is not loaded from the folder:
wp-content/plugins/better-wp-security/langFrom the Folder:
wp-content/languages/plugins
works partially.
The Dashboard is translated. But all the other tabs of the plugin are white.That looks more like a faulty function load Textdomain.
In the free version the translatable texts with “it-l10n-better-wp-security” are identified.
In modules/free/core/class-itsec-core-admin.php line 184, 191 and 194
is the textdomain better-wp-security and not it-l10n-better-wp-securityI think things have nothing to do with the pot.generator.
Regards