Plugin Directory

Changeset 2185699


Ignore:
Timestamp:
11/04/2019 04:54:14 PM (6 years ago)
Author:
magblogapi
Message:

Updated to 3.1.0

Location:
nacc-wordpress-plugin/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • nacc-wordpress-plugin/trunk/nacc-wordpress-plugin.php

    r2064292 r2185699  
    44Plugin URI: http://magshare.org/nacc
    55Description: This is a WordPress plugin implementation of the N.A. Cleantime Calculator. To use this, specify <!-- NACC --> or [[NACC]] in your text code. That text will be replaced with this cleantime calculator.
    6 Version: 3.0.1
     6Version: 3.1.0
    77Install: Drop this directory in the "wp-content/plugins/" directory and activate it. You need to specify "<!-- NACC -->" or "[[NACC]]" in the code section of a page or a post.
    88*/
  • nacc-wordpress-plugin/trunk/nacc2/nacc.js

    r2064292 r2185699  
    334334
    335335        /************************************/
     336        /*             ITALIAN              */
     337        /************************************/
     338         /** This is the header, at the top. */
     339        this.m_lang['it'].section_title                         = 'NA Tempo di Pulizia';
     340        /** This is the prompt over the popup menus. */
     341        this.m_lang['it'].prompt                                = 'Inserisci la tua data di pulizia';
     342        /** This is the text for the calculate button. */
     343        this.m_lang['it'].calculate_button_text                 = 'Calcola';
     344        /** This is the text for the change layout button. */
     345        this.m_lang['it'].change_layout_button_text             = 'Cambia presentazione dei portachiavi';
     346        /** This is the text for the show special tags checkbox. */
     347        this.m_lang['it'].change_use_special_tags_label         = 'Mostra Tag Speciali';
     348        /** These are the months, spelled out. */
     349        this.m_lang['it'].months                                = Array(
     350                                                                        "ERRORE",
     351                                                                        "gennaio",
     352                                                                        "febbraio",
     353                                                                        "marzo",
     354                                                                        "aprile",
     355                                                                        "maggio",
     356                                                                        "giugno",
     357                                                                        "luglio",
     358                                                                        "agosto",
     359                                                                        "settembre",
     360                                                                        "ottobre",
     361                                                                        "novembre",
     362                                                                        "dicembre"
     363                                                                        );
     364        /** These are for the top (days) blurb. */
     365        this.m_lang['it'].result_invalid                        = 'Si prega di selezionare una data pulita valida!';
     366   
     367        this.m_lang['it'].result_1_day                          = 'Sei stato pulito per 1 giorno!';
     368        this.m_lang['it'].result_days_format                    = 'Ei stato pulito per %d giorni!';
     369
     370        /** These are for the second (months, years and days) blurb. */
     371        this.m_lang['it'].result_months_format                  = 'Questo è di %d mesi.';
     372        this.m_lang['it'].result_months_and_1_day_format        = 'Questo è di %d mesi e 1 giorno.';
     373        this.m_lang['it'].result_months_and_days_format         = 'Questo è di %d mesi e %d giorni.';
     374        this.m_lang['it'].result_1_year                         = 'Questo è di 1 anno.';
     375        this.m_lang['it'].result_1_year_and_1_day               = 'Questo è di 1 anno e 1 giorno.';
     376        this.m_lang['it'].result_1_year_and_1_month             = 'Questo è di 1 anno e 1 mese.';
     377        this.m_lang['it'].result_1_year_1_month_and_1_day       = 'Questo è di 1 anno, 1 mese e 1 giorno.';
     378        this.m_lang['it'].result_1_year_months_and_1_day_format = 'Questo è di 1 anno, %d mesi e 1 giorno.';
     379        this.m_lang['it'].result_1_year_months_and_days_format  = 'Questo è di 1 anno, %d mesi e %d giorni.';
     380        this.m_lang['it'].result_1_year_days_format             = 'Questo è di 1 year e %d giorni.';
     381        this.m_lang['it'].result_years_format                   = 'Questo è di %d anni.';
     382        this.m_lang['it'].result_years_months_format            = 'Questo è di %d anni e %d mesi.';
     383        this.m_lang['it'].result_years_1_month_and_1_day_format = 'Questo è di %d anni, 1 mese e 1 giorno.';
     384        this.m_lang['it'].result_years_months_and_1_day_format  = 'Questo è di %d anni, %d mesi e 1 giorno.';
     385        this.m_lang['it'].result_years_and_1_month_format       = 'Questo è di %d anni e 1 mese.';
     386        this.m_lang['it'].result_years_and_1_day_format         = 'Questo è di %d anni e 1 giorno.';
     387        this.m_lang['it'].result_years_and_days_format          = 'Questo è di %d anni e %d giorni.';
     388        this.m_lang['it'].result_years_1_month_and_days_format  = 'Questo è di %d anni, 1 mese e %d giorni.';
     389        this.m_lang['it'].result_years_months_and_days_format   = 'Questo è di %d anni, %d mesi e %d giorni.';
     390        /************************************/
    336391        /*            MAIN CODE             */
    337392        /************************************/
  • nacc-wordpress-plugin/trunk/readme.txt

    r2064292 r2185699  
    44Requires at least: 2.0
    55Tested up to: 5.1.1
    6 Stable tag: 3.0.1
     6Stable tag: 3.1.0
    77
    88== Description ==
     
    18183. Place `<!-- NACC -->`in the HTML view, or `[[NACC]]` in either view, of a page. It will be replaced by the plugin.
    19194. You can change how the plugin appears like so: `<!-- NACC("THEME") -->`, where `THEME` is currently `NACC-BT` (Dark blue and white), or `NACC-GNYR2` (Light blue style customized for the Greater New York Region). Leave it out for default (gray).
     205. You can change the language like so: `<!-- NACC("THEME","LANG") -->`, where `LANG` is currently `en` (English -Default), `es` (Spanish), `zh-Hans` (Simplified Chinese), `zh-Hant` (Traditional Chinese), or `it` (Italian).
     216. You can specify which layout (vertical or horizontal) you want the tags to appear in by default, like so: `<!-- NACC("THEME","LANG","LAYOUT") -->`, where `LAYOUT` is `linear` (default, in a long line), or `tabular` (In a horizontal row).
     227. You can specify whether or not the "special" tags are shown, like so: `<!-- NACC("THEME","LANG","LAYOUT","SPECIAL") -->`, where `SPECIAL` is `true` or `false`.
    2023
    2124== Changelog ==
     25
     26Version 3.1.0- November 4, 2019
     27    Added Italian Localization.
     28    Improved documentation to cover additional parameters.
    2229
    2330Version 3.0.1- April 6, 2019
Note: See TracChangeset for help on using the changeset viewer.