diff options
Diffstat (limited to 'apps/dav/l10n/cs_CZ.js')
-rw-r--r-- | apps/dav/l10n/cs_CZ.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/dav/l10n/cs_CZ.js b/apps/dav/l10n/cs_CZ.js new file mode 100644 index 00000000000..905cefa3dfa --- /dev/null +++ b/apps/dav/l10n/cs_CZ.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "dav", + { + "Contact birthdays" : "Narozeniny kontaktů", + "Personal" : "Osobní", + "Contacts" : "Kontakty", + "Technical details" : "Technické detaily", + "Remote Address: %s" : "Vzdálená adresa: %s", + "Request ID: %s" : "ID požadavku: %s", + "Type: %s" : "Typ: %s", + "Code: %s" : "Kód: %s", + "Message: %s" : "Zpráva: %s", + "File: %s" : "Soubor: %s", + "Line: %s" : "Řádka: %s", + "Trace" : "Trasa" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |