Plugin Directory

Changeset 537724


Ignore:
Timestamp:
04/28/2012 09:07:25 PM (14 years ago)
Author:
Name.ly
Message:
 
Location:
quick-localization/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • quick-localization/trunk/index.php

    r537500 r537724  
    22/*
    33 * Plugin Name:   Quick Localization (Quick Localisation)
    4  * Version:       0.0.3
     4 * Version:       0.0.4
    55 * Plugin URI:    http://name.ly/plugins/
    6  * Description:   Quick Localisation allows you to quickly patch Wordpress localisation of any theme and any plugin
     6 * Description:   Quick Localisation allows you to patch Wordpress translations of any theme and any plugin without leaving the admin panel
    77 * Author:        Name.ly
    88 * Author URI:    http://namely.pro/
  • quick-localization/trunk/ql_class.php

    r537500 r537724  
    99//  0.0.2           0.0.1
    1010//  0.0.3           0.0.1
     11//  0.0.4           0.0.1
    1112
    1213
  • quick-localization/trunk/ql_settings.php

    r537500 r537724  
    8181
    8282    <p><h4><?php _e ( "Debugging (sort of)", "QL" ); ?></h4></p>
    83     <p><input type="checkbox" value="1" name="ql_settings_footer_textarea" id="ql_settings_footer_textarea" <?php echo "yes" == $ql_options [ "footer_textarea" ] ? 'checked="yes"' : ''; ?>/><label for="ql_settings_footer_textarea"> <?php _e ( "Gather all translations called via <code>gettext</code> and show them only to the site admins on every page in a black box of the footer area.", "QL" ); ?></label></p>
     83    <p><input type="checkbox" value="1" name="ql_settings_footer_textarea" id="ql_settings_footer_textarea" <?php echo "yes" == $ql_options [ "footer_textarea" ] ? 'checked="yes"' : ''; ?>/><label for="ql_settings_footer_textarea"> <?php _e ( "Gather all translations called via <code>gettext</code> and show them only to the site admins on every page in a black box in the footer area.", "QL" ); ?></label></p>
    8484    <p><input type="submit" class="button-primary" value="<?php _e ( "Save", "QL" ); ?>" name="ql_save"></p>
    8585
  • quick-localization/trunk/readme.txt

    r537500 r537724  
    33Contributors: Name.ly, Namely
    44Donate link: http://name.ly/plugins/donations/
    5 Tags: custom,customisation,customization,gettext,lang,language,languages,local,locate,localise,localize,mo,plugin,plugins,po,pot,theme,themes,translate,translating,translation,tool,tools
     5Tags: custom,customisation,customization,gettext,lang,language,languages,local,locate,localise,localize,localising,localizing,mo,plugin,plugins,po,pot,theme,themes,translate,translating,translation,tool,tools,acehnese,afrikaans,akan,albanian,amharic,anaang,arabic,armenian,assamese,awadhi,azerbaijani,bagheli,balinese,balochi,bambara,batak,bavarian,belarusian,bemba,bengali,bhili,bhojpuri,bikol,bosnian,buginese,bulgarian,burmese,calabrese,cantonese,catalan,cebuano,chewa,chhattisgarhi,chinese,chittagonian,croatian,czech,danish,deccan,dholuo,dogri,dutch,efik,english,ewe,fante,filipino,finnish,french,fula,fuzhou,galician,gan,ganda,georgian,german,gikuyu,greek,guarani,gujarati,haitian,hakka,haryanvi,hausa,hebrew,hiligaynon,hindi,hmong,hunanese,hungarian,ibibio–efik,igbo,ilokano,indonesian,jamaican creole,japanese,javanese,jula,kamba,kanauji,kanembu,kangri,kannada,kanuri,kashmiri,kazakh,khmer,kimbundu,kituba,kongo,konkani,konkani,korean,kurdish,kyrgyz,lao–isan,lingala,lithuanian,lombard,lomwe,luba-kasai,luganda,luo,luyia,madurese,magahi,maithili,makuwa,malagasy,malay,malayalam,malaysian,malinke,mandarin,mandingo,maninka,marathi,marwari,mazanderani–gilaki,mbundu,min bei,min dong,min nan,minangkabau,mongolian,mossi-dagomba,neapolitan,nepali,northern berber,norwegian,nyanja,oriya,oromo,persian,piemonteis,polish,portuguese,punjabi,rajasthani,rangpuri,romanian,russian,rwanda-rundi,santali,serbian,serbo-croatian,shan,shan,shanghainese,shona,sicilian,sindhi,sinhalese,slovak,somali,sotho–tswana,southern quechua,southern thai,spanish,sukuma-nyamwezi,sundanese,swahili,swedish,sylheti,tagalog,tamil,tatar-bashkir,telugu,thai,tibetan,tigrinya,tshiluba,tsonga,turkmen,twi,ukrainian,umbundu,urdu,uyghur,uzbek,valencian,venetian,vietnamese,wagdi,wolof,wu,xhosa,xiang,yoruba,yue,zhuang,zulu
    66Requires at least: 3.0.0
    77Tested up to: 3.3.2
     
    99License: GPLv2 or later
    1010
    11 Quick Localisation allows you to quickly patch Wordpress localisation of any theme and any plugin
     11Quick Localisation allows you to patch Wordpress translations of any theme and any plugin without leaving the admin panel
    1212
    1313== Description ==
     
    2121Once installed and activated, the plugin back-end will be accessible via a separate menu in the admin panel (WP Admin -> Quick Localisation).
    2222
    23 N.B. by all means this plugin is not a replacement of the standard [Wordpress localisation framework](http://many.at/wordpress-localisation/translating-wordpress/). In fact, you are advised to use it as a long-term term solution.
     23N.B. by all means this plugin is not a replacement of the standard [Wordpress localisation framework](http://many.at/wordpress-localisation/translating-wordpress/). In fact, you are advised to use it as a long-term solution.
    2424
    2525However Quick Localisation comes very handy when quick patches or unconventional translations are required.
     
    3535= Export =
    3636
    37 * Allows to export saved localisation for easy copy-pasting between the sites and backups.
     37* Allows exporting saved localisation for easy copy-pasting between the sites and backups.
    3838* This feature also comes handy later when generating actual `.PO` files.
    3939
     
    4545= Hooks =
    4646
    47 At the moment Quick Localisation hooks on `gettext` filter itself with very low priority (namely, 1000). Allowing it to be the last one to have a say on translations.
     47At the moment Quick Localisation hooks on `gettext` filter with very low priority (namely, 1000), allowing it to be the last one to have a say on translations.
    4848
    4949Should one use other similar `gettext` hooks, the priority can be changed in `index.php`.
     
    6868= How big can the database be? =
    6969
    70 The bigger the database, the higher the load on your code and parsing. The relationship is exponential. Though we tested it with thousand words and the extra load was minimal.
     70The bigger the database, the more parsing the plugin has to perform, the higher the load. The relationship is exponential. Though we tested it with thousand words and the extra load was minimal.
    7171
    7272== Screenshots ==
    7373
    74 1. Settings page
     741. Edit page
    7575
    7676== Changelog ==
     77
     78= 0.0.4 =
     79
     80* Added Quick Localisation import file.
     81* Minor cosmetic changes.
    7782
    7883= 0.0.3 =
     
    8186* Fixed some special strings escaping in textareas.
    8287* Supported proper localisation of the plugin itself.
     88* Fixed minor init issue on some standalone installations.
    8389
    8490= 0.0.2 =
     
    104110If you want to translate this plugin, please [contact](http://name.ly/about/contact/) the Name.ly team.
    105111
     112Alternatively you can enable gathering function of the plugin itself and quickly translate it inline.
     113
     114A sample English-to-English QL file can be downloaded [here](http://name.ly/files/2012/04/ql-english2english-0.0.3.txt). Simply edit the second column in your language and import the text.
     115
    106116== Recommendations ==
    107117
     
    114124Name.ly offers WordPress blogs and many other services allowing to consolidate multiple sites, pages and profiles.
    115125
    116 All on catchy domain names, like sincere.ly, thatis.me, of-cour.se, ...
     126All on catchy domain names, like many.at, brief.ly, sincere.ly, links2.me, thatis.me, of-cour.se, ... and hundreds more.
    117127
    118128Name.ly/PRO platform allows domain name owners to run similar sites under their own brand.
Note: See TracChangeset for help on using the changeset viewer.