Explorar o código

Bumped version to 0.0.16

Jannick Knudsen %!s(int64=5) %!d(string=hai) anos
pai
achega
01792a96eb
Modificáronse 6 ficheiros con 17 adicións e 16 borrados
  1. 1 1
      VERSION
  2. 1 0
      VERSIONLOG
  3. BIN=BIN
      lang/da_DK.mo
  4. 12 12
      lang/da_DK.po
  5. 1 1
      package.json
  6. 2 2
      plugin.php

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.15
+v0.0.16

+ 1 - 0
VERSIONLOG

@@ -14,3 +14,4 @@ v0.0.12
 v0.0.13
 v0.0.14
 v0.0.15
+v0.0.16

BIN=BIN
lang/da_DK.mo


+ 12 - 12
lang/da_DK.po

@@ -3,7 +3,7 @@ msgstr ""
 "Project-Id-Version: dagsopt\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-04-26 15:47+0200\n"
-"PO-Revision-Date: 2020-04-26 15:47+0200\n"
+"PO-Revision-Date: 2020-04-26 15:53+0200\n"
 "Last-Translator: \n"
 "Language-Team: jjk@bloggen.dk\n"
 "Language: da_DK\n"
@@ -33,7 +33,7 @@ msgstr "Server skifter : local > stage > live"
 
 #: plug_admin_bar.php:122
 msgid "Swap WP for dags logo"
-msgstr ""
+msgstr "Skift wp logo ud"
 
 #: plug_admin_bar.php:123
 msgid "Show server ip"
@@ -45,7 +45,7 @@ msgstr "Server skifter"
 
 #: plug_admin_bar.php:192
 msgid "Dags logo"
-msgstr ""
+msgstr "Logo"
 
 #: plug_admin_bar.php:195
 msgid "Show IP"
@@ -53,27 +53,27 @@ msgstr "Vis IP"
 
 #: plug_admin_bar.php:205
 msgid "Comments"
-msgstr ""
+msgstr "Kommentare"
 
 #: plug_admin_bar.php:206
 msgid "New Post"
-msgstr ""
+msgstr "Nyt indlæg"
 
 #: plug_admin_bar.php:207
 msgid "New Link"
-msgstr ""
+msgstr "Nyt link"
 
 #: plug_admin_bar.php:208
 msgid "New Media"
-msgstr ""
+msgstr "Nyt medie"
 
 #: plug_admin_bar.php:209
 msgid "New Page"
-msgstr ""
+msgstr "Ny side"
 
 #: plug_admin_bar.php:210
 msgid "New User"
-msgstr ""
+msgstr "Ny bruger"
 
 #: plug_color_admin_posts.php:14
 msgid "Color admin posts"
@@ -157,7 +157,7 @@ msgstr "Kontrolpanel"
 
 #: plug_dashboard.php:33
 msgid "Clean dashboard in admin mode"
-msgstr ""
+msgstr "Rens kontrolpanel i admin modus"
 
 #: plug_footer.php:6
 msgid "Footer"
@@ -165,7 +165,7 @@ msgstr "Bunden"
 
 #: plug_footer.php:27
 msgid "Adds html snippet in footer"
-msgstr "Tilføj fin Dagsdk logo i bunden"
+msgstr "Tilføj html i bunden af siden"
 
 #: plug_footer.php:39
 msgid "Footer html:"
@@ -221,7 +221,7 @@ msgstr "Højde:"
 
 #: plug_shortcodes.php:6
 msgid "Misc Shortcodes"
-msgstr ""
+msgstr "Diverse shortcodes"
 
 #: plug_styled_editor.php:6
 msgid "Styled editor"

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "dagsplug",
-  "version": "0.0.15",
+  "version": "0.0.16",
   "description": "",
   "main": "script_backend.js",
   "scripts": {

+ 2 - 2
plugin.php

@@ -4,14 +4,14 @@
  Plugin URI: https://git.tum.dk/tum.dk/dagsplug/
  Description: Tools 
  Author: iskedk
- Version: 0.0.15
+ Version: 0.0.16
  Date: Fri Jan 31 2014 13:19:21 GMT+0100 (CET)
  Author URI: https://iske.dk/
  */
 
 $wp_dagsopt = new dagsopt ( );
 class dagsopt {
-	var $version = "0.0.15";
+	var $version = "0.0.16";
 	var $publish_date = "2020-04-24";
 	var $pluginname;
 	var $plugintitle;