aboutsummaryrefslogtreecommitdiffstats
path: root/language/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some translation keys (unused, misspelling, or forgotten)nikrou2010-04-102-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5780 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix missing keys and misspelling keys in translationsnikrou2010-04-021-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5573 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove obsolete keys in all languages (as much as possible)plegall2010-04-021-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@5565 68402e56-0260-453c-a942-63ccdbb3a9ee
* Last steps to make the conversion remove the obsolete language keys.plegall2010-04-021-4/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@5563 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: In template extensions admin page, change "Bound template" by ↵patdenice2010-03-281-1/+0
| | | | | | | | "Bound theme". Template extensions are now attached to all themes if nothing is selected in "bound theme" column. git-svn-id: http://piwigo.org/svn/trunk@5434 68402e56-0260-453c-a942-63ccdbb3a9ee
* make the language key conversion comply with what's inside the code.plegall2010-03-241-7/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@5308 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: remove trailing whitespace in new language key (compliant with ↵plegall2010-03-241-6/+6
| | | | | | what we find in code) git-svn-id: http://piwigo.org/svn/trunk@5307 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix problem with white space in language keysnikrou2010-03-231-6/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@5297 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fixed missing keys in nbmnikrou2010-03-231-2/+0
| | | | | | replace script must use language/templates files and not english git-svn-id: http://piwigo.org/svn/trunk@5295 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1522: Move config_local.inc.php to local/config/config.inc.phppatdenice2010-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5215 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1522 : move database config file to local directorynikrou2010-03-212-2/+2
| | | | | | (include/config_database.inc.php becomes local/config/database.inc.php) git-svn-id: http://piwigo.org/svn/trunk@5213 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some language keys problemsnikrou2010-03-202-0/+17
| | | | | | Need translations ! git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
* increase copyright year to 2010plegall2010-03-194-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@5196 68402e56-0260-453c-a942-63ccdbb3a9ee
* Revert gettext stuff.nikrou2010-03-175-2750/+1165
| | | | | | | | | | Keep english values for language keys translation. Provide a script to use english values for key in language files. Todo : provide a script (to help transition) to keep using original keys in language files for translators. git-svn-id: http://piwigo.org/svn/trunk@5156 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] bug:1499 - localisation tag summaryddtddt2010-03-111-1/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@5112 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update forgot svn:5075 et svn:5082ddtddt2010-03-111-0/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@5110 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1451 : confirm message when managing pluginsnikrou2010-03-031-1/+10
| | | | | | change way to manage zero for plural forms in french git-svn-id: http://piwigo.org/svn/trunk@5039 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1451 : update master template (chronology_ fields)nikrou2010-03-031-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5037 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1451 : fix mispelling and missing translationsnikrou2010-03-031-22/+95
| | | | git-svn-id: http://piwigo.org/svn/trunk@5036 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1450 :nikrou2010-03-021-0/+3
| | | | | | | - add "subscribe %s" - fix misspelling in install.tpl and in install.php git-svn-id: http://piwigo.org/svn/trunk@5022 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1451 : localization with gettextnikrou2010-03-021-0/+2644
Use php-gettext (developpement version rev43, because of php5.3) as fallback Use native language (english) instead of key for translation Keep directory en_UK for english customization Need some refactoring for plurals Todo : managing plugins in the same way git-svn-id: http://piwigo.org/svn/trunk@5021 68402e56-0260-453c-a942-63ccdbb3a9ee