diff options
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/cs.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/cs.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 0fe7ecbb6ca..273cd966a33 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -79,6 +79,7 @@ OC.L10N.register( "File name cannot be empty." : "Je třeba vyplnit název souboru.", "\"/\" is not allowed inside a file name." : "„/“ není povolený znak v názvu souboru.", "\"{name}\" is not an allowed filetype" : "„{name}“ není povolený typ souboru", + "Your storage is full, files cannot be updated or synced anymore!" : "Vaše úložiště je plné – nelze aktualizovat ani synchronizovat soubory!.", "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Úložiště {owner} je téměř plné ({usedSpacePercent}%).", "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Skupinová složka „{mountPoint}“ je téměř plná ({usedSpacePercent}%).", "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Externí úložiště „{mountPoint}“ je téměř plné ({usedSpacePercent}%).", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 67f492a2f6d..8e3e715a270 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -77,6 +77,7 @@ "File name cannot be empty." : "Je třeba vyplnit název souboru.", "\"/\" is not allowed inside a file name." : "„/“ není povolený znak v názvu souboru.", "\"{name}\" is not an allowed filetype" : "„{name}“ není povolený typ souboru", + "Your storage is full, files cannot be updated or synced anymore!" : "Vaše úložiště je plné – nelze aktualizovat ani synchronizovat soubory!.", "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Úložiště {owner} je téměř plné ({usedSpacePercent}%).", "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Skupinová složka „{mountPoint}“ je téměř plná ({usedSpacePercent}%).", "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Externí úložiště „{mountPoint}“ je téměř plné ({usedSpacePercent}%).", |