blob: d8bc743ec701d77e05145d5e43f0f47a3c6c537e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<?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 person to an existing family as a husband');
/* I18N: This message is deleted in webtrees-1.5.0 */ WT_I18N::translate('Link this person 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');
|