diff options
Diffstat (limited to 'apps/federation/l10n/cs_CZ.js')
-rw-r--r-- | apps/federation/l10n/cs_CZ.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/federation/l10n/cs_CZ.js b/apps/federation/l10n/cs_CZ.js new file mode 100644 index 00000000000..487989cca3a --- /dev/null +++ b/apps/federation/l10n/cs_CZ.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "Server přidán do seznamu důvěryhodných ownCloudů", + "Server is already in the list of trusted servers." : "Server je již přidán na seznam důvěryhodných serverů.", + "No ownCloud server found" : "Nenalezen žádný ownCloud server", + "Could not add server" : "Nepodařilo se přidat server", + "Federation" : "Sdružování" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |