Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Update strings.js [Croatian] #13571

Merged
merged 2 commits into from
Aug 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/nls/hr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ define({
"EXT_DELETED_MESSAGE" : "Datoteka <span class='dialog-filename'>{0}</span> je izbrisana na disku, ali postoje njene nesačuvane promjene u {APP_NAME}.<br /><br />Želite li sačuvati te promjene?",

// Generic dialog/button labels
"DONE" : "Može",
"OK" : "OK",
"CANCEL" : "Otkaži",
"DONT_SAVE" : "Nemoj sačuvati",
Expand Down Expand Up @@ -318,6 +319,9 @@ define({
"VIEW_MENU" : "Prikaz",
"CMD_HIDE_SIDEBAR" : "Sakrij bočnu traku",
"CMD_SHOW_SIDEBAR" : "Prikaži bočnu traku",
"CMD_TOGGLE_SIDEBAR" : "Toggle bočnu traku",
"CMD_TOGGLE_PANELS" : "Toggle Panele",
"CMD_TOGGLE_PURE_CODE" : "Bez odvraćanja pažnje",
"CMD_INCREASE_FONT_SIZE" : "Povećaj veličinu fonta",
"CMD_DECREASE_FONT_SIZE" : "Smanji veličinu fonta",
"CMD_RESTORE_FONT_SIZE" : "Vrati veličinu fonta",
Expand Down