Version Description
- Added Danish translation (Thanks to @docryan)
Download this release
Release Info
Developer | feedmeastraycat |
Plugin | WP Editor Widget |
Version | 0.5.5 |
Comparing to | |
See all releases |
Code changes from version 0.5.4 to 0.5.5
- langs/wp-editor-widget-da_DK.mo +0 -0
- langs/wp-editor-widget-da_DK.po +56 -0
- readme.txt +7 -2
- wp-editor-widget.php +2 -2
langs/wp-editor-widget-da_DK.mo
ADDED
Binary file
|
langs/wp-editor-widget-da_DK.po
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP Editor Widget 0.3.1\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-08-08 11:00+0100\n"
|
6 |
+
"PO-Revision-Date: 2015-04-22 06:22+0100\n"
|
7 |
+
"Last-Translator: Ryan Skov <ryan@postkazzen.dk>\n"
|
8 |
+
"Language-Team: Feed Me A Stray Cat <david.martensson@gmail.com>\n"
|
9 |
+
"Language: da\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;"
|
14 |
+
"esc_html__;esc_html_e;_x;_ex;esc_attr_x;esc_html_x;_n;_nx;_n_noop;_nx_noop\n"
|
15 |
+
"X-Poedit-Basepath: .\n"
|
16 |
+
"X-Generator: Poedit 1.5.5\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: wp-editor-widget.php:72
|
20 |
+
msgid "Close"
|
21 |
+
msgstr "Luk"
|
22 |
+
|
23 |
+
#: wp-editor-widget.php:81
|
24 |
+
msgid "Save and close"
|
25 |
+
msgstr "Gem og luk"
|
26 |
+
|
27 |
+
#: wp-editor-widget.php:113
|
28 |
+
msgid "Rich text"
|
29 |
+
msgstr "Formateret tekst"
|
30 |
+
|
31 |
+
#: wp-editor-widget.php:114
|
32 |
+
msgid ""
|
33 |
+
"Arbitrary text, HTML or rich text through the standard WordPress visual "
|
34 |
+
"editor."
|
35 |
+
msgstr ""
|
36 |
+
"Vilkårlig tekst, HTML eller RTF via standard WordPress visuel editor."
|
37 |
+
""
|
38 |
+
|
39 |
+
#: wp-editor-widget.php:158
|
40 |
+
msgid "New title"
|
41 |
+
msgstr "Ny tittel"
|
42 |
+
|
43 |
+
#: wp-editor-widget.php:172
|
44 |
+
msgid "Title"
|
45 |
+
msgstr "Tittel"
|
46 |
+
|
47 |
+
#: wp-editor-widget.php:176
|
48 |
+
msgid "Edit content"
|
49 |
+
msgstr "Rediger indhold"
|
50 |
+
|
51 |
+
#: wp-editor-widget.php:180
|
52 |
+
msgid "Output title"
|
53 |
+
msgstr "Vis tittel"
|
54 |
+
|
55 |
+
msgid "Language"
|
56 |
+
msgstr "Sprog"
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: feedmeastraycat
|
3 |
Tags: widget, wysiwyg, editor, rich text
|
4 |
Requires at least: 3.5.1
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 0.5.
|
7 |
License: MIT
|
8 |
|
9 |
WP Editor Widget adds a rich text widget where the content is edited using the standard WordPress visual editor.
|
@@ -19,6 +19,8 @@ Feel free to help with developement or issue reporting on [Github](https://githu
|
|
19 |
* English
|
20 |
* Swedish
|
21 |
* German
|
|
|
|
|
22 |
|
23 |
== Screenshots ==
|
24 |
|
@@ -37,6 +39,9 @@ Feel free to help with developement or issue reporting on [Github](https://githu
|
|
37 |
|
38 |
== Changelog ==
|
39 |
|
|
|
|
|
|
|
40 |
= 0.5.4 =
|
41 |
* Added German translation *(Thanks to [@ohaucke](https://github.com/ohaucke))*
|
42 |
* Renamed the editor id to comply with WP Codex tips *(Might help with [Issue #3](https://github.com/feedmeastraycat/wp-editor-widget/issues/3))*
|
2 |
Contributors: feedmeastraycat
|
3 |
Tags: widget, wysiwyg, editor, rich text
|
4 |
Requires at least: 3.5.1
|
5 |
+
Tested up to: 4.7.4
|
6 |
+
Stable tag: 0.5.5
|
7 |
License: MIT
|
8 |
|
9 |
WP Editor Widget adds a rich text widget where the content is edited using the standard WordPress visual editor.
|
19 |
* English
|
20 |
* Swedish
|
21 |
* German
|
22 |
+
* Danish
|
23 |
+
* [More translations](https://translate.wordpress.org/projects/wp-plugins/wp-editor-widget)
|
24 |
|
25 |
== Screenshots ==
|
26 |
|
39 |
|
40 |
== Changelog ==
|
41 |
|
42 |
+
= 0.5.5 =
|
43 |
+
* Added Danish translation *(Thanks to [@docryan](https://github.com/docryan))*
|
44 |
+
|
45 |
= 0.5.4 =
|
46 |
* Added German translation *(Thanks to [@ohaucke](https://github.com/ohaucke))*
|
47 |
* Renamed the editor id to comply with WP Codex tips *(Might help with [Issue #3](https://github.com/feedmeastraycat/wp-editor-widget/issues/3))*
|
wp-editor-widget.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Editor Widget
|
|
4 |
Plugin URI: https://github.com/feedmeastraycat/wp-editor-widget
|
5 |
Description: WP Editor Widget adds a WYSIWYG widget using the wp_editor().
|
6 |
Author: David Mårtensson, Odd Alice
|
7 |
-
Version: 0.5.
|
8 |
Author URI: http://www.feedmeastraycat.net/
|
9 |
Text Domain: wp-editor-widget
|
10 |
Domain Path: /langs
|
@@ -27,7 +27,7 @@ class WPEditorWidget {
|
|
27 |
/**
|
28 |
* @var string
|
29 |
*/
|
30 |
-
const VERSION = "0.5.
|
31 |
|
32 |
/**
|
33 |
* Action: init
|
4 |
Plugin URI: https://github.com/feedmeastraycat/wp-editor-widget
|
5 |
Description: WP Editor Widget adds a WYSIWYG widget using the wp_editor().
|
6 |
Author: David Mårtensson, Odd Alice
|
7 |
+
Version: 0.5.5
|
8 |
Author URI: http://www.feedmeastraycat.net/
|
9 |
Text Domain: wp-editor-widget
|
10 |
Domain Path: /langs
|
27 |
/**
|
28 |
* @var string
|
29 |
*/
|
30 |
+
const VERSION = "0.5.5";
|
31 |
|
32 |
/**
|
33 |
* Action: init
|