diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-09-13 19:54:55 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-09-13 19:54:55 +0100 |
| commit | 6c55f12a6bbe3f075233da0b16ba477cd4164471 (patch) | |
| tree | 17e8549a4bd1bfe104241789ce1c264301c6081d /includes | |
| parent | 8df352e302e895f7f1e2b7bae3c7ba09bc21868f (diff) | |
| download | webtrees-6c55f12a6bbe3f075233da0b16ba477cd4164471.tar.gz webtrees-6c55f12a6bbe3f075233da0b16ba477cd4164471.tar.bz2 webtrees-6c55f12a6bbe3f075233da0b16ba477cd4164471.zip | |
Old translations are no longer deleted automatically
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/old_messages.php | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/includes/old_messages.php b/includes/old_messages.php deleted file mode 100644 index a69797319b..0000000000 --- a/includes/old_messages.php +++ /dev/null @@ -1,39 +0,0 @@ -<?php -// This file contains old messages which were included in the previous -// stable release, but are not present in the current code. -// -// Moving them here (instead of simply deleting them) allows translators -// to target both the latest development code as well as the latest -// stable release. -// -// Without this, anyone who is using the latest stable release, and who -// updates to the latest translation file, will lose some previously -// translated messages. -// -// webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -exit; - -/* I18N: This message is deleted in webtrees-1.5.0 */ WT_I18N::translate('An error occurred while creating the Edit form. Another user may have changed this record since you previously viewed it.'); -/* I18N: This message is deleted in webtrees-1.5.0 */ WT_I18N::translate('Execution time: %1$s seconds. Database queries: %2$s. Privacy checks: %3$s. Memory usage: %4$s KB.'); -/* I18N: This message is deleted in webtrees-1.5.0 */ WT_I18N::translate('Link this individual to an existing family as a husband'); -/* I18N: This message is deleted in webtrees-1.5.0 */ WT_I18N::translate('Link this individual to an existing family as a wife'); -/* I18N: This message is deleted in webtrees-1.5.0 */ WT_I18N::translate('Please reload the previous page to make sure you are working with the most recent record.'); -/* I18N: This message is deleted in webtrees-1.5.0 */ WT_I18N::translate('The record with id %s was changed by another user since you last accessed it.'); -/* I18N: This message is deleted in webtrees-1.5.0 */ WT_I18N::translate('This record was last changed by <i>%s</i> at %s'); -/* I18N: This message is deleted in webtrees-1.5.0 */ WT_I18N::translate('View GEDCOM record'); |
