You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.8 KiB
28 lines
1.8 KiB
/***************************************************************************
|
|
copyright : (C) 2003-2006 by Robby Stephenson
|
|
email : robby@periapsis.org
|
|
***************************************************************************/
|
|
|
|
/***************************************************************************
|
|
* *
|
|
* This program is free software; you can redistribute it and/or modify *
|
|
* it under the terms of version 2 of the GNU General Public License as *
|
|
* published by the Free Software Foundation; *
|
|
* *
|
|
***************************************************************************/
|
|
|
|
#include "tellico_strings.h"
|
|
|
|
#include <tdelocale.h>
|
|
|
|
const char* Tellico::errorLoad = I18N_NOOP("Tellico is unable to load the file - %1.");
|
|
const char* Tellico::errorWrite = I18N_NOOP("Tellico is unable to write the file - %1.");
|
|
const char* Tellico::errorUpload = I18N_NOOP("Tellico is unable to upload the file - %1.");
|
|
const char* Tellico::errorAppendType = I18N_NOOP("Only collections with the same type of entries as "
|
|
"the current one can be appended. No changes are being "
|
|
"made to the current collection.");
|
|
const char* Tellico::errorMergeType = I18N_NOOP("Only collections with the same type of entries as "
|
|
"the current one can be merged. No changes are being "
|
|
"made to the current collection.");
|
|
const char* Tellico::errorImageLoad = I18N_NOOP("Tellico is unable to load an image from the file - %1.");
|