File: sk.js

package info (click to toggle)
wordpress 4.1%2Bdfsg-1%2Bdeb8u17
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 79,116 kB
  • sloc: php: 132,248; cs: 6,126; sh: 494; xml: 59; makefile: 27
file content (25 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// .po file like language pack
plupload.addI18n({
	'Select files' : 'Vyberte súbory',
	'Add files to the upload queue and click the start button.' : 'Pridajte súbory do zoznamu a potom spustite nahrávanie.',
	'Filename' : 'Názov súboru',
	'Status' : 'Stav',
	'Size' : 'Veľkosť',
	'Add files' : 'Pridať súbory',
	'Stop current upload' : 'Zastaviť nahrávanie',
	'Start uploading queue' : 'Spustiť nahrávanie zoznamu',
	'Drag files here.' : 'Sem pretiahnite súbory.',
	'Start upload': 'Spustiť nahrávanie',
	'Uploaded %d/%d files': 'Nahraných %d/%d súborov',
	'Using runtime: ': 'K odoslaniu súborov sa použije rozhranie: ',
	'N/A' : 'N/A',
	'File extension error.': 'Chybný typ súboru.',
	'File size error.': 'Súbor je príliš veľký.',
	'Init error.': 'Chyba inicializácie.',
	'HTTP Error.': 'HTTP Chyba.',
	'Security error.': 'Bezpečnostná Chyba.',
	'Generic error.': 'Chyba.',
	'IO error.': 'IO Chyba',
	'Stop Upload': 'Zastaviť nahrávanie',
	'%d files queued': '%d súborov pridaných do zoznamu'
});