http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13373
--- Comment #6 from Katrin Fischer <[email protected]> --- Comment on attachment 34612 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34612 Bug 13373 - Update Polish web installer sample data files. Review of attachment 34612: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13373&attachment=34612) ----------------------------------------------------------------- ::: installer/data/mysql/pl-PL/mandatory/system_preferences.sql @@ -16,5 @@ > --- with Koha; if not, write to the Free Software Foundation, Inc., > --- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > - > -UPDATE systempreferences SET value = 'father|mother' where variable = > 'borrowerRelationship'; > -UPDATE systempreferences SET value = 'Mr|Mrs|Miss|Ms' where variable = > 'BorrowersTitles'; Hi Rafal, thx for updating the Polish web installer! The system_preferences.sql can be used to set some language specific defaults - you could translate father|mother and the titles using those files in the future and maybe also set some other prefs, like DateFormat. Just a hint for the future :) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
