summary refs log tree commit diff stats
path: root/po/nl.po
AgeCommit message (Expand)Author
2013-09-11Update TranslationsTingPing
2013-03-29Update translationsBerke Viktor
2012-11-11Update translationsBerke Viktor
2012-11-10Update translationsBerke Viktor
2012-11-10Update translationsBerke Viktor
2012-11-04Update translationsBerke Viktor
2012-11-04Update translationsBerke Viktor
2012-11-03Update translationsBerke Viktor
2012-11-03Update translationsBerke Viktor
2012-11-03Update translationsBerke Viktor
2012-10-31Update translationsBerke Viktor
2012-10-30Update translation filesBerke Viktor
2012-10-30Update translationsBerke Viktor
2012-10-28Update translationsBerke Viktor
2012-10-25Update translationsBerke Viktor
2012-10-22Update translationsBerke Viktor
2012-10-22Update translationsBerke Viktor
2012-10-20Update translationsBerke Viktor
2012-10-20Finally, update translation files from TransifexBerke Viktor
2012-10-19Regenerate L10n once moar (last time I hope)Berke Viktor
2012-10-19Remove L10n test string from translations tooBerke Viktor
2012-10-19Replace email addressBerke Viktor
2012-10-19Update test strings in repoBerke Viktor
2012-10-19Add Transifex config and update translations from the online resourceBerke Viktor
2012-10-19Update translationsBerke Viktor
2012-10-19Update translationsBerke Viktor
2012-10-19Update translationsBerke Viktor
2012-10-15Huge commit is huge - update translationsBerke Viktor
2012-07-18Replace hardcoded "XChat:" strings in translationsBerke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com
pan>add_languages('cs') executable('thememan', sources: [ 'Program.cs', 'Main.cs', 'Main.Designer.cs', ], resources: [ # 'Main.resx', # FIXME: Allow setting resource id 'thememan.HTM.resources', ], cs_args: [ '-r:WindowsBase', '-r:System.Data', '-r:System.Drawing', '-r:System.Windows.Forms', '-win32icon:' + meson.current_source_dir() + '/Resources/htm.ico' ], install: true, ) thememan_conf = configuration_data() thememan_conf.set('exec_prefix', get_option('prefix')) thememan_conf.set('bindir', join_paths(get_option('prefix'), get_option('bindir'))) configure_file( input: 'thememan.in', output: 'thememan', configuration: thememan_conf, install: true, install_dir: get_option('bindir'), )