mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-06 16:00:57 +08:00
52 lines
2.0 KiB
PHP
52 lines
2.0 KiB
PHP
<?php
|
|
|
|
$lang_getrss = array
|
|
(
|
|
'text_rss_feeds' => "Kanały RSS",
|
|
'head_rss_feeds' => "Kanały RSS",
|
|
'std_error' => "Błąd",
|
|
'std_no_row' => "Musisz wybrać wiersze!",
|
|
'std_done' => "Gotowe!",
|
|
'std_use_following_url' => "Użyj następującego adresu URL w czytniku RSS, np. Google Reader: ",
|
|
'std_utorrent_feed_url' => "Użyj następującego adresu URL w klientach BitTorrent, które obsługują kanał RSS, np. utorrent: ",
|
|
'row_categories_to_retrieve' => "Kategorie do pobrania",
|
|
'row_feed_type' => "Typ kanału",
|
|
'text_web_link' => "Link internetowy",
|
|
'text_download_link' => "Pobierz link",
|
|
'row_rows_per_page' => "Wiersze na stronę",
|
|
'submit_generatte_rss_link' => "Generuj link RSS",
|
|
'text_category' => "Kategoria",
|
|
'text_source' => "Źródło",
|
|
'text_codec' => "Kodek",
|
|
'text_standard' => "Standardowy",
|
|
'text_processing' => "Przetwarzanie",
|
|
'text_medium' => "Średni",
|
|
'text_team' => "Drużyna",
|
|
'text_audio_codec' => "Kodek audio",
|
|
'row_item_title_type' => "Format wyświetlania tytułu",
|
|
'text_item_category' => "[Category] + ",
|
|
'text_item_title' => "Tytuł + ",
|
|
'text_item_small_description' => "[Mały opis] + ",
|
|
'text_item_size' => "[Size] + ",
|
|
'text_item_uploader' => "[Uploader]",
|
|
'row_show_bookmarked' => "Pokaż zakładki",
|
|
'text_all' => "wszystkie",
|
|
'text_only_bookmarked' => "tylko zaznaczone",
|
|
'text_show_bookmarked_note' => "Ony dla klientów BitTorrent",
|
|
'row_keyword' => "Keyword",
|
|
'text_with' => "z",
|
|
'select_and' => "ORAZ",
|
|
'select_or' => "LUB",
|
|
'select_exact' => "Dokładny",
|
|
'text_mode' => "tryb dopasowania ",
|
|
'text_keyword_note' => "Ona subskrypcja elementów z tymi słowami kluczowymi w tytułach.",
|
|
'row_sticky' => 'Przyklejony',
|
|
'row_paid' => 'Magia zostanie odjęta przy pobieraniu',
|
|
'row_paid_help' => 'Uwaga: To nie jest darmowe/50% typ promocji, gdy uploader ustawia torrent do zapłaty, pobieranie będzie wymagało premii',
|
|
'paid_no' => 'Darmowe',
|
|
'paid_yes' => 'Zapłacone',
|
|
'paid_all' => 'Wszystkie',
|
|
);
|
|
|
|
?>
|