1
|
|
|
OC.L10N.register( |
|
|
|
|
2
|
|
|
"files_paperhive", |
3
|
|
|
{ |
4
|
|
|
"This file is too big to be opened. Please download the file instead." : "Soubor je pro otevření příliš veliký. Namísto otevření ho stáhněte.", |
5
|
|
|
"Cannot read the file." : "Soubor nelze přečíst.", |
6
|
|
|
"Invalid file path supplied." : "Zadána neplatná cesta k souboru.", |
7
|
|
|
"The file is locked." : "Soubor je uzamčen.", |
8
|
|
|
"An internal server error occurred." : "Došlo k interní chybě serveru.", |
9
|
|
|
"Problem connecting to PaperHive." : "Problém s připojením k PaperHive.", |
10
|
|
|
"The file already exists." : "Soubor již existuje.", |
11
|
|
|
"Received wrong response from PaperHive." : "Přijata špatná odpověď od PaperHive.", |
12
|
|
|
"Show Paper" : "Zobrazit Paper", |
13
|
|
|
"Visit PaperHive at" : "Navšívit PaperHive na", |
14
|
|
|
"and transform reading into a process of collaboration!" : "a proměňte čtení v proces spolupráce!", |
15
|
|
|
"Your DocID" : "Vaše DocID", |
16
|
|
|
"is the last fragment of PaperHive document URL." : "je poslední částí URL dokumentu PaperHive.", |
17
|
|
|
"Exemplary URL" : "Příklad URL", |
18
|
|
|
"An error occurred!" : "Nastala chyba!", |
19
|
|
|
"Discuss" : "Diskuze", |
20
|
|
|
"Your [.paperhive] file is not a valid PaperHive document, please redownload document" : "Váš soubor [.paperhive] není platný dokument PaperHive, stáhněte jej prosím znovu", |
21
|
|
|
"PaperHive" : "PaperHive", |
22
|
|
|
"URL or DocID" : "URL nebo DocID", |
23
|
|
|
"Saving..." : "Ukládám...", |
24
|
|
|
"Please reload the page, error occured" : "Vyskytla se chyba. Načtěte stránku znovu, prosím.", |
25
|
|
|
"Cannot add your PaperHive document of ID {id}. File exists or error connecting to PaperHive" : "Nelze přidat dokument PaperHive s ID {id}. Soubor buď existuje, nebo nastala chyba při připojování k PaperHive" |
26
|
|
|
}, |
27
|
|
|
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |
28
|
|
|
|
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.