File: translations.cpp

package info (click to toggle)
openorienteering-mapper 0.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 67,132 kB
  • sloc: cpp: 114,710; ansic: 1,455; sh: 430; java: 240; xml: 140; sed: 64; makefile: 28
file content (14 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This file is part of OpenOrienteering.
 * 
 * This file is not compiled.
 * These string are used for packaging and desktop integration.
 */

#define QT_TRANSLATE_NOOP(a,b)

QT_TRANSLATE_NOOP("OpenOrienteering", "Orienteering map");
QT_TRANSLATE_NOOP("OpenOrienteering", "Software for drawing orienteering maps");

//: For the moment, we use this existing translation instead of the previous one.
QT_TRANSLATE_NOOP("OpenOrienteering::AboutDialog", "A free software for drawing orienteering maps");