Skip to content

Commit 686f75f

Browse files
author
metaphorcreations
committed
Localization updates
git-svn-id: http://plugins.svn.wordpress.org/post-duplicator/trunk@1234353 b8457f37-d9ea-0310-8a92-e5e31aec5664
1 parent fe923c1 commit 686f75f

File tree

5 files changed

+102
-5
lines changed

5 files changed

+102
-5
lines changed

includes/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function mtphr_post_duplicator_settings_display() {
157157
* @since 2.0
158158
*/
159159
function mtphr_post_duplicator_settings_callback() {
160-
echo '<h4>Customize the settings for duplicated posts.</h4>';
160+
echo '<h4>' . __( 'Customize the settings for duplicated posts.', 'post-duplicator' ) . '</h4>';
161161
}
162162

163163

@@ -198,4 +198,4 @@ function mtphr_post_duplicator_field_display( $args ) {
198198
}
199199
}
200200

201-
201+

languages/post-duplicator-de_DE.mo

1.38 KB
Binary file not shown.

languages/post-duplicator-de_DE.po

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: \n"
4+
"POT-Creation-Date: 2015-05-04 17:02+0100\n"
5+
"PO-Revision-Date: 2015-05-04 17:05+0100\n"
6+
"Last-Translator: \n"
7+
"Language-Team: \n"
8+
"Language: de\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"X-Generator: Poedit 1.7.6\n"
13+
"X-Poedit-Basepath: /Users/mad/Downloads/post-duplicator/\n"
14+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
15+
"X-Poedit-KeywordsList: __;_e\n"
16+
"X-Poedit-SearchPath-0: .\n"
17+
18+
#: includes/ajax.php:67
19+
msgid "Duplicate Post Created!"
20+
msgstr "Kopie wurde erstellt!"
21+
22+
#: includes/edit.php:17
23+
msgid "Duplicate"
24+
msgstr "Kopiere"
25+
26+
#: includes/settings.php:32
27+
msgid "Post Status"
28+
msgstr "Status"
29+
30+
#: includes/settings.php:35
31+
msgid "Same as original"
32+
msgstr "Wie Original"
33+
34+
#: includes/settings.php:36
35+
msgid "Draft"
36+
msgstr "Entwurf"
37+
38+
#: includes/settings.php:37
39+
msgid "Published"
40+
msgstr "Veröffentlicht"
41+
42+
#: includes/settings.php:38
43+
msgid "Pending"
44+
msgstr "Ausstehend"
45+
46+
#: includes/settings.php:44
47+
msgid "Post Date"
48+
msgstr "Datum"
49+
50+
#: includes/settings.php:47
51+
msgid "Duplicate Timestamp"
52+
msgstr "Kopiere Zeitstempel"
53+
54+
#: includes/settings.php:48
55+
msgid "Current Time"
56+
msgstr "Aktuelle Zeit"
57+
58+
#: includes/settings.php:55
59+
msgid "Offset Date"
60+
msgstr "Datums-Abweichung"
61+
62+
#: includes/settings.php:61
63+
msgid " days"
64+
msgstr "Tage"
65+
66+
#: includes/settings.php:68
67+
msgid " hours"
68+
msgstr "Stunden"
69+
70+
#: includes/settings.php:75
71+
msgid " minutes"
72+
msgstr "Minuten"
73+
74+
#: includes/settings.php:82
75+
msgid " seconds"
76+
msgstr "Sekunden"
77+
78+
#: includes/settings.php:89
79+
msgid "newer"
80+
msgstr "früher"
81+
82+
#: includes/settings.php:90
83+
msgid "older"
84+
msgstr "später"
85+
86+
#: includes/settings.php:136
87+
msgid "Post Duplicator Settings"
88+
msgstr "Post Duplicator Einstellungen"
89+
90+
#: includes/settings.php:160
91+
msgid "Customize the settings for duplicated posts."
92+
msgstr "Konfiguriere die Einstellungen für kopierte \"Posts\"."

m4c-postduplicator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Post Duplicator
44
Description: Creates functionality to duplicate any and all post types, including taxonomies & custom fields
5-
Version: 2.7
5+
Version: 2.8
66
Author: Metaphor Creations
77
Author URI: http://www.metaphorcreations.com
88
License: GPL2
@@ -29,7 +29,7 @@
2929

3030

3131
/**Define Widget Constants */
32-
define ( 'MTPHR_POST_DUPLICATOR_VERSION', '2.7' );
32+
define ( 'MTPHR_POST_DUPLICATOR_VERSION', '2.8' );
3333
define ( 'MTPHR_POST_DUPLICATOR_DIR', plugin_dir_path(__FILE__) );
3434
define ( 'MTPHR_POST_DUPLICATOR_URL', plugins_url().'/post-duplicator' );
3535

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ Check out the 'Installation' tab.
4141

4242
== Changelog ==
4343

44+
= 2.8 =
45+
* Added German language files
46+
* Added Japanese language files
47+
* Updated settings file for localization
48+
4449
= 2.7 =
4550
* Modified duplicated posts data: post_date_gmt, post_modified, post_modified_gmt
4651

@@ -76,4 +81,4 @@ Must upgrade in order for the plugin to work. The file paths where initially wro
7681

7782
== Upgrade Notice ==
7883

79-
Modified duplicated posts data: post_date_gmt, post_modified, post_modified_gmt.
84+
Localization updates.

0 commit comments

Comments
 (0)