Archived
1
0
This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
old/application/language/en/tools_lang.php
2018-10-16 18:28:42 +02:00

209 lines
10 KiB
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
// Cäsar-Verschlüsselung
$lang['encrypter_site_title'] = 'En- and Decrypting';
$lang['encrypter_title'] = 'Caesar cipher-Encrypter';
$lang['encrypter_description'] = 'This encrypter encrypts your texts with the <a href="https://en.wikipedia.org/wiki/Caesar_cipher" target="_blank">Caesar cipher</a> method. Therefor each letter is shifted by the specified shift amount in the alphabet.';
$lang['encrypter_text'] = 'Unencrypted text';
$lang['encrypter_text2'] = 'Unencrypted text';
$lang['encrypter_shiftkey'] = 'Shift key (Amount of shifted letters in the alphabet)';
$lang['encrypter_shiftkey2'] = 'Shift key';
$lang['encrypter_output'] = 'Encrypted text';
$lang['encrypter_output2'] = 'Output';
// Cäsar-Entschlüsselung
$lang['decrypter_title'] = 'Caesar cipher-Decrypter';
$lang['decrypter_description'] = 'This decrypter decrypts your encrypted texts with the <a href="https://en.wikipedia.org/wiki/Caesar_cipher" target="_blank">Caesar cipher</a> method. Therefor each letter is shifted by the specified shift amount in the alphabet.';
$lang['decrypter_text'] = 'Encrypted text';
$lang['decrypter_text2'] = 'Encrypted text';
$lang['decrypter_shiftkey'] = 'Shift key (Amount of shifted letters in the alphabet)';
$lang['decrypter_shiftkey2'] = 'Shift key';
$lang['decrypter_output'] = 'Decrypted text';
$lang['decrypter_output2'] = 'Output';
// URL-Encoder
$lang['url_site_title'] = 'URL Encoder';
$lang['url_title'] = 'URL Encoder';
$lang['url_description'] = 'Encode or rather decode simply all URLs or sentences!';
$lang['url_input'] = 'Input';
$lang['url_input2'] = 'Input of the uncoded text';
$lang['url_input3'] = 'Input of the encoded text';
$lang['url_encode'] = 'Encode';
$lang['url_decode'] = 'Decode';
$lang['url_output'] = 'Output';
$lang['url_output2'] = 'Output of the encoded text';
$lang['url_output3'] = 'Output of the decoded text';
// base64-Encoder
$lang['base64_site_title'] = 'Base64 Encoder';
$lang['base64_title'] = 'Base64 Encoder';
$lang['base64_description'] = 'Encode or rather decode simply all sentences, messages and textes with the base64 encoding!';
$lang['base64_input'] = 'Input';
$lang['base64_input2'] = 'Input of the uncoded text';
$lang['base64_input3'] = 'Input of the encoded text';
$lang['base64_encode'] = 'Encode';
$lang['base64_decode'] = 'Decode';
$lang['base64_output'] = 'Output';
$lang['base64_output2'] = 'Output of the encoded text';
$lang['base64_output3'] = 'Output of the decoded text';
// Passwort-Generator
$lang['pass_site_title'] = 'Password Generator';
$lang['pass_title'] = 'Password Generator';
$lang['pass_description'] = 'With this password generator you can generate a save and random password however you like!';
$lang['pass_error'] = 'Error at the input';
$lang['pass_generate'] = 'Generate';
$lang['pass_copy'] = 'Copy';
$lang['pass_length'] = 'Password length';
$lang['pass_length_help'] = 'How long should the password be?';
$lang['pass_components'] = 'Components';
$lang['pass_components_upper'] = 'Uppercase letters';
$lang['pass_components_lower'] = 'Lowercase letters';
$lang['pass_components_special'] = 'Special characters';
$lang['pass_components_numbers'] = 'Numbers';
$lang['pass_tipps_title'] = 'Tips for a perfect password';
$lang['pass_tipps1'] = 'The password should have at least <code>10</code> characters. Notice: <i>The longer the better!</i>';
$lang['pass_tipps2'] = 'A password isn\'t save only because the length, a password should be a mixture of upper- and lowercase letters, numbers and special characters. (e.g. <i>Your2DogsAreC00l!</i>)';
$lang['pass_tipps3'] = 'Your password shouldn\'t contain any personal information, which can be associated with you. (e.g. name of the pet, address, etc.)';
$lang['pass_tipps4'] = 'Your password shouldn\'t contain any casual used words or letters chains (e.g. test, QWERTY, abc, 1234, password, etc.)';
$lang['pass_tipps5_title'] = 'Recommendation:';
$lang['pass_tipps5'] = 'Imagine you a sentence and take the first letter of each word. From that a very save password results. Example: <i>My tennis courses takes place 2 times the week at 18 o\'clock. 100%!</i> ==> <i>Mtctp2ttwa18o\'c.100%!</i>';
$lang['pass_end'] = 'I wish you success!';
// Nickname-Generator
$lang['nick_site_title'] = 'Nickname Generator';
$lang['nick_title'] = 'Nickname Generator';
$lang['nick_description'] = 'This Nickname Generator offers';
$lang['nick_description2'] = 'different possibles for generate names. There is certainly something for you here!';
$lang['nick_generate'] = 'Generate';
$lang['nick_copy'] = 'Copy';
$lang['nick_beginning'] = 'Beginning of the nickname';
$lang['nick_ending'] = 'Ending of the nickname';
$lang['nick_history'] = 'History';
// Minecraft Player-Tools
$lang['players_site_title'] = 'Minecraft Player Tools';
$lang['players_title'] = 'Minecraft Player Tools';
$lang['players_description'] = 'Find out player UUID and server stats, download different skins, avatars and renders - everything only with the player name!';
$lang['player_name'] = 'Minecraft player name';
$lang['players_search'] = 'Go';
$lang['player_skin'] = 'Download skin';
$lang['player_skin_render'] = 'Download skin render';
$lang['player_head_render'] = 'Download head render';
$lang['player_avatar'] = 'Avatar downloads';
$lang['player_history_name'] = 'Name';
$lang['player_history_change'] = 'Changing date';
$lang['player_original_name'] = 'Original name';
$lang['player_on_server'] = 'on:';
// Minecraft Server-Tools
$lang['servers_site_title'] = 'Minecraft Server Tools';
$lang['servers_title'] = 'Minecraft Server Tools';
$lang['servers_description'] = 'Find out the player count, the minecraft version, the ping and more instantly - only with the server IP!';
$lang['servers_ip'] = 'Server IP';
$lang['servers_search'] = 'Go';
$lang['servers_error'] = 'Error';
$lang['servers_error_ip'] = 'Incorrect IP';
$lang['servers_player'] = 'Players';
$lang['servers_version'] = 'Version';
$lang['servers_ping'] = 'Ping';
// Twitch Tools
$lang['twitch_site_title'] = 'Twitch Tools';
$lang['twitch_title'] = 'Twitch Tools';
$lang['twitch_description'] = 'Enter a Twitch Channel name and receive severant statistics and information about this channel!';
$lang['twitch_channel'] = 'Twitch Channel';
$lang['twitch_search'] = 'Search';
$lang['twitch_name'] = 'Name';
$lang['twitch_id'] = 'Account ID';
$lang['twitch_follower'] = 'Follower';
$lang['twitch_views'] = 'Views';
$lang['twitch_partner'] = 'Twitch Partner?';
$lang['twitch_youth'] = 'Family Safe?';
$lang['twitch_language'] = 'Language';
$lang['twitch_yes'] = 'Yes';
$lang['twitch_no'] = 'No';
$lang['twitch_created'] = 'Creation Date';
$lang['twitch_changed'] = 'Modified date';
$lang['twitch_stream'] = 'Stream information';
$lang['twitch_stream_title'] = 'Title';
$lang['twitch_stream_game'] = 'Game';
$lang['twitch_stream_language'] = 'Language';
$lang['twitch_url'] = 'URL';
$lang['twitch_time'] = 'd F Y \a\t H:i a';
$lang['twitch_media'] = 'Media';
$lang['twitch_livestream'] = 'Livestream';
// YouTube Downloader
$lang['ytdl_site_title'] = 'YouTube Video Downloader';
$lang['ytdl_title'] = 'YouTube Video Downloader';
$lang['ytdl_description'] = 'Download YouTube videos easy and for free';
$lang['ytdl_videoid'] = 'Video ID';
$lang['ytdl_download'] = 'Download';
$lang['ytdl_help'] = 'Enter a YouTube video ID (the part after ?v= in the URL). Example: <br>https://www.youtube.com/watch?v=<code>-5h586HfAu8</code>';
$lang['ytdl_close'] = 'Close';
$lang['ytdl_error'] = 'Error: ';
$lang['ytdl_errors'] = ['', 'No YouTube video ID was comitted!', 'Invalid URL!', 'YouTube video ID is incorrect!'];
$lang['ytdl_language'] = 'en_US';
$lang['ytdl_views'] = 'Views';
$lang['ytdl_length'] = 'Length';
$lang['ytdl_minutes'] = 'Minutes';
$lang['ytdl_author'] = 'by';
$lang['ytdl_watch'] = 'Watch video';
$lang['ytdl_error_no_downloads'] = 'No download formats were found. Is the video ID correct?';
$lang['ytdl_available_formats'] = 'Available formats for this video';
$lang['ytdl_format'] = 'Format';
$lang['ytdl_quality'] = 'Quality';
$lang['ytdl_size'] = 'Size';
$lang['ytdl_download_link'] = 'Download';
$lang['ytdl_available_until'] = 'Available until';
$lang['ytdl_not_related_youtube'] = 'The YouTube downloader is not affiliated with YouTube Inc.';
$lang['ytdl_no_haftung'] = 'The operator assumes no liability for the use of this service.';
// CSGO stats
$lang['csgo_navbar'] = 'CS:GO Stats';
$lang['csgo_kills'] = 'Kills';
$lang['csgo_time_played'] = 'Time played';
$lang['csgo_accuracy'] = 'Accuracy';
$lang['csgo_headshots'] = 'Headshots';
$lang['csgo_mvp'] = 'MVPs';
$lang['csgo_wins'] = 'Wins';
$lang['csgo_bombs_planted'] = 'Bombs planted';
$lang['csgo_hostages_rescued'] = 'Hostages rescued';
$lang['csgo_last_match'] = 'Last match';
$lang['csgo_rounds'] = 'Rounds';
$lang['csgo_bestweapon'] = 'Best weapon';
$lang['csgo_kd'] = 'K/D';
$lang['csgo_deaths'] = 'Deaths';
$lang['csgo_damage'] = 'Damage';
$lang['csgo_money_spent'] = 'Money spent';
$lang['csgo_money_earned'] = 'Money earned';
$lang['csgo_dominations'] = 'Dominations';
$lang['csgo_revenges'] = 'Revenges';
$lang['csgo_score'] = 'Score';
$lang['csgo_favweapons'] = 'Favorite weapons';
$lang['csgo_favmaps'] = 'Favorite maps';
$lang['csgo_other_stats'] = 'More statistics';
$lang['csgo_total_score'] = 'Total score';
$lang['csgo_shots'] = 'Shots';
$lang['csgo_hits'] = 'Hits';
$lang['csgo_headshot_percent'] = 'Headshot rate';
$lang['csgo_matches'] = 'Matches';
$lang['csgo_matches_won'] = 'Matches won';
$lang['csgo_rounds_won'] = 'Rounds won';
$lang['csgo_pistol_rounds_won'] = 'Pistol rounds won';
$lang['csgo_bombs_defused'] = 'Bombs defused';
$lang['csgo_enemies_blinded_killed'] = 'Flashed enemies killed';
$lang['csgo_knife_fights_won'] = 'Knife fights won';
$lang['csgo_aiming_snipers_killed'] = 'Aiming snipers killed';
$lang['csgo_taser_kills'] = 'Taser kills';
$lang['csgo_kills_enemy_weapon'] = 'Enemy weapon kills';
$lang['csgo_weapon_spent'] = 'Weapons spent';
$lang['csgo_windows_broken'] = 'Windows broken';
$lang['csgo_comma'] = '.';
$lang['csgo_point'] = ',';
$lang['csgo_2'] = 'Win';
$lang['csgo_1'] = 'Draw';
$lang['csgo_0'] = 'Defeat';