mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang fi + fr
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
$lang_viewpeerlist = array
|
||||
(
|
||||
'col_user_ip' => "Käyttäjä",
|
||||
'col_location' => "Sijainti",
|
||||
'col_connectable' => "Yhdistetty",
|
||||
'col_uploaded' => "Ladattu",
|
||||
'col_rate' => "Arvostele",
|
||||
'col_av_rate' => "Av. Nopeus",
|
||||
'col_downloaded' => "Ladattu",
|
||||
'col_ratio' => "Suhde",
|
||||
'col_complete' => "Complete",
|
||||
'col_connected' => "Yhdistetty",
|
||||
'col_idle' => "Jouten",
|
||||
'col_client' => "Asiakas",
|
||||
'text_anonymous' => "Anonyymi",
|
||||
'text_unknown' => "(tuntematon)",
|
||||
'text_seeders' => "Jakajat",
|
||||
'text_leechers' => "Leechers",
|
||||
'row_seeders' => "Jakajat",
|
||||
'row_leechers' => "Leechers",
|
||||
'text_yes' => "Kyllä",
|
||||
'text_no' => "Ei",
|
||||
'text_inf' => "Inf."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user