PATH:
home
/
letacommog
/
letacommunication
/
wp-content
/
languages
/
plugins
# Translation of Plugins - Simple Custom CSS and JS - Stable (latest release) in German # This file is distributed under the same license as the Plugins - Simple Custom CSS and JS - Stable (latest release) package. msgid "" msgstr "" "PO-Revision-Date: 2021-01-25 14:38:11+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: GlotPress/3.0.0-alpha.2\n" "Language: de\n" "Project-Id-Version: Plugins - Simple Custom CSS and JS - Stable (latest release)\n" #: includes/admin-screens.php:767 msgid "Fullscreen" msgstr "Vollbild" #: includes/admin-screens.php:767 msgid "Distraction-free writing mode" msgstr "Ablenkungsfreier Schreibmodus" #: includes/admin-screens.php:765 msgid "Beautify Code" msgstr "Code verschönern" #: includes/admin-config.php:234 msgid "Autocomplete in the editor" msgstr "Automatische Vervollständigung im Editor" #: includes/admin-screens.php:1504 msgid "Editor Shortcuts" msgstr "Editor-Shortcuts" #: includes/admin-screens.php:1062 msgid "After <body> tag" msgstr "Nach <Body>-Tag" #: includes/admin-screens.php:319 msgid "Unpublished" msgstr "Unveröffentlicht" #: includes/admin-config.php:258 msgid "Remove the comments from HTML" msgstr "Kommentare aus HTML entfernen" #: includes/admin-config.php:216 msgid "In your page's HTML there is a comment added before and after the internal CSS or JS in order to help you locate your custom code. Enable this option in order to remove that comment." msgstr "Im HTML-Code deiner Webseite wird vor und nach dem internen CSS oder JS ein Kommentar eingefügt, um dir zu helfen, deinen individuellen Code zu finden. Aktiviere diese Option, um diesen Kommentar zu entfernen." #: includes/admin-addons.php:83 msgid "Homepage" msgstr "Homepage" #: includes/admin-config.php:214 msgid "If you use HTML tags in your code (for example " msgstr "Wenn du in deinem Code HTML-Tags verwendest (zum Beispiel " #: includes/admin-config.php:212 msgid "If you want to use an HTML entity in your code (for example " msgstr "Wenn du eine HTML-Entität in deinem Code verwenden möchtest (zum Beispiel " #: includes/admin-config.php:250 msgid "Add the \"Web Designer\" role" msgstr "Benutzerrolle „Webdesigner“ hinzufügen" #: includes/admin-config.php:246 msgid "By default only the Administrator will be able to publish/edit/delete Custom Codes. By enabling this option there is also a \"Web Designer\" role created which can be assigned to a non-admin user in order to publish/edit/delete Custom Codes." msgstr "Standardmäßig kann nur der Administrator individuelle Codes veröffentlichen/bearbeiten/löschen. Wenn du diese Option aktivierst, wird eine Rolle „Webdesigner“ erstellt, die Benutzern zugewiesen werden kann, die keine Administratoren sind, damit sie individuelle Codes veröffentlichen/bearbeiten/löschen können." #: custom-css-js.php:54 custom-css-js.php:61 msgid "An error has occurred. Please reload the page and try again." msgstr "Ein Fehler ist aufgetreten. Bitte lade diese Seite neu und versuche es erneut." #: includes/admin-screens.php:299 msgid "Published" msgstr "Veröffentlicht" #. Author of the plugin msgid "SilkyPress.com" msgstr "SilkyPress.com" #: includes/admin-config.php:247 msgid "General Settings" msgstr "Allgemeine Einstellungen" #: includes/admin-config.php:229 msgid "Encode the HTML entities" msgstr "Die HTML-Entitäten umwandeln" #: includes/admin-config.php:223 msgid "Keep the HTML entities, don't convert to its character" msgstr "Die HTML-Entitäten belassen, nicht in Schriftzeichen umwandeln" #: includes/admin-config.php:220 includes/admin-screens.php:766 msgid "Editor Settings" msgstr "Editor-Einstellungen" #: includes/admin-config.php:152 msgid "Custom CSS & JS Settings" msgstr "Einstellungen für individuelles CSS und JS" #: includes/admin-config.php:268 msgid "Save" msgstr "Speichern" #: includes/admin-screens.php:416 msgid "All Custom Codes" msgstr "Alle individuellen Codes" #: includes/admin-screens.php:414 msgid "Filter Code Type" msgstr "Nach Code-Typ filtern" #: includes/admin-screens.php:411 msgid "HTML Codes" msgstr "HTML-Codes" #: includes/admin-screens.php:410 msgid "JS Codes" msgstr "JS-Codes" #: includes/admin-screens.php:409 msgid "CSS Codes" msgstr "CSS-Codes" #: includes/admin-screens.php:786 msgid "Last edited on %1$s at %2$s" msgstr "Zuletzt geändert am %1$s um %2$s" #: includes/admin-screens.php:784 msgid "Last edited by %1$s on %2$s at %3$s" msgstr "Zuletzt geändert von %1$s am %2$s um %3$s" #: includes/admin-screens.php:550 msgid "Edit HTML Code" msgstr "HTML-Code bearbeiten" #: includes/admin-screens.php:549 msgid "Edit JS Code" msgstr "JS-Code bearbeiten" #: includes/admin-screens.php:548 msgid "Edit CSS Code" msgstr "CSS-Code bearbeiten" #: includes/admin-screens.php:686 msgid "" "/* Add your JavaScript code here.\n" "\n" "If you are using the jQuery library, then don't forget to wrap your code inside jQuery.ready() as follows:\n" "\n" "jQuery(document).ready(function( $ ){\n" " // Your code in here\n" "});\n" "\n" "--\n" "\n" "If you want to link a JavaScript file that resides on another server (similar to\n" "<script src=\"https://example.com/your-js-file.js\"></script>), then please use\n" "the \"Add HTML Code\" page, as this is a HTML code that links a JavaScript file.\n" "\n" "End of comment */ " msgstr "" "/* JavaScript-Code hier einfügen.\n" "\n" "Wenn du die jQuery-Library nutzt, vergiss nicht, deinen Code in jQuery.ready() so einzubinden:\n" "\n" "jQuery(document).ready(function( $ ){\n" " // Dein Code hier\n" "});\n" "\n" "--\n" "\n" "Willst du eine JavaScript-Datei verbinden, die sich auf einem anderen Server befindet (ähnlich wie\n" "<script src=\"https://beispiel.com/deine-js-datei.js\"></script>), dann nutze bitte die Seite\n" "\"Add HTML Code\", denn dies ist ein HTML-Code, der mit einer JavaScript-Datei verbindet.\n" "\n" "Kommentarende */ " #: includes/admin-screens.php:210 includes/admin-screens.php:1367 #: includes/admin-screens.php:1400 msgid "Deactivate" msgstr "Deaktivieren" #: includes/admin-screens.php:209 includes/admin-screens.php:1370 #: includes/admin-screens.php:1403 msgid "Activate" msgstr "Aktivieren" #: includes/admin-screens.php:208 includes/admin-screens.php:1402 msgid "Inactive" msgstr "Inaktiv" #: includes/admin-screens.php:925 msgid "On Login Page" msgstr "Auf der Anmeldeseite" #. Author URI of the plugin msgid "https://www.silkypress.com" msgstr "https://www.silkypress.com/" #. Description of the plugin msgid "Easily add Custom CSS or JS to your website with an awesome editor." msgstr "Füge individuelles CSS oder JS einfach mit einem hervorragenden Editor zu deiner Website hinzu." #. Plugin URI of the plugin msgid "https://wordpress.org/plugins/custom-css-js/" msgstr "https://de.wordpress.org/plugins/custom-css-js/" #. Plugin Name of the plugin msgid "Simple Custom CSS and JS" msgstr "Simple Custom CSS and JS" #: includes/admin-warnings.php:58 msgid "Please remove the <b>custom-css-js</b> post type from the <b>qTranslate settings</b> in order to avoid some malfunctions in the Simple Custom CSS & JS plugin. Check out <a href=\"%s\" target=\"_blank\">this screenshot</a> for more details on how to do that." msgstr "Entferne bitte den Inhaltstyp <b>custom-css-js</b> aus den <b>qTranslate-Einstellungen</b>, um Fehlfunktionen im Plugin „Simple Custom CSS & JS“ zu vermeiden. Schau dir <a href=\"%s\" target=\"_blank\">diesen Screenshot</a> für weitere Details zur Vorgehensweise an." #: includes/admin-screens.php:1218 msgid "Please run the following command to make the directory writable" msgstr "Bitte führe den folgenden Befehl aus, um das Verzeichnis beschreibbar zu machen" #: includes/admin-screens.php:1217 msgid "The %s directory is not writable, therefore the CSS and JS files cannot be saved." msgstr "Das Verzeichnis %s ist nicht beschreibbar, daher können die CSS- und JS-Dateien nicht gespeichert werden." #: includes/admin-screens.php:1207 msgid "Please run the following commands in order to make the directory" msgstr "Bitte führe die folgenden Befehle aus, um das Verzeichnis beschreibbar zu machen" #: includes/admin-screens.php:1206 msgid "The %s directory could not be created" msgstr "Das Verzeichnis %s konnte nicht erzeugt werden" #: includes/admin-screens.php:1029 msgid "Both" msgstr "Beides" #: includes/admin-screens.php:1025 msgid "Mobile" msgstr "Mobil" #: includes/admin-screens.php:1021 msgid "Desktop" msgstr "Desktop" #: includes/admin-screens.php:1015 msgid "On which device" msgstr "Auf welchem Gerät" #: includes/admin-screens.php:969 includes/admin-screens.php:1050 msgctxt "10 is the lowest priority" msgid "10 (lowest)" msgstr "10 (niedrigste)" #: includes/admin-screens.php:960 includes/admin-screens.php:1041 msgctxt "1 is the highest priority" msgid "1 (highest)" msgstr "1 (höchste)" #: includes/admin-screens.php:955 includes/admin-screens.php:1036 msgid "Priority" msgstr "Priorität" #: includes/admin-screens.php:948 msgid "Minify the code" msgstr "Den Code verkleinern" #: includes/admin-screens.php:939 msgid "Sass (only SCSS syntax)" msgstr "SASS (nur SCSS-Syntax)" #: includes/admin-screens.php:942 msgid "Less" msgstr "Weniger" #: includes/admin-screens.php:936 msgid "None" msgstr "Keines" #: includes/admin-screens.php:931 msgid "CSS Preprocessor" msgstr "CSS-Präprozessor" #: includes/admin-screens.php:921 includes/admin-screens.php:1009 msgid "In Admin" msgstr "Im Adminbereich" #: includes/admin-screens.php:917 includes/admin-screens.php:1005 msgid "In Frontend" msgstr "Im Frontend" #: includes/admin-screens.php:912 includes/admin-screens.php:1000 msgid "Where in site" msgstr "Wo auf der Website" #: includes/admin-screens.php:906 includes/admin-screens.php:994 msgid "Footer" msgstr "Footer" #: includes/admin-screens.php:902 includes/admin-screens.php:990 msgid "Header" msgstr "Header" #: includes/admin-screens.php:897 includes/admin-screens.php:985 msgid "Where on page" msgstr "Wo auf der Seite" #: includes/admin-screens.php:891 msgid "Internal" msgstr "Intern" #: includes/admin-screens.php:887 msgid "External File" msgstr "Externe Datei" #: includes/admin-screens.php:882 msgid "Linking type" msgstr "Art der Verlinkung" #: includes/admin-screens.php:740 msgid "" "/* Add your CSS code here.\n" "\n" "For example:\n" ".example {\n" " color: red;\n" "}\n" "\n" "For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp\n" "\n" "End of comment */ " msgstr "" "/* CSS Code hier einfügen.\n" "\n" "Zum Beispiel:\n" ".example {\n" " color: red;\n" "}\n" "\n" "Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp\n" "\n" "Kommentarende*/ " #: includes/admin-screens.php:711 msgid "" "<!-- Add HTML code to the header or the footer.\n" "\n" "For example, you can use the following code for loading the jQuery library from Google CDN:\n" "<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>\n" "\n" "or the following one for loading the Bootstrap library from MaxCDN:\n" "<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css\" integrity=\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T\" crossorigin=\"anonymous\">\n" "\n" "-- End of the comment --> " msgstr "" "<!-- HTML Code zum Header oder Footer hinzufügen.\n" "\n" "Zum Beispiel kannst du den folgenden Code verwenden, um die jQuery-Bibliothek via Google-CDN zu laden:\n" "<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js\"></script>\n" "\n" "oder den Folgenden um die Bootstrap-Bibliothek von MaxCDN zu laden:\n" "<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" integrity=\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\" crossorigin=\"anonymous\">\n" "\n" "-- Kommentarende --> " #: includes/admin-screens.php:581 msgid "Code updated" msgstr "Code aktualisiert" #: includes/admin-screens.php:528 includes/admin-screens.php:547 #: includes/admin-screens.php:568 msgid "Add HTML Code" msgstr "HTML-Code hinzufügen" #: includes/admin-screens.php:527 includes/admin-screens.php:546 #: includes/admin-screens.php:567 msgid "Add JS Code" msgstr "JS-Code hinzufügen" #: includes/admin-screens.php:526 includes/admin-screens.php:545 #: includes/admin-screens.php:566 msgid "Add CSS Code" msgstr "CSS-Code hinzufügen" #: includes/admin-screens.php:525 msgid "Custom Code" msgstr "Individueller Code" #: includes/admin-screens.php:212 includes/admin-screens.php:343 #: includes/admin-screens.php:1369 msgid "The code is inactive. Click to activate it" msgstr "Der Code ist inaktiv. Klicke zum Aktivieren" #: includes/admin-screens.php:211 includes/admin-screens.php:340 #: includes/admin-screens.php:1366 msgid "The code is active. Click to deactivate it" msgstr "Der Code ist aktiv. Klicke zum Deaktivieren" #: includes/admin-screens.php:330 msgid "Y/m/d" msgstr "Y/m/d" #. translators: %s: Human-readable time difference. #: includes/admin-screens.php:328 msgid "%s ago" msgstr "vor %s" #: includes/admin-screens.php:300 msgid "Modified" msgstr "Geändert" #: includes/admin-screens.php:297 msgid "Title" msgstr "Titel" #: includes/admin-screens.php:296 msgid "Type" msgstr "Typ" #: includes/admin-screens.php:207 includes/admin-screens.php:295 #: includes/admin-screens.php:1399 msgid "Active" msgstr "Aktiv" #: includes/admin-screens.php:281 msgid "Add HTML code" msgstr "HTML-Code hinzufügen" #: includes/admin-screens.php:280 msgid "Add JS code" msgstr "JS-Code hinzufügen" #: includes/admin-screens.php:279 msgid "Add CSS code" msgstr "CSS-Code hinzufügen" #: includes/admin-screens.php:219 msgid "Options" msgstr "Optionen" #: includes/admin-screens.php:105 msgid "Add Custom HTML" msgstr "Individuelles HTML hinzufügen" #: includes/admin-screens.php:102 msgid "Add Custom JS" msgstr "Individuelles JS hinzufügen" #: includes/admin-screens.php:99 msgid "Add Custom CSS" msgstr "Individuelles CSS hinzufügen" #: includes/admin-notices.php:126 includes/admin-notices.php:191 msgid "Dismiss this notice" msgstr "Diesen Hinweis ignorieren" #: includes/admin-notices.php:126 msgid "Get your discount now" msgstr "Hol dir jetzt deinen Rabatt" #: includes/admin-addons.php:140 includes/admin-addons.php:163 msgid "Restore" msgstr "Wiederherstellen" #: includes/admin-addons.php:139 includes/admin-addons.php:174 msgid "Delete" msgstr "Löschen" #: includes/admin-addons.php:138 includes/admin-screens.php:298 msgid "Author" msgstr "Autor" #: includes/admin-addons.php:137 msgid "Revision" msgstr "Revision" #: includes/admin-addons.php:136 includes/admin-addons.php:169 msgid "Compare" msgstr "Vergleichen" #: includes/admin-addons.php:114 msgctxt "revision date format" msgid "F j, Y @ H:i:s" msgstr "j. F Y @ G:i:s" #: includes/admin-addons.php:103 msgid "Add" msgstr "Hinzufügen" #: includes/admin-addons.php:102 msgid "Text filter" msgstr "Textfilter" #: includes/admin-addons.php:100 includes/admin-addons.php:101 msgid "URL" msgstr "URL" #: includes/admin-addons.php:89 msgid "Ends by" msgstr "Endet auf" #: includes/admin-addons.php:88 msgid "Starts with" msgstr "Beginnt mit" #: includes/admin-addons.php:87 msgid "Not equal to" msgstr "Ist nicht gleich" #: includes/admin-addons.php:86 msgid "Is equal to" msgstr "Ist gleich" #: includes/admin-addons.php:85 msgid "Not contains" msgstr "Enthält nicht" #: includes/admin-addons.php:84 msgid "Contains" msgstr "Enthält" #: includes/admin-addons.php:82 msgid "All Website" msgstr "Gesamte Website" #: includes/admin-addons.php:68 msgid "Preview Changes" msgstr "Vorschau der Änderungen" #: includes/admin-addons.php:67 msgid "Full URL on which to preview the changes ..." msgstr "Vollständige URL für die Vorschau der Änderungen..." #: includes/admin-addons.php:56 msgid "Code Revisions" msgstr "Code-Revisionen" #: includes/admin-addons.php:55 msgid "Apply only on these URLs" msgstr "Nur auf diese URLs anwenden" #: includes/admin-addons.php:54 msgid "Preview" msgstr "Vorschau" #: includes/admin-addons.php:42 includes/admin-screens.php:867 msgid "Available only in <br />Simple Custom CSS and JS Pro" msgstr "Nur verfügbar in <br />Simple Custom CSS and JS Pro" #: custom-css-js.php:273 includes/admin-config.php:58 msgid "Settings" msgstr "Einstellungen" #: includes/admin-install.php:107 msgid "Web Designer" msgstr "Webdesigner" #: includes/admin-install.php:62 msgid "Custom CSS and JS code" msgstr "Custom CSS and JS Code" #: includes/admin-install.php:41 msgid "No Custom Code found in Trash." msgstr "Keinen individuellen Code im Papierkorb gefunden." #: includes/admin-install.php:40 msgid "No Custom Code found." msgstr "Keinen individuellen Code gefunden." #: includes/admin-install.php:39 msgid "Parent Custom Code:" msgstr "Übergeordneter individueller Code:" #: includes/admin-install.php:38 msgid "Search Custom Code" msgstr "Individuellen Code suchen" #: includes/admin-install.php:37 msgid "All Custom Code" msgstr "Alle individuellen Codes" #: includes/admin-install.php:36 msgid "View Custom Code" msgstr "Individuellen Code anzeigen" #: includes/admin-install.php:35 msgid "Edit Custom Code" msgstr "Individuellen Code bearbeiten" #: includes/admin-install.php:34 msgid "New Custom Code" msgstr "Neuer individueller Code" #: includes/admin-install.php:33 msgid "Add Custom Code" msgstr "Individuellen Code hinzufügen" #: includes/admin-install.php:32 msgctxt "add new" msgid "Add Custom Code" msgstr "Individuellen Code hinzufügen" #: includes/admin-install.php:31 msgctxt "add new on admin bar" msgid "Custom Code" msgstr "Individueller Code" #: includes/admin-install.php:30 msgctxt "admin menu" msgid "Custom CSS & JS" msgstr "Individuelles CSS und JS" #: includes/admin-install.php:29 msgctxt "post type singular name" msgid "Custom Code" msgstr "Individueller Code" #: includes/admin-install.php:28 msgctxt "post type general name" msgid "Custom Code" msgstr "Individueller Code"
[+]
..
[-] elementor-it_IT-9de15ead6aa7b3bb8a1ea30a49991974.json
[edit]
[-] google-site-kit-it_IT.po
[edit]
[-] duracelltomi-google-tag-manager-es_ES.po
[edit]
[-] elementor-de_DE-9de15ead6aa7b3bb8a1ea30a49991974.json
[edit]
[-] redirection-es_ES.po
[edit]
[-] google-site-kit-es_ES-24d488557f21889c4b1e09e2d7f0449d.json
[edit]
[-] autoptimize-es_ES.mo
[edit]
[-] google-site-kit-fr_FR-3d422fd706c2e38a5625818aeb7b3338.json
[edit]
[-] google-site-kit-es_ES-63a508a5106c567f4ee7898d3871cc74.json
[edit]
[-] custom-css-js-de_DE-aeeadd89919f0f4fecafc94a395582a8.json
[edit]
[-] google-site-kit-es_ES-7d107449a7309603cf240c9d0bc8c622.json
[edit]
[-] google-site-kit-it_IT-a321106fb234c776fc99371f027e84e5.json
[edit]
[-] google-site-kit-de_DE.po
[edit]
[-] google-site-kit-it_IT-5473fe9f0615a61b4e130fac6dadc62d.json
[edit]
[-] elementor-fr_FR.mo
[edit]
[-] google-site-kit-de_DE-a321106fb234c776fc99371f027e84e5.json
[edit]
[-] google-site-kit-es_ES-ec941d8130011a3d333e5ec1e6c22537.json
[edit]
[-] google-site-kit-de_DE-5473fe9f0615a61b4e130fac6dadc62d.json
[edit]
[-] loco-translate-es_ES.mo
[edit]
[-] google-site-kit-it_IT-93e86391c4525fd35084639376ebdb09.json
[edit]
[-] google-site-kit-fr_FR-de6dc6c9812fc80270a17d605985cd53.json
[edit]
[-] google-site-kit-de_DE-93e86391c4525fd35084639376ebdb09.json
[edit]
[-] wordpress-seo-es_ES.mo
[edit]
[-] google-site-kit-fr_FR-a2fa1e4a3e4a57e1909d1e59207201e7.json
[edit]
[-] wordpress-seo-fr_FR-202ba8db62c8d060bb8472cf143e88f9.json
[edit]
[-] google-site-kit-fr_FR-45581139d62b31b1925487a1ec3cd5f6.json
[edit]
[-] really-simple-ssl-es_ES.mo
[edit]
[-] elementor-de_DE-e16f2427ce816c4dc38ad0b36edc3ef2.json
[edit]
[-] google-site-kit-es_ES-d0f719f0157d55689716633c0d7a15c6.json
[edit]
[-] widget-google-reviews-es_ES.po
[edit]
[-] elementor-it_IT-e16f2427ce816c4dc38ad0b36edc3ef2.json
[edit]
[-] custom-css-js-de_DE.mo
[edit]
[-] wp-super-cache-es_ES.mo
[edit]
[-] custom-css-js-nl_NL.mo
[edit]
[-] google-site-kit-es_ES-7747cc7805f16fb7e29bb40a1cfad6ff.json
[edit]
[-] elementor-es_ES-1dbb8b6c1e3d0a728637a838a81040c6.json
[edit]
[-] google-site-kit-es_ES-0d9abd201bb7cc53605940d67140228a.json
[edit]
[-] google-site-kit-fr_FR-3712b02198e92e563d907549e6f8867e.json
[edit]
[-] google-site-kit-it_IT-862d23103a7bd08ed566dde96e3e91e0.json
[edit]
[-] google-site-kit-es_ES-6eb8b534b4aad8cf404778c4642ddda0.json
[edit]
[-] google-site-kit-de_DE-0da846d7a53dcd1089f0428f2ae436ec.json
[edit]
[-] insert-headers-and-footers-de_DE.po
[edit]
[-] autoptimize-fr_FR.mo
[edit]
[-] wordfence-es_ES-c7ef7caa971ed5f8655f1f998500028a.json
[edit]
[-] google-site-kit-de_DE-862d23103a7bd08ed566dde96e3e91e0.json
[edit]
[-] insert-headers-and-footers-nl_NL.po
[edit]
[-] google-site-kit-it_IT-0da846d7a53dcd1089f0428f2ae436ec.json
[edit]
[-] redirection-fr_FR.po
[edit]
[-] google-site-kit-it_IT-aa6cb4646b6303be5a5079f90be16da7.json
[edit]
[-] elementor-es_ES-e16f2427ce816c4dc38ad0b36edc3ef2.json
[edit]
[-] google-site-kit-de_DE-aa6cb4646b6303be5a5079f90be16da7.json
[edit]
[-] google-site-kit-fr_FR-85ba8b55e411e388b9e304be7f4bfcc1.json
[edit]
[-] loco-translate-fr_FR.mo
[edit]
[-] elementor-es_ES.mo
[edit]
[-] elementor-it_IT-1dbb8b6c1e3d0a728637a838a81040c6.json
[edit]
[-] wordfence-es_ES-40385821688d30109494d347cf044109.json
[edit]
[-] google-site-kit-fr_FR-0f2dcd39c87ae5421ec2a37fda0ffbd2.json
[edit]
[-] elementor-de_DE-1dbb8b6c1e3d0a728637a838a81040c6.json
[edit]
[-] elementor-es_ES-9de15ead6aa7b3bb8a1ea30a49991974.json
[edit]
[-] really-simple-ssl-fr_FR.mo
[edit]
[-] google-site-kit-fr_FR-73d30a7ea6407e533f03c3ececb36fc4.json
[edit]
[-] wordpress-seo-fr_FR.mo
[edit]
[-] google-site-kit-es_ES-24a9514b1e851351a846687ac2f94f13.json
[edit]
[-] google-site-kit-de_DE-6ecaca7210f13ddf4dab7955f95511af.json
[edit]
[-] custom-css-js-es_ES-aeeadd89919f0f4fecafc94a395582a8.json
[edit]
[-] google-site-kit-it_IT-6ecaca7210f13ddf4dab7955f95511af.json
[edit]
[-] wp-super-cache-fr_FR.mo
[edit]
[-] akismet-fr_FR.po
[edit]
[-] all-in-one-wp-security-and-firewall-es_ES.po
[edit]
[-] elementor-nl_NL-e16f2427ce816c4dc38ad0b36edc3ef2.json
[edit]
[-] google-site-kit-fr_FR-a2d2893325faae0e1675fd20f2ad77bf.json
[edit]
[-] google-site-kit-de_DE-50263fcbaaa822ecd678a67697df061e.json
[edit]
[-] google-site-kit-de_DE-8c318ff31653f5fc8bcade64aaf8f334.json
[edit]
[-] google-site-kit-es_ES-789c698e1c20456420105ef8f0ed085a.json
[edit]
[-] elementor-fr_FR-4a9aafdf461c74b88a1c7041526ae1d6.json
[edit]
[-] google-site-kit-it_IT-50263fcbaaa822ecd678a67697df061e.json
[edit]
[-] google-site-kit-it_IT-8c318ff31653f5fc8bcade64aaf8f334.json
[edit]
[-] all-in-one-wp-security-and-firewall-it_IT.mo
[edit]
[-] google-site-kit-de_DE-b08fd5fdc1d559328f04d64e756fb04a.json
[edit]
[-] google-site-kit-fr_FR-a19976b29bc6a25c8c013c7aa9156b52.json
[edit]
[-] google-site-kit-it_IT-b08fd5fdc1d559328f04d64e756fb04a.json
[edit]
[-] all-in-one-wp-security-and-firewall-nl_NL.mo
[edit]
[-] google-site-kit-it_IT-828e65d878ee1d491c63b6cf0e90044a.json
[edit]
[-] all-in-one-wp-security-and-firewall-de_DE.mo
[edit]
[-] google-site-kit-de_DE-828e65d878ee1d491c63b6cf0e90044a.json
[edit]
[-] custom-css-js-fr_FR.po
[edit]
[-] google-site-kit-it_IT-7f4166aa0f6cc2ffaa72be4223ca7892.json
[edit]
[-] google-site-kit-de_DE-7f4166aa0f6cc2ffaa72be4223ca7892.json
[edit]
[-] elementor-it_IT.po
[edit]
[-] google-site-kit-fr_FR-10ae78d6547fe8c92c75fbb2b7e69240.json
[edit]
[-] insert-headers-and-footers-es_ES.mo
[edit]
[-] elementor-nl_NL-9de15ead6aa7b3bb8a1ea30a49991974.json
[edit]
[-] elementor-de_DE.po
[edit]
[-] elementor-fr_FR-8b6e2710018c32facf5c92283650c03a.json
[edit]
[-] elementor-nl_NL.po
[edit]
[-] google-site-kit-fr_FR.mo
[edit]
[-] custom-css-js-nl_NL-aeeadd89919f0f4fecafc94a395582a8.json
[edit]
[-] really-simple-ssl-de_DE.po
[edit]
[-] widget-google-reviews-de_DE.mo
[edit]
[-] google-site-kit-de_DE-bb15d7d2bc7c15b4a4bff25bdac3aba4.json
[edit]
[-] really-simple-ssl-nl_NL.po
[edit]
[-] widget-google-reviews-nl_NL.mo
[edit]
[-] google-site-kit-it_IT-bb15d7d2bc7c15b4a4bff25bdac3aba4.json
[edit]
[-] wordfence-es_ES.mo
[edit]
[-] wordpress-seo-nl_NL.po
[edit]
[-] google-site-kit-es_ES-f37b4d2c0b14ddb3ba6a6fd1f3271f43.json
[edit]
[-] wordpress-seo-de_DE.po
[edit]
[-] wp-super-cache-it_IT.po
[edit]
[-] elementor-fr_FR-ac76f1d75eb777f747e6708b19d31b78.json
[edit]
[-] elementor-fr_FR-abe7facb531349e3b9bd791c4c0f183e.json
[edit]
[-] really-simple-ssl-it_IT.po
[edit]
[-] wp-super-cache-nl_NL.po
[edit]
[-] custom-css-js-es_ES.po
[edit]
[-] wordpress-seo-it_IT.po
[edit]
[-] wp-super-cache-de_DE.po
[edit]
[-] loco-translate-it_IT.po
[edit]
[-] elementor-fr_FR-dde11340ced68bea09c9fd29c9ed4534.json
[edit]
[-] google-site-kit-it_IT-e6b3021ea2b023d5a4136850c4ea645a.json
[edit]
[-] autoptimize-nl_NL.po
[edit]
[-] autoptimize-de_DE.po
[edit]
[-] google-site-kit-de_DE-e6b3021ea2b023d5a4136850c4ea645a.json
[edit]
[-] insert-headers-and-footers-fr_FR.mo
[edit]
[-] redirection-nl_NL.mo
[edit]
[-] google-site-kit-fr_FR-96b3d6bb796297558465b890fb4df512.json
[edit]
[-] google-site-kit-es_ES-2631e545c6078ab7d8c0915c9b623b7f.json
[edit]
[-] redirection-de_DE.mo
[edit]
[-] google-site-kit-fr_FR-e7202504992c7a351b6acaf3af7f5dd1.json
[edit]
[-] duracelltomi-google-tag-manager-nl_NL.mo
[edit]
[-] loco-translate-de_DE.po
[edit]
[-] loco-translate-nl_NL.po
[edit]
[-] autoptimize-it_IT.po
[edit]
[-] elementor-nl_NL-1dbb8b6c1e3d0a728637a838a81040c6.json
[edit]
[-] google-site-kit-es_ES.mo
[edit]
[-] redirection-it_IT.mo
[edit]
[-] redirection-fr_FR.mo
[edit]
[-] elementor-de_DE-dde11340ced68bea09c9fd29c9ed4534.json
[edit]
[-] google-site-kit-es_ES-a2d2893325faae0e1675fd20f2ad77bf.json
[edit]
[-] google-site-kit-fr_FR-789c698e1c20456420105ef8f0ed085a.json
[edit]
[-] elementor-it_IT-dde11340ced68bea09c9fd29c9ed4534.json
[edit]
[-] elementor-es_ES-4a9aafdf461c74b88a1c7041526ae1d6.json
[edit]
[-] autoptimize-fr_FR.po
[edit]
[-] insert-headers-and-footers-de_DE.mo
[edit]
[-] google-site-kit-it_IT-ae8e40f1479013b1b44429d4438caf52.json
[edit]
[-] google-site-kit-es_ES-a19976b29bc6a25c8c013c7aa9156b52.json
[edit]
[-] google-site-kit-de_DE-ae8e40f1479013b1b44429d4438caf52.json
[edit]
[-] insert-headers-and-footers-nl_NL.mo
[edit]
[-] elementor-es_ES.po
[edit]
[-] google-site-kit-it_IT-0c1e84deaf72ffb8210a344d29b09b19.json
[edit]
[-] google-site-kit-de_DE-0c1e84deaf72ffb8210a344d29b09b19.json
[edit]
[-] loco-translate-fr_FR.po
[edit]
[-] wordpress-seo-fr_FR.po
[edit]
[-] google-site-kit-es_ES-10ae78d6547fe8c92c75fbb2b7e69240.json
[edit]
[-] google-site-kit-de_DE-baeb5695ac6c74b2c34801d9f3a21386.json
[edit]
[-] really-simple-ssl-fr_FR.po
[edit]
[-] google-site-kit-it_IT-baeb5695ac6c74b2c34801d9f3a21386.json
[edit]
[-] elementor-de_DE-abe7facb531349e3b9bd791c4c0f183e.json
[edit]
[-] elementor-de_DE-ac76f1d75eb777f747e6708b19d31b78.json
[edit]
[-] wp-super-cache-fr_FR.po
[edit]
[-] elementor-it_IT-abe7facb531349e3b9bd791c4c0f183e.json
[edit]
[-] elementor-it_IT-ac76f1d75eb777f747e6708b19d31b78.json
[edit]
[-] elementor-es_ES-8b6e2710018c32facf5c92283650c03a.json
[edit]
[-] all-in-one-wp-security-and-firewall-es_ES.mo
[edit]
[-] akismet-fr_FR.mo
[edit]
[-] google-site-kit-it_IT-c2de9644f9a13cafdcf6035402c1b088.json
[edit]
[-] autoptimize-es_ES.po
[edit]
[-] google-site-kit-de_DE-c2de9644f9a13cafdcf6035402c1b088.json
[edit]
[-] duracelltomi-google-tag-manager-es_ES.mo
[edit]
[-] google-site-kit-fr_FR-f37b4d2c0b14ddb3ba6a6fd1f3271f43.json
[edit]
[-] google-site-kit-it_IT.mo
[edit]
[-] redirection-es_ES.mo
[edit]
[-] elementor-de_DE-8b6e2710018c32facf5c92283650c03a.json
[edit]
[-] loco-translate-es_ES.po
[edit]
[-] elementor-es_ES-ac76f1d75eb777f747e6708b19d31b78.json
[edit]
[-] elementor-es_ES-abe7facb531349e3b9bd791c4c0f183e.json
[edit]
[-] wordfence-es_ES-6ef83dacae2dcb705a1a55485a0cedff.json
[edit]
[-] elementor-it_IT-8b6e2710018c32facf5c92283650c03a.json
[edit]
[-] google-site-kit-de_DE.mo
[edit]
[-] elementor-fr_FR.po
[edit]
[-] widget-google-reviews-es_ES.mo
[edit]
[-] elementor-de_DE-4a9aafdf461c74b88a1c7041526ae1d6.json
[edit]
[-] really-simple-ssl-es_ES.po
[edit]
[-] wordfence-es_ES-f002a93c6fdf60076eed79b44110ab4f.json
[edit]
[-] elementor-it_IT-4a9aafdf461c74b88a1c7041526ae1d6.json
[edit]
[-] elementor-es_ES-dde11340ced68bea09c9fd29c9ed4534.json
[edit]
[-] google-site-kit-fr_FR-2631e545c6078ab7d8c0915c9b623b7f.json
[edit]
[-] google-site-kit-es_ES-e7202504992c7a351b6acaf3af7f5dd1.json
[edit]
[-] google-site-kit-es_ES-96b3d6bb796297558465b890fb4df512.json
[edit]
[-] wordpress-seo-es_ES.po
[edit]
[-] wordpress-seo-nl_NL-202ba8db62c8d060bb8472cf143e88f9.json
[edit]
[-] google-site-kit-de_DE-54d35457dc454dea4f6706f516b2367b.json
[edit]
[-] google-site-kit-it_IT-54d35457dc454dea4f6706f516b2367b.json
[edit]
[-] google-site-kit-de_DE-478ce1959ade8afd480ddc6a331047e7.json
[edit]
[-] custom-css-js-de_DE.po
[edit]
[-] custom-css-js-nl_NL.po
[edit]
[-] google-site-kit-it_IT-478ce1959ade8afd480ddc6a331047e7.json
[edit]
[-] wp-super-cache-es_ES.po
[edit]
[-] wordpress-seo-nl_NL.mo
[edit]
[-] wordfence-es_ES.po
[edit]
[-] google-site-kit-fr_FR-24d488557f21889c4b1e09e2d7f0449d.json
[edit]
[-] wp-super-cache-it_IT.mo
[edit]
[-] wordpress-seo-de_DE.mo
[edit]
[-] widget-google-reviews-de_DE.po
[edit]
[-] really-simple-ssl-de_DE.mo
[edit]
[-] google-site-kit-de_DE-2be776301388b897a212fe36c1f3ebaf.json
[edit]
[-] widget-google-reviews-nl_NL.po
[edit]
[-] really-simple-ssl-nl_NL.mo
[edit]
[-] google-site-kit-it_IT-2be776301388b897a212fe36c1f3ebaf.json
[edit]
[-] custom-css-js-es_ES.mo
[edit]
[-] wp-super-cache-nl_NL.mo
[edit]
[-] google-site-kit-fr_FR-ec941d8130011a3d333e5ec1e6c22537.json
[edit]
[-] wp-super-cache-de_DE.mo
[edit]
[-] google-site-kit-fr_FR-63a508a5106c567f4ee7898d3871cc74.json
[edit]
[-] wordpress-seo-it_IT.mo
[edit]
[-] google-site-kit-es_ES-3d422fd706c2e38a5625818aeb7b3338.json
[edit]
[-] google-site-kit-fr_FR-7d107449a7309603cf240c9d0bc8c622.json
[edit]
[-] really-simple-ssl-it_IT.mo
[edit]
[-] elementor-nl_NL-ac76f1d75eb777f747e6708b19d31b78.json
[edit]
[-] elementor-nl_NL-abe7facb531349e3b9bd791c4c0f183e.json
[edit]
[-] google-site-kit-es_ES-de6dc6c9812fc80270a17d605985cd53.json
[edit]
[-] google-site-kit-es_ES-a2fa1e4a3e4a57e1909d1e59207201e7.json
[edit]
[-] redirection-nl_NL.po
[edit]
[-] wordpress-seo-es_ES-202ba8db62c8d060bb8472cf143e88f9.json
[edit]
[-] duracelltomi-google-tag-manager-nl_NL.po
[edit]
[-] redirection-de_DE.po
[edit]
[-] autoptimize-nl_NL.mo
[edit]
[-] google-site-kit-it_IT-410039264f26dd77882ac6f97fa9f570.json
[edit]
[-] loco-translate-it_IT.mo
[edit]
[-] elementor-nl_NL-dde11340ced68bea09c9fd29c9ed4534.json
[edit]
[-] google-site-kit-de_DE-410039264f26dd77882ac6f97fa9f570.json
[edit]
[-] insert-headers-and-footers-fr_FR.po
[edit]
[-] autoptimize-de_DE.mo
[edit]
[-] google-site-kit-es_ES-45581139d62b31b1925487a1ec3cd5f6.json
[edit]
[-] google-site-kit-fr_FR-d0f719f0157d55689716633c0d7a15c6.json
[edit]
[-] google-site-kit-es_ES.po
[edit]
[-] redirection-it_IT.po
[edit]
[-] google-site-kit-es_ES-3712b02198e92e563d907549e6f8867e.json
[edit]
[-] loco-translate-de_DE.mo
[edit]
[-] google-site-kit-fr_FR-7747cc7805f16fb7e29bb40a1cfad6ff.json
[edit]
[-] autoptimize-it_IT.mo
[edit]
[-] google-site-kit-fr_FR-0d9abd201bb7cc53605940d67140228a.json
[edit]
[-] elementor-fr_FR-1dbb8b6c1e3d0a728637a838a81040c6.json
[edit]
[-] loco-translate-nl_NL.mo
[edit]
[-] wordpress-seo-it_IT-202ba8db62c8d060bb8472cf143e88f9.json
[edit]
[-] wordpress-seo-de_DE-202ba8db62c8d060bb8472cf143e88f9.json
[edit]
[-] google-site-kit-fr_FR-6eb8b534b4aad8cf404778c4642ddda0.json
[edit]
[-] elementor-fr_FR-e16f2427ce816c4dc38ad0b36edc3ef2.json
[edit]
[-] elementor-nl_NL-4a9aafdf461c74b88a1c7041526ae1d6.json
[edit]
[-] all-in-one-wp-security-and-firewall-it_IT.po
[edit]
[-] google-site-kit-es_ES-85ba8b55e411e388b9e304be7f4bfcc1.json
[edit]
[-] google-site-kit-de_DE-0074f686560d8186e2c93375e5f9b14b.json
[edit]
[-] all-in-one-wp-security-and-firewall-nl_NL.po
[edit]
[-] google-site-kit-es_ES-0f2dcd39c87ae5421ec2a37fda0ffbd2.json
[edit]
[-] custom-css-js-fr_FR.mo
[edit]
[-] google-site-kit-it_IT-0074f686560d8186e2c93375e5f9b14b.json
[edit]
[-] all-in-one-wp-security-and-firewall-de_DE.po
[edit]
[-] insert-headers-and-footers-es_ES.po
[edit]
[-] google-site-kit-it_IT-a8995f683e422b63e657b0dc425b1f82.json
[edit]
[-] elementor-fr_FR-9de15ead6aa7b3bb8a1ea30a49991974.json
[edit]
[-] google-site-kit-de_DE-a8995f683e422b63e657b0dc425b1f82.json
[edit]
[-] elementor-it_IT.mo
[edit]
[-] google-site-kit-fr_FR-24a9514b1e851351a846687ac2f94f13.json
[edit]
[-] google-site-kit-es_ES-73d30a7ea6407e533f03c3ececb36fc4.json
[edit]
[-] elementor-nl_NL-8b6e2710018c32facf5c92283650c03a.json
[edit]
[-] elementor-de_DE.mo
[edit]
[-] google-site-kit-fr_FR.po
[edit]
[-] elementor-nl_NL.mo
[edit]