Version Description
- Added: German translations
Download this release
Release Info
Developer | n7studios |
Plugin | Photo Gallery by Envira – Responsive Image Gallery for WordPress |
Version | 1.3.4.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.4.2 to 1.3.4.3
- config.codekit +6 -66
- envira-gallery-lite.php +2 -2
- languages/de_DE.mo +0 -0
- languages/de_DE.po +687 -0
- readme.txt +3 -0
config.codekit
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
|
3 |
-
"creatorBuild": "
|
4 |
"files": {
|
5 |
"\/assets\/css\/attachment-details-modal-support.css": {
|
6 |
"fileType": 16,
|
@@ -1001,10 +1001,6 @@
|
|
1001 |
}
|
1002 |
},
|
1003 |
"jsLintFlags2": {
|
1004 |
-
"ass": {
|
1005 |
-
"active": 0,
|
1006 |
-
"flagValue": -1
|
1007 |
-
},
|
1008 |
"bitwise": {
|
1009 |
"active": 0,
|
1010 |
"flagValue": -1
|
@@ -1013,15 +1009,7 @@
|
|
1013 |
"active": 1,
|
1014 |
"flagValue": -1
|
1015 |
},
|
1016 |
-
"
|
1017 |
-
"active": 0,
|
1018 |
-
"flagValue": -1
|
1019 |
-
},
|
1020 |
-
"continue": {
|
1021 |
-
"active": 0,
|
1022 |
-
"flagValue": -1
|
1023 |
-
},
|
1024 |
-
"debug": {
|
1025 |
"active": 0,
|
1026 |
"flagValue": -1
|
1027 |
},
|
@@ -1029,75 +1017,27 @@
|
|
1029 |
"active": 0,
|
1030 |
"flagValue": -1
|
1031 |
},
|
1032 |
-
"
|
1033 |
"active": 0,
|
1034 |
"flagValue": -1
|
1035 |
},
|
1036 |
-
"
|
1037 |
"active": 0,
|
1038 |
"flagValue": -1
|
1039 |
},
|
1040 |
-
"
|
1041 |
"active": 0,
|
1042 |
"flagValue": -1
|
1043 |
},
|
1044 |
-
"indent": {
|
1045 |
-
"active": 0,
|
1046 |
-
"flagValue": 4
|
1047 |
-
},
|
1048 |
"maxlen": {
|
1049 |
"active": 0,
|
1050 |
"flagValue": 150
|
1051 |
},
|
1052 |
-
"newcap": {
|
1053 |
-
"active": 0,
|
1054 |
-
"flagValue": -1
|
1055 |
-
},
|
1056 |
"node": {
|
1057 |
"active": 0,
|
1058 |
"flagValue": -1
|
1059 |
},
|
1060 |
-
"
|
1061 |
-
"active": 0,
|
1062 |
-
"flagValue": -1
|
1063 |
-
},
|
1064 |
-
"plusplus": {
|
1065 |
-
"active": 0,
|
1066 |
-
"flagValue": -1
|
1067 |
-
},
|
1068 |
-
"properties": {
|
1069 |
-
"active": 0,
|
1070 |
-
"flagValue": -1
|
1071 |
-
},
|
1072 |
-
"regexp": {
|
1073 |
-
"active": 0,
|
1074 |
-
"flagValue": -1
|
1075 |
-
},
|
1076 |
-
"rhino": {
|
1077 |
-
"active": 0,
|
1078 |
-
"flagValue": -1
|
1079 |
-
},
|
1080 |
-
"sloppy": {
|
1081 |
-
"active": 0,
|
1082 |
-
"flagValue": -1
|
1083 |
-
},
|
1084 |
-
"stupid": {
|
1085 |
-
"active": 0,
|
1086 |
-
"flagValue": -1
|
1087 |
-
},
|
1088 |
-
"sub": {
|
1089 |
-
"active": 0,
|
1090 |
-
"flagValue": -1
|
1091 |
-
},
|
1092 |
-
"todo": {
|
1093 |
-
"active": 0,
|
1094 |
-
"flagValue": -1
|
1095 |
-
},
|
1096 |
-
"unparam": {
|
1097 |
-
"active": 0,
|
1098 |
-
"flagValue": -1
|
1099 |
-
},
|
1100 |
-
"vars": {
|
1101 |
"active": 0,
|
1102 |
"flagValue": -1
|
1103 |
},
|
1 |
{
|
2 |
"CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
|
3 |
+
"creatorBuild": "19051",
|
4 |
"files": {
|
5 |
"\/assets\/css\/attachment-details-modal-support.css": {
|
6 |
"fileType": 16,
|
1001 |
}
|
1002 |
},
|
1003 |
"jsLintFlags2": {
|
|
|
|
|
|
|
|
|
1004 |
"bitwise": {
|
1005 |
"active": 0,
|
1006 |
"flagValue": -1
|
1009 |
"active": 1,
|
1010 |
"flagValue": -1
|
1011 |
},
|
1012 |
+
"couch": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1013 |
"active": 0,
|
1014 |
"flagValue": -1
|
1015 |
},
|
1017 |
"active": 0,
|
1018 |
"flagValue": -1
|
1019 |
},
|
1020 |
+
"es6": {
|
1021 |
"active": 0,
|
1022 |
"flagValue": -1
|
1023 |
},
|
1024 |
+
"eval": {
|
1025 |
"active": 0,
|
1026 |
"flagValue": -1
|
1027 |
},
|
1028 |
+
"for": {
|
1029 |
"active": 0,
|
1030 |
"flagValue": -1
|
1031 |
},
|
|
|
|
|
|
|
|
|
1032 |
"maxlen": {
|
1033 |
"active": 0,
|
1034 |
"flagValue": 150
|
1035 |
},
|
|
|
|
|
|
|
|
|
1036 |
"node": {
|
1037 |
"active": 0,
|
1038 |
"flagValue": -1
|
1039 |
},
|
1040 |
+
"this": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1041 |
"active": 0,
|
1042 |
"flagValue": -1
|
1043 |
},
|
envira-gallery-lite.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Envira Gallery is best responsive WordPress gallery plugin. This is the lite version.
|
6 |
* Author: Thomas Griffin
|
7 |
* Author URI: http://thomasgriffinmedia.com
|
8 |
-
* Version: 1.3.4.
|
9 |
* Text Domain: envira-gallery
|
10 |
* Domain Path: languages
|
11 |
*
|
@@ -54,7 +54,7 @@ class Envira_Gallery_Lite {
|
|
54 |
*
|
55 |
* @var string
|
56 |
*/
|
57 |
-
public $version = '1.3.4.
|
58 |
|
59 |
/**
|
60 |
* The name of the plugin.
|
5 |
* Description: Envira Gallery is best responsive WordPress gallery plugin. This is the lite version.
|
6 |
* Author: Thomas Griffin
|
7 |
* Author URI: http://thomasgriffinmedia.com
|
8 |
+
* Version: 1.3.4.3
|
9 |
* Text Domain: envira-gallery
|
10 |
* Domain Path: languages
|
11 |
*
|
54 |
*
|
55 |
* @var string
|
56 |
*/
|
57 |
+
public $version = '1.3.4.3';
|
58 |
|
59 |
/**
|
60 |
* The name of the plugin.
|
languages/de_DE.mo
ADDED
Binary file
|
languages/de_DE.po
ADDED
@@ -0,0 +1,687 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 Envira Gallery Lite
|
2 |
+
# This file is distributed under the same license as the Envira Gallery Lite package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Envira Gallery Lite 1.1.9\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/envira-gallery-lite\n"
|
7 |
+
"POT-Creation-Date: 2015-08-27 23:27+0200\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2015-09-01 16:47+0200\n"
|
12 |
+
"Language-Team: \n"
|
13 |
+
"X-Generator: Poedit 1.8.4\n"
|
14 |
+
"Last-Translator: Bernd M. Nieschalk <info@nieschalk.com>\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"Language: de_DE\n"
|
17 |
+
|
18 |
+
#: envira-gallery-lite.php:403
|
19 |
+
msgid ""
|
20 |
+
"Sorry, but your version of WordPress does not meet Envira Gallery's required "
|
21 |
+
"version of <strong>3.8</strong> to run properly. The plugin has been deactivated. "
|
22 |
+
"<a href=\"%s\">Click here to return to the Dashboard</a>."
|
23 |
+
msgstr ""
|
24 |
+
"Es tut uns leid, aber Ihre Version von Wordpress erfüllt nicht die für Envira "
|
25 |
+
"Galerie erforderlichen Voraussetzungen. Version <strong>3.8</strong> muss "
|
26 |
+
"mindestens ausgeführt werden. Das Plugin wurde deaktiviert. <a href=\"%s\">Klicken "
|
27 |
+
"Sie hier, um zum Dashboard zurückzukehren</a> ."
|
28 |
+
|
29 |
+
#: includes/admin/editor.php:75
|
30 |
+
msgid "Add Gallery"
|
31 |
+
msgstr "Galerie hinzufügen"
|
32 |
+
|
33 |
+
#: includes/admin/editor.php:130
|
34 |
+
msgid "Choose Your Gallery"
|
35 |
+
msgstr "Wählen Sie Ihre Galerie"
|
36 |
+
|
37 |
+
#: includes/admin/editor.php:146
|
38 |
+
msgid "Gallery ID #%s"
|
39 |
+
msgstr "Galerie ID #%s"
|
40 |
+
|
41 |
+
#: includes/admin/editor.php:161 includes/admin/metaboxes.php:499
|
42 |
+
#: includes/admin/metaboxes.php:888
|
43 |
+
msgid "Helpful Tips"
|
44 |
+
msgstr "Hilfreiche Tipps"
|
45 |
+
|
46 |
+
#: includes/admin/editor.php:162
|
47 |
+
msgid "Choosing Your Gallery"
|
48 |
+
msgstr "Wählen Sie Ihre Galerie"
|
49 |
+
|
50 |
+
#: includes/admin/editor.php:163
|
51 |
+
msgid ""
|
52 |
+
"To choose your gallery, simply click on one of the boxes to the left. The \"Insert "
|
53 |
+
"Gallery\" button will be activated once you have selected a gallery."
|
54 |
+
msgstr ""
|
55 |
+
"Um Ihre Galerie auszuwählen, klicken Sie einfach auf eines der Kästchen auf der "
|
56 |
+
"linken Seite. Die Schaltfläche \"Galerie einfügen\" wird freigeschaltet, sobald "
|
57 |
+
"Sie eine Galerie ausgewählt haben."
|
58 |
+
|
59 |
+
#: includes/admin/editor.php:164
|
60 |
+
msgid "Inserting Your Gallery"
|
61 |
+
msgstr "Ihre Galerie einfügen"
|
62 |
+
|
63 |
+
#: includes/admin/editor.php:165
|
64 |
+
msgid ""
|
65 |
+
"To insert your gallery into the editor, click on the \"Insert Gallery\" button "
|
66 |
+
"below."
|
67 |
+
msgstr ""
|
68 |
+
"Um Ihre Galerie in den Editor einzufügen, klicken Sie auf den Button \"Galerie "
|
69 |
+
"einfügen\"."
|
70 |
+
|
71 |
+
#: includes/admin/editor.php:177
|
72 |
+
msgid "Cancel Gallery Insertion"
|
73 |
+
msgstr "Galerie nicht einfügen"
|
74 |
+
|
75 |
+
#: includes/admin/editor.php:180
|
76 |
+
msgid "Insert Gallery"
|
77 |
+
msgstr "Galerie einfügen"
|
78 |
+
|
79 |
+
#: includes/admin/media.php:63
|
80 |
+
msgid ""
|
81 |
+
"The web browser on your device cannot be used to upload files. You may be able to "
|
82 |
+
"use the <a href=\"%s\">native app for your device</a> instead."
|
83 |
+
msgstr ""
|
84 |
+
"Ihr Webbrowser kann keine Dateien hochladen. Versuchen Sie es mit der <a href=\"%s"
|
85 |
+
"\">integrierten App</a>."
|
86 |
+
|
87 |
+
#: includes/admin/media.php:105
|
88 |
+
msgid "Drop images here"
|
89 |
+
msgstr "Bilder hierher ziehen"
|
90 |
+
|
91 |
+
#: includes/admin/media.php:106
|
92 |
+
msgctxt "Uploader: Drop images here - or - Select Images"
|
93 |
+
msgid "or"
|
94 |
+
msgstr "oder"
|
95 |
+
|
96 |
+
#: includes/admin/media.php:108
|
97 |
+
msgid "Select Images"
|
98 |
+
msgstr "Bilder auswählen"
|
99 |
+
|
100 |
+
#: includes/admin/media.php:118 includes/admin/media.php:120
|
101 |
+
msgid "Upload"
|
102 |
+
msgstr "Hochladen"
|
103 |
+
|
104 |
+
#: includes/admin/media.php:121
|
105 |
+
msgid "Cancel"
|
106 |
+
msgstr "Abbrechen"
|
107 |
+
|
108 |
+
#: includes/admin/media.php:127
|
109 |
+
msgid "Maximum upload file size: %d%s."
|
110 |
+
msgstr "Maximale Dateigröße: %d%s."
|
111 |
+
|
112 |
+
#: includes/admin/media.php:132
|
113 |
+
msgid ""
|
114 |
+
"Your browser has some limitations uploading large files with the multi-file "
|
115 |
+
"uploader. Please use the browser uploader for files over 100MB."
|
116 |
+
msgstr ""
|
117 |
+
"Ihr Browser weist Beschränkungen bezüglich des Uploads von großen Dateien auf. "
|
118 |
+
"Benutzen Sie den Browser-Uploader für Dateien mit mehr als 100MB."
|
119 |
+
|
120 |
+
#: includes/admin/metaboxes.php:119
|
121 |
+
msgid "Click Here to Insert from Other Image Sources"
|
122 |
+
msgstr "Klicken Sie hier, um Bilder aus anderen Quellen einzufügen"
|
123 |
+
|
124 |
+
#: includes/admin/metaboxes.php:121
|
125 |
+
msgid "You must select a file to import before continuing."
|
126 |
+
msgstr "Wählen Sie zuerst eine Datei bevor Sie fortfahren."
|
127 |
+
|
128 |
+
#: includes/admin/metaboxes.php:123
|
129 |
+
msgid "Inserting..."
|
130 |
+
msgstr "Füge ein..."
|
131 |
+
|
132 |
+
#: includes/admin/metaboxes.php:129
|
133 |
+
msgid "Are you sure you want to remove this image from the gallery?"
|
134 |
+
msgstr "Wollen Sie dieses Bild wirklich aus der Galerie entfernen?"
|
135 |
+
|
136 |
+
#: includes/admin/metaboxes.php:132
|
137 |
+
msgid "Saving..."
|
138 |
+
msgstr "Speichere..."
|
139 |
+
|
140 |
+
#: includes/admin/metaboxes.php:181
|
141 |
+
msgid "Allowed Files"
|
142 |
+
msgstr "Erlaubte Dateien"
|
143 |
+
|
144 |
+
#: includes/admin/metaboxes.php:245
|
145 |
+
msgid "Envira Gallery Settings"
|
146 |
+
msgstr "Envira Galerie Einstellungen"
|
147 |
+
|
148 |
+
#: includes/admin/metaboxes.php:350 includes/admin/metaboxes.php:461
|
149 |
+
msgid "Images"
|
150 |
+
msgstr "Bilder"
|
151 |
+
|
152 |
+
#: includes/admin/metaboxes.php:351
|
153 |
+
msgid "Config"
|
154 |
+
msgstr "Konfiguration"
|
155 |
+
|
156 |
+
#: includes/admin/metaboxes.php:352
|
157 |
+
msgid "Lightbox"
|
158 |
+
msgstr "Leuchtkasten"
|
159 |
+
|
160 |
+
#: includes/admin/metaboxes.php:357
|
161 |
+
msgid "Misc"
|
162 |
+
msgstr "Diverses"
|
163 |
+
|
164 |
+
#: includes/admin/metaboxes.php:374
|
165 |
+
msgid ""
|
166 |
+
"<em>Want to make your gallery workflow even better?</em> By upgrading to Envira "
|
167 |
+
"Pro, you can get access to numerous other features, including: <strong>a fully "
|
168 |
+
"featured gallery widget</strong>, <strong>complete gallery API</strong>, "
|
169 |
+
"<strong>powerful gallery documentation</strong>, <strong>full mobile and Retina "
|
170 |
+
"support</strong>, <strong>dedicated customer support</strong> and so much more! <a "
|
171 |
+
"href=\"http://enviragallery.com/lite/?"
|
172 |
+
"utm_source=liteplugin&utm_medium=link&utm_campaign=WordPress\" title=\"Click here "
|
173 |
+
"to upgrade to Envira Pro!\" target=\"_blank\">Click here to upgrade to Envira Pro!"
|
174 |
+
"</a>"
|
175 |
+
msgstr ""
|
176 |
+
"<em>Wollen Sie Ihren Workflow weiter verbessern?</em> Wenn Sie auf Envira Pro "
|
177 |
+
"upgraden, bekommen Sie Zugriff auf viele weitere Features, inkl. <strong>einem "
|
178 |
+
"Galerie-Widget</strong>, <strong>Komplettes API</strong>, <strong>umfangreiche "
|
179 |
+
"Dokumentation</strong>, <strong>voller Mobil- und Retina-Support</strong>, "
|
180 |
+
"<strong>besserer Kundenservice</strong> und vieles mehr! <a href=\"http://"
|
181 |
+
"enviragallery.com/lite/?"
|
182 |
+
"utm_source=liteplugin&utm_medium=link&utm_campaign=WordPress\" title=\"Klicken Sie "
|
183 |
+
"hier, um auf Envira Pro umzusteigen!\" target=\"_blank\">Klicken Sie hier, um auf "
|
184 |
+
"Envira Pro umzusteigen!</a>"
|
185 |
+
|
186 |
+
#: includes/admin/metaboxes.php:421
|
187 |
+
msgid "(click the icon to open and close the overlay dialog)"
|
188 |
+
msgstr "(Aufs Icon klicken, um den Dialog ein- oder auszublenden)"
|
189 |
+
|
190 |
+
#: includes/admin/metaboxes.php:422
|
191 |
+
msgid "Click here to view meta information about this gallery."
|
192 |
+
msgstr "Hier klicken, um Meta-Informationen zu dieser Galerie zu erhalten."
|
193 |
+
|
194 |
+
#: includes/admin/metaboxes.php:424
|
195 |
+
msgid ""
|
196 |
+
"You can place this gallery anywhere into your posts, pages, custom post types or "
|
197 |
+
"widgets by using the shortcode(s) below:"
|
198 |
+
msgstr ""
|
199 |
+
"Sie können diese Galerie überall in Ihre Beiträge, Seiten, benutzerdefinierte "
|
200 |
+
"Posts oder Widgets platzieren, mit dem/n Shortcode(s) unten:"
|
201 |
+
|
202 |
+
#: includes/admin/metaboxes.php:429
|
203 |
+
msgid ""
|
204 |
+
"You can also place this gallery into your template files by using the template "
|
205 |
+
"tag(s) below:"
|
206 |
+
msgstr ""
|
207 |
+
"Sie können diese Galerie auch in Ihre Vorlagendateien platzieren, mithilfe des/der "
|
208 |
+
"Vorlage-Tags unten:"
|
209 |
+
|
210 |
+
#: includes/admin/metaboxes.php:457 includes/admin/metaboxes.php:511
|
211 |
+
msgid "Insert Images into Gallery"
|
212 |
+
msgstr "Bilder in Galerie einfügen"
|
213 |
+
|
214 |
+
#: includes/admin/metaboxes.php:471
|
215 |
+
msgid "Search"
|
216 |
+
msgstr "Suchen"
|
217 |
+
|
218 |
+
#: includes/admin/metaboxes.php:474
|
219 |
+
msgid "Load More Images from Library"
|
220 |
+
msgstr "Mehr Bilder aus der Bibliothek laden"
|
221 |
+
|
222 |
+
#: includes/admin/metaboxes.php:500
|
223 |
+
msgid "Selecting Images"
|
224 |
+
msgstr "Bilder auswählen"
|
225 |
+
|
226 |
+
#: includes/admin/metaboxes.php:501
|
227 |
+
msgid ""
|
228 |
+
"You can insert any image from your Media Library into your gallery. If the image "
|
229 |
+
"you want to insert is not shown on the screen, you can either click on the \"Load "
|
230 |
+
"More Images from Library\" button to load more images or use the search box to "
|
231 |
+
"find the images you are looking for."
|
232 |
+
msgstr ""
|
233 |
+
"Sie können jedes Bild aus der Medienbibliothek in Ihre Galerie einfügen. Wenn das "
|
234 |
+
"Bild, das Sie einfügen möchten, nicht auf dem Bildschirm angezeigt wird, klicken "
|
235 |
+
"Sie entweder auf \"Weitere Bilder aus Bibliothek laden\", um weitere Bilder zu "
|
236 |
+
"laden oder verwenden Sie das Suchfeld um die Bilder zu finden, die Sie suchen."
|
237 |
+
|
238 |
+
#: includes/admin/metaboxes.php:536
|
239 |
+
msgid ""
|
240 |
+
"The settings below adjust the basic configuration options for the gallery lightbox "
|
241 |
+
"display."
|
242 |
+
msgstr ""
|
243 |
+
"Mit den folgenden Einstellungen passen Sie die grundlegenden "
|
244 |
+
"Konfigurationsoptionen für die Leuchtkasten-Anzeige an."
|
245 |
+
|
246 |
+
#: includes/admin/metaboxes.php:541
|
247 |
+
msgid "Number of Gallery Columns"
|
248 |
+
msgstr "Anzahl der Spalten"
|
249 |
+
|
250 |
+
#: includes/admin/metaboxes.php:549
|
251 |
+
msgid "Determines the number of columns in the gallery."
|
252 |
+
msgstr "Legt die Anzahl der Spalten in der Galerie fest."
|
253 |
+
|
254 |
+
#: includes/admin/metaboxes.php:554
|
255 |
+
msgid "Gallery Theme"
|
256 |
+
msgstr "Galerie-Theme"
|
257 |
+
|
258 |
+
#: includes/admin/metaboxes.php:562
|
259 |
+
msgid "Sets the theme for the gallery display."
|
260 |
+
msgstr "Legt das Theme für die Galerie fest."
|
261 |
+
|
262 |
+
#: includes/admin/metaboxes.php:567
|
263 |
+
msgid "Column Gutter Width"
|
264 |
+
msgstr "Spaltenbundstegbreite"
|
265 |
+
|
266 |
+
#: includes/admin/metaboxes.php:571
|
267 |
+
msgid "Sets the space between the columns (defaults to 10)."
|
268 |
+
msgstr "Stellt den Abstand zwischen den Spalten (standardmäßig 10) ein."
|
269 |
+
|
270 |
+
#: includes/admin/metaboxes.php:576
|
271 |
+
msgid "Margin Below Each Image"
|
272 |
+
msgstr "Abstand unter jedem Bild"
|
273 |
+
|
274 |
+
#: includes/admin/metaboxes.php:580
|
275 |
+
msgid "Sets the space below each item in the gallery."
|
276 |
+
msgstr "Legt den Abstand unter jedem Bild der Galerie fest."
|
277 |
+
|
278 |
+
#: includes/admin/metaboxes.php:585
|
279 |
+
msgid "Crop Images in Gallery?"
|
280 |
+
msgstr "Bilder in der Galerie zuschneiden?"
|
281 |
+
|
282 |
+
#: includes/admin/metaboxes.php:589
|
283 |
+
msgid "Enables or disables image cropping for the main gallery images."
|
284 |
+
msgstr "Aktiviert oder deaktiviert das Zuschneiden für die Galeriebilder."
|
285 |
+
|
286 |
+
#: includes/admin/metaboxes.php:594
|
287 |
+
msgid "Crop Dimensions"
|
288 |
+
msgstr "Bilder beschneiden"
|
289 |
+
|
290 |
+
#: includes/admin/metaboxes.php:598
|
291 |
+
msgid ""
|
292 |
+
"You should adjust these dimensions based on the number of columns in your gallery."
|
293 |
+
msgstr ""
|
294 |
+
"Sie sollten die Dimensionen basierend auf der Anzahl der Spalten in Ihrer Galerie "
|
295 |
+
"anpassen."
|
296 |
+
|
297 |
+
#: includes/admin/metaboxes.php:605
|
298 |
+
msgid ""
|
299 |
+
"<em>Want to do even more with your gallery display?</em> By upgrading to Envira "
|
300 |
+
"Pro, you can get access to numerous other gallery display features, including: "
|
301 |
+
"<strong>custom image tagging and filtering</strong>, <strong>mobile specific image "
|
302 |
+
"assets for blazing fast load times</strong>, <strong>dedicated and unique gallery "
|
303 |
+
"URLs</strong>, <strong>custom gallery themes</strong>, <strong>gallery thumbnail "
|
304 |
+
"support</strong> and so much more! <a href=\"http://enviragallery.com/lite/?"
|
305 |
+
"utm_source=liteplugin&utm_medium=link&utm_campaign=WordPress\" title=\"Click here "
|
306 |
+
"to upgrade to Envira Pro!\" target=\"_blank\">Click here to upgrade to Envira Pro!"
|
307 |
+
"</a>"
|
308 |
+
msgstr ""
|
309 |
+
"<em>Möchten Sie noch mehr mit Ihrer Galerie machen?</em> Durch ein Upgrade auf "
|
310 |
+
"Envira Pro erhalten Sie Zugriff auf zahlreiche andere Features, einschließlich: "
|
311 |
+
"<strong>benutzerdefiniertes Taggen und Filtern</strong>, <strong>verbesserte "
|
312 |
+
"Bildverwaltung für Mobilgeräte mit rasend schnellen Ladezeiten</strong>, "
|
313 |
+
"<strong>spezielle und einzigartige Galerie URLs</strong>, "
|
314 |
+
"<strong>benutzerdefinierte Galerie Themes</strong>, <strong>Galerie-Thumbnail-"
|
315 |
+
"Unterstützung</strong> und vieles mehr! <a href=\"http://enviragallery.com/lite/?"
|
316 |
+
"utm_source=liteplugin&utm_medium=link&utm_campaign=WordPress\" title=\"Klicken Sie "
|
317 |
+
"hier, um auf Envira Pro zu aktualisieren!\" target=\"_blank\">Klicken Sie hier, um "
|
318 |
+
"auf Envira Pro zu aktualisieren!</a>"
|
319 |
+
|
320 |
+
#: includes/admin/metaboxes.php:623
|
321 |
+
msgid "The settings below adjust the lightbox outputs and displays."
|
322 |
+
msgstr ""
|
323 |
+
"Mit den folgenden Einstellungen passen den Leuchtkasten und die Bildanzeige an."
|
324 |
+
|
325 |
+
#: includes/admin/metaboxes.php:628
|
326 |
+
msgid "Gallery Lightbox Theme"
|
327 |
+
msgstr "Leuchtkasten-Theme"
|
328 |
+
|
329 |
+
#: includes/admin/metaboxes.php:636
|
330 |
+
msgid "Sets the theme for the gallery lightbox display."
|
331 |
+
msgstr "Legt das Theme für den Leuchtkasten fest."
|
332 |
+
|
333 |
+
#: includes/admin/metaboxes.php:643
|
334 |
+
msgid ""
|
335 |
+
"<em>Want even more fine tuned control over your lightbox display?</em> By "
|
336 |
+
"upgrading to Envira Pro, you can get access to numerous other lightbox features, "
|
337 |
+
"including: <strong>custom lightbox titles</strong>, <strong>enable/disable "
|
338 |
+
"lightbox controls (arrow, keyboard and mousehweel navigation)</strong>, "
|
339 |
+
"<strong>custom lightbox transition effects</strong>, <strong>native fullscreen "
|
340 |
+
"support</strong>, <strong>gallery deeplinking</strong>, <strong>image protection</"
|
341 |
+
"strong>, <strong>lightbox supersize effects</strong>, <strong>lightbox slideshows</"
|
342 |
+
"strong> and so much more! <a href=\"http://enviragallery.com/lite/?"
|
343 |
+
"utm_source=liteplugin&utm_medium=link&utm_campaign=WordPress\" title=\"Click here "
|
344 |
+
"to upgrade to Envira Pro!\" target=\"_blank\">Click here to upgrade to Envira Pro!"
|
345 |
+
"</a>"
|
346 |
+
msgstr ""
|
347 |
+
"<em>Möchten Sie noch bessere Kontrolle über die Darstellung des Leuchtkastens?</"
|
348 |
+
"em> Wenn Sie jetzt auf Envira Pro ugraden, bekommen Sie viele weitere Features, "
|
349 |
+
"unter anderem: <strong>Eigene Titel für Leuchtkästen</strong>, "
|
350 |
+
"<strong>Leuchtkasten-Steuerung ein-/ausschalten (Pfeile, Tastatur- und "
|
351 |
+
"Mausnavigation)</strong>, <strong>eigene Übergangseffekte</strong>, "
|
352 |
+
"<strong>nativer Fullscreen-Modus</strong>, <strong>Galerie-Deeplinking</strong>, "
|
353 |
+
"<strong>Schutz der angezeigten Bilder</strong>, <strong>Leuchtkasten Effekte</"
|
354 |
+
"strong>, <strong>Leuchtkasten-Diashows</strong> und vieles mehr! <a href=\"http://"
|
355 |
+
"enviragallery.com/lite/?"
|
356 |
+
"utm_source=liteplugin&utm_medium=link&utm_campaign=WordPress\" title=\"Hier "
|
357 |
+
"klicken, um auf die Pro-Version umzusteigen!\" target=\"_blank\">Hier klicken, um "
|
358 |
+
"auf die Pro-Version umzusteigen!</a>"
|
359 |
+
|
360 |
+
#: includes/admin/metaboxes.php:661
|
361 |
+
msgid ""
|
362 |
+
"The settings below adjust the miscellaneous settings for the gallery lightbox "
|
363 |
+
"display."
|
364 |
+
msgstr ""
|
365 |
+
"Die folgenden Optionen ermöglichen unterschiedliche Einstellungen für die "
|
366 |
+
"Leuchtkasten-Anzeige."
|
367 |
+
|
368 |
+
#: includes/admin/metaboxes.php:666
|
369 |
+
msgid "Gallery Title"
|
370 |
+
msgstr "Galerie-Titel"
|
371 |
+
|
372 |
+
#: includes/admin/metaboxes.php:670
|
373 |
+
msgid "Internal gallery title for identification in the admin."
|
374 |
+
msgstr "Interner Galerie-Titel zur Identifizierung im Admin-Bereich."
|
375 |
+
|
376 |
+
#: includes/admin/metaboxes.php:675
|
377 |
+
msgid "Gallery Slug"
|
378 |
+
msgstr "Galerie-Slug"
|
379 |
+
|
380 |
+
#: includes/admin/metaboxes.php:679
|
381 |
+
msgid ""
|
382 |
+
"<strong>Unique</strong> internal gallery slug for identification and advanced "
|
383 |
+
"gallery queries."
|
384 |
+
msgstr ""
|
385 |
+
"<strong>Einzigartiger</strong> interner Galerie-Slug zur Identifizierung und "
|
386 |
+
"erweiterte Abfragen."
|
387 |
+
|
388 |
+
#: includes/admin/metaboxes.php:684
|
389 |
+
msgid "Custom Gallery Classes"
|
390 |
+
msgstr "Benutzerdefinierte CSS-Klassen"
|
391 |
+
|
392 |
+
#: includes/admin/metaboxes.php:687
|
393 |
+
msgid "Enter custom gallery CSS classes here, one per line."
|
394 |
+
msgstr ""
|
395 |
+
"Geben Sie hier benutzerdefinierte CSS-Klassen für die Galerie ein, jeweils eine "
|
396 |
+
"pro Zeile."
|
397 |
+
|
398 |
+
#: includes/admin/metaboxes.php:688
|
399 |
+
msgid "Adds custom CSS classes to this gallery. Enter one class per line."
|
400 |
+
msgstr ""
|
401 |
+
"Fügt benutzerdefinierte CSS-Klassen für die Galerie ein, jeweils eine pro Zeile."
|
402 |
+
|
403 |
+
#: includes/admin/metaboxes.php:695
|
404 |
+
msgid ""
|
405 |
+
"<em>Want to take your galleries further?</em> By upgrading to Envira Pro, you can "
|
406 |
+
"get access to numerous other features, including: <strong>a fully-integrated "
|
407 |
+
"import/export module for your galleries</strong>, <strong>custom CSS controls for "
|
408 |
+
"each gallery</strong> and so much more! <a href=\"http://enviragallery.com/lite/?"
|
409 |
+
"utm_source=liteplugin&utm_medium=link&utm_campaign=WordPress\" title=\"Click here "
|
410 |
+
"to upgrade to Envira Pro!\" target=\"_blank\">Click here to upgrade to Envira Pro!"
|
411 |
+
"</a>"
|
412 |
+
msgstr ""
|
413 |
+
"<em>Wollen Sie noch mehr mit Ihren Galerien machen?</em> Indem Sie auf Envira Pro "
|
414 |
+
"umsteigen, bekommen Sie viele weitere Features, inklusive: <strong>Ein voll "
|
415 |
+
"integriertes Import/Export-Modul für Ihre Galerien</strong>, <strong>eigenes CSS "
|
416 |
+
"für jede Galerie</strong> und vieles mehr! <a href=\"http://enviragallery.com/"
|
417 |
+
"lite/?utm_source=liteplugin&utm_medium=link&utm_campaign=WordPress\" title=\"Hier "
|
418 |
+
"klicken, um auf die Pro-Version aufzurüsten!\" target=\"_blank\">Hier klicken, um "
|
419 |
+
"auf die Pro-Version aufzurüsten!</a>"
|
420 |
+
|
421 |
+
#: includes/admin/metaboxes.php:815
|
422 |
+
msgid "Remove Image from Gallery?"
|
423 |
+
msgstr "Bild aus Galerie entfernen?"
|
424 |
+
|
425 |
+
#: includes/admin/metaboxes.php:816
|
426 |
+
msgid "Modify Image"
|
427 |
+
msgstr "Bild ändern"
|
428 |
+
|
429 |
+
#: includes/admin/metaboxes.php:843
|
430 |
+
msgid "Edit Metadata"
|
431 |
+
msgstr "Metadaten editieren"
|
432 |
+
|
433 |
+
#: includes/admin/metaboxes.php:853
|
434 |
+
msgid "Image Title"
|
435 |
+
msgstr "Bildtitel"
|
436 |
+
|
437 |
+
#: includes/admin/metaboxes.php:864
|
438 |
+
msgid "Image titles can take any type of HTML."
|
439 |
+
msgstr "Bildtitel dürfen jede Art von HTML enthalten."
|
440 |
+
|
441 |
+
#: includes/admin/metaboxes.php:868 includes/admin/metaboxes.php:891
|
442 |
+
msgid "Image Alt Text"
|
443 |
+
msgstr "Alt Text des Bildes"
|
444 |
+
|
445 |
+
#: includes/admin/metaboxes.php:871
|
446 |
+
msgid "The image alt text is used for SEO. You should probably fill this one out!"
|
447 |
+
msgstr "Der Alt-Text wird für SEO benutzt. Sie sollten das vielleicht ausfüllen!"
|
448 |
+
|
449 |
+
#: includes/admin/metaboxes.php:875
|
450 |
+
msgid "Image Hyperlink"
|
451 |
+
msgstr "Bild-Hyperlink"
|
452 |
+
|
453 |
+
#: includes/admin/metaboxes.php:878
|
454 |
+
msgid ""
|
455 |
+
"The image hyperlink determines what opens up in the lightbox once the image is "
|
456 |
+
"clicked. If this link is set to a regular web page, it will go to that page. "
|
457 |
+
"Defaults to a larger version of the image itself."
|
458 |
+
msgstr ""
|
459 |
+
"Der Bild-Hyperlink bestimmt, was in der Lightbox geöffnet wird, sobald das Bild "
|
460 |
+
"geklickt wird. Wenn dieser Link zu einer normalen Webseite führt, wird er auf die "
|
461 |
+
"entsprechende Seite gehen. Der Standardwert ist eine größere Version des Bildes "
|
462 |
+
"selbst."
|
463 |
+
|
464 |
+
#: includes/admin/metaboxes.php:889
|
465 |
+
msgid "Image Titles"
|
466 |
+
msgstr "Bildertitel"
|
467 |
+
|
468 |
+
#: includes/admin/metaboxes.php:890
|
469 |
+
msgid ""
|
470 |
+
"Image titles can take any type of HTML. You can adjust the position of the titles "
|
471 |
+
"in the main Lightbox settings."
|
472 |
+
msgstr ""
|
473 |
+
"Bildtitel dürfen jede Art von HTML enthalten. Sie können die Position der Titel in "
|
474 |
+
"den Einstellungen für den Leuchtkasten festlegen."
|
475 |
+
|
476 |
+
#: includes/admin/metaboxes.php:892
|
477 |
+
msgid ""
|
478 |
+
"The image alt text field is used for accessibility and SEO, and describes your "
|
479 |
+
"image."
|
480 |
+
msgstr "Das Alt-Textfeld dient zur Barrierefreiheit und SEO und beschreibt Ihr Bild."
|
481 |
+
|
482 |
+
#: includes/admin/metaboxes.php:893
|
483 |
+
msgid "Image Hyperlinks"
|
484 |
+
msgstr "Bild-Hyperlinks"
|
485 |
+
|
486 |
+
#: includes/admin/metaboxes.php:894
|
487 |
+
msgid ""
|
488 |
+
"The image hyperlink field is used when you click on an image in the gallery. It "
|
489 |
+
"determines what is displayed in the lightbox view. It could be a larger version of "
|
490 |
+
"the image, a video, or some other form of content."
|
491 |
+
msgstr ""
|
492 |
+
"Das Bild-Hyperlink-Feld wird verwendet, wenn Sie auf ein Bild in der Galerie "
|
493 |
+
"klicken. Es bestimmt, was in der Leuchtkasten-Ansicht angezeigt wird. Es könnte "
|
494 |
+
"eine größere Version des Bildes, ein Video oder ein anderer Inhalt sein."
|
495 |
+
|
496 |
+
#: includes/admin/metaboxes.php:895
|
497 |
+
msgid "Saving and Exiting"
|
498 |
+
msgstr "Speichere und beende"
|
499 |
+
|
500 |
+
#: includes/admin/metaboxes.php:896
|
501 |
+
msgid ""
|
502 |
+
"Click on the button below to save your image metadata. You can close this window "
|
503 |
+
"by either clicking on the \"X\" above or hitting the <code>esc</code> key on your "
|
504 |
+
"keyboard."
|
505 |
+
msgstr ""
|
506 |
+
"Klicken Sie auf die Schaltfläche unten, um Ihre Bild-Metadaten zu speichern. Sie "
|
507 |
+
"können dieses Fenster schließen, indem Sie entweder oben auf das \"X\" klicken "
|
508 |
+
"oder die <code>Esc</code>-Taste auf Ihrer Tastatur drücken."
|
509 |
+
|
510 |
+
#: includes/admin/metaboxes.php:904
|
511 |
+
msgid "Save Metadata"
|
512 |
+
msgstr "Metadaten speichern"
|
513 |
+
|
514 |
+
#: includes/admin/posttype.php:76
|
515 |
+
msgid "Title"
|
516 |
+
msgstr "Titel"
|
517 |
+
|
518 |
+
#: includes/admin/posttype.php:77
|
519 |
+
msgid "Shortcode"
|
520 |
+
msgstr "Shortcode"
|
521 |
+
|
522 |
+
#: includes/admin/posttype.php:78
|
523 |
+
msgid "Function"
|
524 |
+
msgstr "Funktion"
|
525 |
+
|
526 |
+
#: includes/admin/posttype.php:79
|
527 |
+
msgid "Number of Images"
|
528 |
+
msgstr "Anzahl der Bilder"
|
529 |
+
|
530 |
+
#: includes/admin/posttype.php:80
|
531 |
+
msgid "Last Modified"
|
532 |
+
msgstr "Zuletzt geändert"
|
533 |
+
|
534 |
+
#: includes/admin/posttype.php:81
|
535 |
+
msgid "Date"
|
536 |
+
msgstr "Datum"
|
537 |
+
|
538 |
+
#: includes/admin/posttype.php:158 includes/admin/posttype.php:161
|
539 |
+
msgid "Envira gallery updated."
|
540 |
+
msgstr "Envira Galerie wurde aktualisiert."
|
541 |
+
|
542 |
+
#: includes/admin/posttype.php:159
|
543 |
+
msgid "Envira gallery custom field updated."
|
544 |
+
msgstr "Benutzerdefiniertes Feld wurde aktualisiert."
|
545 |
+
|
546 |
+
#: includes/admin/posttype.php:160
|
547 |
+
msgid "Envira gallery custom field deleted."
|
548 |
+
msgstr "Benutzerdefiniertes Feld wurde gelöscht."
|
549 |
+
|
550 |
+
#: includes/admin/posttype.php:162
|
551 |
+
msgid "Envira gallery restored to revision from %s."
|
552 |
+
msgstr "Galerie wurde auf Version %s zurückgesetzt."
|
553 |
+
|
554 |
+
#: includes/admin/posttype.php:163
|
555 |
+
msgid "Envira gallery published."
|
556 |
+
msgstr "Envira Galerie wurde veröffentlicht."
|
557 |
+
|
558 |
+
#: includes/admin/posttype.php:164
|
559 |
+
msgid "Envira gallery saved."
|
560 |
+
msgstr "Envira Galerie wurde gespeichert."
|
561 |
+
|
562 |
+
#: includes/admin/posttype.php:165
|
563 |
+
msgid "Envira gallery submitted."
|
564 |
+
msgstr "Envira Galerie wurde eingereicht."
|
565 |
+
|
566 |
+
#: includes/admin/posttype.php:166
|
567 |
+
msgid "Envira gallery scheduled for: <strong>%1$s</strong>."
|
568 |
+
msgstr "Galerie geplant für: <strong>%1$s</strong>."
|
569 |
+
|
570 |
+
#: includes/admin/posttype.php:166
|
571 |
+
msgid "M j, Y @ G:i"
|
572 |
+
msgstr "M j, Y @ G:i"
|
573 |
+
|
574 |
+
#: includes/admin/posttype.php:167
|
575 |
+
msgid "Envira gallery draft updated."
|
576 |
+
msgstr "Entwurf wurde aktualisiert."
|
577 |
+
|
578 |
+
#: includes/global/common.php:63
|
579 |
+
msgid "One Column (1)"
|
580 |
+
msgstr "Eine Spalte (1)"
|
581 |
+
|
582 |
+
#: includes/global/common.php:67
|
583 |
+
msgid "Two Columns (2)"
|
584 |
+
msgstr "Zwei Spalten (2)"
|
585 |
+
|
586 |
+
#: includes/global/common.php:71
|
587 |
+
msgid "Three Columns (3)"
|
588 |
+
msgstr "Drei Spalten (3)"
|
589 |
+
|
590 |
+
#: includes/global/common.php:75
|
591 |
+
msgid "Four Columns (4)"
|
592 |
+
msgstr "Vier Spalten (4)"
|
593 |
+
|
594 |
+
#: includes/global/common.php:79
|
595 |
+
msgid "Five Columns (5)"
|
596 |
+
msgstr "Fünf Spalten (5)"
|
597 |
+
|
598 |
+
#: includes/global/common.php:83
|
599 |
+
msgid "Six Columns (6)"
|
600 |
+
msgstr "Sechs Spalten (6)"
|
601 |
+
|
602 |
+
#: includes/global/common.php:103 includes/global/common.php:124
|
603 |
+
msgid "Base"
|
604 |
+
msgstr "Base"
|
605 |
+
|
606 |
+
#: includes/global/common.php:225
|
607 |
+
msgid ""
|
608 |
+
"No image editor could be selected. Please verify with your webhost that you have "
|
609 |
+
"either the GD or Imagick image library compiled with your PHP install on your "
|
610 |
+
"server."
|
611 |
+
msgstr ""
|
612 |
+
"Kein Bildeditor konnte ausgewählt werden. Bitte fragen Sie Ihren Serveranbieter, "
|
613 |
+
"ob Sie \"GD\" oder die \"Imagick image library\" in Ihrer PHP-Installation auf dem "
|
614 |
+
"Server haben."
|
615 |
+
|
616 |
+
#: includes/global/common.php:328
|
617 |
+
msgid "No image URL specified for cropping."
|
618 |
+
msgstr "Keine Bild-URL zum Zuschneiden ausgewählt."
|
619 |
+
|
620 |
+
#: includes/global/common.php:347
|
621 |
+
msgid "No file could be found for the image URL specified."
|
622 |
+
msgstr "Keine Datei für die angegebene Bild-URL gefunden."
|
623 |
+
|
624 |
+
#: includes/global/common.php:355 includes/global/common.php:367
|
625 |
+
msgid "The dimensions of the original image could not be retrieved for cropping."
|
626 |
+
msgstr "Die Abmessungen des Originalbildes konnten nicht gelesen werden."
|
627 |
+
|
628 |
+
#: includes/global/posttype.php:52 includes/global/posttype.php:53
|
629 |
+
#: includes/global/posttype.php:63
|
630 |
+
msgid "Envira Gallery"
|
631 |
+
msgstr "Envira-Galerie"
|
632 |
+
|
633 |
+
#: includes/global/posttype.php:54
|
634 |
+
msgid "Add New"
|
635 |
+
msgstr "Neu hinzufügen"
|
636 |
+
|
637 |
+
#: includes/global/posttype.php:55
|
638 |
+
msgid "Add New Envira Gallery"
|
639 |
+
msgstr "Neue Envira-Galerie hinzufügen"
|
640 |
+
|
641 |
+
#: includes/global/posttype.php:56
|
642 |
+
msgid "Edit Envira Gallery"
|
643 |
+
msgstr "Envira Galerie bearbeiten"
|
644 |
+
|
645 |
+
#: includes/global/posttype.php:57
|
646 |
+
msgid "New Envira Gallery"
|
647 |
+
msgstr "Neue Envira-Galerie"
|
648 |
+
|
649 |
+
#: includes/global/posttype.php:58
|
650 |
+
msgid "View Envira Gallery"
|
651 |
+
msgstr "Envira-Galerie ansehen"
|
652 |
+
|
653 |
+
#: includes/global/posttype.php:59
|
654 |
+
msgid "Search Envira Galleries"
|
655 |
+
msgstr "Envira-Galerien suchen"
|
656 |
+
|
657 |
+
#: includes/global/posttype.php:60
|
658 |
+
msgid "No Envira galleries found."
|
659 |
+
msgstr "Keine Envira-Galerien gefunden."
|
660 |
+
|
661 |
+
#: includes/global/posttype.php:61
|
662 |
+
msgid "No Envira galleries found in trash."
|
663 |
+
msgstr "Keine Envira-Galerien im Mülleimer gefunden."
|
664 |
+
|
665 |
+
#. Plugin Name of the plugin/theme
|
666 |
+
msgid "Envira Gallery Lite"
|
667 |
+
msgstr "Envira-Galerie Lite"
|
668 |
+
|
669 |
+
#. Plugin URI of the plugin/theme
|
670 |
+
msgid "http://enviragallery.com"
|
671 |
+
msgstr "http://enviragallery.com"
|
672 |
+
|
673 |
+
#. Description of the plugin/theme
|
674 |
+
msgid ""
|
675 |
+
"Envira Gallery is best responsive WordPress gallery plugin. This is the lite "
|
676 |
+
"version."
|
677 |
+
msgstr ""
|
678 |
+
"Envira-Galerie ist die beste responsive WordPress-Galerie. Dies ist die Lite-"
|
679 |
+
"Version."
|
680 |
+
|
681 |
+
#. Author of the plugin/theme
|
682 |
+
msgid "Thomas Griffin"
|
683 |
+
msgstr "Thomas Griffin"
|
684 |
+
|
685 |
+
#. Author URI of the plugin/theme
|
686 |
+
msgid "http://thomasgriffinmedia.com"
|
687 |
+
msgstr "http://thomasgriffinmedia.com"
|
readme.txt
CHANGED
@@ -57,6 +57,9 @@ Also, I'm an <a href="https://thomasgriffin.io" rel="me" title="WordPress Develo
|
|
57 |
|
58 |
== Changelog ==
|
59 |
|
|
|
|
|
|
|
60 |
= 1.3.4.2 =
|
61 |
* Fix: Made lightbox strings translatable for close, previous and next
|
62 |
|
57 |
|
58 |
== Changelog ==
|
59 |
|
60 |
+
= 1.3.4.3 =
|
61 |
+
* Added: German translations
|
62 |
+
|
63 |
= 1.3.4.2 =
|
64 |
* Fix: Made lightbox strings translatable for close, previous and next
|
65 |
|