~ubuntu-branches/ubuntu/oneiric/moin/oneiric

« back to all changes in this revision

Viewing changes to MoinMoin/web/static/htdocs/applets/FCKeditor/editor/lang/cs.js

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-08-11 12:35:34 UTC
  • mfrom: (0.1.19 sid)
  • Revision ID: james.westby@ubuntu.com-20100811123534-q8zu7qrwqul6cvec
Tags: 1.9.3-1ubuntu1
* Merge from Debian unstable (LP: #586518). Based on work by Stefan Ebner.
  Remaining changes:
 - Remove python-xml from Suggests field, the package isn't anymore in
   sys.path.
 - Demote fckeditor from Recommends to Suggests; the code was previously
   embedded in moin, but it was also disabled, so there's no reason 
   for us to pull this in by default currently. Note: fckeditor has a
   number of security problems and so this change probably needs to be
   carried indefinitely.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
 
3
 * Copyright (C) 2003-2010 Frederico Caldeira Knabben
4
4
 *
5
5
 * == BEGIN LICENSE ==
6
6
 *
308
308
DlgTableCellPad         : "Odsazení obsahu",
309
309
DlgTableCaption         : "Popis",
310
310
DlgTableSummary         : "Souhrn",
311
 
DlgTableHeaders         : "Headers",    //MISSING
312
 
DlgTableHeadersNone             : "None",       //MISSING
313
 
DlgTableHeadersColumn   : "First column",       //MISSING
314
 
DlgTableHeadersRow              : "First Row",  //MISSING
315
 
DlgTableHeadersBoth             : "Both",       //MISSING
 
311
DlgTableHeaders         : "Záhlaví",
 
312
DlgTableHeadersNone             : "Žádné",
 
313
DlgTableHeadersColumn   : "První sloupec",
 
314
DlgTableHeadersRow              : "První řádek",
 
315
DlgTableHeadersBoth             : "Oboje",
316
316
 
317
317
// Table Cell Dialog
318
318
DlgCellTitle            : "Vlastnosti buňky",
335
335
DlgCellVerAlignMiddle   : "Doprostřed",
336
336
DlgCellVerAlignBottom   : "Dolů",
337
337
DlgCellVerAlignBaseline : "Na účaří",
338
 
DlgCellType             : "Cell Type",  //MISSING
339
 
DlgCellTypeData         : "Data",       //MISSING
340
 
DlgCellTypeHeader       : "Header",     //MISSING
 
338
DlgCellType             : "Typ buňky",
 
339
DlgCellTypeData         : "Data",
 
340
DlgCellTypeHeader       : "Zálaví",
341
341
DlgCellRowSpan          : "Sloučené řádky",
342
342
DlgCellCollSpan         : "Sloučené sloupce",
343
343
DlgCellBackColor        : "Barva pozadí",
530
530
DlgDivGeneralTab        : "Obecné",
531
531
DlgDivAdvancedTab       : "Rozšířené",
532
532
DlgDivStyle             : "Styl",
533
 
DlgDivInlineStyle       : "Vložený styl"
 
533
DlgDivInlineStyle       : "Vložený styl",
 
534
 
 
535
ScaytTitle                      : "SCAYT",
 
536
ScaytTitleOptions       : "Nastavení",
 
537
ScaytTitleLangs         : "Jazyky",
 
538
ScaytTitleAbout         : "O aplikaci"
534
539
};