Plugin Directory

Changeset 2318930


Ignore:
Timestamp:
06/05/2020 11:00:35 AM (6 years ago)
Author:
Marcel-NL
Message:

Update translations

Location:
askthis/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • askthis/trunk/README.txt

    r2318847 r2318930  
    33Tags: vragen, feedback, optimalisatie, kwaliteit, asking, queality, content
    44Requires at least: 4.7
    5 Stable tag: 0.1
     5Stable tag: 0.2
    66Tested up to: 5.4
    77Requires PHP: 7.0
     
    4646== Changelog ==
    4747
     480.1 First release
     490.2 Text fixes/typo's/update translation
     50
    4851= 0.1 =
    4952* Created this plugin
  • askthis/trunk/askthis.php

    r2318841 r2318930  
    44 * Plugin URI: https://askthis.nl
    55 * Description: Get feedback from your visitors/customer on your Wordpress website by showing your questions created on askthis.nl (interface is only Dutch for now)
    6  * Version: 0.1
     6 * Version: 0.2
    77 * Tested up to: 5.4
    88 * Author: Marcel van Doornen
     
    2929    <div>
    3030        <?php screen_icon(); ?>
    31         <h2>AskThis settings</h2>
     31        <h2><?php _e('AskThis settings'); ?></h2>
    3232        <form method="post" action="options.php">
    3333            <?php settings_fields( 'askthis_options_group' ); ?>
  • askthis/trunk/languages/AskThis-nl_NL.po

    r2318875 r2318930  
    22msgstr ""
    33"Project-Id-Version: AskThis\n"
    4 "POT-Creation-Date: 2020-06-05 11:45+0200\n"
    5 "PO-Revision-Date: 2020-06-05 11:45+0200\n"
     4"POT-Creation-Date: 2020-06-05 12:59+0200\n"
     5"PO-Revision-Date: 2020-06-05 13:00+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    2020"X-Poedit-SearchPath-0: .\n"
    2121"X-Poedit-SearchPathExcluded-0: *.js\n"
     22
     23#: askthis.php:31
     24msgid "AskThis settings"
     25msgstr "AskThis instellingen"
    2226
    2327#: askthis.php:36
Note: See TracChangeset for help on using the changeset viewer.