summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/hr/commands.js.uncompressed.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/_editor/nls/hr/commands.js.uncompressed.js')
-rw-r--r--lib/dijit/_editor/nls/hr/commands.js.uncompressed.js51
1 files changed, 0 insertions, 51 deletions
diff --git a/lib/dijit/_editor/nls/hr/commands.js.uncompressed.js b/lib/dijit/_editor/nls/hr/commands.js.uncompressed.js
deleted file mode 100644
index d61bf4899..000000000
--- a/lib/dijit/_editor/nls/hr/commands.js.uncompressed.js
+++ /dev/null
@@ -1,51 +0,0 @@
-define(
-"dijit/_editor/nls/hr/commands", ({
- 'bold': 'Podebljaj',
- 'copy': 'Kopiraj',
- 'cut': 'Izreži',
- 'delete': 'Izbriši',
- 'indent': 'Uvuci',
- 'insertHorizontalRule': 'Vodoravno ravnalo',
- 'insertOrderedList': 'Numerirani popis',
- 'insertUnorderedList': 'Popis s grafičkim oznakama',
- 'italic': 'Kurziv',
- 'justifyCenter': 'Centriraj',
- 'justifyFull': 'Poravnaj',
- 'justifyLeft': 'Poravnaj lijevo',
- 'justifyRight': 'Poravnaj desno',
- 'outdent': 'Izvuci',
- 'paste': 'Zalijepi',
- 'redo': 'Ponovno napravi',
- 'removeFormat': 'Ukloni oblikovanje',
- 'selectAll': 'Izaberi sve',
- 'strikethrough': 'Precrtaj',
- 'subscript': 'Indeks',
- 'superscript': 'Superskript',
- 'underline': 'Podcrtaj',
- 'undo': 'Poništi',
- 'unlink': 'Ukloni vezu',
- 'createLink': 'Kreiraj vezu',
- 'toggleDir': 'Prebaci smjer',
- 'insertImage': 'Umetni sliku',
- 'insertTable': 'Umetni/Uredi tablicu',
- 'toggleTableBorder': 'Prebaci rub tablice',
- 'deleteTable': 'Izbriši tablicu',
- 'tableProp': 'Svojstvo tablice',
- 'htmlToggle': 'HTML izvor',
- 'foreColor': 'Boja prednjeg plana',
- 'hiliteColor': 'Boja pozadine',
- 'plainFormatBlock': 'Stil odlomka',
- 'formatBlock': 'Stil odlomka',
- 'fontSize': 'Veličina fonta',
- 'fontName': 'Ime fonta',
- 'tabIndent': 'Tabulator uvlačenja',
- "fullScreen": "Prebaci na potpun ekran",
- "viewSource": "Pogledaj HTML izvor",
- "print": "Ispis",
- "newPage": "Nova stranica",
- /* Error messages */
- 'systemShortcut': '"${0}" akcija je dostupna jedino u vašem pregledniku upotrebom prečice tipkovnice. Koristite ${1}.',
- 'ctrlKey':'ctrl+${0}',
- 'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
-})
-);