Plugin Directory

Changeset 2721818


Ignore:
Timestamp:
05/11/2022 08:43:25 AM (4 years ago)
Author:
melibo
Message:

uodate translation

Location:
melibo-chatbot
Files:
33 added
4 edited

Legend:

Unmodified
Added
Removed
  • melibo-chatbot/trunk/languages/melibo-chatbot-de_DE.po

    r2721797 r2721818  
    22msgstr ""
    33"Project-Id-Version: \n"
    4 "POT-Creation-Date: 2022-05-09 09:51+0200\n"
    5 "PO-Revision-Date: 2022-05-09 09:52+0200\n"
     4"POT-Creation-Date: 2022-05-11 10:38+0200\n"
     5"PO-Revision-Date: 2022-05-11 10:39+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1717"X-Poedit-SearchPath-0: .\n"
    1818
    19 #: admin/MeliboChatbot.class.php:30
     19#: admin/MeliboChatbot.class.php:32
    2020msgid "General"
    2121msgstr "Allgemein"
    2222
    23 #: admin/MeliboChatbot.class.php:31
     23#: admin/MeliboChatbot.class.php:33
    2424msgid "Environment"
    2525msgstr "Environment"
    2626
    27 #: admin/MeliboChatbot.class.php:42
     27#: admin/MeliboChatbot.class.php:44
    2828msgid "API Key"
    2929msgstr "API Key"
    3030
    31 #: admin/MeliboChatbot.class.php:48
     31#: admin/MeliboChatbot.class.php:50
    3232msgid ""
    3333"You can find the API key for your chatbot in your melibo account under "
     
    3939"sehen."
    4040
    41 #: admin/MeliboChatbot.class.php:55 admin/MeliboValidation.class.php:34
     41#: admin/MeliboChatbot.class.php:57 admin/MeliboValidation.class.php:34
    4242msgid "The API key must not contain any spaces."
    4343msgstr "Der API-Key darf keine Leerzeichen enthalten."
    4444
    45 #: admin/MeliboChatbot.class.php:62
     45#: admin/MeliboChatbot.class.php:64
    4646msgid "Environment ID"
    4747msgstr "Environment ID"
    4848
    49 #: admin/MeliboChatbot.class.php:68
     49#: admin/MeliboChatbot.class.php:70
    5050msgid ""
    5151"You can optionally use the Environment ID if you want to use different chat "
     
    6060"unterschiedlichen Auftritt geben."
    6161
    62 #: admin/MeliboChatbot.class.php:77
     62#: admin/MeliboChatbot.class.php:79
    6363msgid "page selection"
    6464msgstr "Seitenauswahl"
    6565
    66 #: admin/MeliboChatbot.class.php:92
     66#: admin/MeliboChatbot.class.php:86
     67msgid "Select the pages you want your chatbot to appear on."
     68msgstr "Wähle die Seiten aus, auf denen dein Chatbot erscheinen soll."
     69
     70#: admin/MeliboChatbot.class.php:96
    6771msgid "Activate chatbot"
    6872msgstr "Chatbot aktivieren"
    6973
    70 #: admin/MeliboChatbot.class.php:98
     74#: admin/MeliboChatbot.class.php:102
    7175msgid ""
    7276"As soon as you tick the box here and click on \"Save changes\", your melibo "
     
    7680"klickst, wird dein melibo Chatbot auf deiner Website erscheinen."
    7781
    78 #: admin/MeliboChatbot.class.php:118
     82#: admin/MeliboChatbot.class.php:135
    7983msgid "melibo Settings"
    8084msgstr "melibo Einstellungen"
    8185
    82 #: admin/MeliboChatbot.class.php:161 admin/MeliboView.class.php:30
     86#: admin/MeliboChatbot.class.php:188 admin/MeliboView.class.php:30
    8387msgid "Settings"
    8488msgstr "Einstellungen"
     
    354358msgstr "Team"
    355359
    356 #: admin/MeliboView.class.php:257
    357 msgid "Add"
    358 msgstr "Hinzufügen"
    359 
    360360#: admin/inc/notice.php:12
    361361msgid ""
     
    373373msgid "Start now!"
    374374msgstr "Jetzt beginnen!"
     375
     376#~ msgid "Add"
     377#~ msgstr "Hinzufügen"
  • melibo-chatbot/trunk/melibo-chatbot.php

    r2721797 r2721818  
    44 * Plugin Name: melibo Chatbot
    55 * Description: add your melibo chatbot to your WordPress for free
    6  * Version: 1.4.0
     6 * Version: 1.4.1
    77 * Author: Melibo
    88 * Author URI: www.melibo.de
     
    1010 * Domain Path: /languages/
    1111 */
    12 define( 'MELIBO_VERSION', '1.4.0');
     12define( 'MELIBO_VERSION', '1.4.1');
    1313
    1414require_once( plugin_dir_path( __FILE__ ) . '/admin/MeliboTranslation.class.php' );
  • melibo-chatbot/trunk/readme.txt

    r2721810 r2721818  
    33Tags: chat, live chat, chatbot, support, livechat, bot, melibo, Helpdesk, E-Commerce, messenger, AI, widget,
    44Tested up to: 5.9.2
    5 Stable tag: 1.4.0
     5Stable tag: 1.4.1
    66License: GPLv2
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172
    173173- Use environment-Chatbots on specific sites
     174
     175= 1.4.1 =
     176
     177Add translation
Note: See TracChangeset for help on using the changeset viewer.