Forums

[Plugin: Add to Any: Share/Bookmark/Email Button] Language selection possible? (2 posts)

  1. sypie
    Member
    Posted 3 years ago #

    In my try to get all the plugin in the Dutch language there is a small issue with this plugin:

    With the CodeStyling Localisation plugin i create all the language files. (the .po &.mo files) The language files of this plugin cannot be found in the i18n folder. When i change the name in the PHP file and change the folder name it can be found. I can change the language in the .mo & .po file. the language is not being picked by the php file so it won't appear in Dutch.

    Is there a way to translate the language an use this?

  2. micropat
    Member
    Posted 3 years ago #

    Hi Sypie,

    The simplest method would be to place the following code in Settings > Share/Save Buttons > Additional Options box:

    // nl
    // Dutch / Nederlands
    a2a_localize = {
       Share: "Deel",
       Save: "Bewaar",
       Subscribe: "Inschrijven",
       Email: "E-mail",
       Bookmark: "Bookmark",
       ShowAll: "Toon alles",
       ShowLess: "Toon minder",
       FindServices: "Zoek diensten",
       FindAnyServiceToAddTo: "Vind andere diensten",
       PoweredBy: "Aangeboden door",
       ShareViaEmail: "Doorsturen via e-mail",
       SubscribeViaEmail: "Inschrijven via e-mail",
       BookmarkInYourBrowser: "Toevoegen als bookmark",
       BookmarkInstructions: "Druk op Ctrl+D of CMD+D om als bookmark toe te voegen",
       AddToYourFavorites: "In favorieten opslaan",
       SendFromWebOrProgram: "Verstuur vanaf gelijk welk e-mail adres of programma",
       EmailProgram: "E-mail programma"
    };

Topic Closed

This topic has been closed to new replies.

About this Topic