2020-07-21 08:53:21 +00:00
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a hr locale. All the
// messages from the main program should be duplicated here with the same
// function name.
// Ignore issues from commonly used lints in this file.
// ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
// ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
// ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
// ignore_for_file:unused_import, file_names
import ' package:intl/intl.dart ' ;
import ' package:intl/message_lookup_by_library.dart ' ;
final messages = new MessageLookup ( ) ;
typedef String MessageIfAbsent ( String messageStr , List < dynamic > args ) ;
class MessageLookup extends MessageLookupByLibrary {
String get localeName = > ' hr ' ;
static m0 ( username ) = > " ${ username } je prihvatio/la poziv " ;
static m1 ( username ) = > " ${ username } je aktivirao/la obostrano šifriranje " ;
2020-09-03 09:44:42 +00:00
static m2 ( senderName ) = > " ${ senderName } je odgovorio/la na poziv " ;
static m3 ( username ) = >
2020-07-21 08:53:21 +00:00
" Prihvatiti ovaj zahtjev za potvrđivanje od ${ username } ? " ;
2020-09-03 09:44:42 +00:00
static m4 ( username , targetName ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je isključio/la ${ targetName } " ;
2020-09-03 09:44:42 +00:00
static m5 ( homeserver ) = > " Standardno ćeš biti povezan/a s ${ homeserver } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m6 ( username ) = > " ${ username } je promijenio/la avatar chata " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m7 ( username , description ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je promijenio/la opis chata u: „ ${ description } ” " ;
2020-09-03 09:44:42 +00:00
static m8 ( username , chatname ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je promijenio/la ime chata u: „ ${ chatname } ” " ;
2020-09-03 09:44:42 +00:00
static m9 ( username ) = > " ${ username } je promijenio/la dozvole chata " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m10 ( username , displayname ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je promijenio/la prikazano ime u: ${ displayname } " ;
2020-09-03 09:44:42 +00:00
static m11 ( username ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je promijenio/la pravila pristupa za goste " ;
2020-09-03 09:44:42 +00:00
static m12 ( username , rules ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je promijenio/la pravila pristupa za goste u: ${ rules } " ;
2020-09-03 09:44:42 +00:00
static m13 ( username ) = > " ${ username } je promijenio/la vidljivost kronologije " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m14 ( username , rules ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je promijenio/la vidljivost kronologije u: ${ rules } " ;
2020-09-03 09:44:42 +00:00
static m15 ( username ) = > " ${ username } je promijenio/la pravila pridruživanja " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m16 ( username , joinRules ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je promijenio/la pravila pridruživanja u: ${ joinRules } " ;
2020-09-03 09:44:42 +00:00
static m17 ( username ) = > " ${ username } je promijenio/la svoj avatar " ;
static m18 ( username ) = > " ${ username } je promijenio/la pseudonime soba " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m19 ( username ) = > " ${ username } je promijenio/la poveznicu poziva " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m20 ( error ) = > " Neuspjelo dešifriranje poruke: ${ error } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m21 ( count ) = > " ${ count } sudionika " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m22 ( username ) = > " ${ username } je stvorio/la chat " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m23 ( date , timeOfDay ) = > " ${ date } , ${ timeOfDay } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m24 ( year , month , day ) = > " ${ day } . ${ month } . ${ year } . " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m25 ( month , day ) = > " ${ day } . ${ month } . " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m26 ( senderName ) = > " ${ senderName } je završio/la poziv " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m27 ( displayname ) = > " Grupa s ${ displayname } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m28 ( username , targetName ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je povukao/la poziv za ${ targetName } " ;
2020-09-03 09:44:42 +00:00
static m29 ( groupName ) = > " Pozovi kontakt u ${ groupName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m30 ( username , link ) = >
2020-08-31 19:16:22 +00:00
" ${ username } te je pozvao/la u FluffyChat. \n 1. Instaliraj FluffyChat: https://fluffychat.im \n 2. Registriraj ili prijavi se \n 3. Otvori poveznicu poziva: ${ link } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m31 ( username , targetName ) = > " ${ username } je pozvao/la ${ targetName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m32 ( username ) = > " ${ username } se pridružio/la chatu " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m33 ( username , targetName ) = > " ${ username } je izbacio/la ${ targetName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m34 ( username , targetName ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je izbacio/la i isključio/la ${ targetName } " ;
2020-09-03 09:44:42 +00:00
static m35 ( localizedTimeShort ) = > " Zadnja aktivnost: ${ localizedTimeShort } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m36 ( count ) = > " Učitaj još ${ count } sudionika " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m37 ( homeserver ) = > " Prijavi se na ${ homeserver } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m38 ( number ) = > " ${ number } odabrano " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m39 ( fileName ) = > " Sviraj ${ fileName } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m40 ( username ) = > " ${ username } je preuredio/la događaj " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m41 ( username ) = > " ${ username } je odbio/la poziv " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m42 ( username ) = > " Uklonjeno od ${ username } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m43 ( username ) = > " Viđeno od ${ username } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m44 ( username , count ) = >
2020-07-21 08:53:21 +00:00
" Viđeno od ${ username } i još ${ count } korisnika " ;
2020-09-03 09:44:42 +00:00
static m45 ( username , username2 ) = > " Viđeno od ${ username } i ${ username2 } " ;
static m46 ( username ) = > " ${ username } ja poslao/la datoteku " ;
static m47 ( username ) = > " ${ username } ja poslao/la sliku " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m48 ( username ) = > " ${ username } je poslao/la naljepnicu " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m49 ( username ) = > " ${ username } ja poslao/la video " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m50 ( username ) = > " ${ username } ja poslao/la audio " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m51 ( senderName ) = > " ${ senderName } je poslao/la podatke poziva " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m52 ( username ) = > " ${ username } je dijelio/la mjesto " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m53 ( senderName ) = > " ${ senderName } ja započeo/la poziv " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m54 ( hours12 , hours24 , minutes , suffix ) = > " ${ hours24 } : ${ minutes } " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m55 ( username , targetName ) = >
2020-07-21 08:53:21 +00:00
" ${ username } je ponovo uključio/la ${ targetName } " ;
2020-09-03 09:44:42 +00:00
static m56 ( type ) = > " Nepoznata vrsta događaja „ ${ type } ” " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m57 ( unreadCount ) = > " ${ unreadCount } nepročitana chata " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m58 ( unreadEvents ) = > " ${ unreadEvents } nepročitane poruke " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m59 ( unreadEvents , unreadChats ) = >
2020-07-21 08:53:21 +00:00
" ${ unreadEvents } nepročitane poruke u ${ unreadChats } chata " ;
2020-09-03 09:44:42 +00:00
static m60 ( username , count ) = > " ${ username } i još ${ count } korisnika pišu … " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m61 ( username , username2 ) = > " ${ username } i ${ username2 } pišu … " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m62 ( username ) = > " ${ username } piše … " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m63 ( username ) = > " ${ username } je napustio/la chat " ;
2020-07-21 08:53:21 +00:00
2020-09-03 09:44:42 +00:00
static m64 ( username , type ) = > " ${ username } ja poslao/la ${ type } događaj " ;
2020-07-21 08:53:21 +00:00
final messages = _notInlinedMessages ( _notInlinedMessages ) ;
static _notInlinedMessages ( _ ) = > < String , Function > {
" (Optional) Group name " :
MessageLookupByLibrary . simpleMessage ( " (Opcionalno) Ime grupe " ) ,
" About " : MessageLookupByLibrary . simpleMessage ( " Informacije " ) ,
" Accept " : MessageLookupByLibrary . simpleMessage ( " Prihvati " ) ,
" Account " : MessageLookupByLibrary . simpleMessage ( " Račun " ) ,
" Account informations " :
MessageLookupByLibrary . simpleMessage ( " Podaci računa " ) ,
" Add a group description " :
MessageLookupByLibrary . simpleMessage ( " Dodaj opis grupe " ) ,
" Admin " : MessageLookupByLibrary . simpleMessage ( " Administrator " ) ,
2020-09-19 13:29:12 +00:00
" Allow sending bug reports with sentry.io " :
MessageLookupByLibrary . simpleMessage (
" Dozvoli slanje izvještaja o greškama sa sentry.io " ) ,
2020-07-21 08:53:21 +00:00
" Already have an account? " :
MessageLookupByLibrary . simpleMessage ( " Već imaš račun? " ) ,
" Anyone can join " :
MessageLookupByLibrary . simpleMessage ( " Svatko se može pridružiti " ) ,
" Archive " : MessageLookupByLibrary . simpleMessage ( " Arhiva " ) ,
" Archived Room " :
MessageLookupByLibrary . simpleMessage ( " Arhivirana soba " ) ,
" Are guest users allowed to join " : MessageLookupByLibrary . simpleMessage (
" Smiju li se gosti pridružiti grupi " ) ,
" Are you sure? " : MessageLookupByLibrary . simpleMessage ( " Sigurno? " ) ,
" Authentication " :
MessageLookupByLibrary . simpleMessage ( " Autentifikacija " ) ,
" Avatar has been changed " :
MessageLookupByLibrary . simpleMessage ( " Avatar je promijenjen " ) ,
" Ban from chat " :
MessageLookupByLibrary . simpleMessage ( " Isključi iz chata " ) ,
" Banned " : MessageLookupByLibrary . simpleMessage ( " Isključen " ) ,
" Block Device " : MessageLookupByLibrary . simpleMessage ( " Blokiraj uređaj " ) ,
" Cancel " : MessageLookupByLibrary . simpleMessage ( " Odustani " ) ,
" Change the homeserver " : MessageLookupByLibrary . simpleMessage (
" Promijeni domaćeg poslužitelja " ) ,
" Change the name of the group " :
MessageLookupByLibrary . simpleMessage ( " Promijeni ime grupe " ) ,
" Change the server " :
MessageLookupByLibrary . simpleMessage ( " Promijeni poslužitelja " ) ,
" Change wallpaper " :
MessageLookupByLibrary . simpleMessage ( " Promijeni sliku pozadine " ) ,
" Change your style " :
MessageLookupByLibrary . simpleMessage ( " Promijeni svoj stil " ) ,
" Changelog " : MessageLookupByLibrary . simpleMessage ( " Zapis promjena " ) ,
2020-09-19 13:29:12 +00:00
" Changes have been saved " :
MessageLookupByLibrary . simpleMessage ( " Promjene nisu spremljene " ) ,
2020-07-21 08:53:21 +00:00
" Chat " : MessageLookupByLibrary . simpleMessage ( " Chat " ) ,
" Chat details " : MessageLookupByLibrary . simpleMessage ( " Detalji chata " ) ,
" Choose a strong password " :
MessageLookupByLibrary . simpleMessage ( " Odaberi snažnu lozinku " ) ,
" Choose a username " :
MessageLookupByLibrary . simpleMessage ( " Odaberi korisničko ime " ) ,
" Close " : MessageLookupByLibrary . simpleMessage ( " Zatvori " ) ,
" Confirm " : MessageLookupByLibrary . simpleMessage ( " Potvrdi " ) ,
" Connect " : MessageLookupByLibrary . simpleMessage ( " Spoji " ) ,
" Connection attempt failed " :
MessageLookupByLibrary . simpleMessage ( " Neuspio pokušaj povezivanja " ) ,
" Contact has been invited to the group " :
MessageLookupByLibrary . simpleMessage ( " Kontakt je pozvan u grupu " ) ,
" Content viewer " :
MessageLookupByLibrary . simpleMessage ( " Prikazivač sadržaja " ) ,
" Copied to clipboard " :
MessageLookupByLibrary . simpleMessage ( " Kopirano u međuspremnik " ) ,
" Copy " : MessageLookupByLibrary . simpleMessage ( " Kopiraj " ) ,
" Could not set avatar " : MessageLookupByLibrary . simpleMessage (
" Neuspjelo postavljanje avatara " ) ,
" Could not set displayname " : MessageLookupByLibrary . simpleMessage (
" Neuspjelo postavljanje prikaznog imena " ) ,
" Create " : MessageLookupByLibrary . simpleMessage ( " Stvori " ) ,
" Create account now " :
MessageLookupByLibrary . simpleMessage ( " Stvori račun sada " ) ,
" Create new group " :
MessageLookupByLibrary . simpleMessage ( " Stvori novu grupu " ) ,
" Currently active " :
MessageLookupByLibrary . simpleMessage ( " Trenutačno aktivni " ) ,
" Dark " : MessageLookupByLibrary . simpleMessage ( " Tamna " ) ,
" Delete " : MessageLookupByLibrary . simpleMessage ( " Izbriži " ) ,
" Delete message " :
MessageLookupByLibrary . simpleMessage ( " Izbriži poruku " ) ,
" Deny " : MessageLookupByLibrary . simpleMessage ( " Odbij " ) ,
" Device " : MessageLookupByLibrary . simpleMessage ( " Uređaj " ) ,
" Devices " : MessageLookupByLibrary . simpleMessage ( " Uređaji " ) ,
" Discard picture " : MessageLookupByLibrary . simpleMessage ( " Odbaci sliku " ) ,
" Displayname has been changed " : MessageLookupByLibrary . simpleMessage (
" Prikazno ime je promijenjeno " ) ,
" Donate " : MessageLookupByLibrary . simpleMessage ( " Doniraj " ) ,
" Download file " :
MessageLookupByLibrary . simpleMessage ( " Preuzmi datoteku " ) ,
" Edit Jitsi instance " :
MessageLookupByLibrary . simpleMessage ( " Uredi Jitsi primjerak " ) ,
" Edit displayname " :
MessageLookupByLibrary . simpleMessage ( " Uredi prikazano ime " ) ,
" Emote Settings " :
MessageLookupByLibrary . simpleMessage ( " Postavke emojija " ) ,
" Emote shortcode " :
MessageLookupByLibrary . simpleMessage ( " Kratica emota " ) ,
" Empty chat " : MessageLookupByLibrary . simpleMessage ( " Prazan chat " ) ,
" Encryption " : MessageLookupByLibrary . simpleMessage ( " Šifriranje " ) ,
" Encryption algorithm " :
MessageLookupByLibrary . simpleMessage ( " Algoritam šifriranja " ) ,
" Encryption is not enabled " :
MessageLookupByLibrary . simpleMessage ( " Šifriranje nije aktivirano " ) ,
" End to end encryption is currently in Beta! Use at your own risk! " :
MessageLookupByLibrary . simpleMessage (
" Obostrano šifriranje je trenutačno u beta stanju! Koriti na vlastitu odgovornost! " ) ,
" End-to-end encryption settings " : MessageLookupByLibrary . simpleMessage (
" Postavke obostranog šifriranja " ) ,
" Enter a group name " :
MessageLookupByLibrary . simpleMessage ( " Upiši ime grupe " ) ,
" Enter a username " :
MessageLookupByLibrary . simpleMessage ( " Upiši korisničko ime " ) ,
" Enter your homeserver " : MessageLookupByLibrary . simpleMessage (
" Upiši svog domaćeg poslužitelja " ) ,
" File name " : MessageLookupByLibrary . simpleMessage ( " Ime datoteke " ) ,
" File size " : MessageLookupByLibrary . simpleMessage ( " Veličina datoteke " ) ,
" FluffyChat " : MessageLookupByLibrary . simpleMessage ( " FluffyChat " ) ,
" Forward " : MessageLookupByLibrary . simpleMessage ( " Proslijedi " ) ,
" Friday " : MessageLookupByLibrary . simpleMessage ( " Petak " ) ,
" From joining " :
MessageLookupByLibrary . simpleMessage ( " Od pridruživanja " ) ,
" From the invitation " :
MessageLookupByLibrary . simpleMessage ( " Od poziva " ) ,
" Group " : MessageLookupByLibrary . simpleMessage ( " Grupiraj " ) ,
" Group description " : MessageLookupByLibrary . simpleMessage ( " Opis grupe " ) ,
" Group description has been changed " :
MessageLookupByLibrary . simpleMessage ( " Opis grupe je promijenjen " ) ,
" Group is public " :
MessageLookupByLibrary . simpleMessage ( " Grupa je javna " ) ,
" Guests are forbidden " :
MessageLookupByLibrary . simpleMessage ( " Gosti su zabranjeni " ) ,
" Guests can join " :
MessageLookupByLibrary . simpleMessage ( " Gosti se mogu pridružiti " ) ,
" Help " : MessageLookupByLibrary . simpleMessage ( " Pomoć " ) ,
" Homeserver is not compatible " : MessageLookupByLibrary . simpleMessage (
" Domaći poslužitelj nije kompatibilan " ) ,
" How are you today? " :
MessageLookupByLibrary . simpleMessage ( " Kako si danas? " ) ,
" ID " : MessageLookupByLibrary . simpleMessage ( " ID " ) ,
" Identity " : MessageLookupByLibrary . simpleMessage ( " Identitet " ) ,
2020-09-19 13:29:12 +00:00
" Informations about your privacy: https://sentry.io/security/ " :
MessageLookupByLibrary . simpleMessage (
" Podaci o tvojoj privatnosti: https://sentry.io/security/ " ) ,
2020-07-21 08:53:21 +00:00
" Invite contact " :
MessageLookupByLibrary . simpleMessage ( " Pozovi kontakt " ) ,
" Invited " : MessageLookupByLibrary . simpleMessage ( " Pozvan/a " ) ,
" Invited users only " :
MessageLookupByLibrary . simpleMessage ( " Samo pozvani korisnici " ) ,
" It seems that you have no google services on your phone. That \' s a good decision for your privacy! To receive push notifications in FluffyChat we recommend using microG: https://microg.org/ " :
MessageLookupByLibrary . simpleMessage (
" Čini se da na mobitelu nemaš google usluge. To je dobra odluka za tvoju privatnost! Za primanje push obavijesti u FluffyChatu preporučujemo upotrebu microG-a: https://microg.org/ " ) ,
2020-09-03 09:44:42 +00:00
" Join room " : MessageLookupByLibrary . simpleMessage ( " Pridruži se sobi " ) ,
2020-07-21 08:53:21 +00:00
" Kick from chat " :
MessageLookupByLibrary . simpleMessage ( " Izbaci iz chata " ) ,
" Last seen IP " :
MessageLookupByLibrary . simpleMessage ( " Zadnji viđeni IP " ) ,
" Leave " : MessageLookupByLibrary . simpleMessage ( " Napusti " ) ,
" Left the chat " :
MessageLookupByLibrary . simpleMessage ( " Napustio/la je chat " ) ,
" License " : MessageLookupByLibrary . simpleMessage ( " Licenca " ) ,
" Light " : MessageLookupByLibrary . simpleMessage ( " Svjetla " ) ,
" Load more... " : MessageLookupByLibrary . simpleMessage ( " Učitaj više … " ) ,
" Loading... Please wait " :
MessageLookupByLibrary . simpleMessage ( " Učitava se … Pričekaj " ) ,
" Login " : MessageLookupByLibrary . simpleMessage ( " Prijava " ) ,
" Logout " : MessageLookupByLibrary . simpleMessage ( " Odjava " ) ,
" Make a moderator " :
MessageLookupByLibrary . simpleMessage ( " Postavi kao voditelja " ) ,
" Make an admin " :
MessageLookupByLibrary . simpleMessage ( " Postavi kao administratora " ) ,
" Make sure the identifier is valid " :
MessageLookupByLibrary . simpleMessage (
" Provjeri je li identifikator ispravan " ) ,
" Message will be removed for all participants " :
MessageLookupByLibrary . simpleMessage (
" Poruke će se ukloniti za sve sudionike " ) ,
" Moderator " : MessageLookupByLibrary . simpleMessage ( " Voditelj " ) ,
" Monday " : MessageLookupByLibrary . simpleMessage ( " Ponedjeljak " ) ,
" Mute chat " :
MessageLookupByLibrary . simpleMessage ( " Isključi zvuk chata " ) ,
" New message in FluffyChat " :
MessageLookupByLibrary . simpleMessage ( " Nova poruka u FluffyChatu " ) ,
" New private chat " :
MessageLookupByLibrary . simpleMessage ( " Novi privatni chat " ) ,
2020-09-19 13:29:12 +00:00
" No " : MessageLookupByLibrary . simpleMessage ( " Ne " ) ,
2020-07-21 08:53:21 +00:00
" No emotes found. 😕 " :
MessageLookupByLibrary . simpleMessage ( " Nema emota. 😕 " ) ,
" No permission " : MessageLookupByLibrary . simpleMessage ( " Bez dozvole " ) ,
" No rooms found... " :
2020-09-03 09:44:42 +00:00
MessageLookupByLibrary . simpleMessage ( " Nema soba … " ) ,
2020-07-21 08:53:21 +00:00
" None " : MessageLookupByLibrary . simpleMessage ( " Ništa " ) ,
" Not supported in web " :
MessageLookupByLibrary . simpleMessage ( " Nije podržano u internetu " ) ,
" Oops something went wrong... " : MessageLookupByLibrary . simpleMessage (
" Ups, došlo je do neke greške … " ) ,
" Open app to read messages " : MessageLookupByLibrary . simpleMessage (
" Za čitanje poruka, otvori program " ) ,
" Open camera " : MessageLookupByLibrary . simpleMessage ( " Otvori kameru " ) ,
" Participating user devices " : MessageLookupByLibrary . simpleMessage (
" Sudjelujući korisnički uređaji " ) ,
" Password " : MessageLookupByLibrary . simpleMessage ( " Lozinka " ) ,
" Pick image " : MessageLookupByLibrary . simpleMessage ( " Odaberi sliku " ) ,
2020-09-03 09:44:42 +00:00
" Pin " : MessageLookupByLibrary . simpleMessage ( " Prikvači " ) ,
2020-07-21 08:53:21 +00:00
" Please be aware that you need Pantalaimon to use end-to-end encryption for now. " :
MessageLookupByLibrary . simpleMessage (
" Za sada trebaš Pantalaimon za obostrano šifriranje. " ) ,
" Please choose a username " :
MessageLookupByLibrary . simpleMessage ( " Odaberi korisničko ime " ) ,
" Please enter a matrix identifier " :
MessageLookupByLibrary . simpleMessage ( " Upiši identifikator matrice " ) ,
" Please enter your password " :
MessageLookupByLibrary . simpleMessage ( " Upiši svoju lozinku " ) ,
" Please enter your username " :
MessageLookupByLibrary . simpleMessage ( " Upiši svoje korisničko ime " ) ,
" Public Rooms " : MessageLookupByLibrary . simpleMessage ( " Javne sobe " ) ,
" Recording " : MessageLookupByLibrary . simpleMessage ( " Snimanje " ) ,
" Reject " : MessageLookupByLibrary . simpleMessage ( " Odbij " ) ,
" Rejoin " : MessageLookupByLibrary . simpleMessage ( " Ponovo se pridruži " ) ,
" Remove " : MessageLookupByLibrary . simpleMessage ( " Ukloni " ) ,
" Remove all other devices " :
MessageLookupByLibrary . simpleMessage ( " Ukloni sve druge uređaje " ) ,
" Remove device " : MessageLookupByLibrary . simpleMessage ( " Ukloni uređaj " ) ,
" Remove exile " :
MessageLookupByLibrary . simpleMessage ( " Ukloni izbacivanje " ) ,
" Remove message " : MessageLookupByLibrary . simpleMessage ( " Ukloni poruku " ) ,
" Render rich message content " : MessageLookupByLibrary . simpleMessage (
" Prikaži formatirani sadržaj poruke " ) ,
" Reply " : MessageLookupByLibrary . simpleMessage ( " Odgovori " ) ,
" Request permission " :
MessageLookupByLibrary . simpleMessage ( " Zatraži dozvolu " ) ,
" Request to read older messages " : MessageLookupByLibrary . simpleMessage (
" Zahtjev za čitanje starijih poruka " ) ,
" Revoke all permissions " :
MessageLookupByLibrary . simpleMessage ( " Opozovi sve dozvole " ) ,
" Room has been upgraded " :
2020-09-03 09:44:42 +00:00
MessageLookupByLibrary . simpleMessage ( " Soba je nadograđena " ) ,
2020-07-21 08:53:21 +00:00
" Saturday " : MessageLookupByLibrary . simpleMessage ( " Subota " ) ,
" Search for a chat " : MessageLookupByLibrary . simpleMessage ( " Traži chat " ) ,
" Seen a long time ago " :
MessageLookupByLibrary . simpleMessage ( " Viđeno prije dugo vremena " ) ,
" Send " : MessageLookupByLibrary . simpleMessage ( " Pošalji " ) ,
" Send a message " :
MessageLookupByLibrary . simpleMessage ( " Pošalji poruku " ) ,
2020-09-19 13:29:12 +00:00
" Send audio " :
MessageLookupByLibrary . simpleMessage ( " Pošalji audio datoteku " ) ,
2020-07-21 08:53:21 +00:00
" Send file " : MessageLookupByLibrary . simpleMessage ( " Pošalji datoteku " ) ,
" Send image " : MessageLookupByLibrary . simpleMessage ( " Pošalji sliku " ) ,
2020-09-19 13:29:12 +00:00
" Send original " :
MessageLookupByLibrary . simpleMessage ( " Pošalji original " ) ,
" Send video " :
MessageLookupByLibrary . simpleMessage ( " Pošalji video datoteku " ) ,
2020-07-21 08:53:21 +00:00
" Set a profile picture " :
MessageLookupByLibrary . simpleMessage ( " Postavi sliku profila " ) ,
" Set group description " :
MessageLookupByLibrary . simpleMessage ( " Postavi opis grupe " ) ,
" Set invitation link " : MessageLookupByLibrary . simpleMessage (
" Pošalji poveznicu za pozivnicu " ) ,
" Set status " : MessageLookupByLibrary . simpleMessage ( " Postavi stanje " ) ,
" Settings " : MessageLookupByLibrary . simpleMessage ( " Postavke " ) ,
" Share " : MessageLookupByLibrary . simpleMessage ( " Dijeli " ) ,
" Sign up " : MessageLookupByLibrary . simpleMessage ( " Prijavi se " ) ,
" Skip " : MessageLookupByLibrary . simpleMessage ( " Preskoči " ) ,
" Source code " : MessageLookupByLibrary . simpleMessage ( " Izvorni kȏd " ) ,
" Start your first chat :-) " :
MessageLookupByLibrary . simpleMessage ( " Počni svoj prvi chat :-) " ) ,
" Submit " : MessageLookupByLibrary . simpleMessage ( " Pošalji " ) ,
" Sunday " : MessageLookupByLibrary . simpleMessage ( " Nedjelja " ) ,
" System " : MessageLookupByLibrary . simpleMessage ( " Sustav " ) ,
" Tap to show menu " :
MessageLookupByLibrary . simpleMessage ( " Dodirni za prikaz izbornika " ) ,
" The encryption has been corrupted " :
MessageLookupByLibrary . simpleMessage ( " Šifriranje je oštećeno " ) ,
" They Don \' t Match " :
MessageLookupByLibrary . simpleMessage ( " Ne poklapaju se " ) ,
" They Match " : MessageLookupByLibrary . simpleMessage ( " Poklapaju se " ) ,
" This room has been archived. " :
MessageLookupByLibrary . simpleMessage ( " Ova soba je arhivirana. " ) ,
" Thursday " : MessageLookupByLibrary . simpleMessage ( " Četvrtak " ) ,
" Try to send again " :
MessageLookupByLibrary . simpleMessage ( " Pokušaj ponovo poslati " ) ,
" Tuesday " : MessageLookupByLibrary . simpleMessage ( " Utorak " ) ,
" Unblock Device " :
MessageLookupByLibrary . simpleMessage ( " Deblokiraj uređaj " ) ,
" Unknown device " :
MessageLookupByLibrary . simpleMessage ( " Nepoznat uređaj " ) ,
" Unknown encryption algorithm " : MessageLookupByLibrary . simpleMessage (
" Nepoznat algoritam šifriranja " ) ,
" Unmute chat " :
MessageLookupByLibrary . simpleMessage ( " Uključi zvuk chata " ) ,
2020-09-03 09:44:42 +00:00
" Unpin " : MessageLookupByLibrary . simpleMessage ( " Otkvači " ) ,
2020-07-21 08:53:21 +00:00
" Use Amoled compatible colors? " : MessageLookupByLibrary . simpleMessage (
" Koristiti Amoled kompatibilne boje? " ) ,
" Username " : MessageLookupByLibrary . simpleMessage ( " Korisničko ime " ) ,
" Verify " : MessageLookupByLibrary . simpleMessage ( " Provjeri " ) ,
" Verify User " :
MessageLookupByLibrary . simpleMessage ( " Provjeri korisnika " ) ,
" Video call " : MessageLookupByLibrary . simpleMessage ( " Video poziv " ) ,
" Visibility of the chat history " : MessageLookupByLibrary . simpleMessage (
" Vidljivost kronologije chata " ) ,
" Visible for all participants " :
MessageLookupByLibrary . simpleMessage ( " Vidljivo za sve sudionike " ) ,
" Visible for everyone " :
MessageLookupByLibrary . simpleMessage ( " Vidljivo za sve " ) ,
" Voice message " :
MessageLookupByLibrary . simpleMessage ( " Glasovna poruka " ) ,
" Wallpaper " : MessageLookupByLibrary . simpleMessage ( " Slika pozadine " ) ,
" Wednesday " : MessageLookupByLibrary . simpleMessage ( " Srijeda " ) ,
" Welcome to the cutest instant messenger in the matrix network. " :
MessageLookupByLibrary . simpleMessage (
2020-09-03 09:44:42 +00:00
" Lijep pozdrav u najslađi program za čavrljanje u mreži matrix. " ) ,
2020-07-21 08:53:21 +00:00
" Who is allowed to join this group " :
MessageLookupByLibrary . simpleMessage (
" Tko se smije pridružiti grupi " ) ,
" Write a message... " :
MessageLookupByLibrary . simpleMessage ( " Napiši poruku … " ) ,
" Yes " : MessageLookupByLibrary . simpleMessage ( " Da " ) ,
" You " : MessageLookupByLibrary . simpleMessage ( " Ti " ) ,
" You are invited to this chat " :
MessageLookupByLibrary . simpleMessage ( " Pozvan/a si u ovaj chat " ) ,
" You are no longer participating in this chat " :
MessageLookupByLibrary . simpleMessage (
" Više ne sudjeluješ u ovom chatu " ) ,
" You cannot invite yourself " :
MessageLookupByLibrary . simpleMessage ( " Sebe ne možeš pozvati " ) ,
" You have been banned from this chat " :
MessageLookupByLibrary . simpleMessage (
" Isključen/a si iz ovog chata " ) ,
" You won \' t be able to disable the encryption anymore. Are you sure? " :
MessageLookupByLibrary . simpleMessage (
" Više nećeš moći deaktivirati šifriranje. Sigurno? " ) ,
" Your own username " :
MessageLookupByLibrary . simpleMessage ( " Tvoje korisničko ime " ) ,
" acceptedTheInvitation " : m0 ,
" activatedEndToEndEncryption " : m1 ,
" alias " : MessageLookupByLibrary . simpleMessage ( " pseudonim " ) ,
2020-09-03 09:44:42 +00:00
" answeredTheCall " : m2 ,
2020-07-21 08:53:21 +00:00
" askSSSSCache " : MessageLookupByLibrary . simpleMessage (
" Upiši svoju sigurnosnu lozinku ili ključ za obnavljanje, kako bi se ključevi spremili u predmemoriju. " ) ,
" askSSSSSign " : MessageLookupByLibrary . simpleMessage (
" Za potpisivanje druge osobe, upiši svoju sigurnosnu lozinku ili ključ za obnavljanje. " ) ,
" askSSSSVerify " : MessageLookupByLibrary . simpleMessage (
" Za potvrđivanje tvoje sesije, upiši svoju sigurnosnu lozinku ili ključ za obnavljanje. " ) ,
2020-09-03 09:44:42 +00:00
" askVerificationRequest " : m3 ,
" bannedUser " : m4 ,
" byDefaultYouWillBeConnectedTo " : m5 ,
2020-07-21 08:53:21 +00:00
" cachedKeys " : MessageLookupByLibrary . simpleMessage (
" Uspješno međuspremljeni ključevi! " ) ,
2020-09-03 09:44:42 +00:00
" changedTheChatAvatar " : m6 ,
" changedTheChatDescriptionTo " : m7 ,
" changedTheChatNameTo " : m8 ,
" changedTheChatPermissions " : m9 ,
" changedTheDisplaynameTo " : m10 ,
" changedTheGuestAccessRules " : m11 ,
" changedTheGuestAccessRulesTo " : m12 ,
" changedTheHistoryVisibility " : m13 ,
" changedTheHistoryVisibilityTo " : m14 ,
" changedTheJoinRules " : m15 ,
" changedTheJoinRulesTo " : m16 ,
" changedTheProfileAvatar " : m17 ,
" changedTheRoomAliases " : m18 ,
" changedTheRoomInvitationLink " : m19 ,
2020-07-21 08:53:21 +00:00
" compareEmojiMatch " : MessageLookupByLibrary . simpleMessage (
" Usporedi i provjeri, poklapaju li se sljedeći emojiji s onima drugog uređaja: " ) ,
" compareNumbersMatch " : MessageLookupByLibrary . simpleMessage (
" Usporedi i provjeri, poklapaju li se sljedeći brojevi s onima drugog uređaja: " ) ,
2020-09-03 09:44:42 +00:00
" couldNotDecryptMessage " : m20 ,
" countParticipants " : m21 ,
" createdTheChat " : m22 ,
2020-07-21 08:53:21 +00:00
" crossSigningDisabled " : MessageLookupByLibrary . simpleMessage (
" Unakrsno potpisivanje je deaktivirano " ) ,
" crossSigningEnabled " : MessageLookupByLibrary . simpleMessage (
" Unakrsno potpisivanje je aktivirano " ) ,
2020-09-03 09:44:42 +00:00
" dateAndTimeOfDay " : m23 ,
" dateWithYear " : m24 ,
" dateWithoutYear " : m25 ,
2020-07-21 08:53:21 +00:00
" emoteExists " :
MessageLookupByLibrary . simpleMessage ( " Emot već postoji! " ) ,
" emoteInvalid " :
MessageLookupByLibrary . simpleMessage ( " Neispravna kratica emota! " ) ,
" emoteWarnNeedToPick " : MessageLookupByLibrary . simpleMessage (
" Moraš odabrati jednu kraticu emota i sliku! " ) ,
2020-09-03 09:44:42 +00:00
" endedTheCall " : m26 ,
" groupWith " : m27 ,
" hasWithdrawnTheInvitationFor " : m28 ,
2020-07-21 08:53:21 +00:00
" incorrectPassphraseOrKey " : MessageLookupByLibrary . simpleMessage (
" Neispravna lozinka ili ključ za obnavljanje " ) ,
2020-09-03 09:44:42 +00:00
" inviteContactToGroup " : m29 ,
" inviteText " : m30 ,
" invitedUser " : m31 ,
2020-07-21 08:53:21 +00:00
" is typing... " : MessageLookupByLibrary . simpleMessage ( " piše … " ) ,
" isDeviceKeyCorrect " : MessageLookupByLibrary . simpleMessage (
" Je li sljedeći ključ uređaja ispravan? " ) ,
2020-09-03 09:44:42 +00:00
" joinedTheChat " : m32 ,
2020-07-21 08:53:21 +00:00
" keysCached " : MessageLookupByLibrary . simpleMessage (
" Ključevi su spremljeni u predmemoriji " ) ,
" keysMissing " :
MessageLookupByLibrary . simpleMessage ( " Nedostaju ključevi " ) ,
2020-09-03 09:44:42 +00:00
" kicked " : m33 ,
" kickedAndBanned " : m34 ,
" lastActiveAgo " : m35 ,
" loadCountMoreParticipants " : m36 ,
" logInTo " : m37 ,
2020-07-21 08:53:21 +00:00
" newVerificationRequest " :
MessageLookupByLibrary . simpleMessage ( " Novi zahtjev za provjeru! " ) ,
" noCrossSignBootstrap " : MessageLookupByLibrary . simpleMessage (
2020-09-03 09:44:42 +00:00
" Fluffychat trenutačno ne podržava unakrsno potpisivanje. Aktiviraj je u Riot. " ) ,
2020-07-21 08:53:21 +00:00
" noMegolmBootstrap " : MessageLookupByLibrary . simpleMessage (
2020-09-03 09:44:42 +00:00
" Fluffychat trenutačno ne podržava aktiviranje online sigurnosnu kopiju ključeva. Aktiviraj je u Riot. " ) ,
" numberSelected " : m38 ,
2020-07-21 08:53:21 +00:00
" ok " : MessageLookupByLibrary . simpleMessage ( " u redu " ) ,
" onlineKeyBackupDisabled " : MessageLookupByLibrary . simpleMessage (
" Online sigurnosna kopija ključeva je deaktivirana " ) ,
" onlineKeyBackupEnabled " : MessageLookupByLibrary . simpleMessage (
" Online sigurnosna kopija ključeva je aktivirana " ) ,
" passphraseOrKey " : MessageLookupByLibrary . simpleMessage (
" Lozinka ili ključ za obnavljanje " ) ,
2020-09-03 09:44:42 +00:00
" play " : m39 ,
" redactedAnEvent " : m40 ,
" rejectedTheInvitation " : m41 ,
" removedBy " : m42 ,
" seenByUser " : m43 ,
" seenByUserAndCountOthers " : m44 ,
" seenByUserAndUser " : m45 ,
" sentAFile " : m46 ,
" sentAPicture " : m47 ,
" sentASticker " : m48 ,
" sentAVideo " : m49 ,
" sentAnAudio " : m50 ,
" sentCallInformations " : m51 ,
2020-07-21 08:53:21 +00:00
" sessionVerified " :
MessageLookupByLibrary . simpleMessage ( " Sesija je provjerena " ) ,
2020-09-03 09:44:42 +00:00
" sharedTheLocation " : m52 ,
" startedACall " : m53 ,
" timeOfDay " : m54 ,
2020-07-21 08:53:21 +00:00
" title " : MessageLookupByLibrary . simpleMessage ( " FluffyChat " ) ,
2020-09-03 09:44:42 +00:00
" unbannedUser " : m55 ,
" unknownEvent " : m56 ,
2020-07-21 08:53:21 +00:00
" unknownSessionVerify " :
MessageLookupByLibrary . simpleMessage ( " Nepoznata sesija, provjeri " ) ,
2020-09-03 09:44:42 +00:00
" unreadChats " : m57 ,
" unreadMessages " : m58 ,
" unreadMessagesInChats " : m59 ,
" userAndOthersAreTyping " : m60 ,
" userAndUserAreTyping " : m61 ,
" userIsTyping " : m62 ,
" userLeftTheChat " : m63 ,
" userSentUnknownEvent " : m64 ,
2020-07-21 08:53:21 +00:00
" verifiedSession " :
MessageLookupByLibrary . simpleMessage ( " Uspješno provjerena sesija! " ) ,
" verifyManual " : MessageLookupByLibrary . simpleMessage ( " Provjeri ručno " ) ,
" verifyStart " : MessageLookupByLibrary . simpleMessage ( " Pokreni provjeru " ) ,
" verifySuccess " :
MessageLookupByLibrary . simpleMessage ( " Uspješno si provjerio/la! " ) ,
" verifyTitle " :
MessageLookupByLibrary . simpleMessage ( " Provjeravanje drugog računa " ) ,
" waitingPartnerAcceptRequest " : MessageLookupByLibrary . simpleMessage (
" Čekanje na partnera, da prihvati zahtjeva … " ) ,
" waitingPartnerEmoji " : MessageLookupByLibrary . simpleMessage (
" Čekanje na partnera, da prihvati emoji … " ) ,
" waitingPartnerNumbers " : MessageLookupByLibrary . simpleMessage (
" Čekanje na partnera, da prihvati brojeve … " )
} ;
}