root / branches / new-dialogs / lang / cz.js

Revision 60, 1.7 kB (checked in by niko, 7 years ago)

ticket #98: new i18n-system:
- changed every use of HTMLArea.I18N to HTMLArea._lc-function
- implemented HTMLArea._loadlang
- converted all language-files into the new system
- converted all language-files into utf-8
- removed all jp-* language-files except jp-utf8.js (and renamed it into jp.js)
- removed all en.js-files (not needed by the new system)
- removed all empty i18n-files

  • Property svn:eol-style set to native
  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
Line 
1// I18N constants
2
3// LANG: "cz", ENCODING: UTF-8
4// Author: Jiri Löw, <jirilow@jirilow.com>
5
6// FOR TRANSLATORS:
7//
8//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
9//      (at least a valid email address)
10//
11//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
12//      (if this is not possible, please include a comment
13//       that states what encoding is necessary.)
14
15{
16  "Bold": "Tučně",
17  "Italic": "Kurzíva",
18  "Underline": "PodtrÅŸení",
19  "Strikethrough": "PřeÅ¡krtnutí",
20  "Subscript": "Dolní index",
21  "Superscript": "Horní index",
22  "Justify Left": "Zarovnat doleva",
23  "Justify Center": "Na střed",
24  "Justify Right": "Zarovnat doprava",
25  "Justify Full": "Zarovnat do stran",
26  "Ordered List": "Seznam",
27  "Bulleted List": "Odráşky",
28  "Decrease Indent": "Předsadit",
29  "Increase Indent": "Odsadit",
30  "Font Color": "Barva písma",
31  "Background Color": "Barva pozadí",
32  "Horizontal Rule": "Vodorovná čára",
33  "Insert Web Link": "VloÅŸit odkaz",
34  "Insert/Modify Image": "VloÅŸit obrázek",
35  "Insert Table": "VloÅŸit tabulku",
36  "Toggle HTML Source": "Přepnout HTML",
37  "Enlarge Editor": "Nové okno editoru",
38  "About this editor": "O této aplikaci",
39  "Help using editor": "Nápověda aplikace",
40  "Current style": "ZvolenÜ styl",
41  "Undoes your last action": "Vrátí poslední akci",
42  "Redoes your last action": "Opakuje poslední akci",
43  "Cut selection": "Vyjmout",
44  "Copy selection": "Kopírovat",
45  "Paste from clipboard": "VloÅŸit",
46  "OK": "OK",
47  "Cancel": "ZruÅ¡it",
48  "Path": "Cesta",
49  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "Jste v TEXTOVÉM REÅœIMU.  PouÅŸijte tlačítko [<>] pro přepnutí do WYSIWIG."
50}
Note: See TracBrowser for help on using the browser.