diff options
Diffstat (limited to 'apps/dashboard/l10n/cs.js')
-rw-r--r-- | apps/dashboard/l10n/cs.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/dashboard/l10n/cs.js b/apps/dashboard/l10n/cs.js index 8220beb0e03..95846f44452 100644 --- a/apps/dashboard/l10n/cs.js +++ b/apps/dashboard/l10n/cs.js @@ -15,17 +15,17 @@ OC.L10N.register( "elevation data from OpenTopoData" : "data o nadmořských výškách z OpenTopoData", "Weather" : "Počasí", "Status" : "Stav", - "Good evening, {name}" : "Dobrý večer, {name}", - "Good evening" : "Dobrý večer", - "Good afternoon, {name}" : "Dobré odpoledne, {name}", - "Good afternoon" : "Dobré odpoledne", - "Good morning, {name}" : "Dobré ráno, {name}", "Good morning" : "Dobré ráno", - "Good night, {name}" : "Dobrou noc, {name}", - "Good night" : "Dobrou noc", + "Good morning, {name}" : "Dobré ráno, {name}", + "Good afternoon" : "Dobré odpoledne", + "Good afternoon, {name}" : "Dobré odpoledne, {name}", + "Good evening" : "Dobrý večer", + "Good evening, {name}" : "Dobrý večer, {name}", "Default images" : "Výchozí obrázky", "Plain background" : "Holé pozadí", "Insert from {productName}" : "Vložit z {productName}", + "Good night, {name}" : "Dobrou noc, {name}", + "Good night" : "Dobrou noc", "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;"); |