Changeset 3297680
- Timestamp:
- 05/20/2025 10:28:21 PM (10 months ago)
- Location:
- advanced-custom-fields-table-field
- Files:
-
- 17 edited
-
tags/1.3.28/class-jh-acf-field-table.php (modified) (3 diffs)
-
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) (4 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) (4 diffs)
-
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) (3 diffs)
-
tags/1.3.28/languages/advanced-custom-fields-table-field.pot (modified) (3 diffs)
-
trunk/class-jh-acf-field-table.php (modified) (3 diffs)
-
trunk/languages/advanced-custom-fields-table-field-da_DK.mo (modified) (previous)
-
trunk/languages/advanced-custom-fields-table-field-da_DK.po (modified) (4 diffs)
-
trunk/languages/advanced-custom-fields-table-field-de_DE.mo (modified) (previous)
-
trunk/languages/advanced-custom-fields-table-field-de_DE.po (modified) (4 diffs)
-
trunk/languages/advanced-custom-fields-table-field-pl_PL.mo (modified) (previous)
-
trunk/languages/advanced-custom-fields-table-field-pl_PL.po (modified) (3 diffs)
-
trunk/languages/advanced-custom-fields-table-field.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-fields-table-field/tags/1.3.28/class-jh-acf-field-table.php
r3297509 r3297680 32 32 $this->name = 'table'; 33 33 34 $this->description = __('Allows you to easily edit tabular content.', 'advanced-custom-fields-table-field'); 35 36 $this->preview_image = plugins_url( '', __FILE__ ) . '/assets/images/field-preview-table.png'; 37 38 $this->doc_url = 'https://wordpress.org/plugins/advanced-custom-fields-table-field/'; 39 34 40 /* 35 41 * label (string) Multiple words, can include spaces, visible when selecting a field type … … 42 48 */ 43 49 44 $this->category = ' layout';50 $this->category = 'content'; 45 51 46 52 /* … … 214 220 215 221 $e .= '<div class="acf-table-optionbox">'; 216 $e .= '<label for="acf-table-opt-caption">' . __( ' table caption', 'advanced-custom-fields-table-field' ) . ' </label><br>';222 $e .= '<label for="acf-table-opt-caption">' . __( 'Table Caption', 'advanced-custom-fields-table-field' ) . ' </label><br>'; 217 223 $e .= '<input class="acf-table-optionbox-field acf-table-fc-opt-caption" id="acf-table-opt-caption" type="text" name="acf-table-opt-caption" value=""></input>'; 218 224 $e .= '</div>'; -
advanced-custom-fields-table-field/tags/1.3.28/languages/advanced-custom-fields-table-field-da_DK.po
r3297509 r3297680 6 6 "Development (trunk)\n" 7 7 "POT-Creation-Date: \n" 8 "PO-Revision-Date: 20 18-11-08 20:23+0100\n"8 "PO-Revision-Date: 2025-05-21 00:22+0200\n" 9 9 "Last-Translator: Johann Heyne <mail@johannheyne.de>\n" 10 10 "Language-Team: \n" … … 14 14 "Content-Transfer-Encoding: 8bit\n" 15 15 "Plural-Forms: nplurals=2; plural=n != 1;\n" 16 "X-Generator: Poedit 2.1.1\n" 17 18 #: acf-table-v5.php:208 19 msgid "table caption" 20 msgstr "" 16 "X-Generator: Poedit 3.6\n" 21 17 22 18 #: acf-table-v5.php:134 23 19 msgid "Presetting the usage of table caption" 24 msgstr " "20 msgstr "Forudindstilling af brugen af tabeltekst" 25 21 26 22 #: acf-table-v5.php:133 27 23 msgid "Table Caption" 28 msgstr "" 29 30 #. Author of the plugin/theme 31 msgid "Johann Heyne" 32 msgstr "Johann Heyne" 24 msgstr "Tabeltekst" 33 25 34 26 #. Description of the plugin/theme … … 37 29 "plugin." 38 30 msgstr "" 39 40 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 #. Fields: Table Field 1.3.28) #-#-#-#-# 42 #. Plugin URI of the plugin/theme 43 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 #. Fields: Table Field 1.3.28) #-#-#-#-# 45 #. Author URI of the plugin/theme 46 msgid "http://www.johannheyne.de/" 47 msgstr "http://www.johannheyne.de/" 31 "Denne gratis tilføjelse tilføjer en tabelfelttype til pluginnet Advanced " 32 "Custom Fields." 48 33 49 34 #. Plugin Name of the plugin/theme … … 81 66 msgstr "Tabel" 82 67 68 #: class-jh-acf-field-table.php:34 69 msgid "Allows you to easily edit tabular content." 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 83 81 #~ msgid "" 84 82 #~ "This free Add-on adds a table field type for the Advanced Custom Fields " -
advanced-custom-fields-table-field/tags/1.3.28/languages/advanced-custom-fields-table-field-de_DE.po
r3297509 r3297680 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 2.1.1\n"13 12 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 "X-Generator: Poedit 3.6\n" 14 14 "X-Poedit-SourceCharset: UTF-8\n" 15 16 #: acf-table-v5.php:20817 msgid "table caption"18 msgstr "Tabellen Beschriftung"19 15 20 16 #: acf-table-v5.php:134 … … 26 22 msgstr "Tabellen Beschriftung" 27 23 28 #. Author of the plugin/theme29 msgid "Johann Heyne"30 msgstr "Johann Heyne"31 32 24 #. Description of the plugin/theme 33 25 msgid "" … … 37 29 "Diese freie Erweiterung fügt dem \"Advanced Custom Fields\" Plugin ein " 38 30 "Tabellen Feldtype hinzu." 39 40 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom41 #. Fields: Table Field 1.3.28) #-#-#-#-#42 #. Plugin URI of the plugin/theme43 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom44 #. Fields: Table Field 1.3.28) #-#-#-#-#45 #. Author URI of the plugin/theme46 msgid "http://www.johannheyne.de/"47 msgstr "http://www.johannheyne.de/"48 31 49 32 #. Plugin Name of the plugin/theme … … 81 64 msgstr "Tabelle" 82 65 66 #: class-jh-acf-field-table.php:34 67 msgid "Allows you to easily edit tabular content." 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 83 79 #~ msgid "Error! Please enter a higher value." 84 80 #~ msgstr "Fehler! Bitte gib einen höheren Wert ein." -
advanced-custom-fields-table-field/tags/1.3.28/languages/advanced-custom-fields-table-field-pl_PL.po
r3297509 r3297680 6 6 "Last-Translator: Johann Heyne <mail@johannheyne.de>\n" 7 7 "Language-Team: Johann Heyne <mail@johannheyne.de>\n" 8 "Language: de_DE\n"8 "Language: pl_PL\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 2.1.1\n"13 12 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 "X-Generator: Poedit 3.6\n" 14 14 "X-Poedit-SourceCharset: UTF-8\n" 15 16 #: acf-table-v5.php:20817 msgid "table caption"18 msgstr ""19 15 20 16 #: acf-table-v5.php:134 21 17 msgid "Presetting the usage of table caption" 22 msgstr " "18 msgstr "Wstępne ustawianie użycia podpisu tabeli" 23 19 24 20 #: acf-table-v5.php:133 25 21 msgid "Table Caption" 26 msgstr "" 27 28 #. Author of the plugin/theme 29 msgid "Johann Heyne" 30 msgstr "" 22 msgstr "Podpis tabeli" 31 23 32 24 #. Description of the plugin/theme … … 35 27 "plugin." 36 28 msgstr "" 37 38 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 #. Fields: Table Field 1.3.28) #-#-#-#-# 40 #. Plugin URI of the plugin/theme 41 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 #. Fields: Table Field 1.3.28) #-#-#-#-# 43 #. Author URI of the plugin/theme 44 msgid "http://www.johannheyne.de/" 45 msgstr "" 29 "Ten bezpłatny dodatek dodaje typ pola tabeli do wtyczki Advanced Custom " 30 "Fields." 46 31 47 32 #. Plugin Name of the plugin/theme 48 33 msgid "Advanced Custom Fields: Table Field" 49 msgstr " "34 msgstr "Zaawansowane pola niestandardowe: Pole tabeli" 50 35 51 36 #: acf-table-v5.php:120 52 37 msgid "Presetting the usage of table header" 53 msgstr " "38 msgstr "Wstępne ustawianie użycia nagłówka tabeli" 54 39 55 40 #: acf-table-v4.php:185 acf-table-v5.php:124 … … 73 58 #: acf-table-v4.php:95 acf-table-v5.php:193 74 59 msgid "use table header" 75 msgstr " Użyj nagłówka tabeli"60 msgstr "użyj nagłówka tabeli" 76 61 77 62 #: acf-table-v4.php:24 acf-table-v5.php:38 78 63 msgid "Table" 79 64 msgstr "Tabela" 65 66 #: class-jh-acf-field-table.php:34 67 msgid "Allows you to easily edit tabular content." 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
r3297509 r3297680 12 12 "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 13 14 #: acf-table-v5.php:20815 msgid "table caption"16 msgstr ""17 18 14 #: acf-table-v5.php:134 19 15 msgid "Presetting the usage of table caption" … … 24 20 msgstr "" 25 21 26 #. Author of the plugin/theme27 msgid "Johann Heyne"28 msgstr ""29 30 22 #. Description of the plugin/theme 31 23 msgid "This free Add-on adds a table field type for the Advanced Custom Fields plugin." 32 msgstr ""33 34 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom35 #. Fields: Table Field 1.3.28) #-#-#-#-#36 #. Plugin URI of the plugin/theme37 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom38 #. Fields: Table Field 1.3.28) #-#-#-#-#39 #. Author URI of the plugin/theme40 msgid "http://www.johannheyne.de/"41 24 msgstr "" 42 25 … … 74 57 msgid "Table" 75 58 msgstr "" 59 60 61 #: class-jh-acf-field-table.php:34 62 msgid "Allows you to easily edit tabular content." 63 msgstr "" -
advanced-custom-fields-table-field/trunk/class-jh-acf-field-table.php
r3297505 r3297680 32 32 $this->name = 'table'; 33 33 34 $this->description = __('Allows you to easily edit tabular content.', 'advanced-custom-fields-table-field'); 35 36 $this->preview_image = plugins_url( '', __FILE__ ) . '/assets/images/field-preview-table.png'; 37 38 $this->doc_url = 'https://wordpress.org/plugins/advanced-custom-fields-table-field/'; 39 34 40 /* 35 41 * label (string) Multiple words, can include spaces, visible when selecting a field type … … 42 48 */ 43 49 44 $this->category = ' layout';50 $this->category = 'content'; 45 51 46 52 /* … … 214 220 215 221 $e .= '<div class="acf-table-optionbox">'; 216 $e .= '<label for="acf-table-opt-caption">' . __( ' table caption', 'advanced-custom-fields-table-field' ) . ' </label><br>';222 $e .= '<label for="acf-table-opt-caption">' . __( 'Table Caption', 'advanced-custom-fields-table-field' ) . ' </label><br>'; 217 223 $e .= '<input class="acf-table-optionbox-field acf-table-fc-opt-caption" id="acf-table-opt-caption" type="text" name="acf-table-opt-caption" value=""></input>'; 218 224 $e .= '</div>'; -
advanced-custom-fields-table-field/trunk/languages/advanced-custom-fields-table-field-da_DK.po
r3297505 r3297680 6 6 "Development (trunk)\n" 7 7 "POT-Creation-Date: \n" 8 "PO-Revision-Date: 20 18-11-08 20:23+0100\n"8 "PO-Revision-Date: 2025-05-21 00:22+0200\n" 9 9 "Last-Translator: Johann Heyne <mail@johannheyne.de>\n" 10 10 "Language-Team: \n" … … 14 14 "Content-Transfer-Encoding: 8bit\n" 15 15 "Plural-Forms: nplurals=2; plural=n != 1;\n" 16 "X-Generator: Poedit 2.1.1\n" 17 18 #: acf-table-v5.php:208 19 msgid "table caption" 20 msgstr "" 16 "X-Generator: Poedit 3.6\n" 21 17 22 18 #: acf-table-v5.php:134 23 19 msgid "Presetting the usage of table caption" 24 msgstr " "20 msgstr "Forudindstilling af brugen af tabeltekst" 25 21 26 22 #: acf-table-v5.php:133 27 23 msgid "Table Caption" 28 msgstr "" 29 30 #. Author of the plugin/theme 31 msgid "Johann Heyne" 32 msgstr "Johann Heyne" 24 msgstr "Tabeltekst" 33 25 34 26 #. Description of the plugin/theme … … 37 29 "plugin." 38 30 msgstr "" 39 40 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 #. Fields: Table Field 1.3.28) #-#-#-#-# 42 #. Plugin URI of the plugin/theme 43 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 #. Fields: Table Field 1.3.28) #-#-#-#-# 45 #. Author URI of the plugin/theme 46 msgid "http://www.johannheyne.de/" 47 msgstr "http://www.johannheyne.de/" 31 "Denne gratis tilføjelse tilføjer en tabelfelttype til pluginnet Advanced " 32 "Custom Fields." 48 33 49 34 #. Plugin Name of the plugin/theme … … 81 66 msgstr "Tabel" 82 67 68 #: class-jh-acf-field-table.php:34 69 msgid "Allows you to easily edit tabular content." 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 83 81 #~ msgid "" 84 82 #~ "This free Add-on adds a table field type for the Advanced Custom Fields " -
advanced-custom-fields-table-field/trunk/languages/advanced-custom-fields-table-field-de_DE.po
r3297505 r3297680 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 2.1.1\n"13 12 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 "X-Generator: Poedit 3.6\n" 14 14 "X-Poedit-SourceCharset: UTF-8\n" 15 16 #: acf-table-v5.php:20817 msgid "table caption"18 msgstr "Tabellen Beschriftung"19 15 20 16 #: acf-table-v5.php:134 … … 26 22 msgstr "Tabellen Beschriftung" 27 23 28 #. Author of the plugin/theme29 msgid "Johann Heyne"30 msgstr "Johann Heyne"31 32 24 #. Description of the plugin/theme 33 25 msgid "" … … 37 29 "Diese freie Erweiterung fügt dem \"Advanced Custom Fields\" Plugin ein " 38 30 "Tabellen Feldtype hinzu." 39 40 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom41 #. Fields: Table Field 1.3.28) #-#-#-#-#42 #. Plugin URI of the plugin/theme43 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom44 #. Fields: Table Field 1.3.28) #-#-#-#-#45 #. Author URI of the plugin/theme46 msgid "http://www.johannheyne.de/"47 msgstr "http://www.johannheyne.de/"48 31 49 32 #. Plugin Name of the plugin/theme … … 81 64 msgstr "Tabelle" 82 65 66 #: class-jh-acf-field-table.php:34 67 msgid "Allows you to easily edit tabular content." 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 83 79 #~ msgid "Error! Please enter a higher value." 84 80 #~ msgstr "Fehler! Bitte gib einen höheren Wert ein." -
advanced-custom-fields-table-field/trunk/languages/advanced-custom-fields-table-field-pl_PL.po
r3297505 r3297680 6 6 "Last-Translator: Johann Heyne <mail@johannheyne.de>\n" 7 7 "Language-Team: Johann Heyne <mail@johannheyne.de>\n" 8 "Language: de_DE\n"8 "Language: pl_PL\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 2.1.1\n"13 12 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 "X-Generator: Poedit 3.6\n" 14 14 "X-Poedit-SourceCharset: UTF-8\n" 15 16 #: acf-table-v5.php:20817 msgid "table caption"18 msgstr ""19 15 20 16 #: acf-table-v5.php:134 21 17 msgid "Presetting the usage of table caption" 22 msgstr " "18 msgstr "Wstępne ustawianie użycia podpisu tabeli" 23 19 24 20 #: acf-table-v5.php:133 25 21 msgid "Table Caption" 26 msgstr "" 27 28 #. Author of the plugin/theme 29 msgid "Johann Heyne" 30 msgstr "" 22 msgstr "Podpis tabeli" 31 23 32 24 #. Description of the plugin/theme … … 35 27 "plugin." 36 28 msgstr "" 37 38 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 #. Fields: Table Field 1.3.28) #-#-#-#-# 40 #. Plugin URI of the plugin/theme 41 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 #. Fields: Table Field 1.3.28) #-#-#-#-# 43 #. Author URI of the plugin/theme 44 msgid "http://www.johannheyne.de/" 45 msgstr "" 29 "Ten bezpłatny dodatek dodaje typ pola tabeli do wtyczki Advanced Custom " 30 "Fields." 46 31 47 32 #. Plugin Name of the plugin/theme 48 33 msgid "Advanced Custom Fields: Table Field" 49 msgstr " "34 msgstr "Zaawansowane pola niestandardowe: Pole tabeli" 50 35 51 36 #: acf-table-v5.php:120 52 37 msgid "Presetting the usage of table header" 53 msgstr " "38 msgstr "Wstępne ustawianie użycia nagłówka tabeli" 54 39 55 40 #: acf-table-v4.php:185 acf-table-v5.php:124 … … 73 58 #: acf-table-v4.php:95 acf-table-v5.php:193 74 59 msgid "use table header" 75 msgstr " Użyj nagłówka tabeli"60 msgstr "użyj nagłówka tabeli" 76 61 77 62 #: acf-table-v4.php:24 acf-table-v5.php:38 78 63 msgid "Table" 79 64 msgstr "Tabela" 65 66 #: class-jh-acf-field-table.php:34 67 msgid "Allows you to easily edit tabular content." 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
r3297505 r3297680 12 12 "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 13 14 #: acf-table-v5.php:20815 msgid "table caption"16 msgstr ""17 18 14 #: acf-table-v5.php:134 19 15 msgid "Presetting the usage of table caption" … … 24 20 msgstr "" 25 21 26 #. Author of the plugin/theme27 msgid "Johann Heyne"28 msgstr ""29 30 22 #. Description of the plugin/theme 31 23 msgid "This free Add-on adds a table field type for the Advanced Custom Fields plugin." 32 msgstr ""33 34 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom35 #. Fields: Table Field 1.3.28) #-#-#-#-#36 #. Plugin URI of the plugin/theme37 #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom38 #. Fields: Table Field 1.3.28) #-#-#-#-#39 #. Author URI of the plugin/theme40 msgid "http://www.johannheyne.de/"41 24 msgstr "" 42 25 … … 74 57 msgid "Table" 75 58 msgstr "" 59 60 61 #: class-jh-acf-field-table.php:34 62 msgid "Allows you to easily edit tabular content." 63 msgstr "" -
advanced-custom-fields-table-field/trunk/readme.txt
r3297507 r3297680 4 4 Requires at least: 5.3 5 5 Tested up to: 6.8.1 6 Stable tag: 1.3.2 76 Stable tag: 1.3.28 7 7 Requires PHP: 7.5 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.