summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/cs_CZ.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/cs_CZ.js')
-rw-r--r--apps/files_sharing/l10n/cs_CZ.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/cs_CZ.js b/apps/files_sharing/l10n/cs_CZ.js
index 14d9ffe4a1d..f9df11e4c53 100644
--- a/apps/files_sharing/l10n/cs_CZ.js
+++ b/apps/files_sharing/l10n/cs_CZ.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"Invalid ownCloud url" : "Neplatná ownCloud url",
"Share" : "Sdílet",
"Shared by" : "Sdílí",
+ "A file or folder has been <strong>shared</strong>" : "Soubor nebo složka byla <strong>nasdílena</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Soubor nebo složka byla nasdílena z <strong>jiného serveru</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "Byl <strong>stažen</strong> veřejně sdílený soubor nebo adresář",
"You received a new remote share from %s" : "Obdrželi jste nové vzdálené sdílení z %s",
@@ -33,6 +34,11 @@ OC.L10N.register(
"%1$s unshared %2$s from you" : "%1$s již více nesdílí %2$s",
"Public shared folder %1$s was downloaded" : "Byl stažen veřejně sdílený adresář %1$s ",
"Public shared file %1$s was downloaded" : "Byl stažen veřejně sdílený soubor %1$s ",
+ "You shared %1$s with %2$s" : "Sdílíte %1$s s %2$s",
+ "You shared %1$s with group %2$s" : "Sdílíte %1$s se skupinou %2$s",
+ "%2$s shared %1$s with you" : "%2$s s vámi sdílí %1$s",
+ "You shared %1$s via link" : "Sdílíte %1$s přes odkaz",
+ "Shares" : "Sdílení",
"This share is password-protected" : "Toto sdílení je chráněno heslem",
"The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.",
"Password" : "Heslo",
ref='#n149'>149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201