├── .gitignore └── advanced-custom-fields-table-field ├── assets ├── banner-772x250.png ├── icon-128x128.png ├── icon-256x256.png ├── screenshot-1.png ├── screenshot-2.png └── screenshot-3.png ├── tags ├── 1.2.5 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.2.6 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.2.7 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.0 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.1-beta2 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.1-beta3 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.1 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.10 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.11 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.12 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.13 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.14 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.15 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.2 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.3 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.4 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.5 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.6 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.7 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt ├── 1.3.8 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ │ └── input.css │ ├── js │ │ ├── input-v4.js │ │ └── input-v5.js │ ├── lang │ │ ├── acf-table-da_DK.mo │ │ ├── acf-table-da_DK.po │ │ ├── acf-table-de_DE.mo │ │ ├── acf-table-de_DE.po │ │ ├── acf-table-pl_PL.mo │ │ ├── acf-table-pl_PL.po │ │ └── acf-table.pot │ └── readme.txt └── 1.3.9 │ ├── acf-table-v4.php │ ├── acf-table-v5.php │ ├── acf-table.php │ ├── changelog.txt │ ├── css │ └── input.css │ ├── js │ ├── input-v4.js │ └── input-v5.js │ ├── lang │ ├── acf-table-da_DK.mo │ ├── acf-table-da_DK.po │ ├── acf-table-de_DE.mo │ ├── acf-table-de_DE.po │ ├── acf-table-pl_PL.mo │ ├── acf-table-pl_PL.po │ └── acf-table.pot │ └── readme.txt └── trunk ├── acf-table-v4.php ├── acf-table-v5.php ├── acf-table.php ├── changelog.txt ├── css └── input.css ├── js ├── input-v4.js └── input-v5.js ├── lang ├── acf-table-da_DK.mo ├── acf-table-da_DK.po ├── acf-table-de_DE.mo ├── acf-table-de_DE.po ├── acf-table-pl_PL.mo ├── acf-table-pl_PL.po └── acf-table.pot └── readme.txt /.gitignore: -------------------------------------------------------------------------------- 1 | .gitignore 2 | .DS_Store 3 | .svn 4 | branches 5 | node_modules 6 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/assets/banner-772x250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/assets/banner-772x250.png -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/assets/icon-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/assets/icon-128x128.png -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/assets/icon-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/assets/icon-256x256.png -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/assets/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/assets/screenshot-1.png -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/assets/screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/assets/screenshot-2.png -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/assets/screenshot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/assets/screenshot-3.png -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.5/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 1.6.4\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table.php:71 17 | msgid "use table header" 18 | msgstr "verwende Tabellenkopf" 19 | 20 | #: acf-table.php:148 21 | msgid "Table Header" 22 | msgstr "Tabellenkopf" 23 | 24 | #: acf-table.php:158 25 | msgid "Optional" 26 | msgstr "Optional" 27 | 28 | #: acf-table.php:159 29 | msgid "Yes" 30 | msgstr "Ja" 31 | 32 | #: acf-table.php:160 33 | msgid "No" 34 | msgstr "Nein" 35 | 36 | #: acf-table.php:21 37 | msgid "Table" 38 | msgstr "Tabelle" 39 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.5/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.2.5/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.5/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 1.8.9\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table.php:71 17 | msgid "use table header" 18 | msgstr "Użyj nagłówka tabeli" 19 | 20 | #: acf-table.php:148 21 | msgid "Table Header" 22 | msgstr "Nagłówek tabeli" 23 | 24 | #: acf-table.php:158 25 | msgid "Optional" 26 | msgstr "Opcjonalne" 27 | 28 | #: acf-table.php:159 29 | msgid "Yes" 30 | msgstr "Tak" 31 | 32 | #: acf-table.php:160 33 | msgid "No" 34 | msgstr "Nie" 35 | 36 | #: acf-table.php:21 37 | msgid "Table" 38 | msgstr "Tabela" 39 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.5/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "MIME-Version: 1.0\n" 9 | "Content-Type: text/plain; charset=iso-8859-1\n" 10 | "Content-Transfer-Encoding: 8bit\n" 11 | "X-Generator: Poedit 1.6.4\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Poedit-SourceCharset: UTF-8\n" 14 | 15 | #: acf-table.php:71 16 | msgid "use table header" 17 | msgstr "" 18 | 19 | #: acf-table.php:148 20 | msgid "Table Header" 21 | msgstr "" 22 | 23 | #: acf-table.php:158 24 | msgid "Optional" 25 | msgstr "" 26 | 27 | #: acf-table.php:159 28 | msgid "Yes" 29 | msgstr "" 30 | 31 | #: acf-table.php:160 32 | msgid "No" 33 | msgstr "" 34 | 35 | #: acf-table.php:21 36 | msgid "Table" 37 | msgstr "" -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.6/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 1.6.4\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table.php:71 17 | msgid "use table header" 18 | msgstr "verwende Tabellenkopf" 19 | 20 | #: acf-table.php:148 21 | msgid "Table Header" 22 | msgstr "Tabellenkopf" 23 | 24 | #: acf-table.php:158 25 | msgid "Optional" 26 | msgstr "Optional" 27 | 28 | #: acf-table.php:159 29 | msgid "Yes" 30 | msgstr "Ja" 31 | 32 | #: acf-table.php:160 33 | msgid "No" 34 | msgstr "Nein" 35 | 36 | #: acf-table.php:21 37 | msgid "Table" 38 | msgstr "Tabelle" 39 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.6/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.2.6/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.6/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 1.8.9\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table.php:71 17 | msgid "use table header" 18 | msgstr "Użyj nagłówka tabeli" 19 | 20 | #: acf-table.php:148 21 | msgid "Table Header" 22 | msgstr "Nagłówek tabeli" 23 | 24 | #: acf-table.php:158 25 | msgid "Optional" 26 | msgstr "Opcjonalne" 27 | 28 | #: acf-table.php:159 29 | msgid "Yes" 30 | msgstr "Tak" 31 | 32 | #: acf-table.php:160 33 | msgid "No" 34 | msgstr "Nie" 35 | 36 | #: acf-table.php:21 37 | msgid "Table" 38 | msgstr "Tabela" 39 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.6/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "MIME-Version: 1.0\n" 9 | "Content-Type: text/plain; charset=iso-8859-1\n" 10 | "Content-Transfer-Encoding: 8bit\n" 11 | "X-Generator: Poedit 1.6.4\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Poedit-SourceCharset: UTF-8\n" 14 | 15 | #: acf-table.php:71 16 | msgid "use table header" 17 | msgstr "" 18 | 19 | #: acf-table.php:148 20 | msgid "Table Header" 21 | msgstr "" 22 | 23 | #: acf-table.php:158 24 | msgid "Optional" 25 | msgstr "" 26 | 27 | #: acf-table.php:159 28 | msgid "Yes" 29 | msgstr "" 30 | 31 | #: acf-table.php:160 32 | msgid "No" 33 | msgstr "" 34 | 35 | #: acf-table.php:21 36 | msgid "Table" 37 | msgstr "" -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.7/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 1.6.4\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table.php:71 17 | msgid "use table header" 18 | msgstr "verwende Tabellenkopf" 19 | 20 | #: acf-table.php:148 21 | msgid "Table Header" 22 | msgstr "Tabellenkopf" 23 | 24 | #: acf-table.php:158 25 | msgid "Optional" 26 | msgstr "Optional" 27 | 28 | #: acf-table.php:159 29 | msgid "Yes" 30 | msgstr "Ja" 31 | 32 | #: acf-table.php:160 33 | msgid "No" 34 | msgstr "Nein" 35 | 36 | #: acf-table.php:21 37 | msgid "Table" 38 | msgstr "Tabelle" 39 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.7/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.2.7/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.7/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 1.8.9\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table.php:71 17 | msgid "use table header" 18 | msgstr "Użyj nagłówka tabeli" 19 | 20 | #: acf-table.php:148 21 | msgid "Table Header" 22 | msgstr "Nagłówek tabeli" 23 | 24 | #: acf-table.php:158 25 | msgid "Optional" 26 | msgstr "Opcjonalne" 27 | 28 | #: acf-table.php:159 29 | msgid "Yes" 30 | msgstr "Tak" 31 | 32 | #: acf-table.php:160 33 | msgid "No" 34 | msgstr "Nie" 35 | 36 | #: acf-table.php:21 37 | msgid "Table" 38 | msgstr "Tabela" 39 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.2.7/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "MIME-Version: 1.0\n" 9 | "Content-Type: text/plain; charset=iso-8859-1\n" 10 | "Content-Transfer-Encoding: 8bit\n" 11 | "X-Generator: Poedit 1.6.4\n" 12 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 | "X-Poedit-SourceCharset: UTF-8\n" 14 | 15 | #: acf-table.php:71 16 | msgid "use table header" 17 | msgstr "" 18 | 19 | #: acf-table.php:148 20 | msgid "Table Header" 21 | msgstr "" 22 | 23 | #: acf-table.php:158 24 | msgid "Optional" 25 | msgstr "" 26 | 27 | #: acf-table.php:159 28 | msgid "Yes" 29 | msgstr "" 30 | 31 | #: acf-table.php:160 32 | msgid "No" 33 | msgstr "" 34 | 35 | #: acf-table.php:21 36 | msgid "Table" 37 | msgstr "" -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.0/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.0) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.0) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.0/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.0/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.0/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.0/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.0/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.0) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.0) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.0/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.0) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.0) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta2/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.1) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.1) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta2/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.1-beta2/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta2/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.1-beta2/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta2/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.1) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.1) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta2/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.1) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.1) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta3/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.2) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.2) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta3/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.1-beta3/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta3/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.1-beta3/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta3/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.2) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.2) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1-beta3/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.2) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.2) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.1) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.1) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.1/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.1/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.1) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.1) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.1/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.1) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.1) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.10/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.10) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.10) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.10/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.10/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.10/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.10/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.10/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.10) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.10) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.10/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.10) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.10) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.11/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.11) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.11) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.11/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.11/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.11/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.11/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.11/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.11) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.11) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.11/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.11) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.11) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.12/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.12) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.12) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.12/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.12/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.12/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.12/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.12/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.12) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.12) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.12/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.12) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.12) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.13/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.13) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.13) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.13/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.13/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.13/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.13/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.13/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.13) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.13) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.13/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.13) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.13) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.14/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.14) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.14) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.14/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.14/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.14/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.14/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.14/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.14) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.14) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.14/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.14) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.14) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.15/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.15) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.15) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.15/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.15/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.15/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.15/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.15/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.15) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.15) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.15/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.15) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.15) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.2/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.2) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.2) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.2/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.2/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.2/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.2/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.2/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.2) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.2) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.2/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.2) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.2) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.3/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.3) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.3) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.3/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.3/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.3/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.3/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.3/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.3) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.3) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.3/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.3) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.3) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.4/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.4) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.4) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.4/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.4/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.4/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.4/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.4/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.4) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.4) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.4/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.4) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.4) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.5/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.5) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.5) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.5/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.5/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.5/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.5/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.5/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.5) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.5) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.5/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.5) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.5) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.6/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.6) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.6) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.6/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.6/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.6/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.6/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.6/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.6) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.6) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.6/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.6) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.6) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.7/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.7) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.7) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.7/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.7/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.7/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.7/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.7/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.7) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.7) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.7/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.7) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.7) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.8/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.8) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.8) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.8/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.8/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.8/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.8/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.8/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.8) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.8) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.8/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.8) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.8) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.9/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.9) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.9) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.9/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.9/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.9/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/tags/1.3.9/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.9/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.9) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.9) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/tags/1.3.9/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.9) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.9) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/trunk/acf-table.php: -------------------------------------------------------------------------------- 1 | \n" 10 | "Language-Team: \n" 11 | "Language: da_DK\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 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 "" 21 | 22 | #: acf-table-v5.php:134 23 | msgid "Presetting the usage of table caption" 24 | msgstr "" 25 | 26 | #: acf-table-v5.php:133 27 | msgid "Table Caption" 28 | msgstr "" 29 | 30 | #. Author of the plugin/theme 31 | msgid "Johann Heyne" 32 | msgstr "Johann Heyne" 33 | 34 | #. Description of the plugin/theme 35 | msgid "" 36 | "This free Add-on adds a table field type for the Advanced Custom Fields " 37 | "plugin." 38 | msgstr "" 39 | 40 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 41 | #. Fields: Table Field 1.3.15) #-#-#-#-# 42 | #. Plugin URI of the plugin/theme 43 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 44 | #. Fields: Table Field 1.3.15) #-#-#-#-# 45 | #. Author URI of the plugin/theme 46 | msgid "http://www.johannheyne.de/" 47 | msgstr "http://www.johannheyne.de/" 48 | 49 | #. Plugin Name of the plugin/theme 50 | msgid "Advanced Custom Fields: Table Field" 51 | msgstr "Advanced Custom Fields: Table Field" 52 | 53 | #: acf-table-v5.php:120 54 | msgid "Presetting the usage of table header" 55 | msgstr "Forudindstilling af brugen af tabeloverskrifter" 56 | 57 | #: acf-table-v4.php:185 acf-table-v5.php:124 58 | msgid "Optional" 59 | msgstr "Valgfri" 60 | 61 | #: acf-table-v4.php:175 acf-table-v5.php:119 62 | msgid "Table Header" 63 | msgstr "Tabeloverskrift" 64 | 65 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 66 | #: acf-table-v5.php:138 acf-table-v5.php:196 67 | msgid "Yes" 68 | msgstr "Ja" 69 | 70 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 71 | #: acf-table-v5.php:139 acf-table-v5.php:195 72 | msgid "No" 73 | msgstr "Nej" 74 | 75 | #: acf-table-v4.php:95 acf-table-v5.php:193 76 | msgid "use table header" 77 | msgstr "brug tabeloverskrift" 78 | 79 | #: acf-table-v4.php:24 acf-table-v5.php:38 80 | msgid "Table" 81 | msgstr "Tabel" 82 | 83 | #~ msgid "" 84 | #~ "This free Add-on adds a table field type for the Advanced Custom Fields " 85 | #~ "plugin" 86 | #~ msgstr "" 87 | #~ "Dette gratis addon tilføjer et tabel felt til Advanced Custom Fields " 88 | #~ "plugin" 89 | 90 | #~ msgid "Error! Please enter a higher value" 91 | #~ msgstr "Fejl! Indtast venligst en højere værdi" 92 | 93 | #~ msgid "Layout" 94 | #~ msgstr "Layout" 95 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/trunk/lang/acf-table-de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/trunk/lang/acf-table-de_DE.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/trunk/lang/acf-table-pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannheyne/advanced-custom-fields-table-field/06062e52cd7225c01d0a00c15b8cdeb57d373f0b/advanced-custom-fields-table-field/trunk/lang/acf-table-pl_PL.mo -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/trunk/lang/acf-table-pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: ACF Table Field\n" 4 | "POT-Creation-Date: \n" 5 | "PO-Revision-Date: \n" 6 | "Last-Translator: Johann Heyne \n" 7 | "Language-Team: Johann Heyne \n" 8 | "Language: de_DE\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 2.1.1\n" 13 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 | "X-Poedit-SourceCharset: UTF-8\n" 15 | 16 | #: acf-table-v5.php:208 17 | msgid "table caption" 18 | msgstr "" 19 | 20 | #: acf-table-v5.php:134 21 | msgid "Presetting the usage of table caption" 22 | msgstr "" 23 | 24 | #: acf-table-v5.php:133 25 | msgid "Table Caption" 26 | msgstr "" 27 | 28 | #. Author of the plugin/theme 29 | msgid "Johann Heyne" 30 | msgstr "" 31 | 32 | #. Description of the plugin/theme 33 | msgid "" 34 | "This free Add-on adds a table field type for the Advanced Custom Fields " 35 | "plugin." 36 | msgstr "" 37 | 38 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 39 | #. Fields: Table Field 1.3.15) #-#-#-#-# 40 | #. Plugin URI of the plugin/theme 41 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 42 | #. Fields: Table Field 1.3.15) #-#-#-#-# 43 | #. Author URI of the plugin/theme 44 | msgid "http://www.johannheyne.de/" 45 | msgstr "" 46 | 47 | #. Plugin Name of the plugin/theme 48 | msgid "Advanced Custom Fields: Table Field" 49 | msgstr "" 50 | 51 | #: acf-table-v5.php:120 52 | msgid "Presetting the usage of table header" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:185 acf-table-v5.php:124 56 | msgid "Optional" 57 | msgstr "Opcjonalne" 58 | 59 | #: acf-table-v4.php:175 acf-table-v5.php:119 60 | msgid "Table Header" 61 | msgstr "Nagłówek tabeli" 62 | 63 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 64 | #: acf-table-v5.php:138 acf-table-v5.php:196 65 | msgid "Yes" 66 | msgstr "Tak" 67 | 68 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 69 | #: acf-table-v5.php:139 acf-table-v5.php:195 70 | msgid "No" 71 | msgstr "Nie" 72 | 73 | #: acf-table-v4.php:95 acf-table-v5.php:193 74 | msgid "use table header" 75 | msgstr "Użyj nagłówka tabeli" 76 | 77 | #: acf-table-v4.php:24 acf-table-v5.php:38 78 | msgid "Table" 79 | msgstr "Tabela" 80 | -------------------------------------------------------------------------------- /advanced-custom-fields-table-field/trunk/lang/acf-table.pot: -------------------------------------------------------------------------------- 1 | # Translation of Plugins - Advanced Custom Fields: Table Field - Development (trunk) in German 2 | # This file is distributed under the same license as the Plugins - Advanced Custom Fields: Table Field - Development (trunk) package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: +0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/2.4.0-alpha\n" 11 | "Language: de\n" 12 | "Project-Id-Version: Plugins - Advanced Custom Fields: Table Field - Development (trunk)\n" 13 | 14 | #: acf-table-v5.php:208 15 | msgid "table caption" 16 | msgstr "" 17 | 18 | #: acf-table-v5.php:134 19 | msgid "Presetting the usage of table caption" 20 | msgstr "" 21 | 22 | #: acf-table-v5.php:133 23 | msgid "Table Caption" 24 | msgstr "" 25 | 26 | #. Author of the plugin/theme 27 | msgid "Johann Heyne" 28 | msgstr "" 29 | 30 | #. Description of the plugin/theme 31 | 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 Custom 35 | #. Fields: Table Field 1.3.15) #-#-#-#-# 36 | #. Plugin URI of the plugin/theme 37 | #. #-#-#-#-# advanced-custom-fields-table-field-code.pot (Advanced Custom 38 | #. Fields: Table Field 1.3.15) #-#-#-#-# 39 | #. Author URI of the plugin/theme 40 | msgid "http://www.johannheyne.de/" 41 | msgstr "" 42 | 43 | #. Plugin Name of the plugin/theme 44 | msgid "Advanced Custom Fields: Table Field" 45 | msgstr "" 46 | 47 | #: acf-table-v5.php:120 48 | msgid "Presetting the usage of table header" 49 | msgstr "" 50 | 51 | #: acf-table-v4.php:185 acf-table-v5.php:124 52 | msgid "Optional" 53 | msgstr "" 54 | 55 | #: acf-table-v4.php:175 acf-table-v5.php:119 56 | msgid "Table Header" 57 | msgstr "" 58 | 59 | #: acf-table-v4.php:98 acf-table-v4.php:186 acf-table-v5.php:125 60 | #: acf-table-v5.php:138 acf-table-v5.php:196 61 | msgid "Yes" 62 | msgstr "" 63 | 64 | #: acf-table-v4.php:97 acf-table-v4.php:187 acf-table-v5.php:126 65 | #: acf-table-v5.php:139 acf-table-v5.php:195 66 | msgid "No" 67 | msgstr "" 68 | 69 | #: acf-table-v4.php:95 acf-table-v5.php:193 70 | msgid "use table header" 71 | msgstr "" 72 | 73 | #: acf-table-v4.php:24 acf-table-v5.php:38 74 | msgid "Table" 75 | msgstr "" 76 | --------------------------------------------------------------------------------