Changeset 3297687
- Timestamp:
- 05/20/2025 10:49:52 PM (10 months ago)
- Location:
- advanced-custom-fields-table-field
- Files:
-
- 16 edited
-
tags/1.3.28/class-jh-acf-field-table.php (modified) (1 diff)
-
tags/1.3.28/languages/advanced-custom-fields-table-field-da_DK.mo (modified) (previous)
-
tags/1.3.28/languages/advanced-custom-fields-table-field-da_DK.po (modified) (2 diffs)
-
tags/1.3.28/languages/advanced-custom-fields-table-field-de_DE.mo (modified) (previous)
-
tags/1.3.28/languages/advanced-custom-fields-table-field-de_DE.po (modified) (1 diff)
-
tags/1.3.28/languages/advanced-custom-fields-table-field-pl_PL.mo (modified) (previous)
-
tags/1.3.28/languages/advanced-custom-fields-table-field-pl_PL.po (modified) (1 diff)
-
tags/1.3.28/languages/advanced-custom-fields-table-field.pot (modified) (1 diff)
-
trunk/class-jh-acf-field-table.php (modified) (1 diff)
-
trunk/languages/advanced-custom-fields-table-field-da_DK.mo (modified) (previous)
-
trunk/languages/advanced-custom-fields-table-field-da_DK.po (modified) (2 diffs)
-
trunk/languages/advanced-custom-fields-table-field-de_DE.mo (modified) (previous)
-
trunk/languages/advanced-custom-fields-table-field-de_DE.po (modified) (1 diff)
-
trunk/languages/advanced-custom-fields-table-field-pl_PL.mo (modified) (previous)
-
trunk/languages/advanced-custom-fields-table-field-pl_PL.po (modified) (1 diff)
-
trunk/languages/advanced-custom-fields-table-field.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-fields-table-field/tags/1.3.28/class-jh-acf-field-table.php
r3297680 r3297687 32 32 $this->name = 'table'; 33 33 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'); 35 35 36 36 $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 6 6 "Development (trunk)\n" 7 7 "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" 9 9 "Last-Translator: Johann Heyne <mail@johannheyne.de>\n" 10 10 "Language-Team: \n" … … 67 67 68 68 #: class-jh-acf-field-table.php:34 69 msgid " Allows you to easily edit tabular content."69 msgid "This allows you to easily edit tabular content." 70 70 msgstr "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 65 65 66 66 #: class-jh-acf-field-table.php:34 67 msgid " Allows you to easily edit tabular content."67 msgid "This allows you to easily edit tabular content." 68 68 msgstr "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 65 65 66 66 #: class-jh-acf-field-table.php:34 67 msgid " Allows you to easily edit tabular content."67 msgid "This allows you to easily edit tabular content." 68 68 msgstr "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 58 58 msgstr "" 59 59 60 61 60 #: class-jh-acf-field-table.php:34 62 msgid " Allows you to easily edit tabular content."61 msgid "This allows you to easily edit tabular content." 63 62 msgstr "" -
advanced-custom-fields-table-field/trunk/class-jh-acf-field-table.php
r3297680 r3297687 32 32 $this->name = 'table'; 33 33 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'); 35 35 36 36 $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 6 6 "Development (trunk)\n" 7 7 "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" 9 9 "Last-Translator: Johann Heyne <mail@johannheyne.de>\n" 10 10 "Language-Team: \n" … … 67 67 68 68 #: class-jh-acf-field-table.php:34 69 msgid " Allows you to easily edit tabular content."69 msgid "This allows you to easily edit tabular content." 70 70 msgstr "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 65 65 66 66 #: class-jh-acf-field-table.php:34 67 msgid " Allows you to easily edit tabular content."67 msgid "This allows you to easily edit tabular content." 68 68 msgstr "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 65 65 66 66 #: class-jh-acf-field-table.php:34 67 msgid " Allows you to easily edit tabular content."67 msgid "This allows you to easily edit tabular content." 68 68 msgstr "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 58 58 msgstr "" 59 59 60 61 60 #: class-jh-acf-field-table.php:34 62 msgid " Allows you to easily edit tabular content."61 msgid "This allows you to easily edit tabular content." 63 62 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.