Plugin Directory

Changeset 643090

Timestamp:
12/21/2012 08:06:07 PM (12 years ago)
Author:
MZAWeb
Message:

2.0 commit

Location:
business-hours-plugin/trunk
Files:
25 added
11 edited

Legend:

Unmodified
Added
Removed
  • business-hours-plugin/trunk/README.txt

    r519911 r643090  
    11=== Business Hours Plugin  ===
    2 Contributors: MZAWeb, thinkwolfpack
    3 Donate link: http://mzaweb.com
    4 Tags: working hours, working, business hours, business, hours, schedule, widget
     2Contributors: MZAWeb
     3Donate link: http://
     4Tags: working hours, working, business hours, business, hours, s
    55Requires at least: 3.1
    6 Tested up to: 3.3.1
    7 Stable tag: 1.3.2.1
     6Tested up to: 3.
     7Stable tag:
    88
    99Business Hours lets you show to your visitors the time you open and close your business each day of the week.
     10
    1011
    1112== Description ==
     
    1516*   In a page / post using shortcodes
    1617
    17 You'll be able to choose between showing only today's working hours, or a table with the hours for each day of the week.
     18You'll be able to choose between showing only today's working hours, or a table with the hours for each day of the week.
    1819If you want to show only today's working hours, the plugin will check your timezone settings to calculate which day to show.
    1920
     
    2425*   Dutch
    2526
    26 If you want to help us translate this plugin to your language, please drop us a line or contact us in the [support forum](http://wordpress.org/tags/business-hours-plugin#postform)
     27If you want to help in the [support forum](http://wordpress.org/tags/business-hours-plugin#postform)
    2728
    2829
     
    6263to have the list collapsed by default and a link to open it.
    6364
    64 
    6565== Screenshots ==
    6666
    67 1. Working Hours
    68 2. Widget settings
    69 3. Front-End: Closed
    70 4. Front-End: Working
     671. Business Hours Settings
     682. Exceptions Settings
     693. Widget Settings
     704. Front-End Widget: Closed
     715. Front-End Widget: Working
     726. Front-End Widget: Full week, with an exception
    7173
    7274== Upgrade Notice ==
    7375
    74 = 1.3.2.1 =
     76= 2.0 =
     77Introducing Exceptions (Holidays, etc). Also, this version is (almost) a complete rewrite. Faster, more secure and with a lot of improvements.
     78
     79== Changelog ==
     80
     81= 2.0 =
     82* Feature: Allow for exceptions (for holidays, etc)
     83* Enhancement: Allow users to overide views templates
     84* Enhancement: Allow to show the hours table fixed in the widget (without collapsible)
     85* Enhancement: Cleanup widget admin. Hide templating fields. Clarify some texts.
     86* Enhancement: Cleanup settings admin. Sexier and more intuitive.
     87* Enhancement: The plugin will respect the "Week Starts On" value from Settings->General to show the days
     88* Enhancement: Works with WordPress 3.5
     89* Enhancement: General cleaning and improve architecture.
     90* Enhancement: Improve code quality ( a lot! )
     91* Enhancement: Improve loading speed
     92* Bugfix: Fixed how I'm handling timezones to account for DST
     93* Bugfix: Fixed minor bugs for WordPress 3.4.2
     94* Bugfix: Added missing getText calls in hardcoded strings
     95* New filter: *business-hours-closed-text*
     96* New filter: *business-hours-open-hour*
     97* New filter: *business-hours-close-hour*
     98* New filter: *business-hours-is-open-today*
     99* New filter: *business-hours-view-template*
     100* New filter: *business-hours-collapsible-link-anchor*
     101* New filter: *business-hours-exceptions-how-many-years*
     102* New filter: *business-hours-save-settings*
     103* New filter: *business-hours-row-class*
     104* New action: *business-hours-settings-page*
     105* New action: *business-hours-before-row*
     106* New action: *business-hours-after-row*
     107
     108= 1.3.2 =
    75109* Fixed how the plugin handles weekdays names localization
    76110* Added dutch language files
  • business-hours-plugin/trunk/languages/business-hours-es_ES.po

    r517201 r643090  
    44msgstr ""
    55"Project-Id-Version: \n"
    6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-hours-plugin\n"
    7 "POT-Creation-Date: 2012-03-10 12:29:13+00:00\n"
    8 "PO-Revision-Date: 2012-03-10 09:33-0300\n"
    9 "Last-Translator: Daniel Dvorkin <daniel@think-thanks.com>\n"
     6"Report-Msgid-Bugs-To: \n"
     7"POT-Creation-Date: 2012-00\n"
     8"PO-Revision-Date: 2012--0300\n"
     9"Last-Translator: .com>\n"
    1010"Language-Team: MZAWeb <wordpress@mzaweb.com>\n"
    1111"MIME-Version: 1.0\n"
     
    1414"X-Poedit-Language: Spanish\n"
    1515
    16 #: lib/MZAFormBuilderForSettings.php:29
     16#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:272
     17msgid "Every day"
     18msgstr "Todos los días"
     19
     20#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:273
     21msgid "Mondays to Fridays"
     22msgstr "Lunes a Viernes"
     23
     24#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:274
     25msgid "Saturdays and Sundays"
     26msgstr "Sábados y Domingos"
     27
     28#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:285
     29msgid "Every month"
     30msgstr "Todos los meses"
     31
     32#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:300
     33msgid "Every year"
     34msgstr "Todos los años"
     35
     36#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:80
     37msgid "Closed"
     38msgstr "Cerrado"
     39
     40#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:97
     41#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings.php:3
     42msgid "Business Hours"
     43msgstr "Horas de trabajo"
     44
     45#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:212
     46msgid "Settings saved."
     47msgstr ""
     48
     49#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:266
     50#, php-format
     51msgid "Thanks for upgrading <strong>Business Hours</strong> to the %s version. Go to the <a href=\"%s\">settings page</a> to check the new features. If you have any suggestion or issue, <a href=\"\">create a support ticket</a>."
     52msgstr "Gracias por actualizar <strong>Business Hours</strong> a la versión %s. Ve a la <a href=\"%s\">página de configuración</a> para ver las nuevas funcionalidades. Si tienes alguna sugerencia o problema, <a href=\"\">crea un ticket de soporte</a>."
     53
     54#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursWidget.class.php:9
     55msgid "Shows your business hours by day"
     56msgstr "Muestra el horario de trabajo por d&iacute;a"
     57
     58#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursWidget.class.php:13
     59msgid "Business Hours by Day"
     60msgstr "Horas de trabajo por d&iacute;a"
     61
     62#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursWidget.class.php:96
     63msgid "Business hours on"
     64msgstr "Horario el d&iacute;a"
     65
     66#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:5
     67msgid "Business hours for each day of the week"
     68msgstr "Horario para cada día de la semana"
     69
     70#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:7
     71msgid "Leave the fields empty for the days your business is closed."
     72msgstr "Deja los campos vacíos para los días en que está cerrado"
     73
     74#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:13
     75#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/table.php:10
     76msgid "Day"
     77msgstr "D&iacute;a"
     78
     79#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:14
     80#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/table.php:11
     81msgid "Open"
     82msgstr "Apertura"
     83
     84#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:15
     85#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/table.php:12
     86msgid "Close"
     87msgstr "Cierre"
     88
     89#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:1
     90msgid "<b>Instructions:</b>"
     91msgstr "<b>Instrucciones:</b>"
     92
     93#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:3
     94msgid "1) Click on \"Add Exception\"."
     95msgstr "1) Click en \"Agregar Excepción\"."
     96
     97#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:5
     98msgid "2) Select a day, month and / or year (i.e. To add an exception for every March 1st select day 1, month March and leave the year empty)."
     99msgstr "2) Seleccione día, mes y/o año. (ej: Para agregar una excepción para todos los 1 de Marzo, selecciona día 1, mes Mazo y deja el año vacío)"
     100
     101#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:7
     102msgid "3) Type the open and close hours for this exception. Leave empty if your business remains closed during this exception."
     103msgstr "3) Ingrese los horarios de apertura y cierre. Déjalos vacíos si ese día está cerrado."
     104
     105#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:9
     106msgid "4) If you want to add more exceptions, click the 'Add Exceptions' button and repeat this process in the new added row."
     107msgstr "4) Si quieres agregar otra exepción, click en \"Agregar Excepción\" y repita este proceso en la nueva linea."
     108
     109#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:11
     110msgid "5) Need help setting exceptions? <a href='https://github.com/MZAWeb/business-hours-plugin/issues'>Open a ticket in GitHub</a>"
     111msgstr "5) ¿Necesitas ayuda? <a href='https://github.com/MZAWeb/business-hours-plugin/issues'>Abre un ticket de soporte.</a>"
     112
     113#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:2
     114#, fuzzy
     115msgid "Day:"
     116msgstr "D&iacute;a"
     117
     118#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:7
     119msgid "Month:"
     120msgstr "Mes:"
     121
     122#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:12
     123msgid "Year:"
     124msgstr "Año:"
     125
     126#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:17
     127#, fuzzy
     128msgid "Open:"
     129msgstr "Apertura"
     130
     131#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:22
     132#, fuzzy
     133msgid "Close:"
     134msgstr "Cierre"
     135
     136#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:29
     137msgid "Remove"
     138msgstr "Remover"
     139
     140#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exceptions.php:5
     141msgid "Exceptions"
     142msgstr "Excepciones"
     143
     144#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exceptions.php:8
     145msgid "Exceptions allow you to set different business hours for specific days (ie: Holidays, Vacations, etc)."
     146msgstr "Las excepciones te permiten configurar diferentes horarios por días específicos (Fiestas, vacaciones, etc)."
     147
     148#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exceptions.php:19
     149msgid "Add exception"
     150msgstr "Agregar excepción"
     151
     152#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:3
     153msgid "Support / Contact"
     154msgstr "Soporte / Contacto"
     155
     156#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:6
     157msgid "Need support? Have an idea? Create a <a href=\"https://github.com/MZAWeb/business-hours-plugin/issues\">new issue in GitHub</a> or in the <a href=\"http://wordpress.org/support/plugin/business-hours-plugin\">support forums</a> at WordPress.org"
     158msgstr "¿Necesitas ayuda? ¿Tienes una idea? Crea un <a href=\"https://github.com/MZAWeb/business-hours-plugin/issues\">ticket en GitHub</a> o en el  <a href=\"http://wordpress.org/support/plugin/business-hours-plugin\">foro de soporte</a> en WordPress.org"
     159
     160#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:8
     161msgid "<a href=\"https://github.com/MZAWeb/business-hours-plugin/wiki\">Documentation</a>"
     162msgstr "<a href=\"https://github.com/MZAWeb/business-hours-plugin/wiki\">Documentación</a>"
     163
     164#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:9
     165msgid "<a href=\"http://twitter.com/MZAWeb\">Tweet to me</a>"
     166msgstr "<a href=\"http://twitter.com/MZAWeb\">Tweeter</a>"
     167
     168#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:10
     169msgid "<a href=\"http://danieldvork.in/?utm_source=business_hours&utm_medium=settings&utm_campaign=plugin\">My blog</a>"
     170msgstr "<a href=\"http://danieldvork.in/?utm_source=business_hours&utm_medium=settings&utm_campaign=plugin\">Mi blog</a>"
     171
     172#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:11
     173msgid "<a href=\"http://mzaweb.com/?utm_source=business_hours&utm_medium=settings&utm_campaign=plugin\">MZAWeb - WordPress Development</a>"
     174msgstr "<a href=\"http://mzaweb.com/?utm_source=business_hours&utm_medium=settings&utm_campaign=plugin\">MZAWeb - WordPress Development</a>"
     175
     176#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:13
     177msgid "I promise to keep this plugin free for ever. If it makes you happy and you want to make me happy, you can donate a few bucks to me via PayPal at daniel@mzaweb.com"
     178msgstr "Yo prometo que este plugin será siempre gratuito. Si te hace feliz, y quieres hacerme feliz a mí, puedes donarme usando my cuenta de PayPal daniel@mzaweb.com"
     179
     180#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings.php:23
    17181msgid "Save Changes"
    18182msgstr "Guardar Cambios"
    19183
    20 #: widget.php:12
    21 msgid "Shows your business hours by day"
    22 msgstr "Muestra el horario de trabajo por d&iacute;a"
    23 
    24 #: widget.php:16
    25 msgid "Business Hours by Day"
    26 msgstr "Horas de trabajo por d&iacute;a"
    27 
    28 #: widget.php:94
    29 msgid "Business hours on"
    30 msgstr "Horario el d&iacute;a"
    31 
    32 #: widget.php:96
    33 #: working-hours.class.php:97
    34 msgid "Closed"
    35 msgstr "Cerrado"
    36 
    37 #: widget.php:106
    38 msgid "Title"
    39 msgstr "T&iacute;tulo"
    40 
    41 #: widget.php:111
     184#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:2
     185#, php-format
     186msgid "Go to the <a href=\"%s\">settings</a> to setup your business hours."
     187msgstr "Ve a la<a href=\"%s\">página de configuración</a> para configurar tus horarios de trabajo."
     188
     189#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:5
     190msgid "Widget title"
     191msgstr "Título del widget"
     192
     193#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:17
     194#, fuzzy
     195msgid "Show a table with the business hours for all weekdays"
     196msgstr "Mostrar una lista colapsable con el horario de todos los d&iacute;as de la semana:"
     197
     198#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:24
     199msgid "Make the list collapsible"
     200msgstr "Hacer la lista colapsable"
     201
     202#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:29
     203msgid "Toggle templating options"
     204msgstr "Mostrar las opciones de template"
     205
     206#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:34
    42207msgid "Template for heading"
    43208msgstr "Template del encabezado"
    44209
    45 #: widget.php:116
     210#:
    46211msgid "Template for working hours"
    47212msgstr "Template del horario"
    48213
    49 #: widget.php:118
    50 msgid "The tags {{Open}} and {{Close}} will be replaced with the correct value."
     214#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:48
     215#, fuzzy
     216msgid "The tags {{Open}} and {{Close}} will be replaced with the correct values."
    51217msgstr "Los tags {{Open}} y {{Close}} ser&aacute;n reemplazados por el horario de apertura y cierre, respectivamente."
    52218
    53 #: widget.php:121
     219#:
    54220msgid "Template for \"closed\" text"
    55221msgstr "Template para el texto de cerrado"
    56222
    57 #: widget.php:126
    58 msgid "Show also a collapsible list with the business hours for each weekday:"
    59 msgstr "Mostrar una lista colapsable con el horario de todos los d&iacute;as de la semana:"
    60 
    61 #: working-hours.class.php:71
    62 msgid "[Show all days]"
    63 msgstr "[Ver todos los d&iacute;as]"
    64 
    65 #: working-hours.class.php:84
    66 msgid "Day"
    67 msgstr "D&iacute;a"
    68 
    69 #: working-hours.class.php:84
    70 #: working-hours.class.php:128
    71 msgid "Open"
    72 msgstr "Apertura"
    73 
    74 #: working-hours.class.php:84
    75 #: working-hours.class.php:133
    76 msgid "Close"
    77 msgstr "Cierre"
    78 
    79 #: working-hours.class.php:125
    80 msgid "Is it open on %s?"
    81 msgstr "Est&aacute; abierto el %s?"
    82 
    83 #: working-hours.class.php:141
    84 msgid "Support"
    85 msgstr "Soporte"
    86 
    87 #: working-hours.class.php:142
    88 msgid "Bugs? Questions? Suggestions?"
    89 msgstr "Bugs? Preguntas? Sugerencias"
    90 
    91 #: working-hours.class.php:147
    92 msgid "Business Hours Settings"
    93 msgstr "Configuraci&oacute;n de horas de trabajo"
    94 
    95 #: working-hours.class.php:148
    96 msgid "Business Hours"
    97 msgstr "Horas de trabajo"
    98 
     223#~ msgid "Title"
     224#~ msgstr "T&iacute;tulo"
     225
     226#~ msgid "[Show all days]"
     227#~ msgstr "[Ver todos los d&iacute;as]"
     228
     229#~ msgid "Is it open on %s?"
     230#~ msgstr "Est&aacute; abierto el %s?"
     231
     232#~ msgid "Support"
     233#~ msgstr "Soporte"
     234
     235#~ msgid "Bugs? Questions? Suggestions?"
     236#~ msgstr "Bugs? Preguntas? Sugerencias"
     237
     238#~ msgid "Business Hours Settings"
     239#~ msgstr "Configuraci&oacute;n de horas de trabajo"
  • business-hours-plugin/trunk/languages/business-hours-nl_NL.po

    r519888 r643090  
    33msgid ""
    44msgstr ""
    5 "PO-Revision-Date: 2012-03-16 15:40:53+0000\n"
     5"Project-Id-Version: Business Hours Plugin\n"
     6"Report-Msgid-Bugs-To: \n"
     7"POT-Creation-Date: 2012-12-21 16:41-0300\n"
     8"PO-Revision-Date: 2012-12-21 16:54-0300\n"
     9"Last-Translator: \n"
     10"Language-Team: \n"
    611"MIME-Version: 1.0\n"
    712"Content-Type: text/plain; charset=UTF-8\n"
     
    914"Plural-Forms: nplurals=2; plural=n != 1;\n"
    1015"X-Generator: GlotPress/0.1\n"
    11 "Project-Id-Version: Business Hours Plugin\n"
    12 
    13 #: lib/MZAFormBuilderForSettings.php:29
     16
     17#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:272
     18msgid "Every day"
     19msgstr ""
     20
     21#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:273
     22msgid "Mondays to Fridays"
     23msgstr ""
     24
     25#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:274
     26msgid "Saturdays and Sundays"
     27msgstr ""
     28
     29#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:285
     30msgid "Every month"
     31msgstr ""
     32
     33#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:300
     34msgid "Every year"
     35msgstr ""
     36
     37#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:80
     38msgid "Closed"
     39msgstr "Gesloten"
     40
     41#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:97
     42#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings.php:3
     43msgid "Business Hours"
     44msgstr "Openings Tijden"
     45
     46#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:212
     47msgid "Settings saved."
     48msgstr ""
     49
     50#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:266
     51#, php-format
     52msgid "Thanks for upgrading <strong>Business Hours</strong> to the %s version. Go to the <a href=\"%s\">settings page</a> to check the new features. If you have any suggestion or issue, <a href=\"\">create a support ticket</a>."
     53msgstr ""
     54
     55#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursWidget.class.php:9
     56msgid "Shows your business hours by day"
     57msgstr "Laat de openingstijden per dag zien"
     58
     59#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursWidget.class.php:13
     60msgid "Business Hours by Day"
     61msgstr "Openingstijden per dag"
     62
     63#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursWidget.class.php:96
     64msgid "Business hours on"
     65msgstr "Openingstijden op"
     66
     67#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:5
     68msgid "Business hours for each day of the week"
     69msgstr ""
     70
     71#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:7
     72msgid "Leave the fields empty for the days your business is closed."
     73msgstr ""
     74
     75#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:13
     76#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/table.php:10
     77msgid "Day"
     78msgstr "Dag"
     79
     80#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:14
     81#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/table.php:11
     82msgid "Open"
     83msgstr "Open"
     84
     85#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:15
     86#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/table.php:12
     87msgid "Close"
     88msgstr "Gesloten"
     89
     90#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:1
     91msgid "<b>Instructions:</b>"
     92msgstr ""
     93
     94#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:3
     95msgid "1) Click on \"Add Exception\"."
     96msgstr ""
     97
     98#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:5
     99msgid "2) Select a day, month and / or year (i.e. To add an exception for every March 1st select day 1, month March and leave the year empty)."
     100msgstr ""
     101
     102#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:7
     103msgid "3) Type the open and close hours for this exception. Leave empty if your business remains closed during this exception."
     104msgstr ""
     105
     106#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:9
     107msgid "4) If you want to add more exceptions, click the 'Add Exceptions' button and repeat this process in the new added row."
     108msgstr ""
     109
     110#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:11
     111msgid "5) Need help setting exceptions? <a href='https://github.com/MZAWeb/business-hours-plugin/issues'>Open a ticket in GitHub</a>"
     112msgstr ""
     113
     114#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:2
     115#, fuzzy
     116msgid "Day:"
     117msgstr "Dag"
     118
     119#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:7
     120msgid "Month:"
     121msgstr ""
     122
     123#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:12
     124msgid "Year:"
     125msgstr ""
     126
     127#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:17
     128#, fuzzy
     129msgid "Open:"
     130msgstr "Open"
     131
     132#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:22
     133#, fuzzy
     134msgid "Close:"
     135msgstr "Gesloten"
     136
     137#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:29
     138msgid "Remove"
     139msgstr ""
     140
     141#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exceptions.php:5
     142msgid "Exceptions"
     143msgstr ""
     144
     145#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exceptions.php:8
     146msgid "Exceptions allow you to set different business hours for specific days (ie: Holidays, Vacations, etc)."
     147msgstr ""
     148
     149#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exceptions.php:19
     150msgid "Add exception"
     151msgstr ""
     152
     153#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:3
     154msgid "Support / Contact"
     155msgstr ""
     156
     157#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:6
     158msgid "Need support? Have an idea? Create a <a href=\"https://github.com/MZAWeb/business-hours-plugin/issues\">new issue in GitHub</a> or in the <a href=\"http://wordpress.org/support/plugin/business-hours-plugin\">support forums</a> at WordPress.org"
     159msgstr ""
     160
     161#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:8
     162msgid "<a href=\"https://github.com/MZAWeb/business-hours-plugin/wiki\">Documentation</a>"
     163msgstr ""
     164
     165#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:9
     166msgid "<a href=\"http://twitter.com/MZAWeb\">Tweet to me</a>"
     167msgstr ""
     168
     169#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:10
     170msgid "<a href=\"http://danieldvork.in/?utm_source=business_hours&utm_medium=settings&utm_campaign=plugin\">My blog</a>"
     171msgstr ""
     172
     173#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:11
     174msgid "<a href=\"http://mzaweb.com/?utm_source=business_hours&utm_medium=settings&utm_campaign=plugin\">MZAWeb - WordPress Development</a>"
     175msgstr ""
     176
     177#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:13
     178msgid "I promise to keep this plugin free for ever. If it makes you happy and you want to make me happy, you can donate a few bucks to me via PayPal at daniel@mzaweb.com"
     179msgstr ""
     180
     181#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings.php:23
    14182msgid "Save Changes"
    15183msgstr "Wijzigingen opslaan"
    16184
    17 #: widget.php:12
    18 msgid "Shows your business hours by day"
    19 msgstr "Laat de openingstijden per dag zien"
    20 
    21 #: widget.php:16
    22 msgid "Business Hours by Day"
    23 msgstr "Openingstijden per dag"
    24 
    25 #: widget.php:94
    26 msgid "Business hours on"
    27 msgstr "Openingstijden op"
    28 
    29 #: widget.php:96 working-hours.class.php:97
    30 msgid "Closed"
    31 msgstr "Gesloten"
    32 
    33 #: widget.php:106
    34 msgid "Title"
    35 msgstr "Titel"
    36 
    37 #: widget.php:111
     185#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:2
     186#, php-format
     187msgid "Go to the <a href=\"%s\">settings</a> to setup your business hours."
     188msgstr ""
     189
     190#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:5
     191msgid "Widget title"
     192msgstr ""
     193
     194#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:17
     195#, fuzzy
     196msgid "Show a table with the business hours for all weekdays"
     197msgstr "Laat ook een opvouwbare lijst zien met openingstijden voor elke dag"
     198
     199#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:24
     200msgid "Make the list collapsible"
     201msgstr ""
     202
     203#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:29
     204msgid "Toggle templating options"
     205msgstr ""
     206
     207#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:34
    38208msgid "Template for heading"
    39209msgstr "Sjabloon voor hoofd tekst"
    40210
    41 #: widget.php:116
     211#:
    42212msgid "Template for working hours"
    43213msgstr "Sjabloon voor open tijden"
    44214
    45 #: widget.php:118
    46 msgid "The tags {{Open}} and {{Close}} will be replaced with the correct value."
     215#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:48
     216#, fuzzy
     217msgid "The tags {{Open}} and {{Close}} will be replaced with the correct values."
    47218msgstr "De tags {{Open}} en {{Gesloten}} worden vervangen door de juiste waarde"
    48219
    49 #: widget.php:121
     220#:
    50221msgid "Template for \"closed\" text"
    51222msgstr "Sjabloon voor \"gesloten\" tekst"
    52223
    53 #: widget.php:126
    54 msgid "Show also a collapsible list with the business hours for each weekday:"
    55 msgstr "Laat ook een opvouwbare lijst zien met openingstijden voor elke dag"
    56 
    57 #: working-hours.class.php:71
    58 msgid "[Show all days]"
    59 msgstr "[laat alle dagen zien]"
    60 
    61 #: working-hours.class.php:84
    62 msgid "Day"
    63 msgstr "Dag"
    64 
    65 #: working-hours.class.php:84 working-hours.class.php:128
    66 msgid "Open"
    67 msgstr "Open"
    68 
    69 #: working-hours.class.php:84 working-hours.class.php:133
    70 msgid "Close"
    71 msgstr "Gesloten"
    72 
    73 #: working-hours.class.php:125
    74 msgid "Is it open on %s?"
    75 msgstr "Zijn we open op %s?"
    76 
    77 #: working-hours.class.php:141
    78 msgid "Support"
    79 msgstr "Ondersteuning"
    80 
    81 #: working-hours.class.php:142
    82 msgid "Bugs? Questions? Suggestions?"
    83 msgstr "Fouten? Vragen? Suggesties?"
    84 
    85 #: working-hours.class.php:147
    86 msgid "Business Hours Settings"
    87 msgstr "Business Hours Instellingen"
    88 
    89 #: working-hours.class.php:148
    90 msgid "Business Hours"
    91 msgstr "Openings Tijden"
     224#~ msgid "Title"
     225#~ msgstr "Titel"
     226
     227#~ msgid "[Show all days]"
     228#~ msgstr "[laat alle dagen zien]"
     229
     230#~ msgid "Is it open on %s?"
     231#~ msgstr "Zijn we open op %s?"
     232
     233#~ msgid "Support"
     234#~ msgstr "Ondersteuning"
     235
     236#~ msgid "Bugs? Questions? Suggestions?"
     237#~ msgstr "Fouten? Vragen? Suggesties?"
     238
     239#~ msgid "Business Hours Settings"
     240#~ msgstr "Business Hours Instellingen"
  • business-hours-plugin/trunk/languages/business-hours.pot

    r517201 r643090  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version:  \n"
    6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-hours-plugin\n"
    7 "POT-Creation-Date: 2012-03-10 12:29:13+00:00\n"
     5"Project-Id-Version: Business Hours\n"
     6"Report-Msgid-Bugs-To: \n"
     7"POT-Creation-Date: 2012-12-21 16:41-0300\n"
     8"PO-Revision-Date: 2012-12-21 16:41-0300\n"
     9"Last-Translator: MZAWeb <wordpress@mzaweb.com>\n"
     10"Language-Team: MZAWeb <wordpress@mzaweb.com>\n"
    811"MIME-Version: 1.0\n"
    912"Content-Type: text/plain; charset=UTF-8\n"
    1013"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
    12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    13 "Language-Team: LANGUAGE <LL@li.org>\n"
    14 
    15 #: lib/MZAFormBuilderForSettings.php:29
     14"X-Poedit-KeywordsList: __;_e\n"
     15"X-Poedit-Basepath: .\n"
     16"X-Poedit-SearchPath-0: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin\n"
     17
     18#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:272
     19msgid "Every day"
     20msgstr ""
     21
     22#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:273
     23msgid "Mondays to Fridays"
     24msgstr ""
     25
     26#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:274
     27msgid "Saturdays and Sundays"
     28msgstr ""
     29
     30#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:285
     31msgid "Every month"
     32msgstr ""
     33
     34#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursExceptions.class.php:300
     35msgid "Every year"
     36msgstr ""
     37
     38#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:80
     39msgid "Closed"
     40msgstr ""
     41
     42#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:97
     43#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings.php:3
     44msgid "Business Hours"
     45msgstr ""
     46
     47#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:212
     48msgid "Settings saved."
     49msgstr ""
     50
     51#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursSettings.class.php:266
     52#, php-format
     53msgid "Thanks for upgrading <strong>Business Hours</strong> to the %s version. Go to the <a href=\"%s\">settings page</a> to check the new features. If you have any suggestion or issue, <a href=\"\">create a support ticket</a>."
     54msgstr ""
     55
     56#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursWidget.class.php:9
     57msgid "Shows your business hours by day"
     58msgstr ""
     59
     60#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursWidget.class.php:13
     61msgid "Business Hours by Day"
     62msgstr ""
     63
     64#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/lib/BusinessHoursWidget.class.php:96
     65msgid "Business hours on"
     66msgstr ""
     67
     68#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:5
     69msgid "Business hours for each day of the week"
     70msgstr ""
     71
     72#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:7
     73msgid "Leave the fields empty for the days your business is closed."
     74msgstr ""
     75
     76#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:13
     77#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/table.php:10
     78msgid "Day"
     79msgstr ""
     80
     81#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:14
     82#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/table.php:11
     83msgid "Open"
     84msgstr ""
     85
     86#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-days.php:15
     87#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/table.php:12
     88msgid "Close"
     89msgstr ""
     90
     91#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:1
     92msgid "<b>Instructions:</b>"
     93msgstr ""
     94
     95#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:3
     96msgid "1) Click on \"Add Exception\"."
     97msgstr ""
     98
     99#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:5
     100msgid "2) Select a day, month and / or year (i.e. To add an exception for every March 1st select day 1, month March and leave the year empty)."
     101msgstr ""
     102
     103#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:7
     104msgid "3) Type the open and close hours for this exception. Leave empty if your business remains closed during this exception."
     105msgstr ""
     106
     107#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:9
     108msgid "4) If you want to add more exceptions, click the 'Add Exceptions' button and repeat this process in the new added row."
     109msgstr ""
     110
     111#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-instructions.php:11
     112msgid "5) Need help setting exceptions? <a href='https://github.com/MZAWeb/business-hours-plugin/issues'>Open a ticket in GitHub</a>"
     113msgstr ""
     114
     115#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:2
     116msgid "Day:"
     117msgstr ""
     118
     119#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:7
     120msgid "Month:"
     121msgstr ""
     122
     123#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:12
     124msgid "Year:"
     125msgstr ""
     126
     127#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:17
     128msgid "Open:"
     129msgstr ""
     130
     131#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:22
     132msgid "Close:"
     133msgstr ""
     134
     135#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exception-single.php:29
     136msgid "Remove"
     137msgstr ""
     138
     139#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exceptions.php:5
     140msgid "Exceptions"
     141msgstr ""
     142
     143#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exceptions.php:8
     144msgid "Exceptions allow you to set different business hours for specific days (ie: Holidays, Vacations, etc)."
     145msgstr ""
     146
     147#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-exceptions.php:19
     148msgid "Add exception"
     149msgstr ""
     150
     151#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:3
     152msgid "Support / Contact"
     153msgstr ""
     154
     155#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:6
     156msgid "Need support? Have an idea? Create a <a href=\"https://github.com/MZAWeb/business-hours-plugin/issues\">new issue in GitHub</a> or in the <a href=\"http://wordpress.org/support/plugin/business-hours-plugin\">support forums</a> at WordPress.org"
     157msgstr ""
     158
     159#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:8
     160msgid "<a href=\"https://github.com/MZAWeb/business-hours-plugin/wiki\">Documentation</a>"
     161msgstr ""
     162
     163#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:9
     164msgid "<a href=\"http://twitter.com/MZAWeb\">Tweet to me</a>"
     165msgstr ""
     166
     167#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:10
     168msgid "<a href=\"http://danieldvork.in/?utm_source=business_hours&utm_medium=settings&utm_campaign=plugin\">My blog</a>"
     169msgstr ""
     170
     171#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:11
     172msgid "<a href=\"http://mzaweb.com/?utm_source=business_hours&utm_medium=settings&utm_campaign=plugin\">MZAWeb - WordPress Development</a>"
     173msgstr ""
     174
     175#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings-support.php:13
     176msgid "I promise to keep this plugin free for ever. If it makes you happy and you want to make me happy, you can donate a few bucks to me via PayPal at daniel@mzaweb.com"
     177msgstr ""
     178
     179#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/settings.php:23
    16180msgid "Save Changes"
    17181msgstr ""
    18182
    19 #: widget.php:12
    20 msgid "Shows your business hours by day"
    21 msgstr ""
    22 
    23 #: widget.php:16
    24 msgid "Business Hours by Day"
    25 msgstr ""
    26 
    27 #: widget.php:94
    28 msgid "Business hours on"
    29 msgstr ""
    30 
    31 #: widget.php:96 working-hours.class.php:97
    32 msgid "Closed"
    33 msgstr ""
    34 
    35 #: widget.php:106
    36 msgid "Title"
    37 msgstr ""
    38 
    39 #: widget.php:111
     183#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:2
     184#, php-format
     185msgid "Go to the <a href=\"%s\">settings</a> to setup your business hours."
     186msgstr ""
     187
     188#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:5
     189msgid "Widget title"
     190msgstr ""
     191
     192#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:17
     193msgid "Show a table with the business hours for all weekdays"
     194msgstr ""
     195
     196#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:24
     197msgid "Make the list collapsible"
     198msgstr ""
     199
     200#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:29
     201msgid "Toggle templating options"
     202msgstr ""
     203
     204#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:34
    40205msgid "Template for heading"
    41206msgstr ""
    42207
    43 #: widget.php:116
     208#:
    44209msgid "Template for working hours"
    45210msgstr ""
    46211
    47 #: widget.php:118
    48 msgid ""
    49 "The tags {{Open}} and {{Close}} will be replaced with the correct value."
    50 msgstr ""
    51 
    52 #: widget.php:121
     212#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:48
     213msgid "The tags {{Open}} and {{Close}} will be replaced with the correct values."
     214msgstr ""
     215
     216#: /Users/daniel/Sites/wpdib/wp-content/plugins/business-hours-plugin/views/widget-admin.php:52
    53217msgid "Template for \"closed\" text"
    54218msgstr ""
    55219
    56 #: widget.php:126
    57 msgid "Show also a collapsible list with the business hours for each weekday:"
    58 msgstr ""
    59 
    60 #: working-hours.class.php:71
    61 msgid "[Show all days]"
    62 msgstr ""
    63 
    64 #: working-hours.class.php:84
    65 msgid "Day"
    66 msgstr ""
    67 
    68 #: working-hours.class.php:84 working-hours.class.php:128
    69 msgid "Open"
    70 msgstr ""
    71 
    72 #: working-hours.class.php:84 working-hours.class.php:133
    73 msgid "Close"
    74 msgstr ""
    75 
    76 #: working-hours.class.php:125
    77 msgid "Is it open on %s?"
    78 msgstr ""
    79 
    80 #: working-hours.class.php:141
    81 msgid "Support"
    82 msgstr ""
    83 
    84 #: working-hours.class.php:142
    85 msgid "Bugs? Questions? Suggestions?"
    86 msgstr ""
    87 
    88 #: working-hours.class.php:147
    89 msgid "Business Hours Settings"
    90 msgstr ""
    91 
    92 #: working-hours.class.php:148
    93 msgid "Business Hours"
    94 msgstr ""
  • business-hours-plugin/trunk/working-hours.php

    r519899 r643090  
    22/*
    33Plugin Name: Business Hours
    4 Plugin URI: http://mzaweb.com/en
     4Plugin URI: http://
    55Description: Business Hours lets you show to your visitors the time you open and close your business each day of the week.
    66Author: MZAWeb
    7 Author URI: http://mzaweb.com
    8 Version: 1.3.2
     7Author URI: http://danieldvork.in/
     8Version: 2.0
     9
     10For documentation see: https://github.com/MZAWeb/business-hours-plugin/wiki
     11For bug reports, ideas or comments: https://github.com/MZAWeb/business-hours-plugin/issues?state=open
     12
    913*/
    1014
     15
    1116
    12 /* CONSTANTS */
     17function business_hours_init() {
     18    load_plugin_textdomain( 'business-hours', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
     19    business_hours();
     20}
    1321
    14 define('OPENHOURS_PATH', dirname(__FILE__));
    15 
    16 /* IMPORTS */
    17 require OPENHOURS_PATH . '/lib/MZASettings.php';
    18 require OPENHOURS_PATH . '/working-hours.class.php';
    19 require OPENHOURS_PATH . '/widget.php';
    20 
    21 
    22 /* START */
    23 
    24 function bussiness_hours_init() {
    25     load_plugin_textdomain( 'business-hours', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
    26     global $workinghours;
    27     $workinghours = new WorkingHours();
    28 }
    29 add_action('init', 'bussiness_hours_init');
    30 
    31 
    32 
    33 ?>
     22add_action( 'plugins_loaded', 'business_hours_init' );
Note: See TracChangeset for help on using the changeset viewer.