371 lines
10 KiB
PHP
371 lines
10 KiB
PHP
<?php // %2012-04-09T22:49:14+02:00
|
||
$__texts = array (
|
||
'welcome' =>
|
||
array (
|
||
'en' => 'Welcome %s',
|
||
'fr' => 'Bienvenue %s',
|
||
'de' => 'Willkommen %s',
|
||
'ru' => 'Добро пожаловать %s',
|
||
),
|
||
'latest_news_rp' =>
|
||
array (
|
||
'en' => 'Latest RP news',
|
||
'fr' => 'Dernières nouvelles RP',
|
||
'de' => 'Letzte RP-Nachrichten',
|
||
'ru' => 'Ролевые новости',
|
||
),
|
||
'latest_news_off' =>
|
||
array (
|
||
'en' => 'Latest Ryzom news',
|
||
'fr' => 'Dernières nouvelles de Ryzom',
|
||
'de' => 'Letzte Ryzom-Nachrichten',
|
||
'ru' => 'Последние новости Ризома',
|
||
),
|
||
'avail_apps' =>
|
||
array (
|
||
'en' => 'Available applications',
|
||
'fr' => 'Applications disponibles',
|
||
'de' => 'Verfügbare Anwendungen',
|
||
'ru' => 'Доступные приложения',
|
||
),
|
||
'home' =>
|
||
array (
|
||
'en' => 'Home',
|
||
'fr' => 'Accueil',
|
||
'de' => 'Home',
|
||
'ru' => 'К началу',
|
||
),
|
||
'logout' =>
|
||
array (
|
||
'en' => 'Log out',
|
||
'fr' => 'se déconnecter',
|
||
'de' => 'Ausloggen',
|
||
'ru' => 'Выйти',
|
||
),
|
||
'by' =>
|
||
array (
|
||
'en' => 'by',
|
||
'fr' => 'par',
|
||
'de' => 'von',
|
||
'ru' => 'сообщение',
|
||
),
|
||
'date_format' =>
|
||
array (
|
||
'en' => '%1$s %2$s %3$s',
|
||
'fr' => '%3$s %1$s %2$s',
|
||
'de' => '%3$s %1$s %2$s',
|
||
'ru' => '%1$s %2$s %3$s',
|
||
),
|
||
'ago' =>
|
||
array (
|
||
'en' => 'ago',
|
||
'fr' => 'il y a',
|
||
'de' => 'Vor',
|
||
'ru' => 'назад',
|
||
),
|
||
'to_go' =>
|
||
array (
|
||
'en' => 'to go',
|
||
'fr' => 'dans',
|
||
'de' => 'In',
|
||
'ru' => 'осталось',
|
||
),
|
||
'posted' =>
|
||
array (
|
||
'en' => 'Posted',
|
||
'fr' => 'Posté',
|
||
'de' => 'Geschrieben',
|
||
'ru' => 'Отправлено',
|
||
),
|
||
'error_auth' =>
|
||
array (
|
||
'en' => 'Please press the Refresh button to display the homepage.',
|
||
'fr' => 'Cliquez sur le bouton Rafraichir pour afficher la page d\'accueil.',
|
||
'de' => 'Um auf die Hauptseite zu gelangen drücke bitte auf Aktualisieren.',
|
||
'ru' => 'Для отображения домашней страницы нажмите кнопку "Обновить"',
|
||
),
|
||
'submit' =>
|
||
array (
|
||
'en' => 'Submit',
|
||
'fr' => 'Envoyer',
|
||
'de' => 'Absenden',
|
||
'ru' => 'Отправить',
|
||
),
|
||
'enter_key' =>
|
||
array (
|
||
'en' => 'Please enter the full character API Key that you can find on <a href="https://secure.ryzom.com/payment_profile">your profile page</a>',
|
||
'fr' => 'Entrez la clé d\'API complète de votre personnage que vous trouverez sur <a href="https://secure.ryzom.com/payment_profile">votre page de profil</a>',
|
||
'de' => 'Gib bitte den lompletten Charakter-API-Schlüssel ein, diesen findest du auf <a href="https://secure.ryzom.com/payment_profile">deiner Profilseite</a>',
|
||
'ru' => 'Пожалуйста, введите полный API Ключ, который вы можете получить по адресу <a href="https://secure.ryzom.com/payment_profile">your profile page</a>',
|
||
),
|
||
'enter_shard' =>
|
||
array (
|
||
'en' => 'Select the server of your character',
|
||
'fr' => 'Sélectionnez le serveur où se trouve votre personnage',
|
||
'de' => 'Wähle den Server deines Charakters aus',
|
||
'ru' => 'Выбрать сервер',
|
||
),
|
||
'enter_char' =>
|
||
array (
|
||
'en' => 'Enter your CHARACTER name (*not* your account name)',
|
||
'fr' => 'Saisissez le nom de votre PERSONNAGE (pas votre nom de compte)',
|
||
'de' => 'Gib den Namen deines CHARAKTERS ein (*nicht* deinen Account-Namen)',
|
||
'ru' => 'Введите имя ПЕРСОНАЖА (*не* имя пользователя)',
|
||
),
|
||
'enter_password' =>
|
||
array (
|
||
'en' => 'Enter the password of your ACCOUNT',
|
||
'fr' => 'Saisissez le mot de passe de votre COMPTE',
|
||
'de' => 'Gib das Passwort deines ACCOUNTS ein',
|
||
'ru' => 'Введите пароль своей УЧЕТНОЙ ЗАПИСИ',
|
||
),
|
||
'bad_login_password' =>
|
||
array (
|
||
'en' => 'Cannot login. Perhaps you entered a bad password or you didn\'t use your CHARACTER name.',
|
||
'fr' => 'Connexion impossible. Peut-être avez vous saisi un mauvais mot de passe ou vous n\'avez pas utilisé le nom de votre PERSONNAGE.',
|
||
'de' => 'Login fehlgeschlagen. Vielleicht hast du ein falsches Passwort eingegeben oder du hast nicht deinen CHARAKTER-Namen verwendet.',
|
||
'ru' => 'Невозможно подключиться. Возможно, вы использовали неверный пароль или имя ПЕРСОНАЖА.',
|
||
),
|
||
'app_notes' =>
|
||
array (
|
||
'en' => 'Notepad',
|
||
'fr' => 'Bloc Note',
|
||
'de' => 'Notizblock',
|
||
'ru' => 'Блокнот',
|
||
),
|
||
'app_news' =>
|
||
array (
|
||
'en' => 'News',
|
||
'fr' => 'Nouvelles',
|
||
'de' => 'News',
|
||
'ru' => 'Новости',
|
||
),
|
||
'app_mail' =>
|
||
array (
|
||
'en' => 'Mail',
|
||
'fr' => 'Courrier',
|
||
'de' => 'Mail',
|
||
'ru' => 'Почта',
|
||
),
|
||
'app_patch' =>
|
||
array (
|
||
'en' => 'Atysmas',
|
||
'fr' => 'Noel',
|
||
'de' => 'Weihnachten',
|
||
'ru' => 'Christmas',
|
||
),
|
||
'app_wiki' =>
|
||
array (
|
||
'en' => 'Atys Wiki',
|
||
'fr' => 'Lore & Chroniques',
|
||
'de' => 'Atys Wiki',
|
||
'ru' => 'Wiki Атиса',
|
||
),
|
||
'app_bots' =>
|
||
array (
|
||
'en' => 'Bots',
|
||
'fr' => 'Bots',
|
||
'de' => 'Bots',
|
||
'ru' => 'Боты',
|
||
),
|
||
'app_test' =>
|
||
array (
|
||
'en' => 'Test Application',
|
||
'fr' => 'Application de test',
|
||
'de' => '',
|
||
'ru' => '',
|
||
),
|
||
'app_forum' =>
|
||
array (
|
||
'en' => 'Forums',
|
||
'fr' => 'Forums',
|
||
'de' => 'Foren',
|
||
'ru' => 'Форумы',
|
||
),
|
||
'app_translate' =>
|
||
array (
|
||
'en' => 'Translate',
|
||
'fr' => 'Traduction',
|
||
'de' => 'Übersetzen',
|
||
'ru' => 'Перевод',
|
||
),
|
||
'app_race' =>
|
||
array (
|
||
'en' => 'Race',
|
||
'fr' => 'Course',
|
||
'de' => 'Rennen',
|
||
'ru' => 'Гонка',
|
||
),
|
||
'app_poll' =>
|
||
array (
|
||
'en' => 'Polls',
|
||
'fr' => 'Sondages',
|
||
'de' => 'Polls',
|
||
'ru' => 'Голосование',
|
||
),
|
||
'app_zapping' =>
|
||
array (
|
||
'en' => 'Atysmas',
|
||
'fr' => 'Atysmas',
|
||
'de' => 'Atysmas',
|
||
'ru' => 'Атисмас',
|
||
),
|
||
'latest_blog' =>
|
||
array (
|
||
'en' => 'Latest news from the dev blog',
|
||
'fr' => 'Dernières nouvelles du blog des dév',
|
||
'de' => 'Aktuelles aus dem Dev-Blog',
|
||
'ru' => 'Последние новости Дневника разработчиков',
|
||
),
|
||
'app_profile' =>
|
||
array (
|
||
'en' => 'Profile',
|
||
'fr' => 'Profil',
|
||
'de' => 'Profile',
|
||
'ru' => 'Личные данные',
|
||
),
|
||
'next_events' =>
|
||
array (
|
||
'en' => 'Next events',
|
||
'fr' => 'Prochains événements',
|
||
'de' => 'Nächste Events',
|
||
'ru' => 'Ближайшие события',
|
||
),
|
||
'absolute_date_format' =>
|
||
array (
|
||
'en' => '%2$s, %1$s %3$s',
|
||
'fr' => '%2$s %1$s %3$s',
|
||
'de' => '%2$s %1$s %3$s',
|
||
'ru' => '%2$s, %1$s %3$s',
|
||
),
|
||
'app_craft' =>
|
||
array (
|
||
'en' => 'Craft: Recipe-Book',
|
||
'fr' => 'Craft : Livre de recettes',
|
||
'de' => 'Craft: Recipe-Book',
|
||
'ru' => 'Ремесло: чертежи',
|
||
),
|
||
'app_ryzhome' =>
|
||
array (
|
||
'en' => 'RyzHome',
|
||
'fr' => 'Mon appart',
|
||
'de' => 'Meine Wohnung',
|
||
'ru' => 'Мой Дом',
|
||
),
|
||
'app_event' =>
|
||
array (
|
||
'en' => 'Event Pad',
|
||
'fr' => 'Pad Event',
|
||
'de' => 'Event-Pad',
|
||
'ru' => 'События',
|
||
),
|
||
'app_calendar' =>
|
||
array (
|
||
'en' => 'Calendar',
|
||
'fr' => 'Calendrier',
|
||
'de' => 'Kalender',
|
||
'ru' => 'Календарь',
|
||
),
|
||
'app_contest' =>
|
||
array (
|
||
'en' => 'Contest',
|
||
'fr' => 'Concours',
|
||
'de' => 'Contest',
|
||
'ru' => 'конкурс',
|
||
),
|
||
'app_rpjobs_v2' =>
|
||
array (
|
||
'en' => 'Occupations',
|
||
'fr' => 'Métiers',
|
||
'de' => 'Berufe',
|
||
'ru' => 'Занятия',
|
||
),
|
||
'app_rewards' =>
|
||
array (
|
||
'en' => 'Rewards',
|
||
'fr' => 'Récompenses',
|
||
'de' => 'Belohnungen',
|
||
'ru' => 'Награды',
|
||
),
|
||
'admin_apps' =>
|
||
array (
|
||
'en' => 'Ryzom Team Apps',
|
||
'fr' => 'Applications Pour L\'équipe Ryzom',
|
||
'de' => 'Ryzom Team Apps',
|
||
'ru' => 'Ryzom Team Apps',
|
||
),
|
||
'dev_apps' =>
|
||
array (
|
||
'en' => 'Devs Apps (don\'t use!)',
|
||
'fr' => 'Applications Devs (Ne pas utiliser !)',
|
||
'de' => 'Devs Apps (don\'t use!)',
|
||
'ru' => 'Devs Apps (don\'t use!)',
|
||
),
|
||
'app_admin' =>
|
||
array (
|
||
'en' => 'Administration',
|
||
'fr' => 'Administration',
|
||
'de' => '{app_admin}',
|
||
'ru' => '{app_admin}',
|
||
),
|
||
'testing_apps' =>
|
||
array (
|
||
'en' => 'Testing Apps (don\'t use without permission)',
|
||
'fr' => 'Applications en test (N\'utilisez que si vous y êtes invité)',
|
||
'de' => 'Testing Apps (don\'t use without permission)',
|
||
'ru' => 'Testing Apps (don\'t use without permission)',
|
||
),
|
||
'app_arcc' =>
|
||
array (
|
||
'en' => 'A.R.C.C.',
|
||
'fr' => 'A.R.C.C.',
|
||
'de' => 'A.R.C.C.',
|
||
'ru' => 'A.R.C.C.',
|
||
),
|
||
'link_to_forum' =>
|
||
array (
|
||
'en' => 'Show details in forum',
|
||
'fr' => 'Voir détails sur le forum',
|
||
'de' => 'Zeige Details im Forum',
|
||
'ru' => '',
|
||
),
|
||
'aura_and_powers_reseted' =>
|
||
array (
|
||
'en' => 'Your auras and powers have been reset. They can be reset again in 2 hours.',
|
||
'fr' => 'Vos auras et pouvoirs ont été remis à zéro. Prochaine remise à zéro dans 2h.',
|
||
'de' => 'Deine Auren und Kräfte wurden zurückgesetzt. Sie können erst in 2 Stunden erneut zurückgesetzt werden.',
|
||
'ru' => '',
|
||
),
|
||
'pvp_reseted' =>
|
||
array (
|
||
'en' => 'Your PvP timers have been reset. ',
|
||
'fr' => 'Votre tag pvp à été remis à zéro.',
|
||
'de' => 'Deine PvP-Timer wurden zurückgesetzt.',
|
||
'ru' => '',
|
||
),
|
||
'temporary_fixes' =>
|
||
array (
|
||
'en' => 'Temporary Fixes',
|
||
'fr' => 'Correctifs temporaires',
|
||
'de' => 'Temporäre Fixes',
|
||
'ru' => '',
|
||
),
|
||
'aura_and_powers_wait' =>
|
||
array (
|
||
'en' => 'Please wait %d min for next reset',
|
||
'fr' => 'Merci d\'attendre %d minutes avant une nouvelle remise à zéro',
|
||
'de' => 'Please wait %d min for next reset',
|
||
'ru' => '',
|
||
),
|
||
'app_power_reset' =>
|
||
array (
|
||
'en' => 'Reset of Aura and Powers',
|
||
'fr' => 'Reset des Auras et Pouvoirs',
|
||
'de' => 'Auren und Kräfte zurücksetzen',
|
||
'ru' => '',
|
||
),
|
||
);
|
||
if(isset($ryzom_texts))
|
||
$ryzom_texts = array_merge ($__texts, $ryzom_texts);
|
||
else
|
||
$ryzom_texts = $__texts;
|