diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-31 02:27:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-31 02:27:04 +0000 |
commit | d57153940ba044b698e9eb0d26fd5eb3657b0dda (patch) | |
tree | 68f0f61f3c87b38339d57a33dd6c710aaf606faa /apps/dashboard/l10n/cs.js | |
parent | 1cb501c338e43ba61e44f3e761db377e13735b7b (diff) | |
download | nextcloud-server-d57153940ba044b698e9eb0d26fd5eb3657b0dda.tar.gz nextcloud-server-d57153940ba044b698e9eb0d26fd5eb3657b0dda.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard/l10n/cs.js')
-rw-r--r-- | apps/dashboard/l10n/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dashboard/l10n/cs.js b/apps/dashboard/l10n/cs.js index 94aaa2f7fbd..8220beb0e03 100644 --- a/apps/dashboard/l10n/cs.js +++ b/apps/dashboard/l10n/cs.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Dobré ráno", "Good night, {name}" : "Dobrou noc, {name}", "Good night" : "Dobrou noc", - "Pick from files" : "Vybrat ze souborů", "Default images" : "Výchozí obrázky", "Plain background" : "Holé pozadí", - "Insert from {productName}" : "Vložit z {productName}" + "Insert from {productName}" : "Vložit z {productName}", + "Pick from files" : "Vybrat ze souborů" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |