forked from hnhx/librex
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): adds Croatian/hr (merge pull request #112 from SectorV5/p…
…atch-3) Add Croatian locale.
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?php | ||
|
||
return array( | ||
"page_title" => "LibreY Pretraživanje", | ||
"search_button" => "LibreY Pretraživanje", | ||
"torrent_search_button" => "Pretraži torrente sa LibreY-om", | ||
|
||
"source_code_link" => "Izvorni kod", | ||
"instances_link" => "Instancije", | ||
"settings_link" => "Postavke", | ||
"api_link" => "API", | ||
"donate_link" => "Donirajte ❤️", | ||
|
||
"latest_commit" => "Posljednji commit: %s", | ||
|
||
"category_general" => "Općenito", | ||
"category_images" => "Slike", | ||
"category_videos" => "Video zapisi", | ||
"category_torrents" => "Torrenti", | ||
"category_tor" => "Tor", | ||
"category_maps" => "Karte", | ||
|
||
"feature_disabled" => "Operater je onemogućio ovu funkciju :C", | ||
|
||
"settings_title" => "Postavke", | ||
"settings_theme" => "Tema", | ||
"settings_special_disabled" => "Onemogući posebne upite (npr.: konverzija valuta)", | ||
|
||
"settings_frontends" => "Privatni frontendi", | ||
"settings_frontends_description" => "Na primjer, ako želite gledati YouTube s privatnošću, kliknite na „Invidious“, pronađite instancu koja vam najviše odgovara, a zatim je zalijepite (ispravan format: https://example.hr)", | ||
"settings_frontends_disable" => "Onemogući frontende", | ||
|
||
"settings_search_settings" => "Postavke pretraživanja", | ||
"settings_language" => "Jezik", | ||
"settings_preferred_engine" => "Preferirani pretraživač", | ||
|
||
"settings_number_of_results" => "Broj rezultata po stranici", | ||
|
||
"settings_safe_search" => "Sigurna pretraga", | ||
"settings_save" => "Spremi", | ||
"settings_reset" => "Poništi", | ||
|
||
|
||
"failure_fallback" => "Nema rezultata. Pokušaj prebacivanja na drugu instancu nije uspio.", | ||
"failure_empty" => "Nema rezultata. Probajte sa drugim ključnim riječima!", | ||
"result_no_description" => "Nisu date dovoljno informacije o ovoj web stranici.", | ||
|
||
"instances_librex" => "Sljedeće instance rade na starijoj verziji %s", | ||
|
||
"donate_original_developer" => "Donirajte programeru koji je razvio projekt %s, koji LibreY pokušava poboljšati", | ||
"donate_fork" => "Donirajte osobi koja je napravila fork %s u LibreY", | ||
|
||
"api_unavailable" => "Ovaj LibreY API trenutno nije dostupan" | ||
); | ||
|
||
?> |