diff --git a/bubbles-settings.php b/badged-settings.php similarity index 55% rename from bubbles-settings.php rename to badged-settings.php index ed36f2b..f499ac4 100644 --- a/bubbles-settings.php +++ b/badged-settings.php @@ -1,32 +1,32 @@ -
+
-

+

- + @@ -38,7 +38,7 @@ \ No newline at end of file diff --git a/badged.php b/badged.php new file mode 100644 index 0000000..4361adf --- /dev/null +++ b/badged.php @@ -0,0 +1,76 @@ +'. __('Settings') .''; + array_unshift($links, $settings_link); + return $links; +} + +$plugin = plugin_basename(__FILE__); +add_filter('plugin_action_links_'.$plugin, 'badged_settings_link' ); + +?> \ No newline at end of file diff --git a/bubbles.php b/bubbles.php deleted file mode 100644 index ed01742..0000000 --- a/bubbles.php +++ /dev/null @@ -1,76 +0,0 @@ -'. __('Settings') .''; - array_unshift($links, $settings_link); - return $links; -} - -$plugin = plugin_basename(__FILE__); -add_filter('plugin_action_links_'.$plugin, 'bubbles_settings_link' ); - -?> \ No newline at end of file diff --git a/css/bubbles-bar.css b/css/badged-bar.css similarity index 99% rename from css/bubbles-bar.css rename to css/badged-bar.css index 8eb5330..4c1ad33 100644 --- a/css/bubbles-bar.css +++ b/css/badged-bar.css @@ -1,6 +1,6 @@ /* ============================================================== */ -/* Bubbles */ +/* Badged */ /* ------------------------ */ /* CSS Styles for the Admin Bar only */ /* by Matthias Kretschmann | http://mkretschmann.com */ diff --git a/css/bubbles-menu.css b/css/badged-menu.css similarity index 95% rename from css/bubbles-menu.css rename to css/badged-menu.css index 8e7e838..cf27597 100644 --- a/css/bubbles-menu.css +++ b/css/badged-menu.css @@ -1,6 +1,6 @@ /* ============================================================== */ -/* Bubbles */ +/* Badged */ /* ------------------------ */ /* CSS Styles for the Admin Menu only */ /* by Matthias Kretschmann | http://mkretschmann.com */ @@ -45,7 +45,7 @@ margin-top: -1px; } - /* darker shadow for bubbles on active menus */ + /* darker shadow for badged on active menus */ #adminmenu li.current a .awaiting-mod, #adminmenu li a.wp-has-current-submenu .update-plugins { -webkit-box-shadow: 0px 2px 2px #444 !important; @@ -97,19 +97,19 @@ /* The Options Page */ /* ============================================================== */ -#bubblesoptions form h2 { +#badgedoptions form h2 { border-bottom: 1px solid #eee; border-top: 1px solid #eee; margin-top: .5em; padding: 10px 0; } -#bubblesoptions footer { +#badgedoptions footer { border-top: 1px solid #eee; color: #666; } -#bubblesoptions .icon32 { - background-image: url(../img/icon-bubbles-32.png); +#badgedoptions .icon32 { + background-image: url(../img/icon-badged-32.png); background-repeat: no-repeat; } diff --git a/img/icon-bubbles-32.png b/img/icon-badged-32.png similarity index 100% rename from img/icon-bubbles-32.png rename to img/icon-badged-32.png diff --git a/languages/bbls-de_DE.mo b/languages/bbls-de_DE.mo deleted file mode 100644 index 88efdec..0000000 Binary files a/languages/bbls-de_DE.mo and /dev/null differ diff --git a/languages/bdgd-de_DE.mo b/languages/bdgd-de_DE.mo new file mode 100644 index 0000000..7a1fbaa Binary files /dev/null and b/languages/bdgd-de_DE.mo differ diff --git a/languages/bbls-de_DE.po b/languages/bdgd-de_DE.po similarity index 64% rename from languages/bbls-de_DE.po rename to languages/bdgd-de_DE.po index a72230a..7db86f9 100644 --- a/languages/bbls-de_DE.po +++ b/languages/bdgd-de_DE.po @@ -19,33 +19,38 @@ msgstr "" "X-Poedit-SearchPath-0: .\n" "X-Textdomain-Support: yes" -#: bubbles-settings.php:21 -#@ bbls -msgid "Style Notifications in" -msgstr "Benachrichtigungen ersetzen in" +#: badged-settings.php:5 +#@ bdgd +msgid "Badged Settings" +msgstr "Badged Einstellungen" -#: bubbles-settings.php:26 -#@ bbls -msgid "Admin Menu" -msgstr "Admin Menü" - -#: bubbles-settings.php:29 -#@ bbls -msgid "Toolbar" -msgstr "Werkzeugleiste" - -#: bubbles-settings.php:5 -#@ bbls -msgid "Bubbles Settings" -msgstr "Bubbles Einstellungen" - -#: bubbles-settings.php:41 -#@ bbls -msgid "Thanks for using Bubbles. Created by" -msgstr "Danke für das Benutzen von Bubbles. Erstellt von" - -#: bubbles-settings.php:15 -#@ bbls +#: badged-settings.php:15 +#@ bdgd msgid "View" msgstr "Anzeige" +#: badged-settings.php:21 +#@ bdgd +msgid "Style Notifications in" +msgstr "Benachrichtigungen ersetzen in" + +#: badged-settings.php:26 +#@ bdgd +msgid "Admin Menu" +msgstr "Admin-Menü" + +#: badged-settings.php:29 +#@ bdgd +msgid "Toolbar" +msgstr "Werkzeugleiste" + +#: badged-settings.php:41 +#@ bdgd +msgid "Thanks for using Badged. Created by" +msgstr "Danke für die Nutzung von Badged. Erstellt von" + +#: badged.php:68 +#@ default +msgid "Settings" +msgstr "" + diff --git a/languages/bbls-xx_XX.pot b/languages/bdgd-xx_XX.pot similarity index 100% rename from languages/bbls-xx_XX.pot rename to languages/bdgd-xx_XX.pot diff --git a/screenshot-3.png b/screenshot-3.png deleted file mode 100644 index 520e982..0000000 Binary files a/screenshot-3.png and /dev/null differ
-

+

- +
/> - +
/> - +