Changeset 537724
- Timestamp:
- 04/28/2012 09:07:25 PM (14 years ago)
- Location:
- quick-localization/trunk
- Files:
-
- 4 edited
-
index.php (modified) (1 diff)
-
ql_class.php (modified) (1 diff)
-
ql_settings.php (modified) (1 diff)
-
readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quick-localization/trunk/index.php
r537500 r537724 2 2 /* 3 3 * Plugin Name: Quick Localization (Quick Localisation) 4 * Version: 0.0. 34 * Version: 0.0.4 5 5 * Plugin URI: http://name.ly/plugins/ 6 * Description: Quick Localisation allows you to quickly patch Wordpress localisation of any theme and any plugin6 * Description: Quick Localisation allows you to patch Wordpress translations of any theme and any plugin without leaving the admin panel 7 7 * Author: Name.ly 8 8 * Author URI: http://namely.pro/ -
quick-localization/trunk/ql_class.php
r537500 r537724 9 9 // 0.0.2 0.0.1 10 10 // 0.0.3 0.0.1 11 // 0.0.4 0.0.1 11 12 12 13 -
quick-localization/trunk/ql_settings.php
r537500 r537724 81 81 82 82 <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 ofthe 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> 84 84 <p><input type="submit" class="button-primary" value="<?php _e ( "Save", "QL" ); ?>" name="ql_save"></p> 85 85 -
quick-localization/trunk/readme.txt
r537500 r537724 3 3 Contributors: Name.ly, Namely 4 4 Donate 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,tools5 Tags: 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,ibibioefik,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,laoisan,lingala,lithuanian,lombard,lomwe,luba-kasai,luganda,luo,luyia,madurese,magahi,maithili,makuwa,malagasy,malay,malayalam,malaysian,malinke,mandarin,mandingo,maninka,marathi,marwari,mazanderanigilaki,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,sothotswana,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 6 6 Requires at least: 3.0.0 7 7 Tested up to: 3.3.2 … … 9 9 License: GPLv2 or later 10 10 11 Quick Localisation allows you to quickly patch Wordpress localisation of any theme and any plugin11 Quick Localisation allows you to patch Wordpress translations of any theme and any plugin without leaving the admin panel 12 12 13 13 == Description == … … 21 21 Once installed and activated, the plugin back-end will be accessible via a separate menu in the admin panel (WP Admin -> Quick Localisation). 22 22 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 termsolution.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 solution. 24 24 25 25 However Quick Localisation comes very handy when quick patches or unconventional translations are required. … … 35 35 = Export = 36 36 37 * Allows to exportsaved localisation for easy copy-pasting between the sites and backups.37 * Allows exporting saved localisation for easy copy-pasting between the sites and backups. 38 38 * This feature also comes handy later when generating actual `.PO` files. 39 39 … … 45 45 = Hooks = 46 46 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.47 At 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. 48 48 49 49 Should one use other similar `gettext` hooks, the priority can be changed in `index.php`. … … 68 68 = How big can the database be? = 69 69 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.70 The 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. 71 71 72 72 == Screenshots == 73 73 74 1. Settingspage74 1. Edit page 75 75 76 76 == Changelog == 77 78 = 0.0.4 = 79 80 * Added Quick Localisation import file. 81 * Minor cosmetic changes. 77 82 78 83 = 0.0.3 = … … 81 86 * Fixed some special strings escaping in textareas. 82 87 * Supported proper localisation of the plugin itself. 88 * Fixed minor init issue on some standalone installations. 83 89 84 90 = 0.0.2 = … … 104 110 If you want to translate this plugin, please [contact](http://name.ly/about/contact/) the Name.ly team. 105 111 112 Alternatively you can enable gathering function of the plugin itself and quickly translate it inline. 113 114 A 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 106 116 == Recommendations == 107 117 … … 114 124 Name.ly offers WordPress blogs and many other services allowing to consolidate multiple sites, pages and profiles. 115 125 116 All on catchy domain names, like sincere.ly, thatis.me, of-cour.se, ...126 All on catchy domain names, like many.at, brief.ly, sincere.ly, links2.me, thatis.me, of-cour.se, ... and hundreds more. 117 127 118 128 Name.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.