diff --git a/cron/tests.php b/cron/tests.php index 29ed8e8..f8f2844 100644 --- a/cron/tests.php +++ b/cron/tests.php @@ -4,7 +4,7 @@ require_once(__DIR__.'/../common_config.php'); try{ $db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME, DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]); }catch(PDOException $e){ - die('No Connection to MySQL database!'); + die(_('No database connection!')); } $stmt=$db->prepare('SELECT address, category, md5sum, description, id FROM ' . PREFIX . "onions WHERE address!='' AND lasttest<(?-86400) ORDER BY lasttest LIMIT 75;"); $stmt->execute([time()]); diff --git a/cron/update.php b/cron/update.php index cd9e607..9446a04 100644 --- a/cron/update.php +++ b/cron/update.php @@ -13,15 +13,15 @@ $onions=[]; $scanned_onions=[]; //sources to get links from -check_links($onions, $ch, 'https://tt3j2x4k5ycaa5zt.onion.link/antanistaticmap/stats/yesterday'); -check_links($onions, $ch, 'https://tt3j2x4k5ycaa5zt.tor2web.io/antanistaticmap/stats/yesterday'); check_links($onions, $ch, 'http://3bbad7fauom4d6sgppalyqddsqbf5u5p56b5k5uk2zxsy3d6ey2jobad.onion/discover'); check_links($onions, $ch, 'http://tor66sewebgixwhcqfnp5inzp5x5uohhdy3kvtnyfxc2e5mxiuh34iid.onion/fresh'); check_links($onions, $ch, 'https://crt.sh/?q=.onion&exclude=expired&deduplicate=Y'); check_links($onions, $ch, 'http://darkeyepxw7cuu2cppnjlgqaav6j42gyt43clcn4vjjf7llfyly5cxid.onion/'); check_links($onions, $ch, 'http://raptora2y6r3bxmjcd3xglr3tcakc6ezq3omyzbnvwahhpi27l3w4yad.onion/'); check_links($onions, $ch, 'http://darkeyepxw7cuu2cppnjlgqaav6j42gyt43clcn4vjjf7llfyly5cxid.onion/'); -check_links($onions, $ch, 'https://onionlandsearchengine.com/discover'); +for($i=11; $i > 0; --$i){ + check_links($onions, $ch, 'https://onionlandsearchengine.com/discover?p='.$i); +} check_links($onions, $ch, 'https://godnotaba.fun/'); check_links($onions, $ch, 'http://links.communzyxz3qfpum5tnvrfvvrr4jlosbq4mzeskigoionqqdylmlhmid.onion/?format=text'); diff --git a/locale/de_DE/LC_MESSAGES/onion-link-list.mo b/locale/de_DE/LC_MESSAGES/onion-link-list.mo index 226ee15..3c49f7d 100644 Binary files a/locale/de_DE/LC_MESSAGES/onion-link-list.mo and b/locale/de_DE/LC_MESSAGES/onion-link-list.mo differ diff --git a/locale/de_DE/LC_MESSAGES/onion-link-list.po b/locale/de_DE/LC_MESSAGES/onion-link-list.po index e006c00..dbfae20 100644 --- a/locale/de_DE/LC_MESSAGES/onion-link-list.po +++ b/locale/de_DE/LC_MESSAGES/onion-link-list.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-26 13:51+0100\n" +"POT-Creation-Date: 2022-12-27 20:20+0100\n" "PO-Revision-Date: 2022-12-26 13:53+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,36 +18,35 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.1.1\n" -#: www/test.php:7 www/test.php:15 +#: www/test.php:7 www/test.php:17 msgid "Online-Test" msgstr "Online-Test" -#: www/test.php:17 -msgid "Here an onion address can be tested, for whether it is online or not." +#: www/test.php:11 www/test.php:19 +msgid "Test whether a Tor hidden service onion is online or offline" msgstr "" -"Hier kann getestet werden, ob eine Onion-Adresse online ist oder nicht." -#: www/test.php:20 www/admin.php:157 +#: www/test.php:22 www/admin.php:159 msgid "Onion link:" msgstr "Onion Link:" -#: www/test.php:27 www/onions.php:379 www/onions.php:408 +#: www/test.php:29 www/onions.php:363 www/onions.php:392 msgid "Test" msgstr "Testen" -#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 -#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 -#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 -#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 -#: setup.php:51 +#: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 +#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6 +#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 +#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 +#: setup.php:48 setup.php:51 msgid "No database connection!" msgstr "Keine Datenbankverbindung!" -#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 +#: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110 msgid "Invalid onion address!" msgstr "Ungültige Onion-Adresse!" -#: www/test.php:54 +#: www/test.php:56 #, php-format msgid "" "Warning, this is a known phishing clone. The original site is located at %s." @@ -55,303 +54,329 @@ msgstr "" "Warnung, diese Adresse ist ein bekannter Phishingklon. Die Original-Seite " "ist hier: %s." -#: www/test.php:59 +#: www/test.php:61 msgid "Warning: This is a known scam!" msgstr "Warnung: Dies ist ein bekannter Betrug!" -#: www/test.php:64 www/test.php:99 +#: www/test.php:66 www/test.php:101 msgid "Yes, the service is online!" msgstr "Ja, der Dienst ist online!" -#: www/test.php:105 +#: www/test.php:107 msgid "No, the service is offline!" msgstr "Nein, der Dienst ist offline!" -#: www/onions.php:55 +#: www/onions.php:36 msgid "All legitimate" msgstr "Alle legitimen" -#: www/onions.php:56 www/onions.php:90 +#: www/onions.php:37 www/onions.php:71 msgid "Last added" msgstr "Zuletzt hinzugefügt" -#: www/onions.php:57 +#: www/onions.php:38 msgid "Offline > 1 week" msgstr "Offline > 1 Woche" -#: www/onions.php:119 www/onions.php:128 +#: www/onions.php:100 www/onions.php:105 www/onions.php:112 +#: www/opensearch.php:6 msgid "Onion link list" msgstr "Onion Linkliste" -#: www/onions.php:130 www/onions.php:449 www/onions.php:466 +#: www/onions.php:104 +msgid "" +"Huge link list of Tor hidden service onions. All the darknet links you need " +"in one place." +msgstr "" + +#: www/onions.php:114 www/onions.php:433 www/onions.php:450 msgid "Error: No database connection!" msgstr "Fehler: Keine Datenbankverbindung!" -#: www/onions.php:137 +#: www/onions.php:116 +#, php-format +msgid "" +"I'm not responsible for any content of websites linked here. 99% of darkweb " +"sites selling anything are scams. Be careful and use your brain. I regularly " +"receive E-Mails from people that were desperate to make money and fell for " +"scammers, don't be one of them!" +msgstr "" + +#: www/onions.php:121 msgid "Onion address:" msgstr "Onion-Adresse:" -#: www/onions.php:142 www/admin.php:181 +#: www/onions.php:126 www/admin.php:183 msgid "Description:" msgstr "Beschreibung:" -#: www/onions.php:157 www/onions.php:177 www/admin.php:197 +#: www/onions.php:141 www/onions.php:161 www/admin.php:199 msgid "Category:" msgstr "Kategorie:" -#: www/onions.php:167 www/admin.php:78 www/admin.php:218 +#: www/onions.php:151 www/admin.php:80 www/admin.php:220 msgid "Update" msgstr "Aktualisieren" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search:" msgstr "Suchen:" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search term" msgstr "Suchwort" -#: www/onions.php:182 www/onions.php:490 www/onions.php:492 +#: www/onions.php:166 www/onions.php:474 www/onions.php:476 msgid "All" msgstr "Alle" -#: www/onions.php:195 +#: www/onions.php:179 msgid "Hide locked" msgstr "Gesperrte nicht anzeigen" -#: www/onions.php:196 +#: www/onions.php:180 msgid "Search" msgstr "Suchen" -#: www/onions.php:198 +#: www/onions.php:182 msgid "Format:" msgstr "Format:" -#: www/onions.php:201 +#: www/onions.php:185 msgid "Special categories:" msgstr "Spezielle Kategorien:" -#: www/onions.php:212 www/onions.php:214 +#: www/onions.php:196 www/onions.php:198 msgid "Phishing Clones" msgstr "Phishingklone" -#: www/onions.php:216 +#: www/onions.php:200 msgid "Removed/Child porn" msgstr "Entfernt/Kinderporno" -#: www/onions.php:218 +#: www/onions.php:202 msgid "Pending approval" msgstr "Genehmigung ausstehend" -#: www/onions.php:219 +#: www/onions.php:203 msgid "Rejected" msgstr "Abgelehnt" -#: www/onions.php:223 +#: www/onions.php:207 msgid "Categories:" msgstr "Kategorien:" -#: www/onions.php:235 -msgid "A valid address looks like this" +#: www/onions.php:219 +#, fuzzy, php-format +msgid "A valid address looks like this: %s" msgstr "Eine gültige Adresse sieht so aus" -#: www/onions.php:238 www/onions.php:251 +#: www/onions.php:222 www/onions.php:235 msgid "Error: Wrong captcha" msgstr "Fehler: Falsches Captcha" -#: www/onions.php:244 +#: www/onions.php:228 msgid "Error: Captcha expired" msgstr "Fehler: Captcha abgelaufen" -#: www/onions.php:272 www/admin.php:94 +#: www/onions.php:256 www/admin.php:96 msgid "Successfully added onion address!" msgstr "Onion-Adresse erfolgreich hinzugefügt!" -#: www/onions.php:274 +#: www/onions.php:258 msgid "Sorry, editing this onion address has been locked!" msgstr "Entschuldigung, das Bearbeiten dieser Onion-Adresse wurde gesperrt!" -#: www/onions.php:278 www/admin.php:98 +#: www/onions.php:262 www/admin.php:100 msgid "Successfully updated description!" msgstr "Beschreibung erfolgreich aktualisiert!" -#: www/onions.php:282 www/admin.php:102 +#: www/onions.php:266 www/admin.php:104 msgid "Successfully updated category!" msgstr "Kategorie erfolgreich aktualisiert!" -#: www/onions.php:284 www/admin.php:104 +#: www/onions.php:268 www/admin.php:106 msgid "Thanks, but I already knew this address!" msgstr "Danke, aber ich kannte diese Adresse bereits!" -#: www/onions.php:310 +#: www/onions.php:294 #, php-format msgid "Searching for \"%1$s\", %2$d results found:" msgstr "Suche nach \"%1$s\", %2$d Ergebnisse gefunden:" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Onion link" msgstr "Onion-Adresse" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Description" msgstr "Beschreibung" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Last tested" msgstr "Zuletzt getestet" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Last seen" msgstr "Zuletzt online" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Added at" msgstr "Hinzugefügt am" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Actions" msgstr "Aktionen" -#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 -#: www/onions.php:431 +#: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378 +#: www/onions.php:415 msgid "Never" msgstr "Nie" -#: www/onions.php:406 +#: www/onions.php:390 msgid "Edit" msgstr "Bearbeiten" -#: www/onions.php:422 +#: www/onions.php:406 msgid "Clone of" msgstr "Klon von" -#: www/onions.php:438 +#: www/onions.php:422 msgid "Unknown" msgstr "Unbekannt" -#: www/onions.php:488 +#: www/onions.php:472 msgid "Pages:" msgstr "Seiten:" -#: www/admin.php:17 www/admin.php:24 +#: www/admin.php:17 www/admin.php:26 msgid "Admin interface" msgstr "Admin Schnittstelle" -#: www/admin.php:32 +#: www/admin.php:34 msgid "Password:" msgstr "Passwort:" -#: www/admin.php:33 +#: www/admin.php:35 msgid "Login" msgstr "Anmelden" -#: www/admin.php:36 +#: www/admin.php:38 msgid "Wrong Password!" msgstr "Falsches Passwort!" -#: www/admin.php:52 www/admin.php:208 +#: www/admin.php:54 www/admin.php:210 msgid "Remove" msgstr "Entfernen" -#: www/admin.php:54 +#: www/admin.php:56 msgid "Successfully removed onion address!" msgstr "Onion-Adresse erfolgreich entfernt!" -#: www/admin.php:55 www/admin.php:209 +#: www/admin.php:57 www/admin.php:211 msgid "Lock" msgstr "Sperren" -#: www/admin.php:57 +#: www/admin.php:59 msgid "Successfully locked onion address!" msgstr "Onion-Adresse erfolgreich gesperrt!" -#: www/admin.php:58 www/admin.php:213 +#: www/admin.php:60 www/admin.php:215 msgid "Re-add" msgstr "Wieder hinzufügen" -#: www/admin.php:60 +#: www/admin.php:62 msgid "Successfully re-added onion address!" msgstr "Onion-Adresse erfolgreich wieder hinzugefügt!" -#: www/admin.php:61 www/admin.php:214 +#: www/admin.php:63 www/admin.php:216 msgid "Unlock" msgstr "Entsperren" -#: www/admin.php:63 +#: www/admin.php:65 msgid "Successfully unlocked onion address!" msgstr "Onion-Adresse erfolgreich entsperrt!" -#: www/admin.php:64 www/admin.php:210 +#: www/admin.php:66 www/admin.php:212 msgid "Promote" msgstr "Hervorheben" -#: www/admin.php:74 +#: www/admin.php:76 #, php-format msgid "Successfully promoted onion address until %1$s!" msgstr "Onion-Adresse erfolgreich hervorgehoben bis %1$s!" -#: www/admin.php:75 www/admin.php:215 +#: www/admin.php:77 www/admin.php:217 msgid "Un-promote" msgstr "Nicht mehr hervorheben" -#: www/admin.php:77 +#: www/admin.php:79 msgid "Successfully un-promoted onion address!" msgstr "Onion-Adresse erfolgreich nicht mehr hervorgehoben!" -#: www/admin.php:106 www/admin.php:211 +#: www/admin.php:108 www/admin.php:213 msgid "Phishing" msgstr "Phishing" -#: www/admin.php:120 +#: www/admin.php:122 msgid "Successfully added Phishing clone!" msgstr "Phishingklon erfolgreich hinzugefügt!" -#: www/admin.php:122 +#: www/admin.php:124 msgid "Not added Phishing clone! Phishing and original have the same address." msgstr "" "Phishingklon nicht hinzugefügt! Phishing und original haben die gleiche " "Adresse." -#: www/admin.php:125 www/admin.php:216 +#: www/admin.php:127 www/admin.php:218 msgid "No phishing" msgstr "Kein Phishing" -#: www/admin.php:130 +#: www/admin.php:132 msgid "Successfully removed Phishing clone!" msgstr "Phishingklon erfolgreich entfernt!" -#: www/admin.php:131 www/admin.php:220 +#: www/admin.php:133 www/admin.php:222 msgid "Reject" msgstr "Ablehnen" -#: www/admin.php:133 +#: www/admin.php:135 msgid "Successfully rejected onion address" msgstr "Onion-Adresse erfolgreich abgelehnt" -#: www/admin.php:134 www/admin.php:221 +#: www/admin.php:136 www/admin.php:223 msgid "Approve" msgstr "Akzeptieren" -#: www/admin.php:136 +#: www/admin.php:138 msgid "Successfully approved onion address" msgstr "Onion-Adresse erfolgreich genehmigt" -#: www/admin.php:138 +#: www/admin.php:140 msgid "No action taken!" msgstr "Keine Aktion ausgeführt!" -#: www/admin.php:151 +#: www/admin.php:153 msgid "Switch view mode" msgstr "Ansichtsmodus wechseln" -#: www/admin.php:171 +#: www/admin.php:173 msgid "Clone of:" msgstr "Klon von:" -#: www/admin.php:176 +#: www/admin.php:178 msgid "Bitcoins:" msgstr "Bitcoins:" +#: www/sitemap.php:77 +msgid "Error creating the sitemap!" +msgstr "" + +#: www/opensearch.php:7 +#, fuzzy +msgid "Search the onion link list" +msgstr "Onion Linkliste" + #: common_config.php:93 msgid "Language:" msgstr "Sprache:" @@ -389,3 +414,8 @@ msgstr "" #: setup.php:106 msgid "Status: OK" msgstr "Status: OK" + +#~ msgid "" +#~ "Here an onion address can be tested, for whether it is online or not." +#~ msgstr "" +#~ "Hier kann getestet werden, ob eine Onion-Adresse online ist oder nicht." diff --git a/locale/fa_IR/LC_MESSAGES/onion-link-list.mo b/locale/fa_IR/LC_MESSAGES/onion-link-list.mo index cca3acc..0f2ed14 100644 Binary files a/locale/fa_IR/LC_MESSAGES/onion-link-list.mo and b/locale/fa_IR/LC_MESSAGES/onion-link-list.mo differ diff --git a/locale/fa_IR/LC_MESSAGES/onion-link-list.po b/locale/fa_IR/LC_MESSAGES/onion-link-list.po index 6034f98..3a72a4b 100644 --- a/locale/fa_IR/LC_MESSAGES/onion-link-list.po +++ b/locale/fa_IR/LC_MESSAGES/onion-link-list.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-26 13:53+0100\n" +"POT-Creation-Date: 2022-12-27 20:20+0100\n" "PO-Revision-Date: 2022-12-26 15:08+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,334 +18,361 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n==0 || n==1);\n" "X-Generator: Poedit 3.1.1\n" -#: www/test.php:7 www/test.php:15 +#: www/test.php:7 www/test.php:17 msgid "Online-Test" msgstr "آزمون-انلاین" -#: www/test.php:17 -msgid "Here an onion address can be tested, for whether it is online or not." -msgstr "در اینجا میتوانید انلاین یا افلاین بودن آدرس پیازی را آزمایش کنید." +#: www/test.php:11 www/test.php:19 +msgid "Test whether a Tor hidden service onion is online or offline" +msgstr "" -#: www/test.php:20 www/admin.php:157 +#: www/test.php:22 www/admin.php:159 msgid "Onion link:" msgstr "پیوند پیازی:" -#: www/test.php:27 www/onions.php:379 www/onions.php:408 +#: www/test.php:29 www/onions.php:363 www/onions.php:392 msgid "Test" msgstr "آزمون" -#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 -#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 -#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 -#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 -#: setup.php:51 +#: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 +#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6 +#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 +#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 +#: setup.php:48 setup.php:51 msgid "No database connection!" msgstr "مشکل در اتصال به دیتابیس" -#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 +#: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110 msgid "Invalid onion address!" msgstr "آدرس پیازی غیر مجاز!" -#: www/test.php:54 +#: www/test.php:56 #, php-format -msgid "Warning, this is a known phishing clone. The original site is located at %s." +msgid "" +"Warning, this is a known phishing clone. The original site is located at %s." msgstr "هشدار، این یک کلون فیشینگ شناخته شده است. ساید اصلی در اینجاست %s." -#: www/test.php:59 +#: www/test.php:61 msgid "Warning: This is a known scam!" msgstr "" -#: www/test.php:64 www/test.php:99 +#: www/test.php:66 www/test.php:101 msgid "Yes, the service is online!" msgstr "بله، سرویس انلاین است!" -#: www/test.php:105 +#: www/test.php:107 msgid "No, the service is offline!" msgstr "خیر، سرویس افلاین است!" -#: www/onions.php:55 +#: www/onions.php:36 msgid "All legitimate" msgstr "" -#: www/onions.php:56 www/onions.php:90 +#: www/onions.php:37 www/onions.php:71 msgid "Last added" msgstr "آخرین تغییرات" -#: www/onions.php:57 +#: www/onions.php:38 msgid "Offline > 1 week" msgstr "غیر فعال > 1 هفته" -#: www/onions.php:119 www/onions.php:128 +#: www/onions.php:100 www/onions.php:105 www/onions.php:112 +#: www/opensearch.php:6 msgid "Onion link list" msgstr "پیوندهای پیازی" -#: www/onions.php:130 www/onions.php:449 www/onions.php:466 +#: www/onions.php:104 +msgid "" +"Huge link list of Tor hidden service onions. All the darknet links you need " +"in one place." +msgstr "" + +#: www/onions.php:114 www/onions.php:433 www/onions.php:450 msgid "Error: No database connection!" msgstr "خطا: مشکل در اتصال به دیتابیس" -#: www/onions.php:137 +#: www/onions.php:116 +#, php-format +msgid "" +"I'm not responsible for any content of websites linked here. 99% of darkweb " +"sites selling anything are scams. Be careful and use your brain. I regularly " +"receive E-Mails from people that were desperate to make money and fell for " +"scammers, don't be one of them!" +msgstr "" + +#: www/onions.php:121 msgid "Onion address:" msgstr "" -#: www/onions.php:142 www/admin.php:181 +#: www/onions.php:126 www/admin.php:183 msgid "Description:" msgstr "توضیح:" -#: www/onions.php:157 www/onions.php:177 www/admin.php:197 +#: www/onions.php:141 www/onions.php:161 www/admin.php:199 msgid "Category:" msgstr "دسته بندی:" -#: www/onions.php:167 www/admin.php:78 www/admin.php:218 +#: www/onions.php:151 www/admin.php:80 www/admin.php:220 msgid "Update" msgstr "بروزرسانی" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search:" msgstr "جستجو:" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search term" msgstr "جستجوی اصطلاح" -#: www/onions.php:182 www/onions.php:490 www/onions.php:492 +#: www/onions.php:166 www/onions.php:474 www/onions.php:476 msgid "All" msgstr "همه" -#: www/onions.php:195 +#: www/onions.php:179 msgid "Hide locked" msgstr "پنهان کردن قفل" -#: www/onions.php:196 +#: www/onions.php:180 msgid "Search" msgstr "جستجو" -#: www/onions.php:198 +#: www/onions.php:182 msgid "Format:" msgstr "فرمت:" -#: www/onions.php:201 +#: www/onions.php:185 msgid "Special categories:" msgstr "دسته بندی های خاص:" -#: www/onions.php:212 www/onions.php:214 +#: www/onions.php:196 www/onions.php:198 msgid "Phishing Clones" msgstr "کلاهبرداری فیشینگ" -#: www/onions.php:216 +#: www/onions.php:200 msgid "Removed/Child porn" msgstr "حذف/ پورن کودکان" -#: www/onions.php:218 +#: www/onions.php:202 msgid "Pending approval" msgstr "در انتضار تایید" -#: www/onions.php:219 +#: www/onions.php:203 msgid "Rejected" msgstr "رد شد" -#: www/onions.php:223 +#: www/onions.php:207 msgid "Categories:" msgstr "دسته بندی ها:" -#: www/onions.php:235 -msgid "A valid address looks like this" +#: www/onions.php:219 +#, fuzzy, php-format +msgid "A valid address looks like this: %s" msgstr "آدرس معتبری به این شکل است" -#: www/onions.php:238 www/onions.php:251 +#: www/onions.php:222 www/onions.php:235 msgid "Error: Wrong captcha" msgstr "" -#: www/onions.php:244 +#: www/onions.php:228 msgid "Error: Captcha expired" msgstr "" -#: www/onions.php:272 www/admin.php:94 +#: www/onions.php:256 www/admin.php:96 msgid "Successfully added onion address!" msgstr "آدرس پیازی با موفقیت اضافه شد!" -#: www/onions.php:274 +#: www/onions.php:258 msgid "Sorry, editing this onion address has been locked!" msgstr "متاسفیم، این آدرس قفل شده است نمیتوانید ویرایش کنید!" -#: www/onions.php:278 www/admin.php:98 +#: www/onions.php:262 www/admin.php:100 msgid "Successfully updated description!" msgstr "توضیحات با موفقیت بروزرسانی شد !" -#: www/onions.php:282 www/admin.php:102 +#: www/onions.php:266 www/admin.php:104 msgid "Successfully updated category!" msgstr "دسته بندی به موفقیت بروزرسانی شد!" -#: www/onions.php:284 www/admin.php:104 +#: www/onions.php:268 www/admin.php:106 msgid "Thanks, but I already knew this address!" msgstr "با تشکر ، اما این آدرس موجود است !" -#: www/onions.php:310 +#: www/onions.php:294 #, php-format msgid "Searching for \"%1$s\", %2$d results found:" msgstr "جستجو برای \"%1$s\", %2$d نتیجه یافت شد:" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Onion link" msgstr "پیوند پیازی" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Description" msgstr "توضیح" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Last tested" msgstr "آخرین آزمون" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Last seen" msgstr "آخرین بازدید" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Added at" msgstr "اضافه شده در" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Actions" msgstr "اقدامات" -#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 -#: www/onions.php:431 +#: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378 +#: www/onions.php:415 msgid "Never" msgstr "هرگز" -#: www/onions.php:406 +#: www/onions.php:390 msgid "Edit" msgstr "ویرایش" -#: www/onions.php:422 +#: www/onions.php:406 msgid "Clone of" msgstr "کلون از" -#: www/onions.php:438 +#: www/onions.php:422 msgid "Unknown" msgstr "ناشناخته" -#: www/onions.php:488 +#: www/onions.php:472 msgid "Pages:" msgstr "صفحه:" -#: www/admin.php:17 www/admin.php:24 +#: www/admin.php:17 www/admin.php:26 msgid "Admin interface" msgstr "رابط مدیریت" -#: www/admin.php:32 +#: www/admin.php:34 msgid "Password:" msgstr "رمز عبور:" -#: www/admin.php:33 +#: www/admin.php:35 msgid "Login" msgstr "ورود" -#: www/admin.php:36 +#: www/admin.php:38 msgid "Wrong Password!" msgstr "رمز اشتباه !" -#: www/admin.php:52 www/admin.php:208 +#: www/admin.php:54 www/admin.php:210 msgid "Remove" msgstr "حذف" -#: www/admin.php:54 +#: www/admin.php:56 msgid "Successfully removed onion address!" msgstr "آدرس پیازی با موفقیت حذف شد!" -#: www/admin.php:55 www/admin.php:209 +#: www/admin.php:57 www/admin.php:211 msgid "Lock" msgstr "قفل" -#: www/admin.php:57 +#: www/admin.php:59 msgid "Successfully locked onion address!" msgstr "آدرس پیازی با موفقیت قفل شد !" -#: www/admin.php:58 www/admin.php:213 +#: www/admin.php:60 www/admin.php:215 msgid "Re-add" msgstr "دوباره-اضافه" -#: www/admin.php:60 +#: www/admin.php:62 msgid "Successfully re-added onion address!" msgstr "آدرس پیازی با موفقیت دوباره اضافه شد !" -#: www/admin.php:61 www/admin.php:214 +#: www/admin.php:63 www/admin.php:216 msgid "Unlock" msgstr "قفل باز" -#: www/admin.php:63 +#: www/admin.php:65 msgid "Successfully unlocked onion address!" msgstr "قفل آدرس پیازی با موفقیت باز شد !" -#: www/admin.php:64 www/admin.php:210 +#: www/admin.php:66 www/admin.php:212 msgid "Promote" msgstr "تبلیغ" -#: www/admin.php:74 +#: www/admin.php:76 #, php-format msgid "Successfully promoted onion address until %1$s!" msgstr "آدرس پیازی با موفقیت تبلیغ شد تا %1$s!" -#: www/admin.php:75 www/admin.php:215 +#: www/admin.php:77 www/admin.php:217 msgid "Un-promote" msgstr "لغو-تبلیغ" -#: www/admin.php:77 +#: www/admin.php:79 msgid "Successfully un-promoted onion address!" msgstr "تبلیغ آدرس با موفقیت لغو شد!" -#: www/admin.php:106 www/admin.php:211 +#: www/admin.php:108 www/admin.php:213 msgid "Phishing" msgstr "فیشینگ" -#: www/admin.php:120 +#: www/admin.php:122 msgid "Successfully added Phishing clone!" msgstr "کلون فیشینگ با موفقیت اضافه شد !" -#: www/admin.php:122 +#: www/admin.php:124 msgid "Not added Phishing clone! Phishing and original have the same address." msgstr "کلون فیشینگ اضافه نشد! فیشینگ و اصلی آدرس یکسانی دارند." -#: www/admin.php:125 www/admin.php:216 +#: www/admin.php:127 www/admin.php:218 msgid "No phishing" msgstr "بدون فیشینگ" -#: www/admin.php:130 +#: www/admin.php:132 msgid "Successfully removed Phishing clone!" msgstr "کلون فیشینگ با موفقیت حذف شد !" -#: www/admin.php:131 www/admin.php:220 +#: www/admin.php:133 www/admin.php:222 msgid "Reject" msgstr "رد کردن" -#: www/admin.php:133 +#: www/admin.php:135 msgid "Successfully rejected onion address" msgstr "آدرس پیازی با موفقیت رد شد" -#: www/admin.php:134 www/admin.php:221 +#: www/admin.php:136 www/admin.php:223 msgid "Approve" msgstr "تایید" -#: www/admin.php:136 +#: www/admin.php:138 msgid "Successfully approved onion address" msgstr "آدرس پیازی با موفقیت تایید شد" -#: www/admin.php:138 +#: www/admin.php:140 msgid "No action taken!" msgstr "اقدامی انجام نشده است!" -#: www/admin.php:151 +#: www/admin.php:153 msgid "Switch view mode" msgstr "نغییر حالت مشاهده" -#: www/admin.php:171 +#: www/admin.php:173 msgid "Clone of:" msgstr "کلون از:" -#: www/admin.php:176 +#: www/admin.php:178 msgid "Bitcoins:" msgstr "بیت کوین:" +#: www/sitemap.php:77 +msgid "Error creating the sitemap!" +msgstr "" + +#: www/opensearch.php:7 +#, fuzzy +msgid "Search the onion link list" +msgstr "پیوندهای پیازی" + #: common_config.php:93 msgid "Language:" msgstr "زبان:" @@ -373,3 +400,7 @@ msgstr "" #: setup.php:106 msgid "Status: OK" msgstr "وضعیت: خوب" + +#~ msgid "" +#~ "Here an onion address can be tested, for whether it is online or not." +#~ msgstr "در اینجا میتوانید انلاین یا افلاین بودن آدرس پیازی را آزمایش کنید." diff --git a/locale/ja_JP/LC_MESSAGES/onion-link-list.mo b/locale/ja_JP/LC_MESSAGES/onion-link-list.mo index f6d0d5f..bb1c971 100644 Binary files a/locale/ja_JP/LC_MESSAGES/onion-link-list.mo and b/locale/ja_JP/LC_MESSAGES/onion-link-list.mo differ diff --git a/locale/ja_JP/LC_MESSAGES/onion-link-list.po b/locale/ja_JP/LC_MESSAGES/onion-link-list.po index c9d4e65..a897bfc 100644 --- a/locale/ja_JP/LC_MESSAGES/onion-link-list.po +++ b/locale/ja_JP/LC_MESSAGES/onion-link-list.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-26 13:53+0100\n" +"POT-Creation-Date: 2022-12-27 20:20+0100\n" "PO-Revision-Date: 2022-12-26 14:53+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,334 +18,361 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.1.1\n" -#: www/test.php:7 www/test.php:15 +#: www/test.php:7 www/test.php:17 msgid "Online-Test" msgstr "オンラインテスト" -#: www/test.php:17 -msgid "Here an onion address can be tested, for whether it is online or not." -msgstr "ここで、Onionアドレスが「オンライン」かどうかを試すことができます。" +#: www/test.php:11 www/test.php:19 +msgid "Test whether a Tor hidden service onion is online or offline" +msgstr "" -#: www/test.php:20 www/admin.php:157 +#: www/test.php:22 www/admin.php:159 msgid "Onion link:" msgstr "Onion リンク:" -#: www/test.php:27 www/onions.php:379 www/onions.php:408 +#: www/test.php:29 www/onions.php:363 www/onions.php:392 msgid "Test" msgstr "テスト" -#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 -#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 -#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 -#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 -#: setup.php:51 +#: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 +#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6 +#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 +#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 +#: setup.php:48 setup.php:51 msgid "No database connection!" msgstr "データベースの接続がありません!" -#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 +#: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110 msgid "Invalid onion address!" msgstr "Onionアドレスが不正です!" -#: www/test.php:54 +#: www/test.php:56 #, php-format -msgid "Warning, this is a known phishing clone. The original site is located at %s." +msgid "" +"Warning, this is a known phishing clone. The original site is located at %s." msgstr "警告。これは知られた詐欺サイト(クローン)です。オリジナルは %s です。" -#: www/test.php:59 +#: www/test.php:61 msgid "Warning: This is a known scam!" msgstr "" -#: www/test.php:64 www/test.php:99 +#: www/test.php:66 www/test.php:101 msgid "Yes, the service is online!" msgstr "対象はオンラインです!" -#: www/test.php:105 +#: www/test.php:107 msgid "No, the service is offline!" msgstr "対象はオフラインです!" -#: www/onions.php:55 +#: www/onions.php:36 msgid "All legitimate" msgstr "" -#: www/onions.php:56 www/onions.php:90 +#: www/onions.php:37 www/onions.php:71 msgid "Last added" msgstr "最近の追加" -#: www/onions.php:57 +#: www/onions.php:38 msgid "Offline > 1 week" msgstr "1週間以上オフライン" -#: www/onions.php:119 www/onions.php:128 +#: www/onions.php:100 www/onions.php:105 www/onions.php:112 +#: www/opensearch.php:6 msgid "Onion link list" msgstr "Onionリンクの一覧" -#: www/onions.php:130 www/onions.php:449 www/onions.php:466 +#: www/onions.php:104 +msgid "" +"Huge link list of Tor hidden service onions. All the darknet links you need " +"in one place." +msgstr "" + +#: www/onions.php:114 www/onions.php:433 www/onions.php:450 msgid "Error: No database connection!" msgstr "エラー:データベースの接続がありません!" -#: www/onions.php:137 +#: www/onions.php:116 +#, php-format +msgid "" +"I'm not responsible for any content of websites linked here. 99% of darkweb " +"sites selling anything are scams. Be careful and use your brain. I regularly " +"receive E-Mails from people that were desperate to make money and fell for " +"scammers, don't be one of them!" +msgstr "" + +#: www/onions.php:121 msgid "Onion address:" msgstr "Onion アドレス:" -#: www/onions.php:142 www/admin.php:181 +#: www/onions.php:126 www/admin.php:183 msgid "Description:" msgstr "詳細:" -#: www/onions.php:157 www/onions.php:177 www/admin.php:197 +#: www/onions.php:141 www/onions.php:161 www/admin.php:199 msgid "Category:" msgstr "カテゴリ:" -#: www/onions.php:167 www/admin.php:78 www/admin.php:218 +#: www/onions.php:151 www/admin.php:80 www/admin.php:220 msgid "Update" msgstr "更新" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search:" msgstr "検索:" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search term" msgstr "検索キーワード" -#: www/onions.php:182 www/onions.php:490 www/onions.php:492 +#: www/onions.php:166 www/onions.php:474 www/onions.php:476 msgid "All" msgstr "全て" -#: www/onions.php:195 +#: www/onions.php:179 msgid "Hide locked" msgstr "" -#: www/onions.php:196 +#: www/onions.php:180 msgid "Search" msgstr "検索" -#: www/onions.php:198 +#: www/onions.php:182 msgid "Format:" msgstr "形式:" -#: www/onions.php:201 +#: www/onions.php:185 msgid "Special categories:" msgstr "特別な分類:" -#: www/onions.php:212 www/onions.php:214 +#: www/onions.php:196 www/onions.php:198 msgid "Phishing Clones" msgstr "詐欺サイト(クローン)" -#: www/onions.php:216 +#: www/onions.php:200 msgid "Removed/Child porn" msgstr "削除済" -#: www/onions.php:218 +#: www/onions.php:202 msgid "Pending approval" msgstr "" -#: www/onions.php:219 +#: www/onions.php:203 msgid "Rejected" msgstr "" -#: www/onions.php:223 +#: www/onions.php:207 msgid "Categories:" msgstr "カテゴリ:" -#: www/onions.php:235 -msgid "A valid address looks like this" +#: www/onions.php:219 +#, fuzzy, php-format +msgid "A valid address looks like this: %s" msgstr "正しいアドレスはこんな感じのはず:" -#: www/onions.php:238 www/onions.php:251 +#: www/onions.php:222 www/onions.php:235 msgid "Error: Wrong captcha" msgstr "" -#: www/onions.php:244 +#: www/onions.php:228 msgid "Error: Captcha expired" msgstr "" -#: www/onions.php:272 www/admin.php:94 +#: www/onions.php:256 www/admin.php:96 msgid "Successfully added onion address!" msgstr "Onionアドレスを追加しました!" -#: www/onions.php:274 +#: www/onions.php:258 msgid "Sorry, editing this onion address has been locked!" msgstr "ごめん、このOnionアドレスはロックされていて編集できない!" -#: www/onions.php:278 www/admin.php:98 +#: www/onions.php:262 www/admin.php:100 msgid "Successfully updated description!" msgstr "説明の更新に成功しました!" -#: www/onions.php:282 www/admin.php:102 +#: www/onions.php:266 www/admin.php:104 msgid "Successfully updated category!" msgstr "カテゴリの変更に成功しました!" -#: www/onions.php:284 www/admin.php:104 +#: www/onions.php:268 www/admin.php:106 msgid "Thanks, but I already knew this address!" msgstr "ありがとう、でも、このアドレスはもう知ってるんだ!" -#: www/onions.php:310 +#: www/onions.php:294 #, php-format msgid "Searching for \"%1$s\", %2$d results found:" msgstr "検索キーワード \"%1$s\" - %2$d 件見つかりました:" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Onion link" msgstr "Onion リンク" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Description" msgstr "説明" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Last tested" msgstr "接続試験日" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Last seen" msgstr "最後に見た日" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Added at" msgstr "追加された日" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Actions" msgstr "操作" -#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 -#: www/onions.php:431 +#: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378 +#: www/onions.php:415 msgid "Never" msgstr "なし" -#: www/onions.php:406 +#: www/onions.php:390 msgid "Edit" msgstr "編集" -#: www/onions.php:422 +#: www/onions.php:406 msgid "Clone of" msgstr "クローン元(オリジナル)" -#: www/onions.php:438 +#: www/onions.php:422 msgid "Unknown" msgstr "不明" -#: www/onions.php:488 +#: www/onions.php:472 msgid "Pages:" msgstr "ページ:" -#: www/admin.php:17 www/admin.php:24 +#: www/admin.php:17 www/admin.php:26 msgid "Admin interface" msgstr "管理者の操作画面" -#: www/admin.php:32 +#: www/admin.php:34 msgid "Password:" msgstr "パスワード:" -#: www/admin.php:33 +#: www/admin.php:35 msgid "Login" msgstr "ログイン" -#: www/admin.php:36 +#: www/admin.php:38 msgid "Wrong Password!" msgstr "パスワードが違います!" -#: www/admin.php:52 www/admin.php:208 +#: www/admin.php:54 www/admin.php:210 msgid "Remove" msgstr "" -#: www/admin.php:54 +#: www/admin.php:56 msgid "Successfully removed onion address!" msgstr "Onionアドレスを削除しました!" -#: www/admin.php:55 www/admin.php:209 +#: www/admin.php:57 www/admin.php:211 msgid "Lock" msgstr "施錠" -#: www/admin.php:57 +#: www/admin.php:59 msgid "Successfully locked onion address!" msgstr "Onionアドレスをロックしました!" -#: www/admin.php:58 www/admin.php:213 +#: www/admin.php:60 www/admin.php:215 msgid "Re-add" msgstr "再追加" -#: www/admin.php:60 +#: www/admin.php:62 msgid "Successfully re-added onion address!" msgstr "Onionアドレスを再度追加しました!" -#: www/admin.php:61 www/admin.php:214 +#: www/admin.php:63 www/admin.php:216 msgid "Unlock" msgstr "解錠" -#: www/admin.php:63 +#: www/admin.php:65 msgid "Successfully unlocked onion address!" msgstr "Onionアドレスのロックを解除しました!" -#: www/admin.php:64 www/admin.php:210 +#: www/admin.php:66 www/admin.php:212 msgid "Promote" msgstr "宣伝" -#: www/admin.php:74 +#: www/admin.php:76 #, php-format msgid "Successfully promoted onion address until %1$s!" msgstr "Onionアドレスを次の日まで宣伝します: %1$s!" -#: www/admin.php:75 www/admin.php:215 +#: www/admin.php:77 www/admin.php:217 msgid "Un-promote" msgstr "宣伝解除" -#: www/admin.php:77 +#: www/admin.php:79 msgid "Successfully un-promoted onion address!" msgstr "Onionアドレスの宣伝をやめました!" -#: www/admin.php:106 www/admin.php:211 +#: www/admin.php:108 www/admin.php:213 msgid "Phishing" msgstr "詐欺サイト" -#: www/admin.php:120 +#: www/admin.php:122 msgid "Successfully added Phishing clone!" msgstr "詐欺サイトを追加しました!" -#: www/admin.php:122 +#: www/admin.php:124 msgid "Not added Phishing clone! Phishing and original have the same address." msgstr "追加できませんでした。詐欺サイトとオリジナルのアドレスが同一です。" -#: www/admin.php:125 www/admin.php:216 +#: www/admin.php:127 www/admin.php:218 msgid "No phishing" msgstr "詐欺サイトではない" -#: www/admin.php:130 +#: www/admin.php:132 msgid "Successfully removed Phishing clone!" msgstr "詐欺サイトを削除しました!" -#: www/admin.php:131 www/admin.php:220 +#: www/admin.php:133 www/admin.php:222 msgid "Reject" msgstr "" -#: www/admin.php:133 +#: www/admin.php:135 msgid "Successfully rejected onion address" msgstr "" -#: www/admin.php:134 www/admin.php:221 +#: www/admin.php:136 www/admin.php:223 msgid "Approve" msgstr "" -#: www/admin.php:136 +#: www/admin.php:138 msgid "Successfully approved onion address" msgstr "" -#: www/admin.php:138 +#: www/admin.php:140 msgid "No action taken!" msgstr "何も操作していません!" -#: www/admin.php:151 +#: www/admin.php:153 msgid "Switch view mode" msgstr "" -#: www/admin.php:171 +#: www/admin.php:173 msgid "Clone of:" msgstr "クローン元(オリジナル):" -#: www/admin.php:176 +#: www/admin.php:178 msgid "Bitcoins:" msgstr "ビットコイン:" +#: www/sitemap.php:77 +msgid "Error creating the sitemap!" +msgstr "" + +#: www/opensearch.php:7 +#, fuzzy +msgid "Search the onion link list" +msgstr "Onionリンクの一覧" + #: common_config.php:93 msgid "Language:" msgstr "言語:" @@ -373,3 +400,7 @@ msgstr "PHPのdate拡張が必要です。先にインストールしてくだ #: setup.php:106 msgid "Status: OK" msgstr "状態: 良好" + +#~ msgid "" +#~ "Here an onion address can be tested, for whether it is online or not." +#~ msgstr "ここで、Onionアドレスが「オンライン」かどうかを試すことができます。" diff --git a/locale/onion-link-list.pot b/locale/onion-link-list.pot index c6188b6..a1cd97f 100644 --- a/locale/onion-link-list.pot +++ b/locale/onion-link-list.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-26 15:11+0100\n" +"POT-Creation-Date: 2022-12-27 20:20+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,335 +17,360 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: www/test.php:7 www/test.php:15 +#: www/test.php:7 www/test.php:17 msgid "Online-Test" msgstr "" -#: www/test.php:17 -msgid "Here an onion address can be tested, for whether it is online or not." +#: www/test.php:11 www/test.php:19 +msgid "Test whether a Tor hidden service onion is online or offline" msgstr "" -#: www/test.php:20 www/admin.php:157 +#: www/test.php:22 www/admin.php:159 msgid "Onion link:" msgstr "" -#: www/test.php:27 www/onions.php:379 www/onions.php:408 +#: www/test.php:29 www/onions.php:363 www/onions.php:392 msgid "Test" msgstr "" -#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 -#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 -#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 -#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 -#: setup.php:51 +#: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 +#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6 +#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 +#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 +#: setup.php:48 setup.php:51 msgid "No database connection!" msgstr "" -#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 +#: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110 msgid "Invalid onion address!" msgstr "" -#: www/test.php:54 +#: www/test.php:56 #, php-format msgid "" "Warning, this is a known phishing clone. The original site is located at %s." msgstr "" -#: www/test.php:59 +#: www/test.php:61 msgid "Warning: This is a known scam!" msgstr "" -#: www/test.php:64 www/test.php:99 +#: www/test.php:66 www/test.php:101 msgid "Yes, the service is online!" msgstr "" -#: www/test.php:105 +#: www/test.php:107 msgid "No, the service is offline!" msgstr "" -#: www/onions.php:55 +#: www/onions.php:36 msgid "All legitimate" msgstr "" -#: www/onions.php:56 www/onions.php:90 +#: www/onions.php:37 www/onions.php:71 msgid "Last added" msgstr "" -#: www/onions.php:57 +#: www/onions.php:38 msgid "Offline > 1 week" msgstr "" -#: www/onions.php:119 www/onions.php:128 +#: www/onions.php:100 www/onions.php:105 www/onions.php:112 +#: www/opensearch.php:6 msgid "Onion link list" msgstr "" -#: www/onions.php:130 www/onions.php:449 www/onions.php:466 +#: www/onions.php:104 +msgid "" +"Huge link list of Tor hidden service onions. All the darknet links you need " +"in one place." +msgstr "" + +#: www/onions.php:114 www/onions.php:433 www/onions.php:450 msgid "Error: No database connection!" msgstr "" -#: www/onions.php:137 +#: www/onions.php:116 +#, php-format +msgid "" +"I'm not responsible for any content of websites linked here. 99% of darkweb " +"sites selling anything are scams. Be careful and use your brain. I regularly " +"receive E-Mails from people that were desperate to make money and fell for " +"scammers, don't be one of them!" +msgstr "" + +#: www/onions.php:121 msgid "Onion address:" msgstr "" -#: www/onions.php:142 www/admin.php:181 +#: www/onions.php:126 www/admin.php:183 msgid "Description:" msgstr "" -#: www/onions.php:157 www/onions.php:177 www/admin.php:197 +#: www/onions.php:141 www/onions.php:161 www/admin.php:199 msgid "Category:" msgstr "" -#: www/onions.php:167 www/admin.php:78 www/admin.php:218 +#: www/onions.php:151 www/admin.php:80 www/admin.php:220 msgid "Update" msgstr "" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search:" msgstr "" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search term" msgstr "" -#: www/onions.php:182 www/onions.php:490 www/onions.php:492 +#: www/onions.php:166 www/onions.php:474 www/onions.php:476 msgid "All" msgstr "" -#: www/onions.php:195 +#: www/onions.php:179 msgid "Hide locked" msgstr "" -#: www/onions.php:196 +#: www/onions.php:180 msgid "Search" msgstr "" -#: www/onions.php:198 +#: www/onions.php:182 msgid "Format:" msgstr "" -#: www/onions.php:201 +#: www/onions.php:185 msgid "Special categories:" msgstr "" -#: www/onions.php:212 www/onions.php:214 +#: www/onions.php:196 www/onions.php:198 msgid "Phishing Clones" msgstr "" -#: www/onions.php:216 +#: www/onions.php:200 msgid "Removed/Child porn" msgstr "" -#: www/onions.php:218 +#: www/onions.php:202 msgid "Pending approval" msgstr "" -#: www/onions.php:219 +#: www/onions.php:203 msgid "Rejected" msgstr "" -#: www/onions.php:223 +#: www/onions.php:207 msgid "Categories:" msgstr "" -#: www/onions.php:235 -msgid "A valid address looks like this" +#: www/onions.php:219 +#, php-format +msgid "A valid address looks like this: %s" msgstr "" -#: www/onions.php:238 www/onions.php:251 +#: www/onions.php:222 www/onions.php:235 msgid "Error: Wrong captcha" msgstr "" -#: www/onions.php:244 +#: www/onions.php:228 msgid "Error: Captcha expired" msgstr "" -#: www/onions.php:272 www/admin.php:94 +#: www/onions.php:256 www/admin.php:96 msgid "Successfully added onion address!" msgstr "" -#: www/onions.php:274 +#: www/onions.php:258 msgid "Sorry, editing this onion address has been locked!" msgstr "" -#: www/onions.php:278 www/admin.php:98 +#: www/onions.php:262 www/admin.php:100 msgid "Successfully updated description!" msgstr "" -#: www/onions.php:282 www/admin.php:102 +#: www/onions.php:266 www/admin.php:104 msgid "Successfully updated category!" msgstr "" -#: www/onions.php:284 www/admin.php:104 +#: www/onions.php:268 www/admin.php:106 msgid "Thanks, but I already knew this address!" msgstr "" -#: www/onions.php:310 +#: www/onions.php:294 #, php-format msgid "Searching for \"%1$s\", %2$d results found:" msgstr "" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Onion link" msgstr "" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Description" msgstr "" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Last tested" msgstr "" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Last seen" msgstr "" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Added at" msgstr "" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Actions" msgstr "" -#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 -#: www/onions.php:431 +#: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378 +#: www/onions.php:415 msgid "Never" msgstr "" -#: www/onions.php:406 +#: www/onions.php:390 msgid "Edit" msgstr "" -#: www/onions.php:422 +#: www/onions.php:406 msgid "Clone of" msgstr "" -#: www/onions.php:438 +#: www/onions.php:422 msgid "Unknown" msgstr "" -#: www/onions.php:488 +#: www/onions.php:472 msgid "Pages:" msgstr "" -#: www/admin.php:17 www/admin.php:24 +#: www/admin.php:17 www/admin.php:26 msgid "Admin interface" msgstr "" -#: www/admin.php:32 +#: www/admin.php:34 msgid "Password:" msgstr "" -#: www/admin.php:33 +#: www/admin.php:35 msgid "Login" msgstr "" -#: www/admin.php:36 +#: www/admin.php:38 msgid "Wrong Password!" msgstr "" -#: www/admin.php:52 www/admin.php:208 +#: www/admin.php:54 www/admin.php:210 msgid "Remove" msgstr "" -#: www/admin.php:54 +#: www/admin.php:56 msgid "Successfully removed onion address!" msgstr "" -#: www/admin.php:55 www/admin.php:209 +#: www/admin.php:57 www/admin.php:211 msgid "Lock" msgstr "" -#: www/admin.php:57 +#: www/admin.php:59 msgid "Successfully locked onion address!" msgstr "" -#: www/admin.php:58 www/admin.php:213 +#: www/admin.php:60 www/admin.php:215 msgid "Re-add" msgstr "" -#: www/admin.php:60 +#: www/admin.php:62 msgid "Successfully re-added onion address!" msgstr "" -#: www/admin.php:61 www/admin.php:214 +#: www/admin.php:63 www/admin.php:216 msgid "Unlock" msgstr "" -#: www/admin.php:63 +#: www/admin.php:65 msgid "Successfully unlocked onion address!" msgstr "" -#: www/admin.php:64 www/admin.php:210 +#: www/admin.php:66 www/admin.php:212 msgid "Promote" msgstr "" -#: www/admin.php:74 +#: www/admin.php:76 #, php-format msgid "Successfully promoted onion address until %1$s!" msgstr "" -#: www/admin.php:75 www/admin.php:215 +#: www/admin.php:77 www/admin.php:217 msgid "Un-promote" msgstr "" -#: www/admin.php:77 +#: www/admin.php:79 msgid "Successfully un-promoted onion address!" msgstr "" -#: www/admin.php:106 www/admin.php:211 +#: www/admin.php:108 www/admin.php:213 msgid "Phishing" msgstr "" -#: www/admin.php:120 +#: www/admin.php:122 msgid "Successfully added Phishing clone!" msgstr "" -#: www/admin.php:122 +#: www/admin.php:124 msgid "Not added Phishing clone! Phishing and original have the same address." msgstr "" -#: www/admin.php:125 www/admin.php:216 +#: www/admin.php:127 www/admin.php:218 msgid "No phishing" msgstr "" -#: www/admin.php:130 +#: www/admin.php:132 msgid "Successfully removed Phishing clone!" msgstr "" -#: www/admin.php:131 www/admin.php:220 +#: www/admin.php:133 www/admin.php:222 msgid "Reject" msgstr "" -#: www/admin.php:133 +#: www/admin.php:135 msgid "Successfully rejected onion address" msgstr "" -#: www/admin.php:134 www/admin.php:221 +#: www/admin.php:136 www/admin.php:223 msgid "Approve" msgstr "" -#: www/admin.php:136 +#: www/admin.php:138 msgid "Successfully approved onion address" msgstr "" -#: www/admin.php:138 +#: www/admin.php:140 msgid "No action taken!" msgstr "" -#: www/admin.php:151 +#: www/admin.php:153 msgid "Switch view mode" msgstr "" -#: www/admin.php:171 +#: www/admin.php:173 msgid "Clone of:" msgstr "" -#: www/admin.php:176 +#: www/admin.php:178 msgid "Bitcoins:" msgstr "" +#: www/sitemap.php:77 +msgid "Error creating the sitemap!" +msgstr "" + +#: www/opensearch.php:7 +msgid "Search the onion link list" +msgstr "" + #: common_config.php:93 msgid "Language:" msgstr "" diff --git a/locale/pt_PT/LC_MESSAGES/onion-link-list.mo b/locale/pt_PT/LC_MESSAGES/onion-link-list.mo index b113ac0..3642f04 100644 Binary files a/locale/pt_PT/LC_MESSAGES/onion-link-list.mo and b/locale/pt_PT/LC_MESSAGES/onion-link-list.mo differ diff --git a/locale/pt_PT/LC_MESSAGES/onion-link-list.po b/locale/pt_PT/LC_MESSAGES/onion-link-list.po index 7aa9e29..7875d8f 100644 --- a/locale/pt_PT/LC_MESSAGES/onion-link-list.po +++ b/locale/pt_PT/LC_MESSAGES/onion-link-list.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-26 13:53+0100\n" +"POT-Creation-Date: 2022-12-27 20:20+0100\n" "PO-Revision-Date: 2022-12-26 14:14+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,334 +18,364 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.1.1\n" -#: www/test.php:7 www/test.php:15 +#: www/test.php:7 www/test.php:17 msgid "Online-Test" msgstr "Online-Teste" -#: www/test.php:17 -msgid "Here an onion address can be tested, for whether it is online or not." -msgstr "Aqui um endereço onion pode ser testado, para saber se está online ou não." +#: www/test.php:11 www/test.php:19 +msgid "Test whether a Tor hidden service onion is online or offline" +msgstr "" -#: www/test.php:20 www/admin.php:157 +#: www/test.php:22 www/admin.php:159 msgid "Onion link:" msgstr "" -#: www/test.php:27 www/onions.php:379 www/onions.php:408 +#: www/test.php:29 www/onions.php:363 www/onions.php:392 msgid "Test" msgstr "Testar" -#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 -#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 -#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 -#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 -#: setup.php:51 +#: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 +#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6 +#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 +#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 +#: setup.php:48 setup.php:51 msgid "No database connection!" msgstr "Sem conexão com a database!" -#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 +#: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110 msgid "Invalid onion address!" msgstr "Endereço onion inválido!" -#: www/test.php:54 +#: www/test.php:56 #, php-format -msgid "Warning, this is a known phishing clone. The original site is located at %s." -msgstr "Aviso, este é um clone para phishing conhecido. O site original está localizado em %s." +msgid "" +"Warning, this is a known phishing clone. The original site is located at %s." +msgstr "" +"Aviso, este é um clone para phishing conhecido. O site original está " +"localizado em %s." -#: www/test.php:59 +#: www/test.php:61 msgid "Warning: This is a known scam!" msgstr "" -#: www/test.php:64 www/test.php:99 +#: www/test.php:66 www/test.php:101 msgid "Yes, the service is online!" msgstr "Sim, o serviço está online!" -#: www/test.php:105 +#: www/test.php:107 msgid "No, the service is offline!" msgstr "Não, o serviço está offline!" -#: www/onions.php:55 +#: www/onions.php:36 msgid "All legitimate" msgstr "" -#: www/onions.php:56 www/onions.php:90 +#: www/onions.php:37 www/onions.php:71 msgid "Last added" msgstr "Últimos adicionados" -#: www/onions.php:57 +#: www/onions.php:38 msgid "Offline > 1 week" msgstr "Offline > 1 semana" -#: www/onions.php:119 www/onions.php:128 +#: www/onions.php:100 www/onions.php:105 www/onions.php:112 +#: www/opensearch.php:6 msgid "Onion link list" msgstr "Lista de links onion" -#: www/onions.php:130 www/onions.php:449 www/onions.php:466 +#: www/onions.php:104 +msgid "" +"Huge link list of Tor hidden service onions. All the darknet links you need " +"in one place." +msgstr "" + +#: www/onions.php:114 www/onions.php:433 www/onions.php:450 msgid "Error: No database connection!" msgstr "Erro: Sem conexão com a database!" -#: www/onions.php:137 +#: www/onions.php:116 +#, php-format +msgid "" +"I'm not responsible for any content of websites linked here. 99% of darkweb " +"sites selling anything are scams. Be careful and use your brain. I regularly " +"receive E-Mails from people that were desperate to make money and fell for " +"scammers, don't be one of them!" +msgstr "" + +#: www/onions.php:121 msgid "Onion address:" msgstr "Endereço onion:" -#: www/onions.php:142 www/admin.php:181 +#: www/onions.php:126 www/admin.php:183 msgid "Description:" msgstr "Descrição:" -#: www/onions.php:157 www/onions.php:177 www/admin.php:197 +#: www/onions.php:141 www/onions.php:161 www/admin.php:199 msgid "Category:" msgstr "Categoria:" -#: www/onions.php:167 www/admin.php:78 www/admin.php:218 +#: www/onions.php:151 www/admin.php:80 www/admin.php:220 msgid "Update" msgstr "Atualizar" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search:" msgstr "Pesquisar:" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search term" msgstr "Termo de pesquisa" -#: www/onions.php:182 www/onions.php:490 www/onions.php:492 +#: www/onions.php:166 www/onions.php:474 www/onions.php:476 msgid "All" msgstr "Todos" -#: www/onions.php:195 +#: www/onions.php:179 msgid "Hide locked" msgstr "Esconder bloqueado" -#: www/onions.php:196 +#: www/onions.php:180 msgid "Search" msgstr "Pesquisar" -#: www/onions.php:198 +#: www/onions.php:182 msgid "Format:" msgstr "Formato:" -#: www/onions.php:201 +#: www/onions.php:185 msgid "Special categories:" msgstr "Categorias especiais:" -#: www/onions.php:212 www/onions.php:214 +#: www/onions.php:196 www/onions.php:198 msgid "Phishing Clones" msgstr "Clone com phishing" -#: www/onions.php:216 +#: www/onions.php:200 msgid "Removed/Child porn" msgstr "Removidos/Pornografia infantil" -#: www/onions.php:218 +#: www/onions.php:202 msgid "Pending approval" msgstr "Aprovação pendente" -#: www/onions.php:219 +#: www/onions.php:203 msgid "Rejected" msgstr "" -#: www/onions.php:223 +#: www/onions.php:207 msgid "Categories:" msgstr "Categorias:" -#: www/onions.php:235 -msgid "A valid address looks like this" +#: www/onions.php:219 +#, fuzzy, php-format +msgid "A valid address looks like this: %s" msgstr "Um endereço válido é parecido com este" -#: www/onions.php:238 www/onions.php:251 +#: www/onions.php:222 www/onions.php:235 msgid "Error: Wrong captcha" msgstr "" -#: www/onions.php:244 +#: www/onions.php:228 msgid "Error: Captcha expired" msgstr "" -#: www/onions.php:272 www/admin.php:94 +#: www/onions.php:256 www/admin.php:96 msgid "Successfully added onion address!" msgstr "Endereço onion adicionado com sucesso!" -#: www/onions.php:274 +#: www/onions.php:258 msgid "Sorry, editing this onion address has been locked!" msgstr "Desculpe, a edição deste endereço onion foi bloqueada!" -#: www/onions.php:278 www/admin.php:98 +#: www/onions.php:262 www/admin.php:100 msgid "Successfully updated description!" msgstr "Descrição atualizada com sucesso!" -#: www/onions.php:282 www/admin.php:102 +#: www/onions.php:266 www/admin.php:104 msgid "Successfully updated category!" msgstr "Categoria atualizada com sucesso!" -#: www/onions.php:284 www/admin.php:104 +#: www/onions.php:268 www/admin.php:106 msgid "Thanks, but I already knew this address!" msgstr "Obrigado, mas já conhecia este endereço!" -#: www/onions.php:310 +#: www/onions.php:294 #, php-format msgid "Searching for \"%1$s\", %2$d results found:" msgstr "Procurando por \"%1$s\", %2$d resultados encontrados:" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Onion link" msgstr "Onion link" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Description" msgstr "Descrição" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Last tested" msgstr "Testado pela última vez" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Last seen" msgstr "Visto pela última vez" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Added at" msgstr "Adicionado em" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Actions" msgstr "Ações" -#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 -#: www/onions.php:431 +#: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378 +#: www/onions.php:415 msgid "Never" msgstr "Nunca" -#: www/onions.php:406 +#: www/onions.php:390 msgid "Edit" msgstr "Editar" -#: www/onions.php:422 +#: www/onions.php:406 msgid "Clone of" msgstr "Clone de" -#: www/onions.php:438 +#: www/onions.php:422 msgid "Unknown" msgstr "Desconhecido" -#: www/onions.php:488 +#: www/onions.php:472 msgid "Pages:" msgstr "Páginas:" -#: www/admin.php:17 www/admin.php:24 +#: www/admin.php:17 www/admin.php:26 msgid "Admin interface" msgstr "Interface do administrador" -#: www/admin.php:32 +#: www/admin.php:34 msgid "Password:" msgstr "Senha:" -#: www/admin.php:33 +#: www/admin.php:35 msgid "Login" msgstr "Login" -#: www/admin.php:36 +#: www/admin.php:38 msgid "Wrong Password!" msgstr "Senha errada!" -#: www/admin.php:52 www/admin.php:208 +#: www/admin.php:54 www/admin.php:210 msgid "Remove" msgstr "Remover" -#: www/admin.php:54 +#: www/admin.php:56 msgid "Successfully removed onion address!" msgstr "Endereço onion removido com sucesso!" -#: www/admin.php:55 www/admin.php:209 +#: www/admin.php:57 www/admin.php:211 msgid "Lock" msgstr "Bloquear" -#: www/admin.php:57 +#: www/admin.php:59 msgid "Successfully locked onion address!" msgstr "Endereço onion bloqueado com sucesso!" -#: www/admin.php:58 www/admin.php:213 +#: www/admin.php:60 www/admin.php:215 msgid "Re-add" msgstr "Re-adicionar" -#: www/admin.php:60 +#: www/admin.php:62 msgid "Successfully re-added onion address!" msgstr "Endereço onion adicionado com sucesso!" -#: www/admin.php:61 www/admin.php:214 +#: www/admin.php:63 www/admin.php:216 msgid "Unlock" msgstr "Desbloquear" -#: www/admin.php:63 +#: www/admin.php:65 msgid "Successfully unlocked onion address!" msgstr "Endereço onion desbloqueado com sucesso!" -#: www/admin.php:64 www/admin.php:210 +#: www/admin.php:66 www/admin.php:212 msgid "Promote" msgstr "Promover" -#: www/admin.php:74 +#: www/admin.php:76 #, php-format msgid "Successfully promoted onion address until %1$s!" msgstr "" -#: www/admin.php:75 www/admin.php:215 +#: www/admin.php:77 www/admin.php:217 msgid "Un-promote" msgstr "Despromover" -#: www/admin.php:77 +#: www/admin.php:79 msgid "Successfully un-promoted onion address!" msgstr "Endereço onion despromovido com sucesso!" -#: www/admin.php:106 www/admin.php:211 +#: www/admin.php:108 www/admin.php:213 msgid "Phishing" msgstr "Phishing" -#: www/admin.php:120 +#: www/admin.php:122 msgid "Successfully added Phishing clone!" msgstr "Clone com phishing adicionado com sucesso!" -#: www/admin.php:122 +#: www/admin.php:124 msgid "Not added Phishing clone! Phishing and original have the same address." -msgstr "Clone com phishing não adicionado! Phishing e original têm o mesmo endereço." +msgstr "" +"Clone com phishing não adicionado! Phishing e original têm o mesmo endereço." -#: www/admin.php:125 www/admin.php:216 +#: www/admin.php:127 www/admin.php:218 msgid "No phishing" msgstr "Sem phishing" -#: www/admin.php:130 +#: www/admin.php:132 msgid "Successfully removed Phishing clone!" msgstr "Clone para phishing removido com sucesso!" -#: www/admin.php:131 www/admin.php:220 +#: www/admin.php:133 www/admin.php:222 msgid "Reject" msgstr "Rejeitar" -#: www/admin.php:133 +#: www/admin.php:135 msgid "Successfully rejected onion address" msgstr "Endereço onion rejeitado com sucesso" -#: www/admin.php:134 www/admin.php:221 +#: www/admin.php:136 www/admin.php:223 msgid "Approve" msgstr "Aprovar" -#: www/admin.php:136 +#: www/admin.php:138 msgid "Successfully approved onion address" msgstr "Endereço onion aprovado com sucesso" -#: www/admin.php:138 +#: www/admin.php:140 msgid "No action taken!" msgstr "Nenhuma ação tomada!" -#: www/admin.php:151 +#: www/admin.php:153 msgid "Switch view mode" msgstr "Alternar modo de visualização" -#: www/admin.php:171 +#: www/admin.php:173 msgid "Clone of:" msgstr "Clone de:" -#: www/admin.php:176 +#: www/admin.php:178 msgid "Bitcoins:" msgstr "Bitcoins:" +#: www/sitemap.php:77 +msgid "Error creating the sitemap!" +msgstr "" + +#: www/opensearch.php:7 +#, fuzzy +msgid "Search the onion link list" +msgstr "Lista de links onion" + #: common_config.php:93 msgid "Language:" msgstr "Linguagem:" @@ -373,3 +403,8 @@ msgstr "" #: setup.php:106 msgid "Status: OK" msgstr "" + +#~ msgid "" +#~ "Here an onion address can be tested, for whether it is online or not." +#~ msgstr "" +#~ "Aqui um endereço onion pode ser testado, para saber se está online ou não." diff --git a/locale/tr_TR/LC_MESSAGES/onion-link-list.mo b/locale/tr_TR/LC_MESSAGES/onion-link-list.mo index 290ae93..ae9ad72 100644 Binary files a/locale/tr_TR/LC_MESSAGES/onion-link-list.mo and b/locale/tr_TR/LC_MESSAGES/onion-link-list.mo differ diff --git a/locale/tr_TR/LC_MESSAGES/onion-link-list.po b/locale/tr_TR/LC_MESSAGES/onion-link-list.po index 6abe4e3..f90bdc1 100644 --- a/locale/tr_TR/LC_MESSAGES/onion-link-list.po +++ b/locale/tr_TR/LC_MESSAGES/onion-link-list.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-26 13:53+0100\n" +"POT-Creation-Date: 2022-12-27 20:20+0100\n" "PO-Revision-Date: 2022-12-26 14:30+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,334 +18,362 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.1.1\n" -#: www/test.php:7 www/test.php:15 +#: www/test.php:7 www/test.php:17 msgid "Online-Test" msgstr "Çevrimiçi-Deneme" -#: www/test.php:17 -msgid "Here an onion address can be tested, for whether it is online or not." -msgstr "Burada çevrimiçi veya değil farketmeksizin bir Onion-Adresi denenebilir." +#: www/test.php:11 www/test.php:19 +msgid "Test whether a Tor hidden service onion is online or offline" +msgstr "" -#: www/test.php:20 www/admin.php:157 +#: www/test.php:22 www/admin.php:159 msgid "Onion link:" msgstr "" -#: www/test.php:27 www/onions.php:379 www/onions.php:408 +#: www/test.php:29 www/onions.php:363 www/onions.php:392 msgid "Test" msgstr "Dene" -#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 -#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 -#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 -#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 -#: setup.php:51 +#: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 +#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6 +#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 +#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 +#: setup.php:48 setup.php:51 msgid "No database connection!" msgstr "Veritabanı bağlantısı yok!" -#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 +#: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110 msgid "Invalid onion address!" msgstr "Geçersiz onion-Adresi!" -#: www/test.php:54 +#: www/test.php:56 #, php-format -msgid "Warning, this is a known phishing clone. The original site is located at %s." -msgstr "Uyarı, bu bilinen bir phishing klonu. Gerçek site %s adresinde bulunuyor." +msgid "" +"Warning, this is a known phishing clone. The original site is located at %s." +msgstr "" +"Uyarı, bu bilinen bir phishing klonu. Gerçek site %s adresinde bulunuyor." -#: www/test.php:59 +#: www/test.php:61 msgid "Warning: This is a known scam!" msgstr "" -#: www/test.php:64 www/test.php:99 +#: www/test.php:66 www/test.php:101 msgid "Yes, the service is online!" msgstr "Evet, bu servis çevrimiçi!" -#: www/test.php:105 +#: www/test.php:107 msgid "No, the service is offline!" msgstr "Hayır, bu servis çevrimdışı!" -#: www/onions.php:55 +#: www/onions.php:36 msgid "All legitimate" msgstr "" -#: www/onions.php:56 www/onions.php:90 +#: www/onions.php:37 www/onions.php:71 msgid "Last added" msgstr "Son eklenen" -#: www/onions.php:57 +#: www/onions.php:38 msgid "Offline > 1 week" msgstr "Çevrimdışı > 1 hafta" -#: www/onions.php:119 www/onions.php:128 +#: www/onions.php:100 www/onions.php:105 www/onions.php:112 +#: www/opensearch.php:6 msgid "Onion link list" msgstr "Onion bağlantı listesi" -#: www/onions.php:130 www/onions.php:449 www/onions.php:466 +#: www/onions.php:104 +msgid "" +"Huge link list of Tor hidden service onions. All the darknet links you need " +"in one place." +msgstr "" + +#: www/onions.php:114 www/onions.php:433 www/onions.php:450 msgid "Error: No database connection!" msgstr "Hata: Veritabanı bağlantısı yok!" -#: www/onions.php:137 +#: www/onions.php:116 +#, php-format +msgid "" +"I'm not responsible for any content of websites linked here. 99% of darkweb " +"sites selling anything are scams. Be careful and use your brain. I regularly " +"receive E-Mails from people that were desperate to make money and fell for " +"scammers, don't be one of them!" +msgstr "" + +#: www/onions.php:121 msgid "Onion address:" msgstr "Onion-Adresi:" -#: www/onions.php:142 www/admin.php:181 +#: www/onions.php:126 www/admin.php:183 msgid "Description:" msgstr "Açıklama:" -#: www/onions.php:157 www/onions.php:177 www/admin.php:197 +#: www/onions.php:141 www/onions.php:161 www/admin.php:199 msgid "Category:" msgstr "Kategori:" -#: www/onions.php:167 www/admin.php:78 www/admin.php:218 +#: www/onions.php:151 www/admin.php:80 www/admin.php:220 msgid "Update" msgstr "Güncelle" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search:" msgstr "Ara:" -#: www/onions.php:172 +#: www/onions.php:156 msgid "Search term" msgstr "Arama terimi" -#: www/onions.php:182 www/onions.php:490 www/onions.php:492 +#: www/onions.php:166 www/onions.php:474 www/onions.php:476 msgid "All" msgstr "Tümü" -#: www/onions.php:195 +#: www/onions.php:179 msgid "Hide locked" msgstr "Kilitlileri gizle" -#: www/onions.php:196 +#: www/onions.php:180 msgid "Search" msgstr "Ara" -#: www/onions.php:198 +#: www/onions.php:182 msgid "Format:" msgstr "Biçim:" -#: www/onions.php:201 +#: www/onions.php:185 msgid "Special categories:" msgstr "Özel kategoriler:" -#: www/onions.php:212 www/onions.php:214 +#: www/onions.php:196 www/onions.php:198 msgid "Phishing Clones" msgstr "Phishing Klonları" -#: www/onions.php:216 +#: www/onions.php:200 msgid "Removed/Child porn" msgstr "Kaldırıldı/Çocuk pornografisi" -#: www/onions.php:218 +#: www/onions.php:202 msgid "Pending approval" msgstr "" -#: www/onions.php:219 +#: www/onions.php:203 msgid "Rejected" msgstr "" -#: www/onions.php:223 +#: www/onions.php:207 msgid "Categories:" msgstr "Kategoriler:" -#: www/onions.php:235 -msgid "A valid address looks like this" +#: www/onions.php:219 +#, fuzzy, php-format +msgid "A valid address looks like this: %s" msgstr "Geçerli bir adres şöyle gözükür:" -#: www/onions.php:238 www/onions.php:251 +#: www/onions.php:222 www/onions.php:235 msgid "Error: Wrong captcha" msgstr "" -#: www/onions.php:244 +#: www/onions.php:228 msgid "Error: Captcha expired" msgstr "" -#: www/onions.php:272 www/admin.php:94 +#: www/onions.php:256 www/admin.php:96 msgid "Successfully added onion address!" msgstr "Onion-Adresi başarıyla eklendi!" -#: www/onions.php:274 +#: www/onions.php:258 msgid "Sorry, editing this onion address has been locked!" msgstr "Üzgünüm, bu onion-Adresini düzenlemek kilitli!" -#: www/onions.php:278 www/admin.php:98 +#: www/onions.php:262 www/admin.php:100 msgid "Successfully updated description!" msgstr "Açıklama başarılı bir şekilde güncellendi!" -#: www/onions.php:282 www/admin.php:102 +#: www/onions.php:266 www/admin.php:104 msgid "Successfully updated category!" msgstr "Kategori başarılı bir şekilde güncellendi!" -#: www/onions.php:284 www/admin.php:104 +#: www/onions.php:268 www/admin.php:106 msgid "Thanks, but I already knew this address!" msgstr "Teşekkürler, ama bu adresi zaten biliyorum!" -#: www/onions.php:310 +#: www/onions.php:294 #, php-format msgid "Searching for \"%1$s\", %2$d results found:" msgstr "\"%1$s\" için aranıyor, %2$d sonuç bulundu:" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Onion link" msgstr "Onion bağlantısı" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Description" msgstr "Açıklama" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Last tested" msgstr "Son denenme" -#: www/onions.php:357 www/onions.php:422 +#: www/onions.php:341 www/onions.php:406 msgid "Last seen" msgstr "Son görülme" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Added at" msgstr "Şu tarihte eklendi" -#: www/onions.php:357 +#: www/onions.php:341 msgid "Actions" msgstr "Eylemler" -#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 -#: www/onions.php:431 +#: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378 +#: www/onions.php:415 msgid "Never" msgstr "Asla" -#: www/onions.php:406 +#: www/onions.php:390 msgid "Edit" msgstr "Düzenle" -#: www/onions.php:422 +#: www/onions.php:406 msgid "Clone of" msgstr "Klonu" -#: www/onions.php:438 +#: www/onions.php:422 msgid "Unknown" msgstr "Bilinmiyor" -#: www/onions.php:488 +#: www/onions.php:472 msgid "Pages:" msgstr "Sayfalar:" -#: www/admin.php:17 www/admin.php:24 +#: www/admin.php:17 www/admin.php:26 msgid "Admin interface" msgstr "Yönetici arayüzü" -#: www/admin.php:32 +#: www/admin.php:34 msgid "Password:" msgstr "Şifre:" -#: www/admin.php:33 +#: www/admin.php:35 msgid "Login" msgstr "Giriş" -#: www/admin.php:36 +#: www/admin.php:38 msgid "Wrong Password!" msgstr "Yanlış şifre!" -#: www/admin.php:52 www/admin.php:208 +#: www/admin.php:54 www/admin.php:210 msgid "Remove" msgstr "Kaldır" -#: www/admin.php:54 +#: www/admin.php:56 msgid "Successfully removed onion address!" msgstr "Onion-Adresi başarıyla kaldırıldı!" -#: www/admin.php:55 www/admin.php:209 +#: www/admin.php:57 www/admin.php:211 msgid "Lock" msgstr "Kilitle" -#: www/admin.php:57 +#: www/admin.php:59 msgid "Successfully locked onion address!" msgstr "Onion-Adresi başarılı bir şekilde kilitlendi!" -#: www/admin.php:58 www/admin.php:213 +#: www/admin.php:60 www/admin.php:215 msgid "Re-add" msgstr "Yeniden-ekle" -#: www/admin.php:60 +#: www/admin.php:62 msgid "Successfully re-added onion address!" msgstr "Onion-Adresi başarılı bir şekilde okundu!" -#: www/admin.php:61 www/admin.php:214 +#: www/admin.php:63 www/admin.php:216 msgid "Unlock" msgstr "Kilidi aç" -#: www/admin.php:63 +#: www/admin.php:65 msgid "Successfully unlocked onion address!" msgstr "Onion-Adresi'nin kilidi başarılı bir şekilde açıldı!" -#: www/admin.php:64 www/admin.php:210 +#: www/admin.php:66 www/admin.php:212 msgid "Promote" msgstr "Destekle" -#: www/admin.php:74 +#: www/admin.php:76 #, php-format msgid "Successfully promoted onion address until %1$s!" msgstr "%1$s tarihine kadar onion-Adresi başarılı bir şekilde desteklendi!" -#: www/admin.php:75 www/admin.php:215 +#: www/admin.php:77 www/admin.php:217 msgid "Un-promote" msgstr "Destekleme" -#: www/admin.php:77 +#: www/admin.php:79 msgid "Successfully un-promoted onion address!" msgstr "Onion-Adresine destek başarılı bir şekilde bırakıldı!" -#: www/admin.php:106 www/admin.php:211 +#: www/admin.php:108 www/admin.php:213 msgid "Phishing" msgstr "Phishing" -#: www/admin.php:120 +#: www/admin.php:122 msgid "Successfully added Phishing clone!" msgstr "Phishing klonu eklendi!" -#: www/admin.php:122 +#: www/admin.php:124 msgid "Not added Phishing clone! Phishing and original have the same address." msgstr "Phishing klonu eklenemedi! Phishing ve orijinal aynı adrese sahip." -#: www/admin.php:125 www/admin.php:216 +#: www/admin.php:127 www/admin.php:218 msgid "No phishing" msgstr "Phishing değil" -#: www/admin.php:130 +#: www/admin.php:132 msgid "Successfully removed Phishing clone!" msgstr "Phishing klonu başarılı bir şekilde kaldırıldı!" -#: www/admin.php:131 www/admin.php:220 +#: www/admin.php:133 www/admin.php:222 msgid "Reject" msgstr "" -#: www/admin.php:133 +#: www/admin.php:135 msgid "Successfully rejected onion address" msgstr "" -#: www/admin.php:134 www/admin.php:221 +#: www/admin.php:136 www/admin.php:223 msgid "Approve" msgstr "" -#: www/admin.php:136 +#: www/admin.php:138 msgid "Successfully approved onion address" msgstr "" -#: www/admin.php:138 +#: www/admin.php:140 msgid "No action taken!" msgstr "İşlem yapılmadı!" -#: www/admin.php:151 +#: www/admin.php:153 msgid "Switch view mode" msgstr "" -#: www/admin.php:171 +#: www/admin.php:173 msgid "Clone of:" msgstr "Klonu:" -#: www/admin.php:176 +#: www/admin.php:178 msgid "Bitcoins:" msgstr "Bitcoinler:" +#: www/sitemap.php:77 +msgid "Error creating the sitemap!" +msgstr "" + +#: www/opensearch.php:7 +#, fuzzy +msgid "Search the onion link list" +msgstr "Onion bağlantı listesi" + #: common_config.php:93 msgid "Language:" msgstr "Dil:" @@ -373,3 +401,8 @@ msgstr "" #: setup.php:106 msgid "Status: OK" msgstr "" + +#~ msgid "" +#~ "Here an onion address can be tested, for whether it is online or not." +#~ msgstr "" +#~ "Burada çevrimiçi veya değil farketmeksizin bir Onion-Adresi denenebilir." diff --git a/www/onions.php b/www/onions.php index 91862ba..392b0a3 100644 --- a/www/onions.php +++ b/www/onions.php @@ -1,23 +1,4 @@ -* -* 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 3 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, see . -*/ - if($_SERVER['REQUEST_METHOD']==='HEAD'){ exit; // ignore headers, no further processing needed } @@ -120,7 +101,7 @@ function send_html(): void echo ''; echo ''; echo ''; - echo ''; + echo ''; echo ''; echo ''; echo ''; @@ -132,7 +113,7 @@ function send_html(): void if(!isset($db)){ send_error(_('Error: No database connection!')); } - echo '

I\'m not responsible for any content of websites linked here. 99% of darkweb sites selling anything are scams. Be careful and use your brain. Every week I get 2-5 E-Mails from people that were desperate to make money and fell for scammers, don\'t be one of them!

'; + echo '

'._('I\'m not responsible for any content of websites linked here. 99% of darkweb sites selling anything are scams. Be careful and use your brain. I regularly receive E-Mails from people that were desperate to make money and fell for scammers, don\'t be one of them!').'

'; //update onions description form echo "
"; echo ""; @@ -235,7 +216,7 @@ function send_html(): void if($_SERVER['REQUEST_METHOD']==='POST' && !empty($_REQUEST['addr'])){ if(!preg_match('~(^(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d)(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){ echo "

"._('Invalid onion address!')."

"; - echo "

"._('A valid address looks like this')." http://tt3j2x4k5ycaa5zt.onion

"; + echo "

".sprintf(_('A valid address looks like this: %s'), 'http://danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion') ."

"; }else{ if(!isset($_REQUEST['challenge'])){ send_error(_('Error: Wrong captcha')); diff --git a/www/sitemap.php b/www/sitemap.php index 169aeee..b5d5ad9 100644 --- a/www/sitemap.php +++ b/www/sitemap.php @@ -56,20 +56,25 @@ foreach (LANGUAGES as $lang_code => $data){ $links []= ['loc' => CANONICAL_URL . "/onions.php?cat=$cat&lang=$lang_code", 'changefreq' => 'daily', 'priority' => '0.3']; } $dom = new DOMDocument('1.0', 'UTF-8'); -$urlset= $dom->createElement('urlset'); -$urlset->setAttribute('xmlns', 'http://www.sitemaps.org/schemas/sitemap/0.9'); -$urlset->setAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'); -$urlset->setAttribute('xsi:schemaLocation', 'http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd'); -$dom->appendChild($urlset); -foreach ($links as $link) { - $url = $dom->createElement('url'); - $urlset->appendChild($url); - $loc = $dom->createElement('loc', htmlspecialchars($link['loc'])); - $url->appendChild($loc); - $changefreq = $dom->createElement('changefreq', $link['changefreq']); - $url->appendChild($changefreq); - $priority = $dom->createElement('priority', $link['priority']); - $url->appendChild($priority); +try { + $urlset = $dom->createElement( 'urlset' ); + $urlset->setAttribute('xmlns', 'http://www.sitemaps.org/schemas/sitemap/0.9'); + $urlset->setAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'); + $urlset->setAttribute('xsi:schemaLocation', 'http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd'); + $dom->appendChild($urlset); + foreach ($links as $link) { + $url = $dom->createElement('url'); + $urlset->appendChild($url); + $loc = $dom->createElement('loc', htmlspecialchars($link['loc'])); + $url->appendChild($loc); + $changefreq = $dom->createElement('changefreq', $link['changefreq']); + $url->appendChild($changefreq); + $priority = $dom->createElement('priority', $link['priority']); + $url->appendChild($priority); + } +} catch ( DOMException $e ) { + http_response_code(500); + die(_('Error creating the sitemap!')); } header('Content-Type: text/xml; charset=UTF-8'); echo $dom->saveXML(); diff --git a/www/test.php b/www/test.php index 96aa5cb..636a39a 100644 --- a/www/test.php +++ b/www/test.php @@ -8,7 +8,7 @@ echo ""._('Online-Test').""; echo ''; echo ''; echo ''; -echo ''; +echo ''; echo ''; echo ''; alt_links(); @@ -16,7 +16,7 @@ echo ''; echo '
'; echo "

"._('Online-Test')."

"; print_langs(); -echo "

"._('Here an onion address can be tested, for whether it is online or not.')."

"; +echo "

"._('Test whether a Tor hidden service onion is online or offline')."

"; echo ""; echo ""; echo "