Plugin Directory

Changeset 3297687


Ignore:
Timestamp:
05/20/2025 10:49:52 PM (10 months ago)
Author:
Jonua
Message:
  • Adds image for field previewFixes translation bug
Location:
advanced-custom-fields-table-field
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • advanced-custom-fields-table-field/tags/1.3.28/class-jh-acf-field-table.php

    r3297680 r3297687  
    3232        $this->name = 'table';
    3333
    34         $this->description = __('Allows you to easily edit tabular content.', 'advanced-custom-fields-table-field');
     34        $this->description = __('This allows you to easily edit tabular content.', 'advanced-custom-fields-table-field');
    3535
    3636        $this->preview_image = plugins_url( '', __FILE__ ) . '/assets/images/field-preview-table.png';
  • advanced-custom-fields-table-field/tags/1.3.28/languages/advanced-custom-fields-table-field-da_DK.po

    r3297680 r3297687  
    66"Development (trunk)\n"
    77"POT-Creation-Date: \n"
    8 "PO-Revision-Date: 2025-05-21 00:22+0200\n"
     8"PO-Revision-Date: 2025-05-21 00:41+0200\n"
    99"Last-Translator: Johann Heyne <mail@johannheyne.de>\n"
    1010"Language-Team: \n"
     
    6767
    6868#: class-jh-acf-field-table.php:34
    69 msgid "Allows you to easily edit tabular content."
     69msgid "This allows you to easily edit tabular content."
    7070msgstr "Giver dig mulighed for nemt at redigere tabelindhold."
    71 
    72 #~ msgid "Johann Heyne"
    73 #~ msgstr "Johann Heyne"
    74 
    75 #~ msgid "http://www.johannheyne.de/"
    76 #~ msgstr "http://www.johannheyne.de/"
    77 
    78 #~ msgid "table caption"
    79 #~ msgstr "Tabeltekst"
    80 
    81 #~ msgid ""
    82 #~ "This free Add-on adds a table field type for the Advanced Custom Fields "
    83 #~ "plugin"
    84 #~ msgstr ""
    85 #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields "
    86 #~ "plugin"
    87 
    88 #~ msgid "Error! Please enter a higher value"
    89 #~ msgstr "Fejl! Indtast venligst en højere værdi"
    90 
    91 #~ msgid "Layout"
    92 #~ msgstr "Layout"
  • advanced-custom-fields-table-field/tags/1.3.28/languages/advanced-custom-fields-table-field-de_DE.po

    r3297680 r3297687  
    6565
    6666#: class-jh-acf-field-table.php:34
    67 msgid "Allows you to easily edit tabular content."
     67msgid "This allows you to easily edit tabular content."
    6868msgstr "Ermöglicht die einfache Bearbeitung tabellarischer Inhalte."
    69 
    70 #~ msgid "Johann Heyne"
    71 #~ msgstr "Johann Heyne"
    72 
    73 #~ msgid "http://www.johannheyne.de/"
    74 #~ msgstr "http://www.johannheyne.de/"
    75 
    76 #~ msgid "table caption"
    77 #~ msgstr "Tabellen Beschriftung"
    78 
    79 #~ msgid "Error! Please enter a higher value."
    80 #~ msgstr "Fehler! Bitte gib einen höheren Wert ein."
    81 
    82 #~ msgid "Error! Please enter a higher value"
    83 #~ msgstr "Fehler! Bitte gib einen höheren Wert ein."
    84 
    85 #~ msgid ""
    86 #~ "This free Add-on adds a table field type for the Advanced Custom Fields "
    87 #~ "plugin"
    88 #~ msgstr ""
    89 #~ "Diese freie Erweiterung fügt dem \"Advanced Custom Fields\" Plugin ein "
    90 #~ "Tabellen Feldtype hinzu."
  • advanced-custom-fields-table-field/tags/1.3.28/languages/advanced-custom-fields-table-field-pl_PL.po

    r3297680 r3297687  
    6565
    6666#: class-jh-acf-field-table.php:34
    67 msgid "Allows you to easily edit tabular content."
     67msgid "This allows you to easily edit tabular content."
    6868msgstr "Umożliwia łatwą edycję zawartości tabeli."
    69 
    70 #~ msgid "Johann Heyne"
    71 #~ msgstr "Johann Heyne"
  • advanced-custom-fields-table-field/tags/1.3.28/languages/advanced-custom-fields-table-field.pot

    r3297680 r3297687  
    5858msgstr ""
    5959
    60 
    6160#: class-jh-acf-field-table.php:34
    62 msgid "Allows you to easily edit tabular content."
     61msgid "This allows you to easily edit tabular content."
    6362msgstr ""
  • advanced-custom-fields-table-field/trunk/class-jh-acf-field-table.php

    r3297680 r3297687  
    3232        $this->name = 'table';
    3333
    34         $this->description = __('Allows you to easily edit tabular content.', 'advanced-custom-fields-table-field');
     34        $this->description = __('This allows you to easily edit tabular content.', 'advanced-custom-fields-table-field');
    3535
    3636        $this->preview_image = plugins_url( '', __FILE__ ) . '/assets/images/field-preview-table.png';
  • advanced-custom-fields-table-field/trunk/languages/advanced-custom-fields-table-field-da_DK.po

    r3297680 r3297687  
    66"Development (trunk)\n"
    77"POT-Creation-Date: \n"
    8 "PO-Revision-Date: 2025-05-21 00:22+0200\n"
     8"PO-Revision-Date: 2025-05-21 00:41+0200\n"
    99"Last-Translator: Johann Heyne <mail@johannheyne.de>\n"
    1010"Language-Team: \n"
     
    6767
    6868#: class-jh-acf-field-table.php:34
    69 msgid "Allows you to easily edit tabular content."
     69msgid "This allows you to easily edit tabular content."
    7070msgstr "Giver dig mulighed for nemt at redigere tabelindhold."
    71 
    72 #~ msgid "Johann Heyne"
    73 #~ msgstr "Johann Heyne"
    74 
    75 #~ msgid "http://www.johannheyne.de/"
    76 #~ msgstr "http://www.johannheyne.de/"
    77 
    78 #~ msgid "table caption"
    79 #~ msgstr "Tabeltekst"
    80 
    81 #~ msgid ""
    82 #~ "This free Add-on adds a table field type for the Advanced Custom Fields "
    83 #~ "plugin"
    84 #~ msgstr ""
    85 #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields "
    86 #~ "plugin"
    87 
    88 #~ msgid "Error! Please enter a higher value"
    89 #~ msgstr "Fejl! Indtast venligst en højere værdi"
    90 
    91 #~ msgid "Layout"
    92 #~ msgstr "Layout"
  • advanced-custom-fields-table-field/trunk/languages/advanced-custom-fields-table-field-de_DE.po

    r3297680 r3297687  
    6565
    6666#: class-jh-acf-field-table.php:34
    67 msgid "Allows you to easily edit tabular content."
     67msgid "This allows you to easily edit tabular content."
    6868msgstr "Ermöglicht die einfache Bearbeitung tabellarischer Inhalte."
    69 
    70 #~ msgid "Johann Heyne"
    71 #~ msgstr "Johann Heyne"
    72 
    73 #~ msgid "http://www.johannheyne.de/"
    74 #~ msgstr "http://www.johannheyne.de/"
    75 
    76 #~ msgid "table caption"
    77 #~ msgstr "Tabellen Beschriftung"
    78 
    79 #~ msgid "Error! Please enter a higher value."
    80 #~ msgstr "Fehler! Bitte gib einen höheren Wert ein."
    81 
    82 #~ msgid "Error! Please enter a higher value"
    83 #~ msgstr "Fehler! Bitte gib einen höheren Wert ein."
    84 
    85 #~ msgid ""
    86 #~ "This free Add-on adds a table field type for the Advanced Custom Fields "
    87 #~ "plugin"
    88 #~ msgstr ""
    89 #~ "Diese freie Erweiterung fügt dem \"Advanced Custom Fields\" Plugin ein "
    90 #~ "Tabellen Feldtype hinzu."
  • advanced-custom-fields-table-field/trunk/languages/advanced-custom-fields-table-field-pl_PL.po

    r3297680 r3297687  
    6565
    6666#: class-jh-acf-field-table.php:34
    67 msgid "Allows you to easily edit tabular content."
     67msgid "This allows you to easily edit tabular content."
    6868msgstr "Umożliwia łatwą edycję zawartości tabeli."
    69 
    70 #~ msgid "Johann Heyne"
    71 #~ msgstr "Johann Heyne"
  • advanced-custom-fields-table-field/trunk/languages/advanced-custom-fields-table-field.pot

    r3297680 r3297687  
    5858msgstr ""
    5959
    60 
    6160#: class-jh-acf-field-table.php:34
    62 msgid "Allows you to easily edit tabular content."
     61msgid "This allows you to easily edit tabular content."
    6362msgstr ""
Note: See TracChangeset for help on using the changeset viewer.