44 lines
1.6 KiB
PHP
44 lines
1.6 KiB
PHP
<?php
|
|
# -- BEGIN LICENSE BLOCK ---------------------------------------
|
|
#
|
|
# This file is part of Dotclear 2.
|
|
#
|
|
# Copyright (c) 2003-2010 Olivier Meunier & Association Dotclear
|
|
# Licensed under the GPL version 2.0 license.
|
|
# See LICENSE file or
|
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
#
|
|
# -- END LICENSE BLOCK -----------------------------------------#
|
|
#
|
|
#
|
|
# DOT NOT MODIFY THIS FILE !
|
|
|
|
|
|
|
|
|
|
$GLOBALS['__l10n']['_xfn_Me'] = 'Me';
|
|
$GLOBALS['__l10n']['_xfn_Another link for myself'] = 'Another link for myself';
|
|
$GLOBALS['__l10n']['_xfn_Friendship'] = 'Friendship';
|
|
$GLOBALS['__l10n']['_xfn_Contact'] = 'Contact';
|
|
$GLOBALS['__l10n']['_xfn_Acquaintance'] = 'Acquaintance';
|
|
$GLOBALS['__l10n']['_xfn_Friend'] = 'Friend';
|
|
$GLOBALS['__l10n']['_xfn_Physical'] = 'Physical';
|
|
$GLOBALS['__l10n']['_xfn_Met'] = 'Met';
|
|
$GLOBALS['__l10n']['_xfn_Professional'] = 'Professional';
|
|
$GLOBALS['__l10n']['_xfn_Co-worker'] = 'Co-worker';
|
|
$GLOBALS['__l10n']['_xfn_Colleague'] = 'Colleague';
|
|
$GLOBALS['__l10n']['_xfn_Geographical'] = 'Geographical';
|
|
$GLOBALS['__l10n']['_xfn_Co-resident'] = 'Co-resident';
|
|
$GLOBALS['__l10n']['_xfn_Neighbor'] = 'Neighbor';
|
|
$GLOBALS['__l10n']['_xfn_Family'] = 'Family';
|
|
$GLOBALS['__l10n']['_xfn_Child'] = 'Child';
|
|
$GLOBALS['__l10n']['_xfn_Parent'] = 'Parent';
|
|
$GLOBALS['__l10n']['_xfn_Sibling'] = 'Sibling';
|
|
$GLOBALS['__l10n']['_xfn_Spouse'] = 'Spouse';
|
|
$GLOBALS['__l10n']['_xfn_Kin'] = 'Kin';
|
|
$GLOBALS['__l10n']['_xfn_Romantic'] = 'Romantic';
|
|
$GLOBALS['__l10n']['_xfn_Muse'] = 'Muse';
|
|
$GLOBALS['__l10n']['_xfn_Crush'] = 'Crush';
|
|
$GLOBALS['__l10n']['_xfn_Date'] = 'Date';
|
|
$GLOBALS['__l10n']['_xfn_Sweetheart'] = 'Sweetheart';
|
|
?>
|