Version Description
This update fixes the address coordinate lookup, so that coordinates can be set for more reliable Google Map display.
Download this release
Release Info
Developer | NateWr |
Plugin | Business Profile |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
- business-profile.php +3 -4
- includes/class-custom-post-types.php +3 -0
- includes/class-sap-scheduler-meta.php +2 -2
- includes/class-settings.php +5 -4
- languages/business-profile-it_IT.mo +0 -0
- languages/business-profile-it_IT.po +197 -165
- languages/business-profile-nl_NL.mo +0 -0
- languages/business-profile-nl_NL.po +675 -504
- languages/business-profile-sv_SE.mo +0 -0
- languages/business-profile-sv_SE.po +18 -24
- languages/business-profile.pot +69 -69
- lib/simple-admin-pages/README.md +6 -2
- lib/simple-admin-pages/classes/AdminPage.Menu.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPage.Submenu.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPage.Themes.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPage.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSection.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.Address.class.php +15 -2
- lib/simple-admin-pages/classes/AdminPageSetting.Editor.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.HTML.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.Image.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.OpeningHours.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.Select.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.SelectPost.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.SelectTaxonomy.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.Text.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.Textarea.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.Toggle.class.php +1 -1
- lib/simple-admin-pages/classes/AdminPageSetting.class.php +1 -1
- lib/simple-admin-pages/classes/Library.class.php +3 -3
- lib/simple-admin-pages/js/address.js +15 -3
- package.json +1 -1
- readme.txt +8 -2
business-profile.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Profile
|
4 |
* Plugin URI: http://themeofthecrop.com
|
5 |
* Description: Contact information, Google Maps and opening hours made easy for businesses.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: Theme of the Crop
|
8 |
* Author URI: http://themeofthecrop.com
|
9 |
* License: GNU General Public License v2.0 or later
|
@@ -89,7 +89,7 @@ if ( ! class_exists( 'bpfwpInit', false ) ) :
|
|
89 |
define( 'BPFWP_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
90 |
define( 'BPFWP_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
|
91 |
define( 'BPFWP_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
|
92 |
-
define( 'BPFWP_VERSION', '1.1.
|
93 |
}
|
94 |
|
95 |
/**
|
@@ -222,8 +222,7 @@ if ( ! class_exists( 'bpfwpInit', false ) ) :
|
|
222 |
*/
|
223 |
public function plugin_action_links( $links, $plugin ) {
|
224 |
if ( BPFWP_PLUGIN_FNAME === $plugin ) {
|
225 |
-
$links['help'] = sprintf( '<a href="
|
226 |
-
BPFWP_PLUGIN_URL,
|
227 |
__( 'View the help documentation for Business Profile', 'business-profile' ),
|
228 |
__( 'Help', 'business-profile' )
|
229 |
);
|
3 |
* Plugin Name: Business Profile
|
4 |
* Plugin URI: http://themeofthecrop.com
|
5 |
* Description: Contact information, Google Maps and opening hours made easy for businesses.
|
6 |
+
* Version: 1.1.5
|
7 |
* Author: Theme of the Crop
|
8 |
* Author URI: http://themeofthecrop.com
|
9 |
* License: GNU General Public License v2.0 or later
|
89 |
define( 'BPFWP_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
|
90 |
define( 'BPFWP_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
|
91 |
define( 'BPFWP_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
|
92 |
+
define( 'BPFWP_VERSION', '1.1.5' );
|
93 |
}
|
94 |
|
95 |
/**
|
222 |
*/
|
223 |
public function plugin_action_links( $links, $plugin ) {
|
224 |
if ( BPFWP_PLUGIN_FNAME === $plugin ) {
|
225 |
+
$links['help'] = sprintf( '<a href="http://doc.themeofthecrop.com/plugins/business-profile/" title="%s">%s</a>',
|
|
|
226 |
__( 'View the help documentation for Business Profile', 'business-profile' ),
|
227 |
__( 'Help', 'business-profile' )
|
228 |
);
|
includes/class-custom-post-types.php
CHANGED
@@ -256,12 +256,15 @@ if ( ! class_exists( 'bpfwpCustomPostTypes', false ) ) :
|
|
256 |
*/
|
257 |
public function print_contact_metabox( $post ) {
|
258 |
|
|
|
|
|
259 |
// Address mimics HTML markup from Simple Admin Pages component.
|
260 |
wp_enqueue_script( 'bpfwp-admin-location-address', BPFWP_PLUGIN_URL . '/lib/simple-admin-pages/js/address.js', array( 'jquery' ) );
|
261 |
wp_localize_script(
|
262 |
'bpfwp-admin-location-address',
|
263 |
'sap_address',
|
264 |
array(
|
|
|
265 |
'strings' => array(
|
266 |
'no-setting' => __( 'No map coordinates set.', 'business-profile' ),
|
267 |
'sep-lat-lon' => _x( ', ', 'separates latitude and longitude', 'business-profile' ),
|
256 |
*/
|
257 |
public function print_contact_metabox( $post ) {
|
258 |
|
259 |
+
global $bpfwp_controller;
|
260 |
+
|
261 |
// Address mimics HTML markup from Simple Admin Pages component.
|
262 |
wp_enqueue_script( 'bpfwp-admin-location-address', BPFWP_PLUGIN_URL . '/lib/simple-admin-pages/js/address.js', array( 'jquery' ) );
|
263 |
wp_localize_script(
|
264 |
'bpfwp-admin-location-address',
|
265 |
'sap_address',
|
266 |
array(
|
267 |
+
'api_key' => $bpfwp_controller->settings->get_setting( 'google-maps-api-key' ),
|
268 |
'strings' => array(
|
269 |
'no-setting' => __( 'No map coordinates set.', 'business-profile' ),
|
270 |
'sep-lat-lon' => _x( ', ', 'separates latitude and longitude', 'business-profile' ),
|
includes/class-sap-scheduler-meta.php
CHANGED
@@ -15,7 +15,7 @@ defined( 'ABSPATH' ) || exit;
|
|
15 |
|
16 |
require_once BPFWP_PLUGIN_DIR . '/lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php';
|
17 |
|
18 |
-
if ( ! class_exists( 'bpfwpSAPSchedulerMeta', false ) && class_exists( '
|
19 |
|
20 |
/**
|
21 |
* Class to extend the Simple Admin Pages Scheduler component for use on
|
@@ -23,7 +23,7 @@ if ( ! class_exists( 'bpfwpSAPSchedulerMeta', false ) && class_exists( 'sapAdmin
|
|
23 |
*
|
24 |
* @since 1.1
|
25 |
*/
|
26 |
-
class bpfwpSAPSchedulerMeta extends
|
27 |
|
28 |
/**
|
29 |
* Generate an option input field name. The default component appends
|
15 |
|
16 |
require_once BPFWP_PLUGIN_DIR . '/lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php';
|
17 |
|
18 |
+
if ( ! class_exists( 'bpfwpSAPSchedulerMeta', false ) && class_exists( 'sapAdminPageSettingScheduler_2_1_1' ) ) :
|
19 |
|
20 |
/**
|
21 |
* Class to extend the Simple Admin Pages Scheduler component for use on
|
23 |
*
|
24 |
* @since 1.1
|
25 |
*/
|
26 |
+
class bpfwpSAPSchedulerMeta extends sapAdminPageSettingScheduler_2_1_1 {
|
27 |
|
28 |
/**
|
29 |
* Generate an option input field name. The default component appends
|
includes/class-settings.php
CHANGED
@@ -197,7 +197,7 @@ if ( ! class_exists( 'bpfwpSettings' ) ) :
|
|
197 |
require_once BPFWP_PLUGIN_DIR . '/lib/simple-admin-pages/simple-admin-pages.php';
|
198 |
$sap = sap_initialize_library(
|
199 |
$args = array(
|
200 |
-
'version' => '2.1.
|
201 |
'lib_url' => BPFWP_PLUGIN_URL . '/lib/simple-admin-pages/',
|
202 |
)
|
203 |
);
|
@@ -279,9 +279,9 @@ if ( ! class_exists( 'bpfwpSettings' ) ) :
|
|
279 |
'title' => __( 'Image', 'business-profile' ),
|
280 |
'description' => __( 'Google requires you provide an image to display with your local business search profile.', 'business-profile' ),
|
281 |
'strings' => array(
|
282 |
-
'add_image' => __( 'Add Image', '
|
283 |
-
'change_image' => __( 'Change Image', '
|
284 |
-
'remove_image' => __( 'Remove Image', '
|
285 |
),
|
286 |
'args' => array(
|
287 |
'label_for' => 'image',
|
@@ -322,6 +322,7 @@ if ( ! class_exists( 'bpfwpSettings' ) ) :
|
|
322 |
array(
|
323 |
'id' => 'address',
|
324 |
'title' => __( 'Address', 'business-profile' ),
|
|
|
325 |
'strings' => array(
|
326 |
'sep-action-links' => _x( ' | ', 'separator between admin action links in address component', 'business-profile' ),
|
327 |
'sep-lat-lon' => _x( ', ', 'separates latitude and longitude', 'business-profile' ),
|
197 |
require_once BPFWP_PLUGIN_DIR . '/lib/simple-admin-pages/simple-admin-pages.php';
|
198 |
$sap = sap_initialize_library(
|
199 |
$args = array(
|
200 |
+
'version' => '2.1.1',
|
201 |
'lib_url' => BPFWP_PLUGIN_URL . '/lib/simple-admin-pages/',
|
202 |
)
|
203 |
);
|
279 |
'title' => __( 'Image', 'business-profile' ),
|
280 |
'description' => __( 'Google requires you provide an image to display with your local business search profile.', 'business-profile' ),
|
281 |
'strings' => array(
|
282 |
+
'add_image' => __( 'Add Image', 'business-profile' ),
|
283 |
+
'change_image' => __( 'Change Image', 'business-profile' ),
|
284 |
+
'remove_image' => __( 'Remove Image', 'business-profile' ),
|
285 |
),
|
286 |
'args' => array(
|
287 |
'label_for' => 'image',
|
322 |
array(
|
323 |
'id' => 'address',
|
324 |
'title' => __( 'Address', 'business-profile' ),
|
325 |
+
'api_key_selector' => '.bpfwp-google-maps-api-key input',
|
326 |
'strings' => array(
|
327 |
'sep-action-links' => _x( ' | ', 'separator between admin action links in address component', 'business-profile' ),
|
328 |
'sep-lat-lon' => _x( ', ', 'separates latitude and longitude', 'business-profile' ),
|
languages/business-profile-it_IT.mo
CHANGED
Binary file
|
languages/business-profile-it_IT.po
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Profile 1.1.1\n"
|
6 |
-
"Report-Msgid-Bugs-To: https://
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
-
"PO-Revision-Date: 2017-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: it_IT\n"
|
@@ -47,54 +47,50 @@ msgid "Show Phone number"
|
|
47 |
msgstr "Mostra il numero di telefono"
|
48 |
|
49 |
#: includes/class-contact-card-widget.php:43
|
50 |
-
msgid "Show Fax number"
|
51 |
-
msgstr "Mostra il numero di fax"
|
52 |
-
|
53 |
-
#: includes/class-contact-card-widget.php:44
|
54 |
msgid "Show contact details"
|
55 |
msgstr "Mostra i dettagli di contatto"
|
56 |
|
57 |
-
#: includes/class-contact-card-widget.php:
|
58 |
msgid "Show Opening Hours"
|
59 |
msgstr "Mostra l'orario di apertura"
|
60 |
|
61 |
-
#: includes/class-contact-card-widget.php:
|
62 |
msgid "Show brief opening hours on one line"
|
63 |
msgstr "Mostra l'orario di apertura su una riga"
|
64 |
|
65 |
-
#: includes/class-contact-card-widget.php:
|
66 |
msgid "Show Google Map"
|
67 |
msgstr "Mostra la mappa di Google"
|
68 |
|
69 |
-
#: includes/class-contact-card-widget.php:
|
70 |
msgid "Contact Card"
|
71 |
msgstr "Scheda di contatto"
|
72 |
|
73 |
-
#: includes/class-contact-card-widget.php:
|
74 |
msgid ""
|
75 |
-
"Display a contact card with your name, address, phone number,
|
76 |
-
"
|
77 |
msgstr ""
|
78 |
-
"Mostra una scheda di contatto con nome, indirizzo, telefono,
|
79 |
-
"mappa."
|
80 |
|
81 |
-
#: includes/class-contact-card-widget.php:
|
82 |
msgid "Title"
|
83 |
msgstr "Titolo"
|
84 |
|
85 |
-
#: includes/class-contact-card-widget.php:
|
86 |
#: includes/class-custom-post-types.php:60
|
87 |
msgid "Location"
|
88 |
msgstr "Sede"
|
89 |
|
90 |
-
#: includes/class-contact-card-widget.php:
|
91 |
msgid "Use Primary Business Profile"
|
92 |
msgstr "Utilizza il tuo profilo aziendale primario"
|
93 |
|
94 |
#: includes/class-custom-post-types.php:59
|
95 |
#: includes/class-custom-post-types.php:61
|
96 |
-
#: includes/class-custom-post-types.php:62 includes/class-settings.php:
|
97 |
-
#: includes/class-settings.php:
|
98 |
msgid "Locations"
|
99 |
msgstr "Sedi"
|
100 |
|
@@ -119,40 +115,44 @@ msgid "View Location"
|
|
119 |
msgstr "Mostra sede"
|
120 |
|
121 |
#: includes/class-custom-post-types.php:68
|
|
|
|
|
|
|
|
|
122 |
msgid "Search Locations"
|
123 |
msgstr "Cerca sedi"
|
124 |
|
125 |
-
#: includes/class-custom-post-types.php:
|
126 |
msgid "No locations found"
|
127 |
msgstr "Nessuna sede trovata"
|
128 |
|
129 |
-
#: includes/class-custom-post-types.php:
|
130 |
msgid "No locations found in trash"
|
131 |
msgstr "Nessuna sede trovata nel cestino"
|
132 |
|
133 |
-
#: includes/class-custom-post-types.php:
|
134 |
msgid "All Locations"
|
135 |
msgstr "Tutte le sedi"
|
136 |
|
137 |
-
#: includes/class-custom-post-types.php:
|
138 |
msgid "Schema Type"
|
139 |
msgstr "Tipo di Schema"
|
140 |
|
141 |
-
#: includes/class-custom-post-types.php:
|
142 |
msgid "Contact Details"
|
143 |
msgstr "Dettagli di contatto"
|
144 |
|
145 |
-
#: includes/class-custom-post-types.php:
|
146 |
-
#: includes/class-custom-post-types.php:
|
147 |
#: templates/opening-hours.php:21
|
148 |
msgid "Opening Hours"
|
149 |
msgstr "Orario d'apertura"
|
150 |
|
151 |
-
#: includes/class-custom-post-types.php:
|
152 |
msgid "Schema type"
|
153 |
msgstr "Tipo di Schema"
|
154 |
|
155 |
-
#: includes/class-custom-post-types.php:
|
156 |
msgid ""
|
157 |
"Select the option that best describes your business to improve how search "
|
158 |
"engines understand your website."
|
@@ -160,35 +160,35 @@ msgstr ""
|
|
160 |
"Seleziona l'opzione che descrive meglio la tua azienda per aiutare i motori "
|
161 |
"di ricerca a capire meglio il tuo sito"
|
162 |
|
163 |
-
#: includes/class-custom-post-types.php:
|
164 |
-
#: includes/class-custom-post-types.php:
|
165 |
msgid "No map coordinates set."
|
166 |
msgstr "Coordinate della mappa non impostate."
|
167 |
|
168 |
-
#: includes/class-custom-post-types.php:
|
169 |
-
#: includes/class-custom-post-types.php:
|
170 |
msgctxt "separates latitude and longitude"
|
171 |
msgid ", "
|
172 |
msgstr ","
|
173 |
|
174 |
-
#: includes/class-custom-post-types.php:
|
175 |
msgid "Requesting new coordinates"
|
176 |
msgstr "Richiesta di nuove coordinate"
|
177 |
|
178 |
-
#: includes/class-custom-post-types.php:
|
179 |
msgid "Select a match below"
|
180 |
msgstr "Seleziona una corrispondenza qui sotto"
|
181 |
|
182 |
-
#: includes/class-custom-post-types.php:
|
183 |
-
#: includes/class-custom-post-types.php:
|
184 |
msgid "View"
|
185 |
msgstr "Mostra"
|
186 |
|
187 |
-
#: includes/class-custom-post-types.php:
|
188 |
msgid "Error"
|
189 |
msgstr "Errore"
|
190 |
|
191 |
-
#: includes/class-custom-post-types.php:
|
192 |
msgid ""
|
193 |
"Invalid request. Be sure to fill out the address field before retrieving "
|
194 |
"coordinates."
|
@@ -196,95 +196,91 @@ msgstr ""
|
|
196 |
"Richiesta non valida. Assicurati di riempire il campo dell'indirizzo prima "
|
197 |
"di ricercare le coordinate."
|
198 |
|
199 |
-
#: includes/class-custom-post-types.php:
|
200 |
msgid "Request denied."
|
201 |
msgstr "Richiesta negata."
|
202 |
|
203 |
-
#: includes/class-custom-post-types.php:
|
204 |
msgid "Request denied because you are over your request quota."
|
205 |
msgstr "Richiesta negata perché hai superato il limite della tua quota."
|
206 |
|
207 |
-
#: includes/class-custom-post-types.php:
|
208 |
msgid "Nothing was found at that address."
|
209 |
msgstr "Nessuna corrispondenza per l'indirizzo."
|
210 |
|
211 |
-
#: includes/class-custom-post-types.php:
|
212 |
msgid "Retrieve map coordinates"
|
213 |
msgstr "Recupera le coordinate della mappa"
|
214 |
|
215 |
-
#: includes/class-custom-post-types.php:
|
216 |
msgctxt "separator between admin action links in address component"
|
217 |
msgid " | "
|
218 |
msgstr " | "
|
219 |
|
220 |
-
#: includes/class-custom-post-types.php:
|
221 |
msgid "Remove map coordinates"
|
222 |
msgstr "Rimuovi le coordinate della mappa"
|
223 |
|
224 |
-
#: includes/class-custom-post-types.php:
|
225 |
msgid "Contact Page"
|
226 |
msgstr "Pagina di contatto"
|
227 |
|
228 |
-
#: includes/class-custom-post-types.php:
|
229 |
msgid "Email Address (optional)"
|
230 |
msgstr "Indirizzo email (opzionale)"
|
231 |
|
232 |
-
#: includes/class-custom-post-types.php:
|
233 |
msgid "Phone Number"
|
234 |
msgstr "Numero di telefono"
|
235 |
|
236 |
-
#: includes/class-custom-post-types.php:
|
237 |
-
msgid "Fax Number"
|
238 |
-
msgstr "Numero di fax"
|
239 |
-
|
240 |
-
#: includes/class-custom-post-types.php:415 includes/class-settings.php:399
|
241 |
msgid "Define your weekly opening hours by adding scheduling rules."
|
242 |
msgstr ""
|
243 |
"Imposta l'orario di apertura settimanale aggiungendo regole di pianificazione"
|
244 |
|
245 |
-
#: includes/class-custom-post-types.php:
|
246 |
msgctxt "Monday abbreviation"
|
247 |
msgid "Mo"
|
248 |
msgstr "Lun"
|
249 |
|
250 |
-
#: includes/class-custom-post-types.php:
|
251 |
msgctxt "Tuesday abbreviation"
|
252 |
msgid "Tu"
|
253 |
msgstr "Mar"
|
254 |
|
255 |
-
#: includes/class-custom-post-types.php:
|
256 |
msgctxt "Wednesday abbreviation"
|
257 |
msgid "We"
|
258 |
msgstr "Mer"
|
259 |
|
260 |
-
#: includes/class-custom-post-types.php:
|
261 |
msgctxt "Thursday abbreviation"
|
262 |
msgid "Th"
|
263 |
msgstr "Gio"
|
264 |
|
265 |
-
#: includes/class-custom-post-types.php:
|
266 |
msgctxt "Friday abbreviation"
|
267 |
msgid "Fr"
|
268 |
msgstr "Ven"
|
269 |
|
270 |
-
#: includes/class-custom-post-types.php:
|
271 |
msgctxt "Saturday abbreviation"
|
272 |
msgid "Sa"
|
273 |
msgstr "Sab"
|
274 |
|
275 |
-
#: includes/class-custom-post-types.php:
|
276 |
msgctxt "Sunday abbreviation"
|
277 |
msgid "Su"
|
278 |
msgstr "Dom"
|
279 |
|
280 |
-
#: includes/class-custom-post-types.php:
|
281 |
msgctxt ""
|
282 |
"Time format displayed in the opening hours setting panel in your admin area. "
|
283 |
"Must match formatting rules at http://amsul.ca/pickadate.js/time.htm#formats"
|
284 |
msgid "h:i A"
|
285 |
msgstr "H:i"
|
286 |
|
287 |
-
#: includes/class-custom-post-types.php:
|
288 |
msgctxt ""
|
289 |
"Date format displayed in the opening hours setting panel in your admin area. "
|
290 |
"Must match formatting rules at http://amsul.ca/pickadate.js/date."
|
@@ -292,96 +288,96 @@ msgctxt ""
|
|
292 |
msgid "mmmm d, yyyy"
|
293 |
msgstr "d mmmm yyyy"
|
294 |
|
295 |
-
#: includes/class-custom-post-types.php:
|
296 |
msgid "Add another opening time"
|
297 |
msgstr "Aggiungi un altro orario d'apertura"
|
298 |
|
299 |
-
#: includes/class-custom-post-types.php:
|
300 |
msgctxt "Format of a scheduling rule"
|
301 |
msgid "Weekly"
|
302 |
msgstr "Settimanale"
|
303 |
|
304 |
-
#: includes/class-custom-post-types.php:
|
305 |
msgctxt "Format of a scheduling rule"
|
306 |
msgid "Monthly"
|
307 |
msgstr "Mensile"
|
308 |
|
309 |
-
#: includes/class-custom-post-types.php:
|
310 |
msgctxt "Format of a scheduling rule"
|
311 |
msgid "Date"
|
312 |
msgstr "Data"
|
313 |
|
314 |
-
#: includes/class-custom-post-types.php:
|
315 |
msgctxt "Label for selecting days of the week in a scheduling rule"
|
316 |
msgid "Days of the week"
|
317 |
msgstr "Giorni della settimana"
|
318 |
|
319 |
-
#: includes/class-custom-post-types.php:
|
320 |
msgctxt "Label for selecting weeks of the month in a scheduling rule"
|
321 |
msgid "Weeks of the month"
|
322 |
msgstr "Settimane del mese"
|
323 |
|
324 |
-
#: includes/class-custom-post-types.php:
|
325 |
msgctxt "Label to select a date for a scheduling rule"
|
326 |
msgid "Date"
|
327 |
msgstr "Data"
|
328 |
|
329 |
-
#: includes/class-custom-post-types.php:
|
330 |
msgctxt "Label to select a time slot for a scheduling rule"
|
331 |
msgid "Time"
|
332 |
msgstr "Ora"
|
333 |
|
334 |
-
#: includes/class-custom-post-types.php:
|
335 |
msgctxt "Label to set a scheduling rule to last all day"
|
336 |
msgid "All day"
|
337 |
msgstr "Tutto il giorno"
|
338 |
|
339 |
-
#: includes/class-custom-post-types.php:
|
340 |
msgctxt "Label for the starting time of a scheduling rule"
|
341 |
msgid "Start"
|
342 |
msgstr "Inizio"
|
343 |
|
344 |
-
#: includes/class-custom-post-types.php:
|
345 |
msgctxt "Label for the ending time of a scheduling rule"
|
346 |
msgid "End"
|
347 |
msgstr "Fine"
|
348 |
|
349 |
-
#: includes/class-custom-post-types.php:
|
350 |
#, php-format
|
351 |
msgctxt ""
|
352 |
"Prompt displayed when a scheduling rule is set without any time restrictions"
|
353 |
msgid "All day long. Want to %sset a time slot%s?"
|
354 |
msgstr "Intera giornata. Vuoi %simpostare degli orari%s?"
|
355 |
|
356 |
-
#: includes/class-custom-post-types.php:
|
357 |
msgctxt "Toggle a scheduling rule open and closed"
|
358 |
msgid "Open and close this rule"
|
359 |
msgstr "Apri e chiudi questa regola"
|
360 |
|
361 |
-
#: includes/class-custom-post-types.php:
|
362 |
msgctxt "Delete a scheduling rule"
|
363 |
msgid "Delete rule"
|
364 |
msgstr "Cancella regola"
|
365 |
|
366 |
-
#: includes/class-custom-post-types.php:
|
367 |
msgid "Delete scheduling rule"
|
368 |
msgstr "Cancella regola di calendario"
|
369 |
|
370 |
-
#: includes/class-custom-post-types.php:
|
371 |
msgctxt ""
|
372 |
"Brief default description of a scheduling rule when no weekdays or weeks are "
|
373 |
"included in the rule"
|
374 |
msgid "Never"
|
375 |
msgstr "Mai"
|
376 |
|
377 |
-
#: includes/class-custom-post-types.php:
|
378 |
msgctxt ""
|
379 |
"Brief default description of a scheduling rule when all the weekdays/weeks "
|
380 |
"are included in the rule"
|
381 |
msgid "Every day"
|
382 |
msgstr "Ogni giorno"
|
383 |
|
384 |
-
#: includes/class-custom-post-types.php:
|
385 |
#, php-format
|
386 |
msgctxt ""
|
387 |
"Brief default description of a scheduling rule when some weekdays are "
|
@@ -391,7 +387,7 @@ msgctxt ""
|
|
391 |
msgid "%s on the %s week of the month"
|
392 |
msgstr "%s durante la %s settimana del mese"
|
393 |
|
394 |
-
#: includes/class-custom-post-types.php:
|
395 |
#, php-format
|
396 |
msgctxt ""
|
397 |
"Brief default description of a scheduling rule when some weeks of the month "
|
@@ -401,102 +397,113 @@ msgctxt ""
|
|
401 |
msgid "%s week of the month"
|
402 |
msgstr "%s settimana del mese"
|
403 |
|
404 |
-
#: includes/class-custom-post-types.php:
|
405 |
msgctxt "Brief default description of a scheduling rule when no times are set"
|
406 |
msgid "All day"
|
407 |
msgstr "Tutto il giorno"
|
408 |
|
409 |
-
#: includes/class-custom-post-types.php:
|
410 |
msgctxt ""
|
411 |
"Brief default description of a scheduling rule when an end time is set but "
|
412 |
"no start time. If the end time is 6pm, it will read: Ends at 6pm"
|
413 |
msgid "Ends at"
|
414 |
msgstr "Fino alle"
|
415 |
|
416 |
-
#: includes/class-custom-post-types.php:
|
417 |
msgctxt ""
|
418 |
"Brief default description of a scheduling rule when a start time is set but "
|
419 |
"no end time. If the start time is 6pm, it will read: Starts at 6pm"
|
420 |
msgid "Starts at"
|
421 |
msgstr "A partire dalle"
|
422 |
|
423 |
-
#: includes/class-custom-post-types.php:
|
424 |
msgctxt "Separator between times of a scheduling rule"
|
425 |
msgid "—"
|
426 |
msgstr "—"
|
427 |
|
428 |
-
|
429 |
-
#: includes/class-settings.php:
|
430 |
-
#: includes/class-settings.php:242 includes/class-settings.php:243
|
431 |
msgid "Business Profile"
|
432 |
msgstr "Profilo aziendale"
|
433 |
|
434 |
-
#: includes/class-settings.php:
|
435 |
msgid "Search Engine Optimization"
|
436 |
msgstr "Ottimizzazione per i motori di ricerca"
|
437 |
|
438 |
-
#: includes/class-settings.php:
|
|
|
|
|
|
|
|
|
439 |
msgid ""
|
440 |
-
"
|
441 |
-
"
|
442 |
msgstr ""
|
443 |
-
"
|
444 |
-
"
|
|
|
|
|
|
|
|
|
445 |
|
446 |
-
#: includes/class-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
msgid "Contact Information"
|
448 |
msgstr "Informazioni di contatto"
|
449 |
|
450 |
-
#: includes/class-settings.php:
|
451 |
msgid "Name"
|
452 |
msgstr "Nome"
|
453 |
|
454 |
-
#: includes/class-settings.php:
|
455 |
msgid ""
|
456 |
"Enter the name of your business if it is different than the website name."
|
457 |
msgstr "Inserisci il nome dell'azienda se è differente dal nome del sito."
|
458 |
|
459 |
-
#: includes/class-settings.php:
|
460 |
msgid "Address"
|
461 |
msgstr "Indirizzo"
|
462 |
|
463 |
-
#: includes/class-settings.php:
|
464 |
msgid "Try again?"
|
465 |
msgstr "Riprova?"
|
466 |
|
467 |
-
#: includes/class-settings.php:
|
468 |
msgid "Nothing was found at that address"
|
469 |
msgstr "Non risulta niente a quest'indirizzo"
|
470 |
|
471 |
-
#: includes/class-settings.php:
|
472 |
msgid "Google Maps API Key"
|
473 |
msgstr "API Key di Google Maps"
|
474 |
|
475 |
-
#: includes/class-settings.php:
|
476 |
#, php-format
|
477 |
msgid ""
|
478 |
"Google requires an API key to use their maps. %sGet an API key%s. A full "
|
479 |
-
"walk-through is available in the %
|
480 |
msgstr ""
|
481 |
"Google richiede una API key per utilizzare le mappe. %sOttieni una API key"
|
482 |
"%s. Una guida passo-passo è disponibile nella %sdocumentazione%s."
|
483 |
|
484 |
-
#: includes/class-settings.php:
|
485 |
msgid "Phone"
|
486 |
msgstr "Telefono"
|
487 |
|
488 |
-
#: includes/class-settings.php:
|
489 |
-
msgid "Fax"
|
490 |
-
msgstr "Fax"
|
491 |
-
|
492 |
-
#: includes/class-settings.php:363
|
493 |
msgid ""
|
494 |
"Select a page on your site where users can reach you, such as a contact form."
|
495 |
msgstr ""
|
496 |
"Seleziona una pagina del sito dove gli utenti possono contattarti, ad "
|
497 |
"esempio tramite un modulo di contatto"
|
498 |
|
499 |
-
#: includes/class-settings.php:
|
500 |
msgid ""
|
501 |
"Enter an email address only if you want to display this publicly. Showing "
|
502 |
"your email address on your site may cause you to receive excessive spam."
|
@@ -505,23 +512,15 @@ msgstr ""
|
|
505 |
"Mostrare un indirizzo email sul proprio sito può causare la ricezione di "
|
506 |
"quantità eccessive di spam."
|
507 |
|
508 |
-
#: includes/class-settings.php:
|
509 |
msgid "Schedule"
|
510 |
msgstr "Calendario"
|
511 |
|
512 |
-
#: includes/class-settings.php:
|
513 |
-
msgid "Additional Information"
|
514 |
-
msgstr "Informazioni aggiuntive"
|
515 |
-
|
516 |
-
#: includes/class-settings.php:448
|
517 |
-
msgid "Additional information displayed below Opening Hours."
|
518 |
-
msgstr "Informazioni aggiuntive mostrate sotto l'orario di apertura."
|
519 |
-
|
520 |
-
#: includes/class-settings.php:456 includes/class-settings.php:466
|
521 |
msgid "Multiple Locations"
|
522 |
msgstr "Sedi multiple"
|
523 |
|
524 |
-
#: includes/class-settings.php:
|
525 |
msgid "Enable support for multiple business locations."
|
526 |
msgstr "Abilita il supporto per sedi multiple."
|
527 |
|
@@ -534,50 +533,50 @@ msgstr "Prenota un tavolo"
|
|
534 |
msgid "Show book a table link"
|
535 |
msgstr "Mostra il link prenota un tavolo"
|
536 |
|
537 |
-
#: includes/template-functions.php:
|
538 |
msgid "Get directions"
|
539 |
msgstr "Indicazioni stradali"
|
540 |
|
541 |
-
#: includes/template-functions.php:
|
542 |
msgid "Contact"
|
543 |
msgstr "Contatto"
|
544 |
|
545 |
-
#: includes/template-functions.php:
|
546 |
msgid "Mo"
|
547 |
msgstr "Lun"
|
548 |
|
549 |
-
#: includes/template-functions.php:
|
550 |
msgid "Tu"
|
551 |
msgstr "Mar"
|
552 |
|
553 |
-
#: includes/template-functions.php:
|
554 |
msgid "We"
|
555 |
msgstr "Mer"
|
556 |
|
557 |
-
#: includes/template-functions.php:
|
558 |
msgid "Th"
|
559 |
msgstr "Gio"
|
560 |
|
561 |
-
#: includes/template-functions.php:
|
562 |
msgid "Fr"
|
563 |
msgstr "Ven"
|
564 |
|
565 |
-
#: includes/template-functions.php:
|
566 |
msgid "Sa"
|
567 |
msgstr "Sab"
|
568 |
|
569 |
-
#: includes/template-functions.php:
|
570 |
msgid "Su"
|
571 |
msgstr "Dom"
|
572 |
|
573 |
-
#: includes/template-functions.php:
|
574 |
msgctxt ""
|
575 |
"Separator between days of the week when displaying opening hours in brief. "
|
576 |
"Example: Mo,Tu,We"
|
577 |
msgid ","
|
578 |
msgstr ","
|
579 |
|
580 |
-
#: includes/template-functions.php:
|
581 |
#, php-format
|
582 |
msgctxt ""
|
583 |
"Brief opening hours description which lists days_strings when open all day. "
|
@@ -585,7 +584,7 @@ msgctxt ""
|
|
585 |
msgid "%s all day"
|
586 |
msgstr "%s tutto il giorno"
|
587 |
|
588 |
-
#: includes/template-functions.php:
|
589 |
#, php-format
|
590 |
msgctxt ""
|
591 |
"Brief opening hours description which lists the days followed by the closing "
|
@@ -593,7 +592,7 @@ msgctxt ""
|
|
593 |
msgid "%s open until %s"
|
594 |
msgstr "%s aperto fino alle %s"
|
595 |
|
596 |
-
#: includes/template-functions.php:
|
597 |
#, php-format
|
598 |
msgctxt ""
|
599 |
"Brief opening hours description which lists the days followed by the opening "
|
@@ -601,7 +600,7 @@ msgctxt ""
|
|
601 |
msgid "%s open from %s"
|
602 |
msgstr "%s aperto dalle %s"
|
603 |
|
604 |
-
#: includes/template-functions.php:
|
605 |
#, php-format
|
606 |
msgctxt ""
|
607 |
"Brief opening hours description which lists the days followed by the opening "
|
@@ -609,7 +608,7 @@ msgctxt ""
|
|
609 |
msgid "%s %s – %s"
|
610 |
msgstr "%s %s – %s"
|
611 |
|
612 |
-
#: includes/template-functions.php:
|
613 |
msgctxt ""
|
614 |
"Separator between multiple opening times in the brief opening hours. "
|
615 |
"Example: Mo,We 9:00 AM – 5:00 PM; Tu,Th 10:00 AM "
|
@@ -617,58 +616,58 @@ msgctxt ""
|
|
617 |
msgid "; "
|
618 |
msgstr ";"
|
619 |
|
620 |
-
#: includes/template-functions.php:
|
621 |
msgid "Monday"
|
622 |
msgstr "Lunedì"
|
623 |
|
624 |
-
#: includes/template-functions.php:
|
625 |
msgid "Tuesday"
|
626 |
msgstr "Martedì"
|
627 |
|
628 |
-
#: includes/template-functions.php:
|
629 |
msgid "Wednesday"
|
630 |
msgstr "Mercoledì"
|
631 |
|
632 |
-
#: includes/template-functions.php:
|
633 |
msgid "Thursday"
|
634 |
msgstr "Giovedì"
|
635 |
|
636 |
-
#: includes/template-functions.php:
|
637 |
msgid "Friday"
|
638 |
msgstr "Venerdì"
|
639 |
|
640 |
-
#: includes/template-functions.php:
|
641 |
msgid "Saturday"
|
642 |
msgstr "Sabato"
|
643 |
|
644 |
-
#: includes/template-functions.php:
|
645 |
msgid "Sunday"
|
646 |
msgstr "Domenica"
|
647 |
|
648 |
-
#: includes/template-functions.php:
|
649 |
msgid "Open"
|
650 |
msgstr "Aperto"
|
651 |
|
652 |
-
#: includes/template-functions.php:
|
653 |
msgid "Open until "
|
654 |
msgstr "Aperto fino "
|
655 |
|
656 |
-
#: includes/template-functions.php:
|
657 |
msgid "Open from "
|
658 |
msgstr "Aperto dalle"
|
659 |
|
660 |
-
#: includes/template-functions.php:
|
661 |
msgctxt ""
|
662 |
"Separator between opening and closing times. Example: 9:00am –"
|
663 |
" 5:00pm"
|
664 |
msgid " – "
|
665 |
msgstr " – "
|
666 |
|
667 |
-
#: includes/template-functions.php:
|
668 |
msgid "Closed"
|
669 |
msgstr "Chiuso"
|
670 |
|
671 |
-
#: includes/template-functions.php:
|
672 |
msgid "Get Directions"
|
673 |
msgstr "Indicazioni stradali"
|
674 |
|
@@ -676,18 +675,51 @@ msgstr "Indicazioni stradali"
|
|
676 |
msgid "You do not have sufficient permissions to access this page."
|
677 |
msgstr "Non hai permessi sufficienti per accedere a questa pagina."
|
678 |
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
"
|
687 |
-
|
688 |
-
|
689 |
-
"
|
690 |
-
|
691 |
-
|
692 |
-
msgid "
|
693 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Profile 1.1.1\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://themeofthecrop.com\n"
|
7 |
+
"POT-Creation-Date: 2017-05-18 16:56+0200\n"
|
8 |
+
"PO-Revision-Date: 2017-05-18 16:57+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: it_IT\n"
|
47 |
msgstr "Mostra il numero di telefono"
|
48 |
|
49 |
#: includes/class-contact-card-widget.php:43
|
|
|
|
|
|
|
|
|
50 |
msgid "Show contact details"
|
51 |
msgstr "Mostra i dettagli di contatto"
|
52 |
|
53 |
+
#: includes/class-contact-card-widget.php:44
|
54 |
msgid "Show Opening Hours"
|
55 |
msgstr "Mostra l'orario di apertura"
|
56 |
|
57 |
+
#: includes/class-contact-card-widget.php:45
|
58 |
msgid "Show brief opening hours on one line"
|
59 |
msgstr "Mostra l'orario di apertura su una riga"
|
60 |
|
61 |
+
#: includes/class-contact-card-widget.php:46
|
62 |
msgid "Show Google Map"
|
63 |
msgstr "Mostra la mappa di Google"
|
64 |
|
65 |
+
#: includes/class-contact-card-widget.php:52
|
66 |
msgid "Contact Card"
|
67 |
msgstr "Scheda di contatto"
|
68 |
|
69 |
+
#: includes/class-contact-card-widget.php:53
|
70 |
msgid ""
|
71 |
+
"Display a contact card with your name, address, phone number, opening hours "
|
72 |
+
"and map."
|
73 |
msgstr ""
|
74 |
+
"Mostra una scheda di contatto con il nome, indirizzo, numero di telefono, "
|
75 |
+
"orario d'apertura e mappa."
|
76 |
|
77 |
+
#: includes/class-contact-card-widget.php:91
|
78 |
msgid "Title"
|
79 |
msgstr "Titolo"
|
80 |
|
81 |
+
#: includes/class-contact-card-widget.php:117
|
82 |
#: includes/class-custom-post-types.php:60
|
83 |
msgid "Location"
|
84 |
msgstr "Sede"
|
85 |
|
86 |
+
#: includes/class-contact-card-widget.php:119
|
87 |
msgid "Use Primary Business Profile"
|
88 |
msgstr "Utilizza il tuo profilo aziendale primario"
|
89 |
|
90 |
#: includes/class-custom-post-types.php:59
|
91 |
#: includes/class-custom-post-types.php:61
|
92 |
+
#: includes/class-custom-post-types.php:62 includes/class-settings.php:212
|
93 |
+
#: includes/class-settings.php:213
|
94 |
msgid "Locations"
|
95 |
msgstr "Sedi"
|
96 |
|
115 |
msgstr "Mostra sede"
|
116 |
|
117 |
#: includes/class-custom-post-types.php:68
|
118 |
+
msgid "View Locations"
|
119 |
+
msgstr "Vedi sedi"
|
120 |
+
|
121 |
+
#: includes/class-custom-post-types.php:69
|
122 |
msgid "Search Locations"
|
123 |
msgstr "Cerca sedi"
|
124 |
|
125 |
+
#: includes/class-custom-post-types.php:70
|
126 |
msgid "No locations found"
|
127 |
msgstr "Nessuna sede trovata"
|
128 |
|
129 |
+
#: includes/class-custom-post-types.php:71
|
130 |
msgid "No locations found in trash"
|
131 |
msgstr "Nessuna sede trovata nel cestino"
|
132 |
|
133 |
+
#: includes/class-custom-post-types.php:72
|
134 |
msgid "All Locations"
|
135 |
msgstr "Tutte le sedi"
|
136 |
|
137 |
+
#: includes/class-custom-post-types.php:148 includes/class-settings.php:262
|
138 |
msgid "Schema Type"
|
139 |
msgstr "Tipo di Schema"
|
140 |
|
141 |
+
#: includes/class-custom-post-types.php:159
|
142 |
msgid "Contact Details"
|
143 |
msgstr "Dettagli di contatto"
|
144 |
|
145 |
+
#: includes/class-custom-post-types.php:169
|
146 |
+
#: includes/class-custom-post-types.php:409 includes/class-settings.php:431
|
147 |
#: templates/opening-hours.php:21
|
148 |
msgid "Opening Hours"
|
149 |
msgstr "Orario d'apertura"
|
150 |
|
151 |
+
#: includes/class-custom-post-types.php:230
|
152 |
msgid "Schema type"
|
153 |
msgstr "Tipo di Schema"
|
154 |
|
155 |
+
#: includes/class-custom-post-types.php:240 includes/class-settings.php:263
|
156 |
msgid ""
|
157 |
"Select the option that best describes your business to improve how search "
|
158 |
"engines understand your website."
|
160 |
"Seleziona l'opzione che descrive meglio la tua azienda per aiutare i motori "
|
161 |
"di ricerca a capire meglio il tuo sito"
|
162 |
|
163 |
+
#: includes/class-custom-post-types.php:266
|
164 |
+
#: includes/class-custom-post-types.php:290 includes/class-settings.php:328
|
165 |
msgid "No map coordinates set."
|
166 |
msgstr "Coordinate della mappa non impostate."
|
167 |
|
168 |
+
#: includes/class-custom-post-types.php:267
|
169 |
+
#: includes/class-custom-post-types.php:292 includes/class-settings.php:327
|
170 |
msgctxt "separates latitude and longitude"
|
171 |
msgid ", "
|
172 |
msgstr ","
|
173 |
|
174 |
+
#: includes/class-custom-post-types.php:268 includes/class-settings.php:329
|
175 |
msgid "Requesting new coordinates"
|
176 |
msgstr "Richiesta di nuove coordinate"
|
177 |
|
178 |
+
#: includes/class-custom-post-types.php:269 includes/class-settings.php:330
|
179 |
msgid "Select a match below"
|
180 |
msgstr "Seleziona una corrispondenza qui sotto"
|
181 |
|
182 |
+
#: includes/class-custom-post-types.php:270
|
183 |
+
#: includes/class-custom-post-types.php:293 includes/class-settings.php:331
|
184 |
msgid "View"
|
185 |
msgstr "Mostra"
|
186 |
|
187 |
+
#: includes/class-custom-post-types.php:271 includes/class-settings.php:335
|
188 |
msgid "Error"
|
189 |
msgstr "Errore"
|
190 |
|
191 |
+
#: includes/class-custom-post-types.php:272 includes/class-settings.php:336
|
192 |
msgid ""
|
193 |
"Invalid request. Be sure to fill out the address field before retrieving "
|
194 |
"coordinates."
|
196 |
"Richiesta non valida. Assicurati di riempire il campo dell'indirizzo prima "
|
197 |
"di ricercare le coordinate."
|
198 |
|
199 |
+
#: includes/class-custom-post-types.php:273 includes/class-settings.php:337
|
200 |
msgid "Request denied."
|
201 |
msgstr "Richiesta negata."
|
202 |
|
203 |
+
#: includes/class-custom-post-types.php:274 includes/class-settings.php:338
|
204 |
msgid "Request denied because you are over your request quota."
|
205 |
msgstr "Richiesta negata perché hai superato il limite della tua quota."
|
206 |
|
207 |
+
#: includes/class-custom-post-types.php:275
|
208 |
msgid "Nothing was found at that address."
|
209 |
msgstr "Nessuna corrispondenza per l'indirizzo."
|
210 |
|
211 |
+
#: includes/class-custom-post-types.php:300 includes/class-settings.php:332
|
212 |
msgid "Retrieve map coordinates"
|
213 |
msgstr "Recupera le coordinate della mappa"
|
214 |
|
215 |
+
#: includes/class-custom-post-types.php:302 includes/class-settings.php:326
|
216 |
msgctxt "separator between admin action links in address component"
|
217 |
msgid " | "
|
218 |
msgstr " | "
|
219 |
|
220 |
+
#: includes/class-custom-post-types.php:304 includes/class-settings.php:333
|
221 |
msgid "Remove map coordinates"
|
222 |
msgstr "Rimuovi le coordinate della mappa"
|
223 |
|
224 |
+
#: includes/class-custom-post-types.php:332 includes/class-settings.php:389
|
225 |
msgid "Contact Page"
|
226 |
msgstr "Pagina di contatto"
|
227 |
|
228 |
+
#: includes/class-custom-post-types.php:346 includes/class-settings.php:408
|
229 |
msgid "Email Address (optional)"
|
230 |
msgstr "Indirizzo email (opzionale)"
|
231 |
|
232 |
+
#: includes/class-custom-post-types.php:353
|
233 |
msgid "Phone Number"
|
234 |
msgstr "Numero di telefono"
|
235 |
|
236 |
+
#: includes/class-custom-post-types.php:410 includes/class-settings.php:432
|
|
|
|
|
|
|
|
|
237 |
msgid "Define your weekly opening hours by adding scheduling rules."
|
238 |
msgstr ""
|
239 |
"Imposta l'orario di apertura settimanale aggiungendo regole di pianificazione"
|
240 |
|
241 |
+
#: includes/class-custom-post-types.php:412 includes/class-settings.php:434
|
242 |
msgctxt "Monday abbreviation"
|
243 |
msgid "Mo"
|
244 |
msgstr "Lun"
|
245 |
|
246 |
+
#: includes/class-custom-post-types.php:413 includes/class-settings.php:435
|
247 |
msgctxt "Tuesday abbreviation"
|
248 |
msgid "Tu"
|
249 |
msgstr "Mar"
|
250 |
|
251 |
+
#: includes/class-custom-post-types.php:414 includes/class-settings.php:436
|
252 |
msgctxt "Wednesday abbreviation"
|
253 |
msgid "We"
|
254 |
msgstr "Mer"
|
255 |
|
256 |
+
#: includes/class-custom-post-types.php:415 includes/class-settings.php:437
|
257 |
msgctxt "Thursday abbreviation"
|
258 |
msgid "Th"
|
259 |
msgstr "Gio"
|
260 |
|
261 |
+
#: includes/class-custom-post-types.php:416 includes/class-settings.php:438
|
262 |
msgctxt "Friday abbreviation"
|
263 |
msgid "Fr"
|
264 |
msgstr "Ven"
|
265 |
|
266 |
+
#: includes/class-custom-post-types.php:417 includes/class-settings.php:439
|
267 |
msgctxt "Saturday abbreviation"
|
268 |
msgid "Sa"
|
269 |
msgstr "Sab"
|
270 |
|
271 |
+
#: includes/class-custom-post-types.php:418 includes/class-settings.php:440
|
272 |
msgctxt "Sunday abbreviation"
|
273 |
msgid "Su"
|
274 |
msgstr "Dom"
|
275 |
|
276 |
+
#: includes/class-custom-post-types.php:420 includes/class-settings.php:442
|
277 |
msgctxt ""
|
278 |
"Time format displayed in the opening hours setting panel in your admin area. "
|
279 |
"Must match formatting rules at http://amsul.ca/pickadate.js/time.htm#formats"
|
280 |
msgid "h:i A"
|
281 |
msgstr "H:i"
|
282 |
|
283 |
+
#: includes/class-custom-post-types.php:421 includes/class-settings.php:443
|
284 |
msgctxt ""
|
285 |
"Date format displayed in the opening hours setting panel in your admin area. "
|
286 |
"Must match formatting rules at http://amsul.ca/pickadate.js/date."
|
288 |
msgid "mmmm d, yyyy"
|
289 |
msgstr "d mmmm yyyy"
|
290 |
|
291 |
+
#: includes/class-custom-post-types.php:425 includes/class-settings.php:447
|
292 |
msgid "Add another opening time"
|
293 |
msgstr "Aggiungi un altro orario d'apertura"
|
294 |
|
295 |
+
#: includes/class-custom-post-types.php:426 includes/class-settings.php:448
|
296 |
msgctxt "Format of a scheduling rule"
|
297 |
msgid "Weekly"
|
298 |
msgstr "Settimanale"
|
299 |
|
300 |
+
#: includes/class-custom-post-types.php:427 includes/class-settings.php:449
|
301 |
msgctxt "Format of a scheduling rule"
|
302 |
msgid "Monthly"
|
303 |
msgstr "Mensile"
|
304 |
|
305 |
+
#: includes/class-custom-post-types.php:428 includes/class-settings.php:450
|
306 |
msgctxt "Format of a scheduling rule"
|
307 |
msgid "Date"
|
308 |
msgstr "Data"
|
309 |
|
310 |
+
#: includes/class-custom-post-types.php:429 includes/class-settings.php:451
|
311 |
msgctxt "Label for selecting days of the week in a scheduling rule"
|
312 |
msgid "Days of the week"
|
313 |
msgstr "Giorni della settimana"
|
314 |
|
315 |
+
#: includes/class-custom-post-types.php:430 includes/class-settings.php:452
|
316 |
msgctxt "Label for selecting weeks of the month in a scheduling rule"
|
317 |
msgid "Weeks of the month"
|
318 |
msgstr "Settimane del mese"
|
319 |
|
320 |
+
#: includes/class-custom-post-types.php:431 includes/class-settings.php:453
|
321 |
msgctxt "Label to select a date for a scheduling rule"
|
322 |
msgid "Date"
|
323 |
msgstr "Data"
|
324 |
|
325 |
+
#: includes/class-custom-post-types.php:432 includes/class-settings.php:454
|
326 |
msgctxt "Label to select a time slot for a scheduling rule"
|
327 |
msgid "Time"
|
328 |
msgstr "Ora"
|
329 |
|
330 |
+
#: includes/class-custom-post-types.php:433 includes/class-settings.php:455
|
331 |
msgctxt "Label to set a scheduling rule to last all day"
|
332 |
msgid "All day"
|
333 |
msgstr "Tutto il giorno"
|
334 |
|
335 |
+
#: includes/class-custom-post-types.php:434 includes/class-settings.php:456
|
336 |
msgctxt "Label for the starting time of a scheduling rule"
|
337 |
msgid "Start"
|
338 |
msgstr "Inizio"
|
339 |
|
340 |
+
#: includes/class-custom-post-types.php:435 includes/class-settings.php:457
|
341 |
msgctxt "Label for the ending time of a scheduling rule"
|
342 |
msgid "End"
|
343 |
msgstr "Fine"
|
344 |
|
345 |
+
#: includes/class-custom-post-types.php:436 includes/class-settings.php:458
|
346 |
#, php-format
|
347 |
msgctxt ""
|
348 |
"Prompt displayed when a scheduling rule is set without any time restrictions"
|
349 |
msgid "All day long. Want to %sset a time slot%s?"
|
350 |
msgstr "Intera giornata. Vuoi %simpostare degli orari%s?"
|
351 |
|
352 |
+
#: includes/class-custom-post-types.php:437 includes/class-settings.php:459
|
353 |
msgctxt "Toggle a scheduling rule open and closed"
|
354 |
msgid "Open and close this rule"
|
355 |
msgstr "Apri e chiudi questa regola"
|
356 |
|
357 |
+
#: includes/class-custom-post-types.php:438 includes/class-settings.php:460
|
358 |
msgctxt "Delete a scheduling rule"
|
359 |
msgid "Delete rule"
|
360 |
msgstr "Cancella regola"
|
361 |
|
362 |
+
#: includes/class-custom-post-types.php:439 includes/class-settings.php:461
|
363 |
msgid "Delete scheduling rule"
|
364 |
msgstr "Cancella regola di calendario"
|
365 |
|
366 |
+
#: includes/class-custom-post-types.php:440 includes/class-settings.php:462
|
367 |
msgctxt ""
|
368 |
"Brief default description of a scheduling rule when no weekdays or weeks are "
|
369 |
"included in the rule"
|
370 |
msgid "Never"
|
371 |
msgstr "Mai"
|
372 |
|
373 |
+
#: includes/class-custom-post-types.php:441 includes/class-settings.php:463
|
374 |
msgctxt ""
|
375 |
"Brief default description of a scheduling rule when all the weekdays/weeks "
|
376 |
"are included in the rule"
|
377 |
msgid "Every day"
|
378 |
msgstr "Ogni giorno"
|
379 |
|
380 |
+
#: includes/class-custom-post-types.php:442 includes/class-settings.php:464
|
381 |
#, php-format
|
382 |
msgctxt ""
|
383 |
"Brief default description of a scheduling rule when some weekdays are "
|
387 |
msgid "%s on the %s week of the month"
|
388 |
msgstr "%s durante la %s settimana del mese"
|
389 |
|
390 |
+
#: includes/class-custom-post-types.php:443 includes/class-settings.php:465
|
391 |
#, php-format
|
392 |
msgctxt ""
|
393 |
"Brief default description of a scheduling rule when some weeks of the month "
|
397 |
msgid "%s week of the month"
|
398 |
msgstr "%s settimana del mese"
|
399 |
|
400 |
+
#: includes/class-custom-post-types.php:444 includes/class-settings.php:466
|
401 |
msgctxt "Brief default description of a scheduling rule when no times are set"
|
402 |
msgid "All day"
|
403 |
msgstr "Tutto il giorno"
|
404 |
|
405 |
+
#: includes/class-custom-post-types.php:445 includes/class-settings.php:467
|
406 |
msgctxt ""
|
407 |
"Brief default description of a scheduling rule when an end time is set but "
|
408 |
"no start time. If the end time is 6pm, it will read: Ends at 6pm"
|
409 |
msgid "Ends at"
|
410 |
msgstr "Fino alle"
|
411 |
|
412 |
+
#: includes/class-custom-post-types.php:446 includes/class-settings.php:468
|
413 |
msgctxt ""
|
414 |
"Brief default description of a scheduling rule when a start time is set but "
|
415 |
"no end time. If the start time is 6pm, it will read: Starts at 6pm"
|
416 |
msgid "Starts at"
|
417 |
msgstr "A partire dalle"
|
418 |
|
419 |
+
#: includes/class-custom-post-types.php:447 includes/class-settings.php:469
|
420 |
msgctxt "Separator between times of a scheduling rule"
|
421 |
msgid "—"
|
422 |
msgstr "—"
|
423 |
|
424 |
+
#: includes/class-settings.php:225 includes/class-settings.php:226
|
425 |
+
#: includes/class-settings.php:238 includes/class-settings.php:239
|
|
|
426 |
msgid "Business Profile"
|
427 |
msgstr "Profilo aziendale"
|
428 |
|
429 |
+
#: includes/class-settings.php:252
|
430 |
msgid "Search Engine Optimization"
|
431 |
msgstr "Ottimizzazione per i motori di ricerca"
|
432 |
|
433 |
+
#: includes/class-settings.php:279
|
434 |
+
msgid "Image"
|
435 |
+
msgstr "Immagine"
|
436 |
+
|
437 |
+
#: includes/class-settings.php:280
|
438 |
msgid ""
|
439 |
+
"Google requires you provide an image to display with your local business "
|
440 |
+
"search profile."
|
441 |
msgstr ""
|
442 |
+
"Google richiede che venga fornita un'immagine da mostrare per il profilo "
|
443 |
+
"aziendale."
|
444 |
+
|
445 |
+
#: includes/class-settings.php:282
|
446 |
+
msgid "Add Image"
|
447 |
+
msgstr "Aggiungi immagine"
|
448 |
|
449 |
+
#: includes/class-settings.php:283
|
450 |
+
msgid "Change Image"
|
451 |
+
msgstr "Modifica immagine"
|
452 |
+
|
453 |
+
#: includes/class-settings.php:284
|
454 |
+
msgid "Remove Image"
|
455 |
+
msgstr "Rimuovi immagine"
|
456 |
+
|
457 |
+
#: includes/class-settings.php:297
|
458 |
msgid "Contact Information"
|
459 |
msgstr "Informazioni di contatto"
|
460 |
|
461 |
+
#: includes/class-settings.php:307
|
462 |
msgid "Name"
|
463 |
msgstr "Nome"
|
464 |
|
465 |
+
#: includes/class-settings.php:308
|
466 |
msgid ""
|
467 |
"Enter the name of your business if it is different than the website name."
|
468 |
msgstr "Inserisci il nome dell'azienda se è differente dal nome del sito."
|
469 |
|
470 |
+
#: includes/class-settings.php:324
|
471 |
msgid "Address"
|
472 |
msgstr "Indirizzo"
|
473 |
|
474 |
+
#: includes/class-settings.php:334
|
475 |
msgid "Try again?"
|
476 |
msgstr "Riprova?"
|
477 |
|
478 |
+
#: includes/class-settings.php:339
|
479 |
msgid "Nothing was found at that address"
|
480 |
msgstr "Non risulta niente a quest'indirizzo"
|
481 |
|
482 |
+
#: includes/class-settings.php:354
|
483 |
msgid "Google Maps API Key"
|
484 |
msgstr "API Key di Google Maps"
|
485 |
|
486 |
+
#: includes/class-settings.php:356
|
487 |
#, php-format
|
488 |
msgid ""
|
489 |
"Google requires an API key to use their maps. %sGet an API key%s. A full "
|
490 |
+
"walk-through is available in the %sdocumentiaton%s."
|
491 |
msgstr ""
|
492 |
"Google richiede una API key per utilizzare le mappe. %sOttieni una API key"
|
493 |
"%s. Una guida passo-passo è disponibile nella %sdocumentazione%s."
|
494 |
|
495 |
+
#: includes/class-settings.php:375
|
496 |
msgid "Phone"
|
497 |
msgstr "Telefono"
|
498 |
|
499 |
+
#: includes/class-settings.php:390
|
|
|
|
|
|
|
|
|
500 |
msgid ""
|
501 |
"Select a page on your site where users can reach you, such as a contact form."
|
502 |
msgstr ""
|
503 |
"Seleziona una pagina del sito dove gli utenti possono contattarti, ad "
|
504 |
"esempio tramite un modulo di contatto"
|
505 |
|
506 |
+
#: includes/class-settings.php:409
|
507 |
msgid ""
|
508 |
"Enter an email address only if you want to display this publicly. Showing "
|
509 |
"your email address on your site may cause you to receive excessive spam."
|
512 |
"Mostrare un indirizzo email sul proprio sito può causare la ricezione di "
|
513 |
"quantità eccessive di spam."
|
514 |
|
515 |
+
#: includes/class-settings.php:421
|
516 |
msgid "Schedule"
|
517 |
msgstr "Calendario"
|
518 |
|
519 |
+
#: includes/class-settings.php:481 includes/class-settings.php:491
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
msgid "Multiple Locations"
|
521 |
msgstr "Sedi multiple"
|
522 |
|
523 |
+
#: includes/class-settings.php:492
|
524 |
msgid "Enable support for multiple business locations."
|
525 |
msgstr "Abilita il supporto per sedi multiple."
|
526 |
|
533 |
msgid "Show book a table link"
|
534 |
msgstr "Mostra il link prenota un tavolo"
|
535 |
|
536 |
+
#: includes/template-functions.php:218
|
537 |
msgid "Get directions"
|
538 |
msgstr "Indicazioni stradali"
|
539 |
|
540 |
+
#: includes/template-functions.php:293
|
541 |
msgid "Contact"
|
542 |
msgstr "Contatto"
|
543 |
|
544 |
+
#: includes/template-functions.php:341
|
545 |
msgid "Mo"
|
546 |
msgstr "Lun"
|
547 |
|
548 |
+
#: includes/template-functions.php:342
|
549 |
msgid "Tu"
|
550 |
msgstr "Mar"
|
551 |
|
552 |
+
#: includes/template-functions.php:343
|
553 |
msgid "We"
|
554 |
msgstr "Mer"
|
555 |
|
556 |
+
#: includes/template-functions.php:344
|
557 |
msgid "Th"
|
558 |
msgstr "Gio"
|
559 |
|
560 |
+
#: includes/template-functions.php:345
|
561 |
msgid "Fr"
|
562 |
msgstr "Ven"
|
563 |
|
564 |
+
#: includes/template-functions.php:346
|
565 |
msgid "Sa"
|
566 |
msgstr "Sab"
|
567 |
|
568 |
+
#: includes/template-functions.php:347
|
569 |
msgid "Su"
|
570 |
msgstr "Dom"
|
571 |
|
572 |
+
#: includes/template-functions.php:352
|
573 |
msgctxt ""
|
574 |
"Separator between days of the week when displaying opening hours in brief. "
|
575 |
"Example: Mo,Tu,We"
|
576 |
msgid ","
|
577 |
msgstr ","
|
578 |
|
579 |
+
#: includes/template-functions.php:355
|
580 |
#, php-format
|
581 |
msgctxt ""
|
582 |
"Brief opening hours description which lists days_strings when open all day. "
|
584 |
msgid "%s all day"
|
585 |
msgstr "%s tutto il giorno"
|
586 |
|
587 |
+
#: includes/template-functions.php:367
|
588 |
#, php-format
|
589 |
msgctxt ""
|
590 |
"Brief opening hours description which lists the days followed by the closing "
|
592 |
msgid "%s open until %s"
|
593 |
msgstr "%s aperto fino alle %s"
|
594 |
|
595 |
+
#: includes/template-functions.php:369
|
596 |
#, php-format
|
597 |
msgctxt ""
|
598 |
"Brief opening hours description which lists the days followed by the opening "
|
600 |
msgid "%s open from %s"
|
601 |
msgstr "%s aperto dalle %s"
|
602 |
|
603 |
+
#: includes/template-functions.php:371
|
604 |
#, php-format
|
605 |
msgctxt ""
|
606 |
"Brief opening hours description which lists the days followed by the opening "
|
608 |
msgid "%s %s – %s"
|
609 |
msgstr "%s %s – %s"
|
610 |
|
611 |
+
#: includes/template-functions.php:378
|
612 |
msgctxt ""
|
613 |
"Separator between multiple opening times in the brief opening hours. "
|
614 |
"Example: Mo,We 9:00 AM – 5:00 PM; Tu,Th 10:00 AM "
|
616 |
msgid "; "
|
617 |
msgstr ";"
|
618 |
|
619 |
+
#: includes/template-functions.php:388
|
620 |
msgid "Monday"
|
621 |
msgstr "Lunedì"
|
622 |
|
623 |
+
#: includes/template-functions.php:389
|
624 |
msgid "Tuesday"
|
625 |
msgstr "Martedì"
|
626 |
|
627 |
+
#: includes/template-functions.php:390
|
628 |
msgid "Wednesday"
|
629 |
msgstr "Mercoledì"
|
630 |
|
631 |
+
#: includes/template-functions.php:391
|
632 |
msgid "Thursday"
|
633 |
msgstr "Giovedì"
|
634 |
|
635 |
+
#: includes/template-functions.php:392
|
636 |
msgid "Friday"
|
637 |
msgstr "Venerdì"
|
638 |
|
639 |
+
#: includes/template-functions.php:393
|
640 |
msgid "Saturday"
|
641 |
msgstr "Sabato"
|
642 |
|
643 |
+
#: includes/template-functions.php:394
|
644 |
msgid "Sunday"
|
645 |
msgstr "Domenica"
|
646 |
|
647 |
+
#: includes/template-functions.php:406
|
648 |
msgid "Open"
|
649 |
msgstr "Aperto"
|
650 |
|
651 |
+
#: includes/template-functions.php:418
|
652 |
msgid "Open until "
|
653 |
msgstr "Aperto fino "
|
654 |
|
655 |
+
#: includes/template-functions.php:420
|
656 |
msgid "Open from "
|
657 |
msgstr "Aperto dalle"
|
658 |
|
659 |
+
#: includes/template-functions.php:422
|
660 |
msgctxt ""
|
661 |
"Separator between opening and closing times. Example: 9:00am –"
|
662 |
" 5:00pm"
|
663 |
msgid " – "
|
664 |
msgstr " – "
|
665 |
|
666 |
+
#: includes/template-functions.php:442
|
667 |
msgid "Closed"
|
668 |
msgstr "Chiuso"
|
669 |
|
670 |
+
#: includes/template-functions.php:566
|
671 |
msgid "Get Directions"
|
672 |
msgstr "Indicazioni stradali"
|
673 |
|
675 |
msgid "You do not have sufficient permissions to access this page."
|
676 |
msgstr "Non hai permessi sufficienti per accedere a questa pagina."
|
677 |
|
678 |
+
#~ msgid "http://themeofthecrop.com"
|
679 |
+
#~ msgstr "http://themeofthecrop.com"
|
680 |
+
|
681 |
+
#~ msgid ""
|
682 |
+
#~ "Contact information, Google Maps and opening hours made easy for "
|
683 |
+
#~ "businesses."
|
684 |
+
#~ msgstr ""
|
685 |
+
#~ "Informazioni di contatto, Mappe Google e orario d'apertura resi facili "
|
686 |
+
#~ "per le aziende."
|
687 |
+
|
688 |
+
#~ msgid "Theme of the Crop"
|
689 |
+
#~ msgstr "Theme of the Crop"
|
690 |
+
|
691 |
+
#~ msgid "Show Fax number"
|
692 |
+
#~ msgstr "Mostra il numero di fax"
|
693 |
+
|
694 |
+
#~ msgid ""
|
695 |
+
#~ "Display a contact card with your name, address, phone number, fax number, "
|
696 |
+
#~ "opening hours and map."
|
697 |
+
#~ msgstr ""
|
698 |
+
#~ "Mostra una scheda di contatto con nome, indirizzo, telefono, fax, orari e "
|
699 |
+
#~ "mappa."
|
700 |
+
|
701 |
+
#~ msgid "Fax Number"
|
702 |
+
#~ msgstr "Numero di fax"
|
703 |
+
|
704 |
+
#~ msgid ""
|
705 |
+
#~ "Select the option that best describes your business to improve how search "
|
706 |
+
#~ "engines understand your website"
|
707 |
+
#~ msgstr ""
|
708 |
+
#~ "Seleziona l'opzione che descrive meglio la tua azienda per aiutare i "
|
709 |
+
#~ "motori di ricerca a capire meglio il tuo sito"
|
710 |
+
|
711 |
+
#~ msgid ""
|
712 |
+
#~ "Google requires an API key to use their maps. %sGet an API key%s. A full "
|
713 |
+
#~ "walk-through is available in the %sdocumentation%s."
|
714 |
+
#~ msgstr ""
|
715 |
+
#~ "Google richiede una API key per utilizzare le mappe. %sOttieni una API key"
|
716 |
+
#~ "%s. Una guida passo-passo è disponibile nella %sdocumentazione%s."
|
717 |
+
|
718 |
+
#~ msgid "Fax"
|
719 |
+
#~ msgstr "Fax"
|
720 |
+
|
721 |
+
#~ msgid "Additional Information"
|
722 |
+
#~ msgstr "Informazioni aggiuntive"
|
723 |
+
|
724 |
+
#~ msgid "Additional information displayed below Opening Hours."
|
725 |
+
#~ msgstr "Informazioni aggiuntive mostrate sotto l'orario di apertura."
|
languages/business-profile-nl_NL.mo
CHANGED
Binary file
|
languages/business-profile-nl_NL.po
CHANGED
@@ -1,504 +1,675 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"X-
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
#: includes/
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
"
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
"
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
"
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
|
158 |
-
"
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
msgid "
|
186 |
-
msgstr "
|
187 |
-
|
188 |
-
#: includes/
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
msgid "
|
198 |
-
msgstr "
|
199 |
-
|
200 |
-
#: includes/
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
"
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
msgid "
|
226 |
-
msgstr "
|
227 |
-
|
228 |
-
#: includes/template-functions.php:
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
msgid "
|
234 |
-
msgstr "
|
235 |
-
|
236 |
-
#: includes/template-functions.php:
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
"
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
msgid "
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: includes/
|
323 |
-
|
324 |
-
msgid "
|
325 |
-
msgstr "
|
326 |
-
|
327 |
-
#: includes/
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
msgstr "
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
msgid "
|
345 |
-
msgstr "
|
346 |
-
|
347 |
-
#: includes/
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
"
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
"
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
msgid "
|
385 |
-
msgstr "
|
386 |
-
|
387 |
-
#: includes/
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
#: includes/
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
msgid "
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
msgid "
|
431 |
-
msgstr "
|
432 |
-
|
433 |
-
#: includes/
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
#: includes/
|
439 |
-
|
440 |
-
"
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
msgid "
|
468 |
-
msgstr "
|
469 |
-
|
470 |
-
#: includes/
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
msgid "
|
480 |
-
msgstr "
|
481 |
-
|
482 |
-
#: includes/
|
483 |
-
|
484 |
-
"
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
msgid "
|
492 |
-
msgstr "
|
493 |
-
|
494 |
-
#:
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
"
|
503 |
-
|
504 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Business Profile 1.0.6\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/business-profile\n"
|
5 |
+
"POT-Creation-Date: 2017-07-25 09:58+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"PO-Revision-Date: 2017-07-25 09:58+0000\n"
|
10 |
+
"X-Generator: Loco - https://localise.biz/\n"
|
11 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
12 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
13 |
+
"esc_html_x:1,2c\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-Basepath: ../\n"
|
17 |
+
"X-Textdomain-Support: yes\n"
|
18 |
+
"Last-Translator: admin <notthisway@gmail.com>\n"
|
19 |
+
"Language-Team: Dutch\n"
|
20 |
+
"Language: nl-NL\n"
|
21 |
+
"X-Poedit-SearchPath-0: ."
|
22 |
+
|
23 |
+
#: includes/class-contact-card-widget.php:117
|
24 |
+
#: includes/class-custom-post-types.php:60
|
25 |
+
msgid "Location"
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
+
#: includes/class-contact-card-widget.php:119
|
29 |
+
msgid "Use Primary Business Profile"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: includes/class-custom-post-types.php:59
|
33 |
+
#: includes/class-custom-post-types.php:61
|
34 |
+
#: includes/class-custom-post-types.php:62 includes/class-settings.php:212
|
35 |
+
#: includes/class-settings.php:213
|
36 |
+
msgid "Locations"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/class-custom-post-types.php:63
|
40 |
+
msgid "Add New"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: includes/class-custom-post-types.php:64
|
44 |
+
msgid "Add New Location"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: includes/class-custom-post-types.php:65
|
48 |
+
msgid "Edit Location"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: includes/class-custom-post-types.php:66
|
52 |
+
msgid "New Location"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: includes/class-custom-post-types.php:67
|
56 |
+
msgid "View Location"
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: includes/class-custom-post-types.php:68
|
60 |
+
msgid "View Locations"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: includes/class-custom-post-types.php:69
|
64 |
+
msgid "Search Locations"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: includes/class-custom-post-types.php:70
|
68 |
+
msgid "No locations found"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: includes/class-custom-post-types.php:71
|
72 |
+
msgid "No locations found in trash"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: includes/class-custom-post-types.php:72
|
76 |
+
msgid "All Locations"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: includes/class-custom-post-types.php:159
|
80 |
+
msgid "Contact Details"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: includes/class-custom-post-types.php:230
|
84 |
+
msgid "Schema type"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: includes/class-custom-post-types.php:240 includes/class-settings.php:263
|
88 |
+
msgid ""
|
89 |
+
"Select the option that best describes your business to improve how search "
|
90 |
+
"engines understand your website."
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: includes/class-custom-post-types.php:275
|
94 |
+
msgid "Nothing was found at that address."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: includes/class-custom-post-types.php:353
|
98 |
+
msgid "Phone Number"
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: includes/class-settings.php:279
|
102 |
+
msgid "Image"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: includes/class-settings.php:280
|
106 |
+
msgid ""
|
107 |
+
"Google requires you provide an image to display with your local business "
|
108 |
+
"search profile."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: includes/class-settings.php:282
|
112 |
+
msgid "Add Image"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: includes/class-settings.php:283
|
116 |
+
msgid "Change Image"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: includes/class-settings.php:284
|
120 |
+
msgid "Remove Image"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: includes/class-settings.php:354
|
124 |
+
msgid "Google Maps API Key"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: includes/class-settings.php:356
|
128 |
+
msgid ""
|
129 |
+
"Google requires an API key to use their maps. %sGet an API key%s. A full "
|
130 |
+
"walk-through is available in the %sdocumentiaton%s."
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: includes/class-settings.php:481 includes/class-settings.php:491
|
134 |
+
msgid "Multiple Locations"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: includes/class-settings.php:492
|
138 |
+
msgid "Enable support for multiple business locations."
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: includes/template-functions.php:341
|
142 |
+
msgid "Mo"
|
143 |
+
msgstr "TEST"
|
144 |
+
|
145 |
+
#: includes/template-functions.php:342
|
146 |
+
msgid "Tu"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: includes/template-functions.php:343
|
150 |
+
msgid "We"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: includes/template-functions.php:344
|
154 |
+
msgid "Th"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: includes/template-functions.php:345
|
158 |
+
msgid "Fr"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: includes/template-functions.php:346
|
162 |
+
msgid "Sa"
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: includes/template-functions.php:347
|
166 |
+
msgid "Su"
|
167 |
+
msgstr ""
|
168 |
+
|
169 |
+
#: includes/template-functions.php:568
|
170 |
+
msgid "Get Directions"
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#. Plugin URI of the plugin/theme
|
174 |
+
#. Author URI of the plugin/theme
|
175 |
+
msgid "http://themeofthecrop.com"
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#. Author of the plugin/theme
|
179 |
+
msgid "Theme of the Crop"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: includes/class-custom-post-types.php:267
|
183 |
+
#: includes/class-custom-post-types.php:292 includes/class-settings.php:327
|
184 |
+
msgctxt "separates latitude and longitude"
|
185 |
+
msgid ", "
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: includes/class-custom-post-types.php:302 includes/class-settings.php:326
|
189 |
+
msgctxt "separator between admin action links in address component"
|
190 |
+
msgid " | "
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: includes/template-functions.php:354
|
194 |
+
msgctxt ""
|
195 |
+
"Separator between days of the week when displaying opening hours in brief. "
|
196 |
+
"Example: Mo,Tu,We"
|
197 |
+
msgid ","
|
198 |
+
msgstr ""
|
199 |
+
|
200 |
+
#: includes/template-functions.php:357
|
201 |
+
msgctxt ""
|
202 |
+
"Brief opening hours description which lists days_strings when open all day. "
|
203 |
+
"Example: Mo,Tu,We all day"
|
204 |
+
msgid "%s all day"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: includes/template-functions.php:369
|
208 |
+
msgctxt ""
|
209 |
+
"Brief opening hours description which lists the days followed by the closing "
|
210 |
+
"time. Example: Mo,Tu,We open until 9:00pm"
|
211 |
+
msgid "%s open until %s"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: includes/template-functions.php:371
|
215 |
+
msgctxt ""
|
216 |
+
"Brief opening hours description which lists the days followed by the opening "
|
217 |
+
"time. Example: Mo,Tu,We open from 9:00am"
|
218 |
+
msgid "%s open from %s"
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: includes/template-functions.php:373
|
222 |
+
msgctxt ""
|
223 |
+
"Brief opening hours description which lists the days followed by the opening "
|
224 |
+
"and closing times. Example: Mo,Tu,We 9:00am – 5:00pm"
|
225 |
+
msgid "%s %s – %s"
|
226 |
+
msgstr ""
|
227 |
+
|
228 |
+
#: includes/template-functions.php:380
|
229 |
+
msgctxt ""
|
230 |
+
"Separator between multiple opening times in the brief opening hours. Example:"
|
231 |
+
" Mo,We 9:00 AM – 5:00 PM; Tu,Th 10:00 AM –"
|
232 |
+
" 5:00 PM"
|
233 |
+
msgid "; "
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: includes/template-functions.php:424
|
237 |
+
msgctxt ""
|
238 |
+
"Separator between opening and closing times. Example: 9:00am –"
|
239 |
+
" 5:00pm"
|
240 |
+
msgid " – "
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: business-profile.php:227
|
244 |
+
msgid "View the help documentation for Business Profile"
|
245 |
+
msgstr "Bekijk de help documentatie voor Business Profile"
|
246 |
+
|
247 |
+
#: business-profile.php:228
|
248 |
+
msgid "Help"
|
249 |
+
msgstr "Help"
|
250 |
+
|
251 |
+
#: includes/class-contact-card-widget.php:39
|
252 |
+
msgid "Show Name"
|
253 |
+
msgstr "Laat Naam zien"
|
254 |
+
|
255 |
+
#: includes/class-contact-card-widget.php:40
|
256 |
+
msgid "Show Address"
|
257 |
+
msgstr "Laat Adres zien"
|
258 |
+
|
259 |
+
#: includes/class-contact-card-widget.php:41
|
260 |
+
msgid "Show link to get directions on Google Maps"
|
261 |
+
msgstr "Laat Routebeschrijving link "
|
262 |
+
|
263 |
+
#: includes/class-contact-card-widget.php:42
|
264 |
+
msgid "Show Phone number"
|
265 |
+
msgstr "Laat Telefoonnummer zien"
|
266 |
+
|
267 |
+
#: includes/class-contact-card-widget.php:43
|
268 |
+
msgid "Show contact details"
|
269 |
+
msgstr "Laat Contact informatie zien"
|
270 |
+
|
271 |
+
#: includes/class-contact-card-widget.php:44
|
272 |
+
msgid "Show Opening Hours"
|
273 |
+
msgstr "Laat Openingstijden zien"
|
274 |
+
|
275 |
+
#: includes/class-contact-card-widget.php:45
|
276 |
+
msgid "Show brief opening hours on one line"
|
277 |
+
msgstr "Laat verkorte Openingstijden zien op 1 regel"
|
278 |
+
|
279 |
+
#: includes/class-contact-card-widget.php:46
|
280 |
+
msgid "Show Google Map"
|
281 |
+
msgstr "Laat Google maps zien"
|
282 |
+
|
283 |
+
#: includes/class-contact-card-widget.php:52
|
284 |
+
msgid "Contact Card"
|
285 |
+
msgstr "Contact Kaart"
|
286 |
+
|
287 |
+
#: includes/class-contact-card-widget.php:53
|
288 |
+
msgid ""
|
289 |
+
"Display a contact card with your name, address, phone number, opening hours "
|
290 |
+
"and map."
|
291 |
+
msgstr ""
|
292 |
+
"Laat een contactkaart zien met uw naam, adres, telefoonnummer, "
|
293 |
+
"openingstijden en kaart."
|
294 |
+
|
295 |
+
#: includes/class-contact-card-widget.php:91
|
296 |
+
msgid "Title"
|
297 |
+
msgstr "Titel"
|
298 |
+
|
299 |
+
#: includes/class-custom-post-types.php:148 includes/class-settings.php:262
|
300 |
+
msgid "Schema Type"
|
301 |
+
msgstr "Type Schema"
|
302 |
+
|
303 |
+
#: includes/class-custom-post-types.php:169
|
304 |
+
#: includes/class-custom-post-types.php:409 includes/class-settings.php:431
|
305 |
+
#: templates/opening-hours.php:21
|
306 |
+
msgid "Opening Hours"
|
307 |
+
msgstr "Openingstijden"
|
308 |
+
|
309 |
+
#: includes/class-custom-post-types.php:266
|
310 |
+
#: includes/class-custom-post-types.php:290 includes/class-settings.php:328
|
311 |
+
msgid "No map coordinates set."
|
312 |
+
msgstr "Geen kaart coördinaten ingesteld"
|
313 |
+
|
314 |
+
#: includes/class-custom-post-types.php:268 includes/class-settings.php:329
|
315 |
+
msgid "Requesting new coordinates"
|
316 |
+
msgstr "Haal nieuwe coördinaten op"
|
317 |
+
|
318 |
+
#: includes/class-custom-post-types.php:269 includes/class-settings.php:330
|
319 |
+
msgid "Select a match below"
|
320 |
+
msgstr "selecteer hieronder een overeenkomst"
|
321 |
+
|
322 |
+
#: includes/class-custom-post-types.php:270
|
323 |
+
#: includes/class-custom-post-types.php:293 includes/class-settings.php:331
|
324 |
+
msgid "View"
|
325 |
+
msgstr "Bekijk"
|
326 |
+
|
327 |
+
#: includes/class-custom-post-types.php:271 includes/class-settings.php:335
|
328 |
+
msgid "Error"
|
329 |
+
msgstr "Fout"
|
330 |
+
|
331 |
+
#: includes/class-custom-post-types.php:272 includes/class-settings.php:336
|
332 |
+
msgid ""
|
333 |
+
"Invalid request. Be sure to fill out the address field before retrieving "
|
334 |
+
"coordinates."
|
335 |
+
msgstr ""
|
336 |
+
"Verkeerd verzoek. Zorg dat het adres is ingevuld voordat de coördinaten "
|
337 |
+
"opgehaald worden"
|
338 |
+
|
339 |
+
#: includes/class-custom-post-types.php:273 includes/class-settings.php:337
|
340 |
+
msgid "Request denied."
|
341 |
+
msgstr "Verzoek afgewezen."
|
342 |
+
|
343 |
+
#: includes/class-custom-post-types.php:274 includes/class-settings.php:338
|
344 |
+
msgid "Request denied because you are over your request quota."
|
345 |
+
msgstr "Verzoek afgewezen omdat er te veel verzoeken zijn gedaan."
|
346 |
+
|
347 |
+
#: includes/class-custom-post-types.php:300 includes/class-settings.php:332
|
348 |
+
msgid "Retrieve map coordinates"
|
349 |
+
msgstr "Haal coördinaten op"
|
350 |
+
|
351 |
+
#: includes/class-custom-post-types.php:304 includes/class-settings.php:333
|
352 |
+
msgid "Remove map coordinates"
|
353 |
+
msgstr "Verwijder coördinaten"
|
354 |
+
|
355 |
+
#: includes/class-custom-post-types.php:332 includes/class-settings.php:389
|
356 |
+
msgid "Contact Page"
|
357 |
+
msgstr "Contact Pagina"
|
358 |
+
|
359 |
+
#: includes/class-custom-post-types.php:346 includes/class-settings.php:408
|
360 |
+
msgid "Email Address (optional)"
|
361 |
+
msgstr "E-mail adres (optioneel)"
|
362 |
+
|
363 |
+
#: includes/class-custom-post-types.php:410 includes/class-settings.php:432
|
364 |
+
msgid "Define your weekly opening hours by adding scheduling rules."
|
365 |
+
msgstr "Definieer uw wekelijkse openingstijden door regels toe te voegen."
|
366 |
+
|
367 |
+
#: includes/class-custom-post-types.php:425 includes/class-settings.php:447
|
368 |
+
msgid "Add another opening time"
|
369 |
+
msgstr "Voeg nog een andere tijd toe"
|
370 |
+
|
371 |
+
#: includes/class-custom-post-types.php:439 includes/class-settings.php:461
|
372 |
+
msgid "Delete scheduling rule"
|
373 |
+
msgstr "Verwijder regel"
|
374 |
+
|
375 |
+
#. Plugin Name of the plugin/theme
|
376 |
+
msgid "Business Profile"
|
377 |
+
msgstr "Business Profile"
|
378 |
+
|
379 |
+
#: includes/class-settings.php:252
|
380 |
+
msgid "Search Engine Optimization"
|
381 |
+
msgstr "Zoekmachine Optimalisatie"
|
382 |
+
|
383 |
+
#: includes/class-settings.php:297
|
384 |
+
msgid "Contact Information"
|
385 |
+
msgstr "Contact Informatie"
|
386 |
+
|
387 |
+
#: includes/class-settings.php:307
|
388 |
+
msgid "Name"
|
389 |
+
msgstr "Naam"
|
390 |
+
|
391 |
+
#: includes/class-settings.php:308
|
392 |
+
msgid ""
|
393 |
+
"Enter the name of your business if it is different than the website name."
|
394 |
+
msgstr ""
|
395 |
+
"Vul de naam in van uw bedrijf als dat anders is dan naam van uw website."
|
396 |
+
|
397 |
+
#: includes/class-settings.php:324
|
398 |
+
msgid "Address"
|
399 |
+
msgstr "Adres"
|
400 |
+
|
401 |
+
#: includes/class-settings.php:334
|
402 |
+
msgid "Try again?"
|
403 |
+
msgstr "Probeer opnieuw?"
|
404 |
+
|
405 |
+
#: includes/class-settings.php:339
|
406 |
+
msgid "Nothing was found at that address"
|
407 |
+
msgstr "Er is niets gevonden op dat adres"
|
408 |
+
|
409 |
+
#: includes/class-settings.php:375
|
410 |
+
msgid "Phone"
|
411 |
+
msgstr "Telefoon"
|
412 |
+
|
413 |
+
#: includes/class-settings.php:390
|
414 |
+
msgid ""
|
415 |
+
"Select a page on your site where users can reach you, such as a contact form."
|
416 |
+
msgstr ""
|
417 |
+
"Selecteer een pagina op de website waar gebruikers u kunnen bereiken, zoals "
|
418 |
+
"een contact formulier."
|
419 |
+
|
420 |
+
#: includes/class-settings.php:409
|
421 |
+
msgid ""
|
422 |
+
"Enter an email address only if you want to display this publicly. Showing "
|
423 |
+
"your email address on your site may cause you to receive excessive spam."
|
424 |
+
msgstr ""
|
425 |
+
"Vul alleen een e-mail adres in als u dit publiekelijk wilt tonen. Het "
|
426 |
+
"vertonen van uw e-mail adres op uw site kan er voor zorgen dat u meer spam "
|
427 |
+
"ontvangt."
|
428 |
+
|
429 |
+
#: includes/class-settings.php:421
|
430 |
+
msgid "Schedule"
|
431 |
+
msgstr "Schema"
|
432 |
+
|
433 |
+
#: includes/deprecated/class-integrations.php:147
|
434 |
+
msgid "Book a table"
|
435 |
+
msgstr "Reserveer een tafel"
|
436 |
+
|
437 |
+
#: includes/deprecated/class-integrations.php:170
|
438 |
+
#: includes/deprecated/class-integrations.php:173
|
439 |
+
msgid "Show book a table link"
|
440 |
+
msgstr "Laat een link naar Reserveer een tafel zien"
|
441 |
+
|
442 |
+
#: includes/template-functions.php:218
|
443 |
+
msgid "Get directions"
|
444 |
+
msgstr "Routebeschrijving"
|
445 |
+
|
446 |
+
#: includes/template-functions.php:293
|
447 |
+
msgid "Contact"
|
448 |
+
msgstr "Contact"
|
449 |
+
|
450 |
+
#: includes/template-functions.php:390
|
451 |
+
msgid "Monday"
|
452 |
+
msgstr "Maandag"
|
453 |
+
|
454 |
+
#: includes/template-functions.php:391
|
455 |
+
msgid "Tuesday"
|
456 |
+
msgstr "Dinsdag"
|
457 |
+
|
458 |
+
#: includes/template-functions.php:392
|
459 |
+
msgid "Wednesday"
|
460 |
+
msgstr "Woensdag"
|
461 |
+
|
462 |
+
#: includes/template-functions.php:393
|
463 |
+
msgid "Thursday"
|
464 |
+
msgstr "Donderdag"
|
465 |
+
|
466 |
+
#: includes/template-functions.php:394
|
467 |
+
msgid "Friday"
|
468 |
+
msgstr "Vrijdag"
|
469 |
+
|
470 |
+
#: includes/template-functions.php:395
|
471 |
+
msgid "Saturday"
|
472 |
+
msgstr "Zaterdag"
|
473 |
+
|
474 |
+
#: includes/template-functions.php:396
|
475 |
+
msgid "Sunday"
|
476 |
+
msgstr "Zondag"
|
477 |
+
|
478 |
+
#: includes/template-functions.php:408
|
479 |
+
msgid "Open"
|
480 |
+
msgstr "Open"
|
481 |
+
|
482 |
+
#: includes/template-functions.php:420
|
483 |
+
msgid "Open until "
|
484 |
+
msgstr "Open tot"
|
485 |
+
|
486 |
+
#: includes/template-functions.php:422
|
487 |
+
msgid "Open from "
|
488 |
+
msgstr "Open vanaf"
|
489 |
+
|
490 |
+
#: includes/template-functions.php:444
|
491 |
+
msgid "Closed"
|
492 |
+
msgstr "Gesloten"
|
493 |
+
|
494 |
+
#: lib/simple-admin-pages/classes/AdminPage.class.php:173
|
495 |
+
msgid "You do not have sufficient permissions to access this page."
|
496 |
+
msgstr "U heeft onvoldoende rechten om deze pagina te openen."
|
497 |
+
|
498 |
+
#. Description of the plugin/theme
|
499 |
+
msgid ""
|
500 |
+
"Contact information, Google Maps and opening hours made easy for businesses."
|
501 |
+
msgstr ""
|
502 |
+
"Contact informatie, Google Maps en openingstijden makkelijk gemaakt voor "
|
503 |
+
"bedrijven."
|
504 |
+
|
505 |
+
#: includes/class-custom-post-types.php:412 includes/class-settings.php:434
|
506 |
+
msgctxt "Monday abbreviation"
|
507 |
+
msgid "Mo"
|
508 |
+
msgstr "Ma"
|
509 |
+
|
510 |
+
#: includes/class-custom-post-types.php:413 includes/class-settings.php:435
|
511 |
+
msgctxt "Tuesday abbreviation"
|
512 |
+
msgid "Tu"
|
513 |
+
msgstr "Di"
|
514 |
+
|
515 |
+
#: includes/class-custom-post-types.php:414 includes/class-settings.php:436
|
516 |
+
msgctxt "Wednesday abbreviation"
|
517 |
+
msgid "We"
|
518 |
+
msgstr "Wo"
|
519 |
+
|
520 |
+
#: includes/class-custom-post-types.php:415 includes/class-settings.php:437
|
521 |
+
msgctxt "Thursday abbreviation"
|
522 |
+
msgid "Th"
|
523 |
+
msgstr "Do"
|
524 |
+
|
525 |
+
#: includes/class-custom-post-types.php:416 includes/class-settings.php:438
|
526 |
+
msgctxt "Friday abbreviation"
|
527 |
+
msgid "Fr"
|
528 |
+
msgstr "Vr"
|
529 |
+
|
530 |
+
#: includes/class-custom-post-types.php:417 includes/class-settings.php:439
|
531 |
+
msgctxt "Saturday abbreviation"
|
532 |
+
msgid "Sa"
|
533 |
+
msgstr "Za"
|
534 |
+
|
535 |
+
#: includes/class-custom-post-types.php:418 includes/class-settings.php:440
|
536 |
+
msgctxt "Sunday abbreviation"
|
537 |
+
msgid "Su"
|
538 |
+
msgstr "Zo"
|
539 |
+
|
540 |
+
#: includes/class-custom-post-types.php:420 includes/class-settings.php:442
|
541 |
+
msgctxt ""
|
542 |
+
"Time format displayed in the opening hours setting panel in your admin area. "
|
543 |
+
"Must match formatting rules at http://amsul.ca/pickadate.js/time.htm#formats"
|
544 |
+
msgid "h:i A"
|
545 |
+
msgstr "H:i"
|
546 |
+
|
547 |
+
#: includes/class-custom-post-types.php:421 includes/class-settings.php:443
|
548 |
+
msgctxt ""
|
549 |
+
"Date format displayed in the opening hours setting panel in your admin area. "
|
550 |
+
"Must match formatting rules at http://amsul.ca/pickadate.js/date."
|
551 |
+
"htm#formatting-rules"
|
552 |
+
msgid "mmmm d, yyyy"
|
553 |
+
msgstr "dd mmmm yyyy"
|
554 |
+
|
555 |
+
#: includes/class-custom-post-types.php:426 includes/class-settings.php:448
|
556 |
+
msgctxt "Format of a scheduling rule"
|
557 |
+
msgid "Weekly"
|
558 |
+
msgstr "Wekelijks"
|
559 |
+
|
560 |
+
#: includes/class-custom-post-types.php:427 includes/class-settings.php:449
|
561 |
+
msgctxt "Format of a scheduling rule"
|
562 |
+
msgid "Monthly"
|
563 |
+
msgstr "Maandelijks"
|
564 |
+
|
565 |
+
#: includes/class-custom-post-types.php:428 includes/class-settings.php:450
|
566 |
+
msgctxt "Format of a scheduling rule"
|
567 |
+
msgid "Date"
|
568 |
+
msgstr "Datum"
|
569 |
+
|
570 |
+
#: includes/class-custom-post-types.php:429 includes/class-settings.php:451
|
571 |
+
msgctxt "Label for selecting days of the week in a scheduling rule"
|
572 |
+
msgid "Days of the week"
|
573 |
+
msgstr "Weekdagen"
|
574 |
+
|
575 |
+
#: includes/class-custom-post-types.php:430 includes/class-settings.php:452
|
576 |
+
msgctxt "Label for selecting weeks of the month in a scheduling rule"
|
577 |
+
msgid "Weeks of the month"
|
578 |
+
msgstr "Weken van de maand"
|
579 |
+
|
580 |
+
#: includes/class-custom-post-types.php:431 includes/class-settings.php:453
|
581 |
+
msgctxt "Label to select a date for a scheduling rule"
|
582 |
+
msgid "Date"
|
583 |
+
msgstr "Datum"
|
584 |
+
|
585 |
+
#: includes/class-custom-post-types.php:432 includes/class-settings.php:454
|
586 |
+
msgctxt "Label to select a time slot for a scheduling rule"
|
587 |
+
msgid "Time"
|
588 |
+
msgstr "Tijd"
|
589 |
+
|
590 |
+
#: includes/class-custom-post-types.php:433 includes/class-settings.php:455
|
591 |
+
msgctxt "Label to set a scheduling rule to last all day"
|
592 |
+
msgid "All day"
|
593 |
+
msgstr "De hele dag"
|
594 |
+
|
595 |
+
#: includes/class-custom-post-types.php:434 includes/class-settings.php:456
|
596 |
+
msgctxt "Label for the starting time of a scheduling rule"
|
597 |
+
msgid "Start"
|
598 |
+
msgstr "Start"
|
599 |
+
|
600 |
+
#: includes/class-custom-post-types.php:435 includes/class-settings.php:457
|
601 |
+
msgctxt "Label for the ending time of a scheduling rule"
|
602 |
+
msgid "End"
|
603 |
+
msgstr "Eind"
|
604 |
+
|
605 |
+
#: includes/class-custom-post-types.php:436 includes/class-settings.php:458
|
606 |
+
msgctxt ""
|
607 |
+
"Prompt displayed when a scheduling rule is set without any time restrictions"
|
608 |
+
msgid "All day long. Want to %sset a time slot%s?"
|
609 |
+
msgstr "De gehele dag. Wilt u een %sset a time slot%s instellen?"
|
610 |
+
|
611 |
+
#: includes/class-custom-post-types.php:437 includes/class-settings.php:459
|
612 |
+
msgctxt "Toggle a scheduling rule open and closed"
|
613 |
+
msgid "Open and close this rule"
|
614 |
+
msgstr "Open en sluit deze regel"
|
615 |
+
|
616 |
+
#: includes/class-custom-post-types.php:438 includes/class-settings.php:460
|
617 |
+
msgctxt "Delete a scheduling rule"
|
618 |
+
msgid "Delete rule"
|
619 |
+
msgstr "Verwijder regel"
|
620 |
+
|
621 |
+
#: includes/class-custom-post-types.php:440 includes/class-settings.php:462
|
622 |
+
msgctxt ""
|
623 |
+
"Brief default description of a scheduling rule when no weekdays or weeks are "
|
624 |
+
"included in the rule"
|
625 |
+
msgid "Never"
|
626 |
+
msgstr "Nooit"
|
627 |
+
|
628 |
+
#: includes/class-custom-post-types.php:441 includes/class-settings.php:463
|
629 |
+
msgctxt ""
|
630 |
+
"Brief default description of a scheduling rule when all the weekdays/weeks "
|
631 |
+
"are included in the rule"
|
632 |
+
msgid "Every day"
|
633 |
+
msgstr "Elke dag"
|
634 |
+
|
635 |
+
#: includes/class-custom-post-types.php:442 includes/class-settings.php:464
|
636 |
+
msgctxt ""
|
637 |
+
"Brief default description of a scheduling rule when some weekdays are "
|
638 |
+
"included on only some weeks of the month. %s should be left alone and will "
|
639 |
+
"be replaced by a comma-separated list of days and weeks in the following "
|
640 |
+
"format: M, T, W on the first, second week of the month"
|
641 |
+
msgid "%s on the %s week of the month"
|
642 |
+
msgstr "%s on the %s week van de maand"
|
643 |
+
|
644 |
+
#: includes/class-custom-post-types.php:443 includes/class-settings.php:465
|
645 |
+
msgctxt ""
|
646 |
+
"Brief default description of a scheduling rule when some weeks of the month "
|
647 |
+
"are included but all or no weekdays are selected. %s should be left alone "
|
648 |
+
"and will be replaced by a comma-separated list of weeks in the following "
|
649 |
+
"format: First, second week of the month"
|
650 |
+
msgid "%s week of the month"
|
651 |
+
msgstr "%s week van de maand"
|
652 |
+
|
653 |
+
#: includes/class-custom-post-types.php:444 includes/class-settings.php:466
|
654 |
+
msgctxt "Brief default description of a scheduling rule when no times are set"
|
655 |
+
msgid "All day"
|
656 |
+
msgstr "Gehele dag"
|
657 |
+
|
658 |
+
#: includes/class-custom-post-types.php:445 includes/class-settings.php:467
|
659 |
+
msgctxt ""
|
660 |
+
"Brief default description of a scheduling rule when an end time is set but "
|
661 |
+
"no start time. If the end time is 6pm, it will read: Ends at 6pm"
|
662 |
+
msgid "Ends at"
|
663 |
+
msgstr "Eindigt op"
|
664 |
+
|
665 |
+
#: includes/class-custom-post-types.php:446 includes/class-settings.php:468
|
666 |
+
msgctxt ""
|
667 |
+
"Brief default description of a scheduling rule when a start time is set but "
|
668 |
+
"no end time. If the start time is 6pm, it will read: Starts at 6pm"
|
669 |
+
msgid "Starts at"
|
670 |
+
msgstr "Start op"
|
671 |
+
|
672 |
+
#: includes/class-custom-post-types.php:447 includes/class-settings.php:469
|
673 |
+
msgctxt "Separator between times of a scheduling rule"
|
674 |
+
msgid "—"
|
675 |
+
msgstr "—"
|
languages/business-profile-sv_SE.mo
CHANGED
Binary file
|
languages/business-profile-sv_SE.po
CHANGED
@@ -6,25 +6,23 @@ msgstr ""
|
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"PO-Revision-Date:
|
10 |
-
"Last-Translator:
|
11 |
"Language-Team: Swedish\n"
|
12 |
-
"X-Generator:
|
13 |
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
14 |
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
15 |
-
"esc_html_x:1,2c
|
16 |
-
"Language:
|
17 |
-
"Plural-Forms: nplurals=2; plural=n != 1
|
18 |
-
"X-Poedit-Country: United States\n"
|
19 |
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
-
"X-Poedit-Basepath:
|
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
-
"X-Poedit-Bookmarks: \n"
|
23 |
-
"X-Textdomain-Support: yes"
|
24 |
|
25 |
#: includes/class-contact-card-widget.php:41
|
26 |
msgid "Show link to get directions on Google Maps"
|
27 |
-
msgstr "Visa länk för att få anvisningar
|
28 |
|
29 |
#: business-profile.php:226
|
30 |
msgid "View the help documentation for Business Profile"
|
@@ -131,11 +129,11 @@ msgstr "Efterfråga nya koordinater"
|
|
131 |
|
132 |
#: includes/class-custom-post-types.php:267 includes/class-settings.php:296
|
133 |
msgid "Select a match below"
|
134 |
-
msgstr "
|
135 |
|
136 |
#: includes/class-custom-post-types.php:269 includes/class-settings.php:301
|
137 |
msgid "Error"
|
138 |
-
msgstr "
|
139 |
|
140 |
#: includes/class-custom-post-types.php:270 includes/class-settings.php:302
|
141 |
msgid ""
|
@@ -182,17 +180,15 @@ msgstr "Lägg till en annan öppetid"
|
|
182 |
msgid "Delete scheduling rule"
|
183 |
msgstr "Radera schemaläggningens regel"
|
184 |
|
185 |
-
#. #-#-#-#-# business-profile.pot (Business Profile 1.1.1) #-#-#-#-#
|
186 |
#. Plugin Name of the plugin/theme
|
187 |
#: includes/class-settings.php:221 includes/class-settings.php:222
|
188 |
#: includes/class-settings.php:233 includes/class-settings.php:234
|
189 |
msgid "Business Profile"
|
190 |
-
msgstr "Företagsprofilen
|
191 |
|
192 |
#: includes/class-settings.php:247
|
193 |
msgid "Search Engine Optimization"
|
194 |
-
msgstr ""
|
195 |
-
"sökmotoroptimering\n"
|
196 |
|
197 |
#: includes/class-settings.php:258
|
198 |
msgid ""
|
@@ -269,9 +265,7 @@ msgid "You do not have sufficient permissions to access this page."
|
|
269 |
msgstr ""
|
270 |
"Du har inte tillräckliga rättigheter för att få tillgång till denna sida."
|
271 |
|
272 |
-
#. #-#-#-#-# business-profile.pot (Business Profile 1.1.1) #-#-#-#-#
|
273 |
#. Plugin URI of the plugin/theme
|
274 |
-
#. #-#-#-#-# business-profile.pot (Business Profile 1.1.1) #-#-#-#-#
|
275 |
#. Author URI of the plugin/theme
|
276 |
msgid "http://themeofthecrop.com"
|
277 |
msgstr "http://themeofthecrop.com"
|
@@ -507,9 +501,9 @@ msgstr "%s %s – %s"
|
|
507 |
|
508 |
#: includes/template-functions.php:372
|
509 |
msgctxt ""
|
510 |
-
"Separator between multiple opening times in the brief opening hours.
|
511 |
-
" Mo,We 9:00 AM – 5:00 PM; Tu,Th 10:00 AM&thinsp
|
512 |
-
" 5:00 PM"
|
513 |
msgid "; "
|
514 |
msgstr "; "
|
515 |
|
@@ -542,7 +536,7 @@ msgstr "Visa kontaktdetaljer"
|
|
542 |
|
543 |
#: includes/class-contact-card-widget.php:44
|
544 |
msgid "Show Opening Hours"
|
545 |
-
msgstr "Visa
|
546 |
|
547 |
#: includes/class-contact-card-widget.php:46
|
548 |
msgid "Show Google Map"
|
@@ -591,7 +585,7 @@ msgstr "Kontakt"
|
|
591 |
|
592 |
#: includes/template-functions.php:560
|
593 |
msgid "Get Directions"
|
594 |
-
msgstr "
|
595 |
|
596 |
#: includes/template-functions.php:212
|
597 |
msgid "Get directions"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"PO-Revision-Date: 2018-01-30 17:29+0100\n"
|
10 |
+
"Last-Translator: Calle Bokedal\n"
|
11 |
"Language-Team: Swedish\n"
|
12 |
+
"X-Generator: Poedit 2.0.6\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
14 |
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
15 |
+
"esc_html_x:1,2c\n"
|
16 |
+
"Language: sv_SE\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
+
"X-Poedit-Basepath: ..\n"
|
20 |
+
"X-Textdomain-Support: yes\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
|
|
|
|
22 |
|
23 |
#: includes/class-contact-card-widget.php:41
|
24 |
msgid "Show link to get directions on Google Maps"
|
25 |
+
msgstr "Visa länk för att få anvisningar i Google Maps"
|
26 |
|
27 |
#: business-profile.php:226
|
28 |
msgid "View the help documentation for Business Profile"
|
129 |
|
130 |
#: includes/class-custom-post-types.php:267 includes/class-settings.php:296
|
131 |
msgid "Select a match below"
|
132 |
+
msgstr "Välj en träff nedan"
|
133 |
|
134 |
#: includes/class-custom-post-types.php:269 includes/class-settings.php:301
|
135 |
msgid "Error"
|
136 |
+
msgstr "Fel"
|
137 |
|
138 |
#: includes/class-custom-post-types.php:270 includes/class-settings.php:302
|
139 |
msgid ""
|
180 |
msgid "Delete scheduling rule"
|
181 |
msgstr "Radera schemaläggningens regel"
|
182 |
|
|
|
183 |
#. Plugin Name of the plugin/theme
|
184 |
#: includes/class-settings.php:221 includes/class-settings.php:222
|
185 |
#: includes/class-settings.php:233 includes/class-settings.php:234
|
186 |
msgid "Business Profile"
|
187 |
+
msgstr "Företagsprofilen"
|
188 |
|
189 |
#: includes/class-settings.php:247
|
190 |
msgid "Search Engine Optimization"
|
191 |
+
msgstr "Sökmotoroptimering"
|
|
|
192 |
|
193 |
#: includes/class-settings.php:258
|
194 |
msgid ""
|
265 |
msgstr ""
|
266 |
"Du har inte tillräckliga rättigheter för att få tillgång till denna sida."
|
267 |
|
|
|
268 |
#. Plugin URI of the plugin/theme
|
|
|
269 |
#. Author URI of the plugin/theme
|
270 |
msgid "http://themeofthecrop.com"
|
271 |
msgstr "http://themeofthecrop.com"
|
501 |
|
502 |
#: includes/template-functions.php:372
|
503 |
msgctxt ""
|
504 |
+
"Separator between multiple opening times in the brief opening hours. "
|
505 |
+
"Example: Mo,We 9:00 AM – 5:00 PM; Tu,Th 10:00 AM "
|
506 |
+
"– 5:00 PM"
|
507 |
msgid "; "
|
508 |
msgstr "; "
|
509 |
|
536 |
|
537 |
#: includes/class-contact-card-widget.php:44
|
538 |
msgid "Show Opening Hours"
|
539 |
+
msgstr "Visa öppettider"
|
540 |
|
541 |
#: includes/class-contact-card-widget.php:46
|
542 |
msgid "Show Google Map"
|
585 |
|
586 |
#: includes/template-functions.php:560
|
587 |
msgid "Get Directions"
|
588 |
+
msgstr "Vägbeskrivning"
|
589 |
|
590 |
#: includes/template-functions.php:212
|
591 |
msgid "Get directions"
|
languages/business-profile.pot
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GNU General Public License v2.0 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Business Profile 1.1.
|
6 |
"Report-Msgid-Bugs-To: https://themeofthecrop.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
"X-Generator: grunt-wp-i18n 0.5.4\n"
|
15 |
|
16 |
-
#: business-profile.php:
|
17 |
msgid "View the help documentation for Business Profile"
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: business-profile.php:
|
21 |
msgid "Help"
|
22 |
msgstr ""
|
23 |
|
@@ -132,7 +132,7 @@ msgid "Contact Details"
|
|
132 |
msgstr ""
|
133 |
|
134 |
#: includes/class-custom-post-types.php:169
|
135 |
-
#: includes/class-custom-post-types.php:
|
136 |
#: templates/opening-hours.php:21
|
137 |
msgid "Opening Hours"
|
138 |
msgstr ""
|
@@ -147,75 +147,75 @@ msgid ""
|
|
147 |
"engines understand your website."
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: includes/class-custom-post-types.php:
|
151 |
-
#: includes/class-custom-post-types.php:
|
152 |
msgid "No map coordinates set."
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: includes/class-custom-post-types.php:
|
156 |
msgid "Requesting new coordinates"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: includes/class-custom-post-types.php:
|
160 |
msgid "Select a match below"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: includes/class-custom-post-types.php:
|
164 |
-
#: includes/class-custom-post-types.php:
|
165 |
msgid "View"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/class-custom-post-types.php:
|
169 |
msgid "Error"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/class-custom-post-types.php:
|
173 |
msgid ""
|
174 |
"Invalid request. Be sure to fill out the address field before retrieving "
|
175 |
"coordinates."
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: includes/class-custom-post-types.php:
|
179 |
msgid "Request denied."
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: includes/class-custom-post-types.php:
|
183 |
msgid "Request denied because you are over your request quota."
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: includes/class-custom-post-types.php:
|
187 |
msgid "Nothing was found at that address."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: includes/class-custom-post-types.php:
|
191 |
msgid "Retrieve map coordinates"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: includes/class-custom-post-types.php:
|
195 |
msgid "Remove map coordinates"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: includes/class-custom-post-types.php:
|
199 |
msgid "Contact Page"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: includes/class-custom-post-types.php:
|
203 |
msgid "Email Address (optional)"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: includes/class-custom-post-types.php:
|
207 |
msgid "Phone Number"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: includes/class-custom-post-types.php:
|
211 |
msgid "Define your weekly opening hours by adding scheduling rules."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: includes/class-custom-post-types.php:
|
215 |
msgid "Add another opening time"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: includes/class-custom-post-types.php:
|
219 |
msgid "Delete scheduling rule"
|
220 |
msgstr ""
|
221 |
|
@@ -265,49 +265,49 @@ msgstr ""
|
|
265 |
msgid "Address"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: includes/class-settings.php:
|
269 |
msgid "Try again?"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: includes/class-settings.php:
|
273 |
msgid "Nothing was found at that address"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: includes/class-settings.php:
|
277 |
msgid "Google Maps API Key"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: includes/class-settings.php:
|
281 |
msgid ""
|
282 |
"Google requires an API key to use their maps. %sGet an API key%s. A full "
|
283 |
"walk-through is available in the %sdocumentiaton%s."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: includes/class-settings.php:
|
287 |
msgid "Phone"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: includes/class-settings.php:
|
291 |
msgid ""
|
292 |
"Select a page on your site where users can reach you, such as a contact "
|
293 |
"form."
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: includes/class-settings.php:
|
297 |
msgid ""
|
298 |
"Enter an email address only if you want to display this publicly. Showing "
|
299 |
"your email address on your site may cause you to receive excessive spam."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: includes/class-settings.php:
|
303 |
msgid "Schedule"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: includes/class-settings.php:
|
307 |
msgid "Multiple Locations"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: includes/class-settings.php:
|
311 |
msgid "Enable support for multiple business locations."
|
312 |
msgstr ""
|
313 |
|
@@ -420,53 +420,53 @@ msgstr ""
|
|
420 |
msgid "Theme of the Crop"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: includes/class-custom-post-types.php:
|
424 |
-
#: includes/class-custom-post-types.php:
|
425 |
msgctxt "separates latitude and longitude"
|
426 |
msgid ", "
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: includes/class-custom-post-types.php:
|
430 |
msgctxt "separator between admin action links in address component"
|
431 |
msgid " | "
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: includes/class-custom-post-types.php:
|
435 |
msgctxt "Monday abbreviation"
|
436 |
msgid "Mo"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: includes/class-custom-post-types.php:
|
440 |
msgctxt "Tuesday abbreviation"
|
441 |
msgid "Tu"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: includes/class-custom-post-types.php:
|
445 |
msgctxt "Wednesday abbreviation"
|
446 |
msgid "We"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: includes/class-custom-post-types.php:
|
450 |
msgctxt "Thursday abbreviation"
|
451 |
msgid "Th"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: includes/class-custom-post-types.php:
|
455 |
msgctxt "Friday abbreviation"
|
456 |
msgid "Fr"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: includes/class-custom-post-types.php:
|
460 |
msgctxt "Saturday abbreviation"
|
461 |
msgid "Sa"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: includes/class-custom-post-types.php:
|
465 |
msgctxt "Sunday abbreviation"
|
466 |
msgid "Su"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: includes/class-custom-post-types.php:
|
470 |
msgctxt ""
|
471 |
"Time format displayed in the opening hours setting panel in your admin "
|
472 |
"area. Must match formatting rules at "
|
@@ -474,7 +474,7 @@ msgctxt ""
|
|
474 |
msgid "h:i A"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: includes/class-custom-post-types.php:
|
478 |
msgctxt ""
|
479 |
"Date format displayed in the opening hours setting panel in your admin "
|
480 |
"area. Must match formatting rules at "
|
@@ -482,86 +482,86 @@ msgctxt ""
|
|
482 |
msgid "mmmm d, yyyy"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: includes/class-custom-post-types.php:
|
486 |
msgctxt "Format of a scheduling rule"
|
487 |
msgid "Weekly"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: includes/class-custom-post-types.php:
|
491 |
msgctxt "Format of a scheduling rule"
|
492 |
msgid "Monthly"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: includes/class-custom-post-types.php:
|
496 |
msgctxt "Format of a scheduling rule"
|
497 |
msgid "Date"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: includes/class-custom-post-types.php:
|
501 |
msgctxt "Label for selecting days of the week in a scheduling rule"
|
502 |
msgid "Days of the week"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: includes/class-custom-post-types.php:
|
506 |
msgctxt "Label for selecting weeks of the month in a scheduling rule"
|
507 |
msgid "Weeks of the month"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: includes/class-custom-post-types.php:
|
511 |
msgctxt "Label to select a date for a scheduling rule"
|
512 |
msgid "Date"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: includes/class-custom-post-types.php:
|
516 |
msgctxt "Label to select a time slot for a scheduling rule"
|
517 |
msgid "Time"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: includes/class-custom-post-types.php:
|
521 |
msgctxt "Label to set a scheduling rule to last all day"
|
522 |
msgid "All day"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: includes/class-custom-post-types.php:
|
526 |
msgctxt "Label for the starting time of a scheduling rule"
|
527 |
msgid "Start"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: includes/class-custom-post-types.php:
|
531 |
msgctxt "Label for the ending time of a scheduling rule"
|
532 |
msgid "End"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: includes/class-custom-post-types.php:
|
536 |
msgctxt "Prompt displayed when a scheduling rule is set without any time restrictions"
|
537 |
msgid "All day long. Want to %sset a time slot%s?"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: includes/class-custom-post-types.php:
|
541 |
msgctxt "Toggle a scheduling rule open and closed"
|
542 |
msgid "Open and close this rule"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: includes/class-custom-post-types.php:
|
546 |
msgctxt "Delete a scheduling rule"
|
547 |
msgid "Delete rule"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: includes/class-custom-post-types.php:
|
551 |
msgctxt ""
|
552 |
"Brief default description of a scheduling rule when no weekdays or weeks "
|
553 |
"are included in the rule"
|
554 |
msgid "Never"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: includes/class-custom-post-types.php:
|
558 |
msgctxt ""
|
559 |
"Brief default description of a scheduling rule when all the weekdays/weeks "
|
560 |
"are included in the rule"
|
561 |
msgid "Every day"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: includes/class-custom-post-types.php:
|
565 |
msgctxt ""
|
566 |
"Brief default description of a scheduling rule when some weekdays are "
|
567 |
"included on only some weeks of the month. %s should be left alone and will "
|
@@ -570,7 +570,7 @@ msgctxt ""
|
|
570 |
msgid "%s on the %s week of the month"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: includes/class-custom-post-types.php:
|
574 |
msgctxt ""
|
575 |
"Brief default description of a scheduling rule when some weeks of the month "
|
576 |
"are included but all or no weekdays are selected. %s should be left alone "
|
@@ -579,26 +579,26 @@ msgctxt ""
|
|
579 |
msgid "%s week of the month"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: includes/class-custom-post-types.php:
|
583 |
msgctxt "Brief default description of a scheduling rule when no times are set"
|
584 |
msgid "All day"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: includes/class-custom-post-types.php:
|
588 |
msgctxt ""
|
589 |
"Brief default description of a scheduling rule when an end time is set but "
|
590 |
"no start time. If the end time is 6pm, it will read: Ends at 6pm"
|
591 |
msgid "Ends at"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: includes/class-custom-post-types.php:
|
595 |
msgctxt ""
|
596 |
"Brief default description of a scheduling rule when a start time is set but "
|
597 |
"no end time. If the start time is 6pm, it will read: Starts at 6pm"
|
598 |
msgid "Starts at"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: includes/class-custom-post-types.php:
|
602 |
msgctxt "Separator between times of a scheduling rule"
|
603 |
msgid "—"
|
604 |
msgstr ""
|
1 |
+
# Copyright (C) 2018 Theme of the Crop
|
2 |
# This file is distributed under the GNU General Public License v2.0 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Business Profile 1.1.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://themeofthecrop.com\n"
|
7 |
+
"POT-Creation-Date: 2018-09-26 09:19:53+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
"X-Generator: grunt-wp-i18n 0.5.4\n"
|
15 |
|
16 |
+
#: business-profile.php:226
|
17 |
msgid "View the help documentation for Business Profile"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: business-profile.php:227
|
21 |
msgid "Help"
|
22 |
msgstr ""
|
23 |
|
132 |
msgstr ""
|
133 |
|
134 |
#: includes/class-custom-post-types.php:169
|
135 |
+
#: includes/class-custom-post-types.php:412 includes/class-settings.php:432
|
136 |
#: templates/opening-hours.php:21
|
137 |
msgid "Opening Hours"
|
138 |
msgstr ""
|
147 |
"engines understand your website."
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: includes/class-custom-post-types.php:269
|
151 |
+
#: includes/class-custom-post-types.php:293 includes/class-settings.php:329
|
152 |
msgid "No map coordinates set."
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: includes/class-custom-post-types.php:271 includes/class-settings.php:330
|
156 |
msgid "Requesting new coordinates"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: includes/class-custom-post-types.php:272 includes/class-settings.php:331
|
160 |
msgid "Select a match below"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: includes/class-custom-post-types.php:273
|
164 |
+
#: includes/class-custom-post-types.php:296 includes/class-settings.php:332
|
165 |
msgid "View"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: includes/class-custom-post-types.php:274 includes/class-settings.php:336
|
169 |
msgid "Error"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: includes/class-custom-post-types.php:275 includes/class-settings.php:337
|
173 |
msgid ""
|
174 |
"Invalid request. Be sure to fill out the address field before retrieving "
|
175 |
"coordinates."
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: includes/class-custom-post-types.php:276 includes/class-settings.php:338
|
179 |
msgid "Request denied."
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: includes/class-custom-post-types.php:277 includes/class-settings.php:339
|
183 |
msgid "Request denied because you are over your request quota."
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: includes/class-custom-post-types.php:278
|
187 |
msgid "Nothing was found at that address."
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: includes/class-custom-post-types.php:303 includes/class-settings.php:333
|
191 |
msgid "Retrieve map coordinates"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: includes/class-custom-post-types.php:307 includes/class-settings.php:334
|
195 |
msgid "Remove map coordinates"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: includes/class-custom-post-types.php:335 includes/class-settings.php:390
|
199 |
msgid "Contact Page"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: includes/class-custom-post-types.php:349 includes/class-settings.php:409
|
203 |
msgid "Email Address (optional)"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: includes/class-custom-post-types.php:356
|
207 |
msgid "Phone Number"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: includes/class-custom-post-types.php:413 includes/class-settings.php:433
|
211 |
msgid "Define your weekly opening hours by adding scheduling rules."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: includes/class-custom-post-types.php:428 includes/class-settings.php:448
|
215 |
msgid "Add another opening time"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: includes/class-custom-post-types.php:442 includes/class-settings.php:462
|
219 |
msgid "Delete scheduling rule"
|
220 |
msgstr ""
|
221 |
|
265 |
msgid "Address"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: includes/class-settings.php:335
|
269 |
msgid "Try again?"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: includes/class-settings.php:340
|
273 |
msgid "Nothing was found at that address"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: includes/class-settings.php:355
|
277 |
msgid "Google Maps API Key"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: includes/class-settings.php:357
|
281 |
msgid ""
|
282 |
"Google requires an API key to use their maps. %sGet an API key%s. A full "
|
283 |
"walk-through is available in the %sdocumentiaton%s."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: includes/class-settings.php:376
|
287 |
msgid "Phone"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: includes/class-settings.php:391
|
291 |
msgid ""
|
292 |
"Select a page on your site where users can reach you, such as a contact "
|
293 |
"form."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: includes/class-settings.php:410
|
297 |
msgid ""
|
298 |
"Enter an email address only if you want to display this publicly. Showing "
|
299 |
"your email address on your site may cause you to receive excessive spam."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: includes/class-settings.php:422
|
303 |
msgid "Schedule"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: includes/class-settings.php:482 includes/class-settings.php:492
|
307 |
msgid "Multiple Locations"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: includes/class-settings.php:493
|
311 |
msgid "Enable support for multiple business locations."
|
312 |
msgstr ""
|
313 |
|
420 |
msgid "Theme of the Crop"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: includes/class-custom-post-types.php:270
|
424 |
+
#: includes/class-custom-post-types.php:295 includes/class-settings.php:328
|
425 |
msgctxt "separates latitude and longitude"
|
426 |
msgid ", "
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: includes/class-custom-post-types.php:305 includes/class-settings.php:327
|
430 |
msgctxt "separator between admin action links in address component"
|
431 |
msgid " | "
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: includes/class-custom-post-types.php:415 includes/class-settings.php:435
|
435 |
msgctxt "Monday abbreviation"
|
436 |
msgid "Mo"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: includes/class-custom-post-types.php:416 includes/class-settings.php:436
|
440 |
msgctxt "Tuesday abbreviation"
|
441 |
msgid "Tu"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: includes/class-custom-post-types.php:417 includes/class-settings.php:437
|
445 |
msgctxt "Wednesday abbreviation"
|
446 |
msgid "We"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: includes/class-custom-post-types.php:418 includes/class-settings.php:438
|
450 |
msgctxt "Thursday abbreviation"
|
451 |
msgid "Th"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: includes/class-custom-post-types.php:419 includes/class-settings.php:439
|
455 |
msgctxt "Friday abbreviation"
|
456 |
msgid "Fr"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: includes/class-custom-post-types.php:420 includes/class-settings.php:440
|
460 |
msgctxt "Saturday abbreviation"
|
461 |
msgid "Sa"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: includes/class-custom-post-types.php:421 includes/class-settings.php:441
|
465 |
msgctxt "Sunday abbreviation"
|
466 |
msgid "Su"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: includes/class-custom-post-types.php:423 includes/class-settings.php:443
|
470 |
msgctxt ""
|
471 |
"Time format displayed in the opening hours setting panel in your admin "
|
472 |
"area. Must match formatting rules at "
|
474 |
msgid "h:i A"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: includes/class-custom-post-types.php:424 includes/class-settings.php:444
|
478 |
msgctxt ""
|
479 |
"Date format displayed in the opening hours setting panel in your admin "
|
480 |
"area. Must match formatting rules at "
|
482 |
msgid "mmmm d, yyyy"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: includes/class-custom-post-types.php:429 includes/class-settings.php:449
|
486 |
msgctxt "Format of a scheduling rule"
|
487 |
msgid "Weekly"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: includes/class-custom-post-types.php:430 includes/class-settings.php:450
|
491 |
msgctxt "Format of a scheduling rule"
|
492 |
msgid "Monthly"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: includes/class-custom-post-types.php:431 includes/class-settings.php:451
|
496 |
msgctxt "Format of a scheduling rule"
|
497 |
msgid "Date"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: includes/class-custom-post-types.php:432 includes/class-settings.php:452
|
501 |
msgctxt "Label for selecting days of the week in a scheduling rule"
|
502 |
msgid "Days of the week"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: includes/class-custom-post-types.php:433 includes/class-settings.php:453
|
506 |
msgctxt "Label for selecting weeks of the month in a scheduling rule"
|
507 |
msgid "Weeks of the month"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: includes/class-custom-post-types.php:434 includes/class-settings.php:454
|
511 |
msgctxt "Label to select a date for a scheduling rule"
|
512 |
msgid "Date"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: includes/class-custom-post-types.php:435 includes/class-settings.php:455
|
516 |
msgctxt "Label to select a time slot for a scheduling rule"
|
517 |
msgid "Time"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: includes/class-custom-post-types.php:436 includes/class-settings.php:456
|
521 |
msgctxt "Label to set a scheduling rule to last all day"
|
522 |
msgid "All day"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: includes/class-custom-post-types.php:437 includes/class-settings.php:457
|
526 |
msgctxt "Label for the starting time of a scheduling rule"
|
527 |
msgid "Start"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: includes/class-custom-post-types.php:438 includes/class-settings.php:458
|
531 |
msgctxt "Label for the ending time of a scheduling rule"
|
532 |
msgid "End"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: includes/class-custom-post-types.php:439 includes/class-settings.php:459
|
536 |
msgctxt "Prompt displayed when a scheduling rule is set without any time restrictions"
|
537 |
msgid "All day long. Want to %sset a time slot%s?"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: includes/class-custom-post-types.php:440 includes/class-settings.php:460
|
541 |
msgctxt "Toggle a scheduling rule open and closed"
|
542 |
msgid "Open and close this rule"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: includes/class-custom-post-types.php:441 includes/class-settings.php:461
|
546 |
msgctxt "Delete a scheduling rule"
|
547 |
msgid "Delete rule"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: includes/class-custom-post-types.php:443 includes/class-settings.php:463
|
551 |
msgctxt ""
|
552 |
"Brief default description of a scheduling rule when no weekdays or weeks "
|
553 |
"are included in the rule"
|
554 |
msgid "Never"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: includes/class-custom-post-types.php:444 includes/class-settings.php:464
|
558 |
msgctxt ""
|
559 |
"Brief default description of a scheduling rule when all the weekdays/weeks "
|
560 |
"are included in the rule"
|
561 |
msgid "Every day"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: includes/class-custom-post-types.php:445 includes/class-settings.php:465
|
565 |
msgctxt ""
|
566 |
"Brief default description of a scheduling rule when some weekdays are "
|
567 |
"included on only some weeks of the month. %s should be left alone and will "
|
570 |
msgid "%s on the %s week of the month"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: includes/class-custom-post-types.php:446 includes/class-settings.php:466
|
574 |
msgctxt ""
|
575 |
"Brief default description of a scheduling rule when some weeks of the month "
|
576 |
"are included but all or no weekdays are selected. %s should be left alone "
|
579 |
msgid "%s week of the month"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: includes/class-custom-post-types.php:447 includes/class-settings.php:467
|
583 |
msgctxt "Brief default description of a scheduling rule when no times are set"
|
584 |
msgid "All day"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: includes/class-custom-post-types.php:448 includes/class-settings.php:468
|
588 |
msgctxt ""
|
589 |
"Brief default description of a scheduling rule when an end time is set but "
|
590 |
"no start time. If the end time is 6pm, it will read: Ends at 6pm"
|
591 |
msgid "Ends at"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: includes/class-custom-post-types.php:449 includes/class-settings.php:469
|
595 |
msgctxt ""
|
596 |
"Brief default description of a scheduling rule when a start time is set but "
|
597 |
"no end time. If the start time is 6pm, it will read: Starts at 6pm"
|
598 |
msgid "Starts at"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: includes/class-custom-post-types.php:450 includes/class-settings.php:470
|
602 |
msgctxt "Separator between times of a scheduling rule"
|
603 |
msgid "—"
|
604 |
msgstr ""
|
lib/simple-admin-pages/README.md
CHANGED
@@ -39,7 +39,7 @@ Here's an example of how you can use this library to create an admin page.
|
|
39 |
require_once( 'path/to/simple-admin-pages/simple-admin-pages.php' );
|
40 |
$sap = sap_initialize_library(
|
41 |
array(
|
42 |
-
'version' => '2.1.
|
43 |
'lib_url' => PLUGIN_URL . '/lib/simple-admin-pages/', // URL path to sap library
|
44 |
)
|
45 |
);
|
@@ -128,7 +128,7 @@ The lib_url is used to print stylesheets or scripts attached to the library.
|
|
128 |
require_once( 'path/to/simple-admin-pages/simple-admin-pages.php' );
|
129 |
$sap = sap_initialize_library(
|
130 |
$args = array(
|
131 |
-
'version' => '2.1.
|
132 |
'lib_url' => PLUGIN_URL . '/lib/simple-admin-pages/', // URL path to sap library
|
133 |
)
|
134 |
);
|
@@ -369,6 +369,10 @@ $all_page_settings[ $my_setting_id ];
|
|
369 |
|
370 |
## Changelog
|
371 |
|
|
|
|
|
|
|
|
|
372 |
- 2.1 - 2017-04-21
|
373 |
- Add an Image setting type
|
374 |
|
39 |
require_once( 'path/to/simple-admin-pages/simple-admin-pages.php' );
|
40 |
$sap = sap_initialize_library(
|
41 |
array(
|
42 |
+
'version' => '2.1.1', // Version of the library
|
43 |
'lib_url' => PLUGIN_URL . '/lib/simple-admin-pages/', // URL path to sap library
|
44 |
)
|
45 |
);
|
128 |
require_once( 'path/to/simple-admin-pages/simple-admin-pages.php' );
|
129 |
$sap = sap_initialize_library(
|
130 |
$args = array(
|
131 |
+
'version' => '2.1.1', // Version of the library
|
132 |
'lib_url' => PLUGIN_URL . '/lib/simple-admin-pages/', // URL path to sap library
|
133 |
)
|
134 |
);
|
369 |
|
370 |
## Changelog
|
371 |
|
372 |
+
- 2.1.1 - 2018-09-26
|
373 |
+
- Allow address geolookup field to receive a Google Maps API key
|
374 |
+
- Use https when requesting google maps lookup
|
375 |
+
|
376 |
- 2.1 - 2017-04-21
|
377 |
- Add an Image setting type
|
378 |
|
lib/simple-admin-pages/classes/AdminPage.Menu.class.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @package Simple Admin Pages
|
9 |
*/
|
10 |
|
11 |
-
class
|
12 |
|
13 |
public $setup_function = 'add_menu_page'; // WP function to register the page
|
14 |
|
8 |
* @package Simple Admin Pages
|
9 |
*/
|
10 |
|
11 |
+
class sapAdminPageMenu_2_1_1 extends sapAdminPage_2_1_1 {
|
12 |
|
13 |
public $setup_function = 'add_menu_page'; // WP function to register the page
|
14 |
|
lib/simple-admin-pages/classes/AdminPage.Submenu.class.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @package Simple Admin Pages
|
9 |
*/
|
10 |
|
11 |
-
class
|
12 |
|
13 |
public $setup_function = 'add_submenu_page'; // WP function to register the page
|
14 |
|
8 |
* @package Simple Admin Pages
|
9 |
*/
|
10 |
|
11 |
+
class sapAdminPageSubmenu_2_1_1 extends sapAdminPage_2_1_1 {
|
12 |
|
13 |
public $setup_function = 'add_submenu_page'; // WP function to register the page
|
14 |
|
lib/simple-admin-pages/classes/AdminPage.Themes.class.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @package Simple Admin Pages
|
9 |
*/
|
10 |
|
11 |
-
class
|
12 |
|
13 |
public $setup_function = 'add_theme_page'; // WP function to register the page
|
14 |
|
8 |
* @package Simple Admin Pages
|
9 |
*/
|
10 |
|
11 |
+
class sapAdminPageThemes_2_1_1 extends sapAdminPage_2_1_1 {
|
12 |
|
13 |
public $setup_function = 'add_theme_page'; // WP function to register the page
|
14 |
|
lib/simple-admin-pages/classes/AdminPage.class.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public $title;
|
13 |
public $menu_title;
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
+
class sapAdminPage_2_1_1 {
|
11 |
|
12 |
public $title;
|
13 |
public $menu_title;
|
lib/simple-admin-pages/classes/AdminPageSection.class.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
-
class
|
11 |
|
12 |
// Page defaults
|
13 |
public $id; // unique id for this section
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
+
class sapAdminPageSection_2_1_1 {
|
11 |
|
12 |
// Page defaults
|
13 |
public $id; // unique id for this section
|
lib/simple-admin-pages/classes/AdminPageSetting.Address.class.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
-
class
|
11 |
|
12 |
/*
|
13 |
* Size of this textarea
|
@@ -18,6 +18,17 @@ class sapAdminPageSettingAddress_2_1_0 extends sapAdminPageSetting_2_1_0 {
|
|
18 |
*/
|
19 |
public $size = 'small';
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
/**
|
22 |
* Scripts that must be loaded for this component
|
23 |
* @since 2.0.a.5
|
@@ -26,7 +37,7 @@ class sapAdminPageSettingAddress_2_1_0 extends sapAdminPageSetting_2_1_0 {
|
|
26 |
'sap-address' => array(
|
27 |
'path' => 'js/address.js',
|
28 |
'dependencies' => array( 'jquery' ),
|
29 |
-
'version' => '2.
|
30 |
'footer' => true,
|
31 |
),
|
32 |
);
|
@@ -104,6 +115,8 @@ class sapAdminPageSettingAddress_2_1_0 extends sapAdminPageSetting_2_1_0 {
|
|
104 |
'sap_address',
|
105 |
array(
|
106 |
'strings' => $this->strings,
|
|
|
|
|
107 |
)
|
108 |
);
|
109 |
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
+
class sapAdminPageSettingAddress_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
11 |
|
12 |
/*
|
13 |
* Size of this textarea
|
18 |
*/
|
19 |
public $size = 'small';
|
20 |
|
21 |
+
/*
|
22 |
+
* A Google Maps API key for geolocating addresses
|
23 |
+
*/
|
24 |
+
public $api_key = '';
|
25 |
+
|
26 |
+
/*
|
27 |
+
* A jQuery selector pointing to the input element where the Google Maps API
|
28 |
+
* key can be retrieved.
|
29 |
+
*/
|
30 |
+
public $api_key_selector = '';
|
31 |
+
|
32 |
/**
|
33 |
* Scripts that must be loaded for this component
|
34 |
* @since 2.0.a.5
|
37 |
'sap-address' => array(
|
38 |
'path' => 'js/address.js',
|
39 |
'dependencies' => array( 'jquery' ),
|
40 |
+
'version' => '2.1.1',
|
41 |
'footer' => true,
|
42 |
),
|
43 |
);
|
115 |
'sap_address',
|
116 |
array(
|
117 |
'strings' => $this->strings,
|
118 |
+
'api_key' => $this->api_key,
|
119 |
+
'api_key_selector' => $this->api_key_selector,
|
120 |
)
|
121 |
);
|
122 |
|
lib/simple-admin-pages/classes/AdminPageSetting.Editor.class.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public $sanitize_callback = 'wp_kses_post';
|
13 |
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
+
class sapAdminPageSettingEditor_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
11 |
|
12 |
public $sanitize_callback = 'wp_kses_post';
|
13 |
|
lib/simple-admin-pages/classes/AdminPageSetting.HTML.class.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
* @package Simple Admin Pages
|
15 |
*/
|
16 |
|
17 |
-
class
|
18 |
|
19 |
public $sanitize_callback = 'sanitize_text_field';
|
20 |
|
14 |
* @package Simple Admin Pages
|
15 |
*/
|
16 |
|
17 |
+
class sapAdminPageSettingHTML_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
18 |
|
19 |
public $sanitize_callback = 'sanitize_text_field';
|
20 |
|
lib/simple-admin-pages/classes/AdminPageSetting.Image.class.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public $sanitize_callback = 'absint';
|
13 |
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
+
class sapAdminPageSettingImage_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
11 |
|
12 |
public $sanitize_callback = 'absint';
|
13 |
|
lib/simple-admin-pages/classes/AdminPageSetting.OpeningHours.class.php
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
* @package Simple Admin Pages
|
26 |
*/
|
27 |
|
28 |
-
class
|
29 |
|
30 |
public $sanitize_callback = 'sanitize_text_field';
|
31 |
|
25 |
* @package Simple Admin Pages
|
26 |
*/
|
27 |
|
28 |
+
class sapAdminPageSettingOpeningHours_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
29 |
|
30 |
public $sanitize_callback = 'sanitize_text_field';
|
31 |
|
lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
* @package Simple Admin Pages
|
11 |
*/
|
12 |
|
13 |
-
class
|
14 |
|
15 |
public $sanitize_callback = 'sanitize_text_field';
|
16 |
|
10 |
* @package Simple Admin Pages
|
11 |
*/
|
12 |
|
13 |
+
class sapAdminPageSettingScheduler_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
14 |
|
15 |
public $sanitize_callback = 'sanitize_text_field';
|
16 |
|
lib/simple-admin-pages/classes/AdminPageSetting.Select.class.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
* @package Simple Admin Pages
|
22 |
*/
|
23 |
|
24 |
-
class
|
25 |
|
26 |
public $sanitize_callback = 'sanitize_text_field';
|
27 |
|
21 |
* @package Simple Admin Pages
|
22 |
*/
|
23 |
|
24 |
+
class sapAdminPageSettingSelect_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
25 |
|
26 |
public $sanitize_callback = 'sanitize_text_field';
|
27 |
|
lib/simple-admin-pages/classes/AdminPageSetting.SelectPost.class.php
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
* @package Simple Admin Pages
|
18 |
*/
|
19 |
|
20 |
-
class
|
21 |
|
22 |
public $sanitize_callback = 'intval';
|
23 |
|
17 |
* @package Simple Admin Pages
|
18 |
*/
|
19 |
|
20 |
+
class sapAdminPageSettingSelectPost_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
21 |
|
22 |
public $sanitize_callback = 'intval';
|
23 |
|
lib/simple-admin-pages/classes/AdminPageSetting.SelectTaxonomy.class.php
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
* @package Simple Admin Pages
|
20 |
*/
|
21 |
|
22 |
-
class
|
23 |
|
24 |
public $sanitize_callback = 'intval';
|
25 |
|
19 |
* @package Simple Admin Pages
|
20 |
*/
|
21 |
|
22 |
+
class sapAdminPageSettingSelectTaxonomy_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
23 |
|
24 |
public $sanitize_callback = 'intval';
|
25 |
|
lib/simple-admin-pages/classes/AdminPageSetting.Text.class.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
-
class
|
11 |
|
12 |
public $sanitize_callback = 'sanitize_text_field';
|
13 |
|
7 |
* @package Simple Admin Pages
|
8 |
*/
|
9 |
|
10 |
+
class sapAdminPageSettingText_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
11 |
|
12 |
public $sanitize_callback = 'sanitize_text_field';
|
13 |
|
lib/simple-admin-pages/classes/AdminPageSetting.Textarea.class.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* @todo textareas should have an option to swap new lines for <br>s
|
10 |
*/
|
11 |
|
12 |
-
class
|
13 |
|
14 |
/*
|
15 |
* Size of this textarea
|
9 |
* @todo textareas should have an option to swap new lines for <br>s
|
10 |
*/
|
11 |
|
12 |
+
class sapAdminPageSettingTextarea_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
13 |
|
14 |
/*
|
15 |
* Size of this textarea
|
lib/simple-admin-pages/classes/AdminPageSetting.Toggle.class.php
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
* @package Simple Admin Pages
|
18 |
*/
|
19 |
|
20 |
-
class
|
21 |
|
22 |
public $sanitize_callback = 'sanitize_text_field';
|
23 |
|
17 |
* @package Simple Admin Pages
|
18 |
*/
|
19 |
|
20 |
+
class sapAdminPageSettingToggle_2_1_1 extends sapAdminPageSetting_2_1_1 {
|
21 |
|
22 |
public $sanitize_callback = 'sanitize_text_field';
|
23 |
|
lib/simple-admin-pages/classes/AdminPageSetting.class.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* @package Simple Admin Pages
|
17 |
*/
|
18 |
|
19 |
-
abstract class
|
20 |
|
21 |
// Page defaults
|
22 |
public $id; // used in form fields and database to track and store setting
|
16 |
* @package Simple Admin Pages
|
17 |
*/
|
18 |
|
19 |
+
abstract class sapAdminPageSetting_2_1_1 {
|
20 |
|
21 |
// Page defaults
|
22 |
public $id; // used in form fields and database to track and store setting
|
lib/simple-admin-pages/classes/Library.class.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
if ( !class_exists( '
|
3 |
/**
|
4 |
* This library class loads and provides access to the correct version of the
|
5 |
* Simple Admin Pages library.
|
@@ -7,10 +7,10 @@ if ( !class_exists( 'sapLibrary_2_1_0' ) ) {
|
|
7 |
* @since 1.0
|
8 |
* @package Simple Admin Pages
|
9 |
*/
|
10 |
-
class
|
11 |
|
12 |
// Version of the library
|
13 |
-
private $version = '2.1.
|
14 |
|
15 |
// A full URL to the library which is used to correctly link scripts and
|
16 |
// stylesheets.
|
1 |
<?php
|
2 |
+
if ( !class_exists( 'sapLibrary_2_1_1' ) ) {
|
3 |
/**
|
4 |
* This library class loads and provides access to the correct version of the
|
5 |
* Simple Admin Pages library.
|
7 |
* @since 1.0
|
8 |
* @package Simple Admin Pages
|
9 |
*/
|
10 |
+
class sapLibrary_2_1_1 {
|
11 |
|
12 |
// Version of the library
|
13 |
+
private $version = '2.1.1';
|
14 |
|
15 |
// A full URL to the library which is used to correctly link scripts and
|
16 |
// stylesheets.
|
lib/simple-admin-pages/js/address.js
CHANGED
@@ -20,7 +20,7 @@ jQuery(document).ready(function ($) {
|
|
20 |
control.find( '.sap-map-coords' ).text( lat + sap_address.strings['sep-lat-lon'] + lon ).attr( 'style', '' );
|
21 |
}
|
22 |
|
23 |
-
var url = '
|
24 |
if ( control.find( '.sap-view-coords' ).length ) {
|
25 |
control.find( '.sap-view-coords' ).attr( 'href', url );
|
26 |
} else {
|
@@ -38,6 +38,18 @@ jQuery(document).ready(function ($) {
|
|
38 |
|
39 |
var control = $(this).parent().parent();
|
40 |
var address = control.find( 'textarea' ).val();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
// Reset messages
|
43 |
control.find( '.sap-coords-result' ).remove();
|
@@ -48,8 +60,8 @@ jQuery(document).ready(function ($) {
|
|
48 |
// Call Google Maps geocoding API
|
49 |
// See: https://developers.google.com/maps/documentation/geocoding/
|
50 |
var req = $.get(
|
51 |
-
'
|
52 |
-
|
53 |
function( data ) {
|
54 |
|
55 |
if ( data.status == 'OK' ) {
|
20 |
control.find( '.sap-map-coords' ).text( lat + sap_address.strings['sep-lat-lon'] + lon ).attr( 'style', '' );
|
21 |
}
|
22 |
|
23 |
+
var url = 'https://maps.google.com/maps?q=' + lat + ',' + lon;
|
24 |
if ( control.find( '.sap-view-coords' ).length ) {
|
25 |
control.find( '.sap-view-coords' ).attr( 'href', url );
|
26 |
} else {
|
38 |
|
39 |
var control = $(this).parent().parent();
|
40 |
var address = control.find( 'textarea' ).val();
|
41 |
+
var params = {
|
42 |
+
sensor: false,
|
43 |
+
address: address,
|
44 |
+
};
|
45 |
+
if ( sap_address.api_key_selector ) {
|
46 |
+
var $input = $( sap_address.api_key_selector );
|
47 |
+
if ( $input.length && $input.val() ) {
|
48 |
+
params.key = $input.val();
|
49 |
+
}
|
50 |
+
} else if ( sap_address.api_key ) {
|
51 |
+
params.key = sap_address.api_key;
|
52 |
+
}
|
53 |
|
54 |
// Reset messages
|
55 |
control.find( '.sap-coords-result' ).remove();
|
60 |
// Call Google Maps geocoding API
|
61 |
// See: https://developers.google.com/maps/documentation/geocoding/
|
62 |
var req = $.get(
|
63 |
+
'https://maps.googleapis.com/maps/api/geocode/json',
|
64 |
+
params,
|
65 |
function( data ) {
|
66 |
|
67 |
if ( data.status == 'OK' ) {
|
package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"name": "business-profile",
|
3 |
"description": "Contact information, Google Maps and opening hours made easy for businesses.",
|
4 |
-
"version": "1.1.
|
5 |
"author": {
|
6 |
"name": "Theme of the Crop",
|
7 |
"url": "https://themeofthecrop.com"
|
1 |
{
|
2 |
"name": "business-profile",
|
3 |
"description": "Contact information, Google Maps and opening hours made easy for businesses.",
|
4 |
+
"version": "1.1.5",
|
5 |
"author": {
|
6 |
"name": "Theme of the Crop",
|
7 |
"url": "https://themeofthecrop.com"
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: NateWr, fatmedia
|
|
3 |
Author URI: https://github.com/NateWr
|
4 |
Plugin URL: http://themeofthecrop.com
|
5 |
Requires at Least: 4.4
|
6 |
-
Tested Up To: 4.8
|
7 |
Tags: business profile, seo, local seo, schema, address, google map, contact, phone
|
8 |
-
Stable tag: 1.1.
|
9 |
License: GPLv2 or later
|
10 |
Donate link: http://themeofthecrop.com
|
11 |
|
@@ -85,6 +85,9 @@ You'll find more help in the [User Guide](http://doc.themeofthecrop.com/plugins/
|
|
85 |
|
86 |
== Changelog ==
|
87 |
|
|
|
|
|
|
|
88 |
= 1.1.4 (2017-04-21) =
|
89 |
* Add: business image to comply with Google requirements
|
90 |
|
@@ -158,6 +161,9 @@ You'll find more help in the [User Guide](http://doc.themeofthecrop.com/plugins/
|
|
158 |
|
159 |
== Upgrade Notice ==
|
160 |
|
|
|
|
|
|
|
161 |
= 1.1.4 =
|
162 |
This update adds a new image setting, which Google now requires for local businesses. You're strongly encouraged to add an image for your business.
|
163 |
|
3 |
Author URI: https://github.com/NateWr
|
4 |
Plugin URL: http://themeofthecrop.com
|
5 |
Requires at Least: 4.4
|
6 |
+
Tested Up To: 4.9.8
|
7 |
Tags: business profile, seo, local seo, schema, address, google map, contact, phone
|
8 |
+
Stable tag: 1.1.5
|
9 |
License: GPLv2 or later
|
10 |
Donate link: http://themeofthecrop.com
|
11 |
|
85 |
|
86 |
== Changelog ==
|
87 |
|
88 |
+
= 1.1.5 (2018-09-26) =
|
89 |
+
* Fix: Address coordinate lookups need to be https:// and use api key
|
90 |
+
|
91 |
= 1.1.4 (2017-04-21) =
|
92 |
* Add: business image to comply with Google requirements
|
93 |
|
161 |
|
162 |
== Upgrade Notice ==
|
163 |
|
164 |
+
= 1.1.5 =
|
165 |
+
This update fixes the address coordinate lookup, so that coordinates can be set for more reliable Google Map display.
|
166 |
+
|
167 |
= 1.1.4 =
|
168 |
This update adds a new image setting, which Google now requires for local businesses. You're strongly encouraged to add an image for your business.
|
169 |
|