2016-01-21 23:28:58 +00:00
{
2017-08-30 16:31:03 +00:00
"scrollDown" : {
2017-09-04 09:56:56 +00:00
"message" : "Spusti se na dno konverzacije" ,
2017-08-30 16:31:03 +00:00
"description" : "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_10_seconds" : {
2017-09-04 09:56:56 +00:00
"message" : "10 sekundi" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2017-08-30 16:31:03 +00:00
"view" : {
"message" : "View" ,
"description" : "Used as a label on a button allowing user to see more information"
} ,
"upgradingDatabase" : {
2017-09-14 23:34:13 +00:00
"message" : "Nadogradnja baze. Ovo može potrajati neko vrijeme..." ,
2017-08-30 16:31:03 +00:00
"description" : "Message shown on the loading screen when we're changing database structure on first run of a new version"
} ,
2016-06-30 01:12:20 +00:00
"lastSynced" : {
2016-08-11 19:22:17 +00:00
"message" : "Posljednji uvoz" ,
2016-06-30 01:12:20 +00:00
"description" : "Label for date and time of last sync operation"
} ,
2017-04-16 06:51:10 +00:00
"attemptingReconnection" : {
"message" : "Attempting reconnect in $reconnect_duration_in_seconds$ seconds" ,
"description" : "" ,
"placeholders" : {
"reconnect_duration_in_seconds" : {
"content" : "$1" ,
"example" : "10"
}
}
} ,
2016-01-21 23:28:58 +00:00
"unsupportedAttachment" : {
2016-03-03 15:35:07 +00:00
"message" : "Nepodržana vrsta privitka. Kliknite za spremanje." ,
2016-01-21 23:28:58 +00:00
"description" : "Displayed for incoming unsupported attachment"
} ,
2017-08-30 16:31:03 +00:00
"showSafetyNumber" : {
2017-09-04 09:56:56 +00:00
"message" : "Prikaži sigurnosni broj" ,
2016-10-08 14:40:13 +00:00
"description" : ""
} ,
2017-08-30 16:31:03 +00:00
"androidMessageLengthWarning" : {
2017-09-14 23:34:13 +00:00
"message" : "Android uređaji primit će samo prvih 2000 znakova ove poruke." ,
2017-08-30 16:31:03 +00:00
"description" : "Warning that long messages could not get received completely by Android clients."
} ,
2016-10-07 10:13:47 +00:00
"youChangedTheTimer" : {
"message" : "You set the timer to $time$." ,
"description" : "Message displayed when you change the message expiration timer in a conversation." ,
"placeholders" : {
"time" : {
"content" : "$1" ,
"example" : "10m"
}
}
} ,
2016-02-22 22:27:51 +00:00
"settings" : {
2016-03-03 15:35:07 +00:00
"message" : "Postavke" ,
2016-02-22 22:27:51 +00:00
"description" : "Menu item and header for global settings"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_5_seconds_abbreviated" : {
"message" : "5s" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-01-21 23:28:58 +00:00
"installComputerName" : {
2016-02-05 02:06:22 +00:00
"message" : "Ime ovog računala bit će" ,
2016-01-21 23:28:58 +00:00
"description" : "Text displayed before the input where the user can enter the name for this device."
} ,
2016-08-11 19:22:17 +00:00
"timestamp_m" : {
2017-09-14 23:34:13 +00:00
"message" : "1 minuta" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-01-21 23:28:58 +00:00
"gotIt" : {
2016-03-03 15:35:07 +00:00
"message" : "Shvaćam!" ,
2016-03-17 22:05:27 +00:00
"description" : "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-01-21 23:28:58 +00:00
} ,
2016-10-07 10:13:47 +00:00
"disappearingMessages" : {
2017-09-04 09:56:56 +00:00
"message" : "Nestajuće poruke" ,
2016-10-07 10:13:47 +00:00
"description" : "Conversation menu option to enable disappearing messages"
} ,
2017-08-30 16:31:03 +00:00
"deleteWarning" : {
2017-09-14 23:34:13 +00:00
"message" : "Jeste li sigurni? Klik na \"Obriši\" trajno će obrisati odabranu poruku s ovog uređaja." ,
2017-08-30 16:31:03 +00:00
"description" : ""
} ,
2016-04-03 21:33:07 +00:00
"showMore" : {
2016-05-05 19:16:13 +00:00
"message" : "Detalji" ,
2016-04-03 21:33:07 +00:00
"description" : "Displays the details of a key change"
} ,
2017-08-30 16:31:03 +00:00
"verifyHelp" : {
2017-09-14 23:34:13 +00:00
"message" : "Želite li potvrditi sigurnost enkripcije komunikacije s $name$, usporedite ove brojeve s brojevima na njihovom uređaju." ,
2017-08-30 16:31:03 +00:00
"description" : "" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "John"
}
}
} ,
"membersNeedingVerification" : {
2017-09-14 23:34:13 +00:00
"message" : "Vaši sigurnosni brojevi s ovim članovima grupe promijenili su se od zadnje potvrde. Kliknite pojedinog člana kako biste vidjeli nove sigurnosne brojeve." ,
2017-08-30 16:31:03 +00:00
"description" : "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
} ,
2016-10-07 10:13:47 +00:00
"timerOption_5_minutes_abbreviated" : {
"message" : "5m" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-01-21 23:28:58 +00:00
"unsupportedFileType" : {
2016-02-05 02:06:22 +00:00
"message" : "Nepodržana vrsta datoteke" ,
2016-01-21 23:28:58 +00:00
"description" : "Displayed for outgoing unsupported attachment"
} ,
2017-08-30 16:31:03 +00:00
"exportAgain" : {
2017-09-04 09:56:56 +00:00
"message" : "Izvezi ponovo" ,
2017-08-30 16:31:03 +00:00
"description" : "If user has already exported once, this button allows user to do it again if needed"
} ,
2017-05-16 18:56:33 +00:00
"clickToSave" : {
2017-09-04 09:56:56 +00:00
"message" : "Klikni za spremanje" ,
2017-05-16 18:56:33 +00:00
"description" : "Hover text for attachment filenames"
} ,
2017-08-30 16:31:03 +00:00
"messagesBelow" : {
2017-09-04 09:56:56 +00:00
"message" : "Nove poruke ispod" ,
2017-08-30 16:31:03 +00:00
"description" : "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
} ,
2016-01-21 23:28:58 +00:00
"installGeneratingKeys" : {
2016-02-05 02:06:22 +00:00
"message" : "Stvaranje ključeva" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
"resetSession" : {
2017-03-30 22:12:11 +00:00
"message" : "Resetuj sesiju" ,
2016-03-17 22:05:27 +00:00
"description" : "This is a menu item for resetting the session, using the imperative case, as in a command."
2016-01-21 23:28:58 +00:00
} ,
2017-04-16 06:51:10 +00:00
"offline" : {
"message" : "Offline" ,
2017-08-30 16:31:03 +00:00
"description" : "Displayed when the desktop client has no network connection."
2017-04-16 06:51:10 +00:00
} ,
2016-01-21 23:28:58 +00:00
"welcomeToSignal" : {
2016-02-05 02:06:22 +00:00
"message" : "Dobrodošli u Signal" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-04-16 06:51:10 +00:00
"checkNetworkConnection" : {
2017-09-14 23:34:13 +00:00
"message" : "Provjerite jeste li spojeni na internet." ,
2017-04-16 06:51:10 +00:00
"description" : "Obvious instructions for when a user's computer loses its network connection"
} ,
2016-03-17 22:05:27 +00:00
"notificationSettingsDialog" : {
"message" : "Kad poruka dođe, prikaži obavijesti koje otkrivaju:" ,
"description" : "Explain the purpose of the notification settings"
} ,
2016-08-11 19:22:17 +00:00
"timestamp_h" : {
2017-09-04 09:56:56 +00:00
"message" : "1 sat" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-10-07 10:13:47 +00:00
"timerOption_0_seconds_abbreviated" : {
2017-09-04 09:56:56 +00:00
"message" : "isključi" ,
2016-10-08 14:40:13 +00:00
"description" : "Short format indicating current timer setting in the conversation list snippet"
2016-10-07 10:13:47 +00:00
} ,
2016-06-30 01:12:20 +00:00
"syncExplanation" : {
2016-08-11 19:22:17 +00:00
"message" : "Uvezi sve Signal grupe i kontakte sa mobilnog uređaja." ,
2016-06-30 01:12:20 +00:00
"description" : "Explanatory text for sync settings"
} ,
2016-04-03 21:33:07 +00:00
"restartSignal" : {
2016-05-05 19:16:13 +00:00
"message" : "Ponovno pokreni Signal" ,
2016-04-03 21:33:07 +00:00
"description" : "Menu item for restarting the program."
} ,
2017-08-30 16:31:03 +00:00
"youLeftTheGroup" : {
2017-09-04 09:56:56 +00:00
"message" : "Napustili ste grupu" ,
2017-08-30 16:31:03 +00:00
"description" : "Displayed when a user can't send a message because they have left the group"
} ,
2016-01-21 23:28:58 +00:00
"deleteMessages" : {
2017-03-30 22:12:11 +00:00
"message" : "Izbriši poruku" ,
2016-03-03 14:45:08 +00:00
"description" : "Menu item for deleting messages, title case."
2016-01-21 23:28:58 +00:00
} ,
2017-08-30 16:31:03 +00:00
"confirmMigration" : {
2017-09-14 23:34:13 +00:00
"message" : "Pokrenuti postupak migracije? Tijekom migracije nećete moći slati i primati Signal poruke iz ove aplikacije." ,
2017-08-30 16:31:03 +00:00
"description" : "Confirmation dialogue when beginning migration"
} ,
2016-05-11 01:22:56 +00:00
"incomingError" : {
2016-08-11 19:22:17 +00:00
"message" : "Pogreška prilikom upravljanja ulaznom porukom." ,
2016-05-11 01:22:56 +00:00
"description" : ""
} ,
2017-08-30 16:31:03 +00:00
"delete" : {
2017-09-04 09:56:56 +00:00
"message" : "Obriši" ,
2017-08-30 16:31:03 +00:00
"description" : ""
} ,
"verified" : {
2017-09-14 23:34:13 +00:00
"message" : "Potvrđeno" ,
2017-08-30 16:31:03 +00:00
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"selectAContact" : {
2016-03-03 15:35:07 +00:00
"message" : "Odaberite kontakt ili grupu za početak dopisivanja." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-08-30 16:31:03 +00:00
"exportError" : {
"message" : "Unfortunately, something went wrong during the export. First, double-check your target empty directory for write access and enough space. Then, please submit a debug log so we can help you get migrated!" ,
"description" : "Helper text if the user went forward on migrating the app, but ran into an error"
} ,
2016-01-21 23:28:58 +00:00
"installConnecting" : {
2016-02-05 02:06:22 +00:00
"message" : "Povezivanje..." ,
2016-01-21 23:28:58 +00:00
"description" : "Displayed when waiting for the QR Code"
} ,
2017-08-30 16:31:03 +00:00
"selectedLocation" : {
"message" : "your selected location" ,
"description" : "Message shown as the export location if we didn't capture the target directory"
} ,
2016-01-21 23:28:58 +00:00
"verifyContact" : {
2017-09-14 23:34:13 +00:00
"message" : "Možda biste htjeli $tag_start$potvrditi$tag_end$ svoj sigurnosni broj s ovim kontaktom." ,
2016-03-17 22:05:27 +00:00
"description" : "Use $tag_start$ and $tag_end$ to wrap the word or phrase in this sentence that the user should click on in order to navigate to the verification screen. These placeholders will be replaced with appropriate HTML code." ,
2016-03-03 11:09:55 +00:00
"placeholders" : {
"tag_start" : {
"content" : "<a class='verify' href='#'>"
} ,
"tag_end" : {
"content" : "</a>"
}
}
2016-01-21 23:28:58 +00:00
} ,
2017-08-30 16:31:03 +00:00
"changedRecently" : {
"message" : "Your safety number with $name$ has changed recently. This could mean that someone is trying to intercept your communication or that $name$ has simply reinstalled Signal." ,
"description" : "Shown on confirmation dialog when user attempts to send a message" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2016-01-21 23:28:58 +00:00
"sent" : {
2016-02-05 02:06:22 +00:00
"message" : "Poslano" ,
2016-01-21 23:28:58 +00:00
"description" : "Label for the time a message was sent"
} ,
2017-08-30 16:31:03 +00:00
"migrationWarning" : {
2017-09-14 23:34:13 +00:00
"message" : "Signal Desktop aplikacija za Chrome više se ne koristi. Želite li se prebaciti na novu Signal Desktop aplikaciju?" ,
2017-08-30 16:31:03 +00:00
"description" : "Warning notification that this version of the app has been deprecated and the user must migrate"
} ,
"migrate" : {
2017-09-14 23:34:13 +00:00
"message" : "Da!" ,
2017-08-30 16:31:03 +00:00
"description" : "Button label to begin migrating this client to Electron"
} ,
2016-10-07 10:13:47 +00:00
"theyChangedTheTimer" : {
"message" : "$name$ set the timer to $time$." ,
"description" : "Message displayed when someone else changes the message expiration timer in a conversation." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
} ,
"time" : {
"content" : "$2" ,
"example" : "10m"
}
}
} ,
2016-08-11 19:22:17 +00:00
"timestamp_s" : {
2017-09-04 09:56:56 +00:00
"message" : "sada" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2017-08-30 16:31:03 +00:00
"changedRecentlyMultiple" : {
2017-09-14 23:34:13 +00:00
"message" : "Sigurnosni su se brojevi s više članova ove grupe nedavno promijenili. Moguće je da netko pokušava presresti vašu komunikaciju ili su neki članovi grupe reinstalirali Signal." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_day" : {
2017-09-04 09:56:56 +00:00
"message" : "1 dan" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2017-08-30 16:31:03 +00:00
"exporting" : {
2017-09-14 23:34:13 +00:00
"message" : "Please wait while we export your data. It may take several minutes. You can still use Signal on your phone and other devices during this time." ,
2017-08-30 16:31:03 +00:00
"description" : "Message shown on the migration screen while we export data"
} ,
2016-04-28 18:15:45 +00:00
"reportIssue" : {
2016-05-05 19:16:13 +00:00
"message" : "Prijavi problem" ,
2016-04-28 18:15:45 +00:00
"description" : "Link to open the issue tracker"
} ,
2016-02-22 22:27:51 +00:00
"newMessage" : {
2016-03-03 15:35:07 +00:00
"message" : "Nova poruka" ,
2016-02-22 22:27:51 +00:00
"description" : "Displayed in notifications for only 1 message"
} ,
"nameOnly" : {
2016-03-17 22:05:27 +00:00
"message" : "Samo pošiljateljevo ime" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display sender name only"
} ,
2016-01-21 23:28:58 +00:00
"from" : {
2016-02-05 02:06:22 +00:00
"message" : "Od" ,
2016-01-21 23:28:58 +00:00
"description" : "Label for the sender of a message"
} ,
2016-05-11 01:22:56 +00:00
"deleteConversationConfirmation" : {
2016-08-11 19:22:17 +00:00
"message" : "Trajno obrisati ovaj razgovor?" ,
2016-05-11 01:22:56 +00:00
"description" : "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
} ,
2017-04-16 06:51:10 +00:00
"unlinkedWarning" : {
2017-09-14 23:34:13 +00:00
"message" : "Ponovno povežite Signal Desktop sa svojim mobilnim uređajem za nastavak dopisivanja." ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"debugLogExplanation" : {
2016-03-03 15:35:07 +00:00
"message" : "Ovaj će zapis biti objavljen javno na internetu, doprinositeljima na uvid. Možete ga provjeriti i urediti prije slanja." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-02-09 23:27:14 +00:00
"newPhoneNumber" : {
"message" : "Enter a phone number to add a contact." ,
"description" : "Placeholder for adding a new number to a contact"
} ,
2017-08-30 16:31:03 +00:00
"noLongerVerified" : {
2017-09-14 23:34:13 +00:00
"message" : "Sigurnosni se broj s $name$ promijenio i više nije potvrđen. Kliknite za prikaz. " ,
2017-08-30 16:31:03 +00:00
"description" : "Shown in converation banner when user's safety number has changed, but they were previously verified." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2016-01-21 23:28:58 +00:00
"searchForPeopleOrGroups" : {
2016-05-05 19:16:13 +00:00
"message" : "Traži..." ,
2016-01-21 23:28:58 +00:00
"description" : "Placeholder text in the search input"
} ,
2017-08-30 16:31:03 +00:00
"someRecipientsFailed" : {
2017-09-14 23:34:13 +00:00
"message" : "Neki primatelji nisu primili poruku." ,
2017-08-30 16:31:03 +00:00
"description" : "When you send to multiple recipients via a group, and the message went to some recipients but not others."
} ,
2016-02-22 22:27:51 +00:00
"noNameOrMessage" : {
2016-03-17 22:05:27 +00:00
"message" : "Ni ime ni poruka" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display no name and no message text"
} ,
2016-06-30 01:12:20 +00:00
"syncNow" : {
2016-08-11 19:22:17 +00:00
"message" : "Uvezi sad" ,
2016-06-30 01:12:20 +00:00
"description" : "Label for a button that syncs contacts and groups from your phone"
} ,
"syncFailed" : {
2016-08-11 19:22:17 +00:00
"message" : "Uvoz nije uspio. Provjerite jesu li Vaše računalo i mobitel spojeni na internet." ,
2016-06-30 01:12:20 +00:00
"description" : "Informational text displayed if a sync operation times out."
} ,
2017-04-16 06:51:10 +00:00
"unlinked" : {
2017-09-14 23:34:13 +00:00
"message" : "Nepovezano" ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"installFollowUs" : {
2016-02-05 02:06:22 +00:00
"message" : "<a $a_params$>Pratite nas</a> za novosti o podršci za više uređaja na iOS-u." ,
2016-01-21 23:28:58 +00:00
"description" : "" ,
"placeholders" : {
2016-01-25 22:20:18 +00:00
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
2016-01-21 23:28:58 +00:00
}
} ,
2016-04-03 21:33:07 +00:00
"learnMore" : {
2017-09-04 09:56:56 +00:00
"message" : "Saznaj više o provjeri sigurnosnih brojeva" ,
2016-10-30 08:41:27 +00:00
"description" : "Text that links to a support article on verifying safety numbers"
2016-01-21 23:28:58 +00:00
} ,
2017-08-30 16:31:03 +00:00
"unreadMessages" : {
2017-09-04 09:56:56 +00:00
"message" : "$count$nepročitanih poruka" ,
2017-08-30 16:31:03 +00:00
"description" : "Text for unread message separator, with count" ,
"placeholders" : {
"count" : {
"content" : "$1" ,
"example" : "5"
}
}
2016-10-07 10:13:47 +00:00
} ,
2016-01-21 23:28:58 +00:00
"installTooManyDevices" : {
2016-02-05 02:06:22 +00:00
"message" : "Žao nam je, imate već previše povezanih uređaja. Pokušajte ukloniti neke." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-09-27 22:23:39 +00:00
"installSignalLinks" : {
2017-09-14 23:34:13 +00:00
"message" : "Prvo instalirajte Signal na svoj <a $play_store$>Android</a> ili <a $app_store$>iPhone</a>. Mi ćemo povezati vaše uređaje i sinkronizirati poruke." ,
2016-09-27 22:23:39 +00:00
"description" : "Prompt the user to install Signal on their phone before linking" ,
"placeholders" : {
"play_store" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
} ,
"app_store" : {
"content" : "$2" ,
"example" : "href='http://example.com'"
}
}
} ,
2016-01-21 23:28:58 +00:00
"installSyncingGroupsAndContacts" : {
2016-03-03 15:35:07 +00:00
"message" : "Sinkroniziranje grupa i kontakta" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_30_minutes_abbreviated" : {
2017-09-14 23:34:13 +00:00
"message" : "30m" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2017-01-26 22:13:29 +00:00
"themeAndroidDark" : {
"message" : "Android (dark)" ,
"description" : "Label text for dark Android theme"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_minute_abbreviated" : {
"message" : "1m" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2017-08-30 16:31:03 +00:00
"loadingMessages" : {
2017-09-14 23:34:13 +00:00
"message" : "Učitavanje poruka: $count$" ,
2017-08-30 16:31:03 +00:00
"description" : "Message shown on the loading screen when we're catching up on the backlog of messages" ,
"placeholders" : {
"count" : {
"content" : "$1" ,
"example" : "5"
}
}
} ,
"changedSinceVerified" : {
2017-09-14 23:34:13 +00:00
"message" : "Sigurnosni se broj s kontaktom $name$ promijenio od zadnje potvrde. Moguće je da netko pokušava presresti vašu komunikaciju ili da je kontakt $name$ reinstalirao Signal." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2016-04-07 19:27:03 +00:00
"upgrade" : {
2016-05-05 19:16:13 +00:00
"message" : "Nadogradi" ,
2016-04-07 19:27:03 +00:00
"description" : "Label text for button to upgrade the app to the latest version"
} ,
2016-10-07 10:13:47 +00:00
"yourSafetyNumberWith" : {
2017-08-30 16:31:03 +00:00
"message" : "Your safety number with $name$:" ,
2016-10-07 10:13:47 +00:00
"description" : "Heading for safety number view" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "John"
}
}
} ,
2016-04-03 21:33:07 +00:00
"showLess" : {
2016-05-05 19:16:13 +00:00
"message" : "Sakrij detalje" ,
2016-04-03 21:33:07 +00:00
"description" : "Hides the details of a key change"
} ,
2016-10-08 14:40:13 +00:00
"theme" : {
2017-09-04 09:56:56 +00:00
"message" : "Tema" ,
2016-10-08 14:40:13 +00:00
"description" : "Header for theme settings"
} ,
2016-02-22 22:27:51 +00:00
"newIdentity" : {
2017-09-04 09:56:56 +00:00
"message" : "Novi sigurnosni broj" ,
2016-04-03 21:33:07 +00:00
"description" : "Header for a key change dialog"
2016-02-22 22:27:51 +00:00
} ,
2016-01-21 23:28:58 +00:00
"installTagline" : {
2016-02-05 02:06:22 +00:00
"message" : "Privatnost je moguća. Signal je čini lakom." ,
2017-08-30 16:31:03 +00:00
"description" : "Tagline displayed under 'installWelcome' string on the install page"
2016-01-21 23:28:58 +00:00
} ,
2017-02-09 23:27:14 +00:00
"audioNotificationDescription" : {
2017-09-14 23:34:13 +00:00
"message" : "Zvučne obavijesti" ,
2017-02-09 23:27:14 +00:00
"description" : "Description for audio notification setting"
} ,
2017-08-30 16:31:03 +00:00
"isNotVerified" : {
2017-09-14 23:34:13 +00:00
"message" : "Niste potvrdili svoj sigurnosni broj s $name$." ,
2017-08-30 16:31:03 +00:00
"description" : "Summary state shown at top of the safety number screen if user has not verified contact." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2016-01-21 23:28:58 +00:00
"disconnected" : {
2016-02-05 02:06:22 +00:00
"message" : "Nepovezano" ,
2017-08-30 16:31:03 +00:00
"description" : "Displayed when the desktop client cannot connect to the server."
2016-01-21 23:28:58 +00:00
} ,
2016-06-30 01:12:20 +00:00
"syncing" : {
2016-08-11 19:22:17 +00:00
"message" : "Uvozim..." ,
2016-06-30 01:12:20 +00:00
"description" : "Label for a disabled sync button while sync is in progress."
} ,
2017-08-30 16:31:03 +00:00
"multipleNoLongerVerified" : {
"message" : "Your safety numbers with multiple members of this group have changed and are no longer verified. Click to show." ,
"description" : "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
} ,
2016-01-21 23:28:58 +00:00
"acceptNewKey" : {
2016-05-05 19:16:13 +00:00
"message" : "Prihvati" ,
2017-01-26 22:13:29 +00:00
"description" : "Label for a button to accept a new safety number"
2016-01-21 23:28:58 +00:00
} ,
2016-10-07 10:13:47 +00:00
"timerOption_12_hours_abbreviated" : {
"message" : "12h" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-08-24 23:54:05 +00:00
"timestampFormat_M" : {
2017-09-04 09:56:56 +00:00
"message" : "D MMM" ,
2016-08-24 23:54:05 +00:00
"description" : "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
} ,
2016-10-07 10:13:47 +00:00
"timerOption_6_hours_abbreviated" : {
"message" : "6h" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-06-30 01:12:20 +00:00
"unregisteredUser" : {
2016-08-11 19:22:17 +00:00
"message" : "Broj nije registriran" ,
2016-06-30 01:12:20 +00:00
"description" : "Error message displayed when sending to an unregistered user."
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_day_abbreviated" : {
"message" : "1d" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-06-30 01:12:20 +00:00
"sync" : {
2016-08-11 19:22:17 +00:00
"message" : "Kontakti" ,
2016-06-30 01:12:20 +00:00
"description" : "Label for contact and group sync settings"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_week" : {
2017-09-04 09:56:56 +00:00
"message" : "1 tjedan" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-09-27 22:23:39 +00:00
"installGotIt" : {
2017-09-04 09:56:56 +00:00
"message" : "Shvaćam" ,
2016-09-27 22:23:39 +00:00
"description" : "Button for the user to confirm that they have Signal installed."
} ,
2016-01-21 23:28:58 +00:00
"received" : {
2016-02-05 02:06:22 +00:00
"message" : "Primljeno" ,
2016-01-21 23:28:58 +00:00
"description" : "Label for the time a message was received"
} ,
2017-08-30 16:31:03 +00:00
"youMarkedAsNotVerified" : {
2017-09-14 23:34:13 +00:00
"message" : "Označili ste svoj sigurnosni broj s $name$ kao nepotvrđen." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown in the conversation history when the user marks a contact as not verified, whether on the safety number screen or by dismissing a banner or dialog." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
"isVerified" : {
2017-09-14 23:34:13 +00:00
"message" : "Potvrdili ste svoj sigurnosni broj s $name$." ,
2017-08-30 16:31:03 +00:00
"description" : "Summary state shown at top of the safety number screen if user has verified contact." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2016-10-07 10:13:47 +00:00
"timerOption_30_seconds" : {
2017-09-04 09:56:56 +00:00
"message" : "30 sekundi" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-01-21 23:28:58 +00:00
"sendMessage" : {
2016-02-05 02:06:22 +00:00
"message" : "Pošalji poruku" ,
2016-01-21 23:28:58 +00:00
"description" : "Placeholder text in the message entry field"
} ,
2017-08-30 16:31:03 +00:00
"me" : {
2017-09-14 23:34:13 +00:00
"message" : "Ja" ,
2017-08-30 16:31:03 +00:00
"description" : "The label for yourself when shown in a group member list"
} ,
2016-04-28 18:15:45 +00:00
"mediaMessage" : {
2016-05-05 19:16:13 +00:00
"message" : "Medijska poruka" ,
2016-04-28 18:15:45 +00:00
"description" : "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
} ,
2017-08-30 16:31:03 +00:00
"unreadMessage" : {
2017-09-04 09:56:56 +00:00
"message" : "1 nepročitna poruka" ,
2017-08-30 16:31:03 +00:00
"description" : "Text for unread message separator, just one message"
} ,
2016-04-07 19:27:03 +00:00
"expiredWarning" : {
2016-05-05 19:16:13 +00:00
"message" : "Ova verzija Signal Desktop-a je istekla. Molimo Vas da nadogradite na najnoviju verziju kako bi nastavili slati poruke." ,
2016-04-07 19:27:03 +00:00
"description" : "Warning notification that this version of the app has expired"
} ,
2016-01-21 23:28:58 +00:00
"fileSizeWarning" : {
2016-03-03 15:35:07 +00:00
"message" : "Žao nam je, odabrana datoteka nadmašuje ograničenja veličine poruke." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-08-30 16:31:03 +00:00
"deleteMessage" : {
2017-09-04 09:56:56 +00:00
"message" : "Obriši ovu poruku" ,
2017-08-30 16:31:03 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_0_seconds" : {
2017-09-04 09:56:56 +00:00
"message" : "isključi" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for option to turn off message expiration in the timer menu"
} ,
2016-01-21 23:28:58 +00:00
"installAndroidInstructions" : {
2016-05-05 19:16:13 +00:00
"message" : "Otvorite Signal na svom telefonu i navigirajte do Postavke > Povezani uređaji. Dodirnite gumb za dodavanje novog uređaja, a zatim skenirajte gornji kod." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-08-30 16:31:03 +00:00
"migrationDisconnecting" : {
"message" : "Disconnecting..." ,
"description" : "Displayed while we wait for pending incoming messages to process"
} ,
2017-02-09 23:27:14 +00:00
"invalidNumberError" : {
"message" : "Invalid number" ,
"description" : "When a person inputs a number that is invalid"
} ,
2016-01-21 23:28:58 +00:00
"installWelcome" : {
2016-02-05 02:06:22 +00:00
"message" : "Dobrodošli u Signal Desktop" ,
2016-01-21 23:28:58 +00:00
"description" : "Welcome title on the install page"
} ,
2017-08-30 16:31:03 +00:00
"messageBelow" : {
2017-09-04 09:56:56 +00:00
"message" : "Nova poruka ispod" ,
2017-08-30 16:31:03 +00:00
"description" : "Alt text for button to take user down to bottom of conversation with a new message out of screen"
} ,
"exportComplete" : {
2017-09-14 23:34:13 +00:00
"message" : "Your data has been exported to: <p><b>$location$</b></p> You'll be able to import this data as you set up <a target='_blank' href='https://support.whispersystems.org/hc/en-us/articles/214507138'>the new Signal Desktop</a>." ,
2017-08-30 16:31:03 +00:00
"description" : "Message shown on the migration screen when we are done exporting data" ,
"placeholders" : {
"location" : {
"content" : "$1" ,
"example" : "/Users/someone/somewhere"
}
}
} ,
2016-02-11 20:36:07 +00:00
"installConnectionFailed" : {
2016-03-03 15:35:07 +00:00
"message" : "Nije uspjelo spajanje na poslužitelj." ,
2016-02-11 20:36:07 +00:00
"description" : "Displayed when we can't connect to the server."
} ,
2017-08-30 16:31:03 +00:00
"unverify" : {
2017-09-04 09:56:56 +00:00
"message" : "Ukloni iz provjerenih" ,
2017-08-30 16:31:03 +00:00
"description" : ""
} ,
2016-04-03 21:33:07 +00:00
"messageNotSent" : {
2016-05-05 19:16:13 +00:00
"message" : "Poruka nije poslana." ,
2016-04-03 21:33:07 +00:00
"description" : "Informational label, appears on messages that failed to send"
} ,
2016-03-17 22:05:27 +00:00
"disableNotifications" : {
"message" : "Onemogući obavijesti" ,
"description" : "Label for disabling notifications"
} ,
2016-01-21 23:28:58 +00:00
"cancel" : {
2016-02-05 02:06:22 +00:00
"message" : "Otkaži" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-09-12 18:51:16 +00:00
"unblockToSend" : {
2017-09-04 09:56:56 +00:00
"message" : "Deblokiraj ovaj kontakt za slanje poruke." ,
2016-09-12 18:51:16 +00:00
"description" : "Brief message shown when trying to message a blocked number"
} ,
2016-01-21 23:28:58 +00:00
"installIHaveSignalButton" : {
2016-02-05 02:06:22 +00:00
"message" : "Imam Signal za Android" ,
2016-01-21 23:28:58 +00:00
"description" : "Button for the user to confirm that they have Signal for Android"
} ,
2017-05-16 18:56:33 +00:00
"unnamedFile" : {
2017-09-04 09:56:56 +00:00
"message" : "Neimenovana datoteka" ,
2017-05-16 18:56:33 +00:00
"description" : "Hover text for attachment filenames"
} ,
2017-08-30 16:31:03 +00:00
"sendAnyway" : {
2017-09-14 23:34:13 +00:00
"message" : "Svejedno pošalji" ,
2017-08-30 16:31:03 +00:00
"description" : "Used on a warning dialog to make it clear that it might be risky to send the message."
} ,
"youMarkedAsVerified" : {
2017-09-14 23:34:13 +00:00
"message" : "Potvrdili ste svoj sigurnosni broj s $name$." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown in the conversation history when the user marks a contact as verified." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2017-04-16 06:51:10 +00:00
"connecting" : {
2017-09-04 09:56:56 +00:00
"message" : "Povezivanje" ,
2017-08-30 16:31:03 +00:00
"description" : "Displayed when the desktop client is currently connecting to the server."
2017-04-16 06:51:10 +00:00
} ,
2016-01-21 23:28:58 +00:00
"sessionEnded" : {
2016-03-03 15:35:07 +00:00
"message" : "Ponovno pokretanje sigurne sesije" ,
2016-03-17 22:05:27 +00:00
"description" : "This is a past tense, informational message. In other words, your secure session has been reset."
2016-01-21 23:28:58 +00:00
} ,
"installGetStartedButton" : {
2016-02-05 02:06:22 +00:00
"message" : "Započnite" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-04-16 06:51:10 +00:00
"relink" : {
2017-09-14 23:34:13 +00:00
"message" : "Ponovno povezivanje" ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_week_abbreviated" : {
2017-09-04 09:56:56 +00:00
"message" : "1t" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
"timerOption_5_seconds" : {
2017-09-04 09:56:56 +00:00
"message" : "5 sekundi" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2017-08-30 16:31:03 +00:00
"showMembers" : {
2017-09-04 09:56:56 +00:00
"message" : "Prikaži članove" ,
2017-08-30 16:31:03 +00:00
"description" : ""
} ,
"youMarkedAsNotVerifiedOtherDevice" : {
"message" : "You marked your safety number with $name$ as not verified from another device." ,
"description" : "Shown in the conversation history when we discover that the user marked a contact as not verified on another device." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2016-01-21 23:28:58 +00:00
"installSignalLink" : {
2016-03-03 15:35:07 +00:00
"message" : "Prvo, instalirajte <a $a_params$>Signal</a> na Vaš Android telefon.<br /> Mi ćemo povezati Vaše uređaje i održati Vaše poruke sinkroniziranima." ,
2016-01-21 23:28:58 +00:00
"description" : "Prompt the user to install Signal on Android before linking" ,
"placeholders" : {
2016-01-25 22:20:18 +00:00
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
2016-01-21 23:28:58 +00:00
}
} ,
"installLinkingWithNumber" : {
2016-02-05 02:06:22 +00:00
"message" : "Povezivanje s" ,
2016-01-21 23:28:58 +00:00
"description" : "Text displayed before the phone number that the user is in the process of linking with"
} ,
2017-08-30 16:31:03 +00:00
"groupMembers" : {
2017-09-04 09:56:56 +00:00
"message" : "Članovi grupe" ,
2017-08-30 16:31:03 +00:00
"description" : ""
} ,
"loading" : {
2017-09-04 09:56:56 +00:00
"message" : "Učitavanje..." ,
2017-08-30 16:31:03 +00:00
"description" : "Message shown on the loading screen before we've loaded any messages"
} ,
2016-02-22 22:27:51 +00:00
"newMessages" : {
2016-03-03 15:35:07 +00:00
"message" : "Nove poruke" ,
2016-02-22 22:27:51 +00:00
"description" : "Displayed in notifications for multiple messages"
} ,
2017-02-09 23:27:14 +00:00
"newContact" : {
"message" : "Click to create new contact" ,
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"theirIdentityUnknown" : {
2017-09-14 23:34:13 +00:00
"message" : "Još niste razmijienili poruke sa ovim kontaktom. Sigurnosni broj bit će dostupan nakon prve poruke." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-05-16 18:56:33 +00:00
"voiceMessage" : {
2017-09-04 09:56:56 +00:00
"message" : "Glasovna poruka" ,
2017-05-16 18:56:33 +00:00
"description" : "Name for a voice message attachment"
} ,
2016-01-21 23:28:58 +00:00
"submit" : {
2016-03-03 15:35:07 +00:00
"message" : "Predaj" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"keychanged" : {
2017-09-14 23:34:13 +00:00
"message" : "Vaš sigurnosni broj s kontaktom $name$ se promijenio. Kliknite ovdje za prikaz." ,
2016-10-07 10:13:47 +00:00
"description" : "" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "John"
}
}
} ,
2017-08-30 16:31:03 +00:00
"identityKeyErrorOnSend" : {
2017-09-14 23:34:13 +00:00
"message" : "Sigurnosni broj s kontaktom $name$ se promijenio. Moguće je da netko pokušava presresti vašu komunikaciju ili da je kontakt $name$ reinstalirao signal. Možda biste htjeli potvrditi novi sigurnosni broj s ovim kontaktom." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown when user clicks on a failed recipient in the message detail view after an identity key change" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
2016-10-07 10:13:47 +00:00
} ,
2016-01-21 23:28:58 +00:00
"to" : {
2016-02-05 02:06:22 +00:00
"message" : "Za" ,
2016-01-21 23:28:58 +00:00
"description" : "Label for the receiver of a message"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_hour_abbreviated" : {
"message" : "1h" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-01-21 23:28:58 +00:00
"installFinalButton" : {
2016-02-05 02:06:22 +00:00
"message" : "Izgleda dobro" ,
2016-01-21 23:28:58 +00:00
"description" : "The final button for the install process, after the user has entered a name for their device"
} ,
"messageDetail" : {
2016-02-05 02:06:22 +00:00
"message" : "Detalji poruke" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-09-14 23:34:13 +00:00
"installNewSignal" : {
"message" : "Install new Signal Desktop" ,
"description" : "When export is complete, a button shows which sends user to Signal Desktop install instructions"
} ,
2016-01-21 23:28:58 +00:00
"verify" : {
2017-09-04 09:56:56 +00:00
"message" : "Označi provjerenim" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_10_seconds_abbreviated" : {
"message" : "10s" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-02-22 22:27:51 +00:00
"nameAndMessage" : {
2016-03-17 22:05:27 +00:00
"message" : "I pošiljateljevo ime i poruka" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display name and message text"
} ,
2016-01-21 23:28:58 +00:00
"failedToSend" : {
2016-03-03 15:35:07 +00:00
"message" : "Nije uspjelo slanje nekim primateljima. Provjerite svoju mrežnu vezu." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
"ok" : {
2016-03-03 15:35:07 +00:00
"message" : "OK" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-02-22 22:27:51 +00:00
"identityChanged" : {
2017-09-14 23:34:13 +00:00
"message" : "Vaš sigurnosni broj s ovim kontaktom se promijenio. Ovo može značiti da netko pokušava presresti vašu komunikaciju ili da je kontakt jednostavno reinstalirao Signal. Možda biste htjeli potvrditi novi sigurnosni broj naveden ispod." ,
2016-02-22 22:27:51 +00:00
"description" : ""
} ,
2017-08-30 16:31:03 +00:00
"changedSinceVerifiedMultiple" : {
2017-09-14 23:34:13 +00:00
"message" : "Sigurnosni su se brojevi s više članova ove grupe promijenili od zadnje potvrde. Moguće je da netko pokušava presresti vašu komunikaciju ili su neki članovi grupe reinstalirali Signal." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message"
} ,
"export" : {
2017-09-04 09:56:56 +00:00
"message" : "Odaberi direktorij" ,
2017-08-30 16:31:03 +00:00
"description" : "Button to allow the user to export all data from app as part of migration process"
} ,
2016-01-21 23:28:58 +00:00
"submitDebugLog" : {
2017-09-04 09:56:56 +00:00
"message" : "Podnesi zapis o neispravnosti" ,
2016-03-03 14:45:08 +00:00
"description" : "Menu item and header text for debug log modal, title case."
2016-01-21 23:28:58 +00:00
} ,
"error" : {
2016-02-05 02:06:22 +00:00
"message" : "Greška" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-08-30 16:31:03 +00:00
"changedRightAfterVerify" : {
2017-09-14 23:34:13 +00:00
"message" : "Sigurnosni broj koji potvrđujete se promijenio. Molimo vas da provjerite novi sigurnosni broj s kontaktom $name$. Moguće je da netko pokušava presresti vašu komunikaciju ili da je kontakt $name$ reinstalirao Signal." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2016-10-07 10:13:47 +00:00
"timerSetTo" : {
"message" : "Timer set to $time$" ,
"description" : "Displayed in the conversation list when the timer is updated." ,
"placeholders" : {
"time" : {
"content" : "$1" ,
"example" : "1w"
}
}
} ,
"timerOption_30_seconds_abbreviated" : {
"message" : "30s" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2017-08-30 16:31:03 +00:00
"exportInstructions" : {
"message" : "The first step is to choose a directory to store this application's exported data. It will contain your message history and sensitive cryptographic data, so be sure to save it somewhere private." ,
"description" : "Description of the export process"
} ,
2016-03-17 22:05:27 +00:00
"notifications" : {
"message" : "Obavijesti" ,
"description" : "Header for notification settings"
} ,
2016-01-21 23:28:58 +00:00
"resend" : {
2016-02-05 02:06:22 +00:00
"message" : "Ponovno pošalji" ,
2016-01-21 23:28:58 +00:00
"description" : ""
2017-08-30 16:31:03 +00:00
} ,
"youMarkedAsVerifiedOtherDevice" : {
2017-09-14 23:34:13 +00:00
"message" : "Potvrdili ste svoj sigurnosni broj s $name$ s drugog uređaja. " ,
2017-08-30 16:31:03 +00:00
"description" : "Shown in the conversation history when we discover that the user marked a contact as verified on another device." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
2016-01-21 23:28:58 +00:00
}
}