Skip to content

Commit

Permalink
Language updates
Browse files Browse the repository at this point in the history
git-svn-id: https://plugins.svn.wordpress.org/wp-piwik/trunk@1157308 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
Braekling authored and Braekling committed May 10, 2015
1 parent 6e99649 commit cf28d5c
Show file tree
Hide file tree
Showing 5 changed files with 2,069 additions and 556 deletions.
12 changes: 6 additions & 6 deletions classes/WP_Piwik/Admin/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@ public function show() {
if (self::$wpPiwik->isConfigured ()) {
$tabs ['statistics'] = array (
'icon' => 'chart-pie',
'name' => 'Show Statistics'
'name' => __('Show Statistics', 'wp-piwik')
);
$tabs ['tracking'] = array (
'icon' => 'location-alt',
'name' => 'Enable Tracking'
'name' => __('Enable Tracking', 'wp-piwik')
);
}
$tabs ['expert'] = array (
'icon' => 'shield',
'name' => 'Expert Settings'
'name' => __('Expert Settings', 'wp-piwik')
);
$tabs ['support'] = array (
'icon' => 'lightbulb',
'name' => 'Support'
'name' => __('Support', 'wp-piwik')
);
$tabs ['credits'] = array (
'icon' => 'groups',
'name' => 'Credits'
'name' => __('Credits', 'wp-piwik')
);

echo '<tr><td colspan="2"><h2 class="nav-tab-wrapper">';
Expand Down Expand Up @@ -513,7 +513,7 @@ public function showCredits() {
*/
public function showSupport() {
?><ul>
<li>The best place to get help: <a href="https://wordpress.org/support/plugin/wp-piwik"><?php _e('WP-Piwik support forum','wp-piwik'); ?></a></li>
<li><?php _e('The best place to get help:', 'wp-piwik'); ?> <a href="https://wordpress.org/support/plugin/wp-piwik"><?php _e('WP-Piwik support forum','wp-piwik'); ?></a></li>
<li><?php _e('Please don\'t forget to vote the compatibility at the','wp-piwik'); ?> <a href="http://wordpress.org/extend/plugins/wp-piwik/">WordPress.org Plugin Directory</a>.</li>
</ul>
<h3><?php _e('Debugging', 'wp-piwik'); ?></h3>
Expand Down
Binary file modified languages/wp-piwik-de_DE.mo
Binary file not shown.
Loading

0 comments on commit cf28d5c

Please sign in to comment.