diff options
Diffstat (limited to 'apps/theming/l10n/cs.js')
-rw-r--r-- | apps/theming/l10n/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js index 37a75886d86..6bf58626b49 100644 --- a/apps/theming/l10n/cs.js +++ b/apps/theming/l10n/cs.js @@ -24,8 +24,6 @@ OC.L10N.register( "Could not write file to disk" : "Soubor se nedaří zapsat na datové úložiště", "A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru", "No file uploaded" : "Nenahrán žádný soubor", - "Failed to clean up the old administration theming images folder" : "Nepodařilo se uklidit v původní složce s obrázky motivu vzhledu, určovaným správcem", - "Failed to clean up the old administration image folder" : "Nepodařilo se uklidit v původní složce s obrázky určovanými správcem", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Už používáte svůj vlastní motiv vzhledu. Nastavení aplikace pro změnu motivu vzhledu tím mohou být přepsána.", "Theming" : "Motiv vzhledu", "Appearance and accessibility" : "Vzhled a zpřístupnění", @@ -111,6 +109,8 @@ OC.L10N.register( "Reset to default" : "Vrátit zpět na výchozí hodnoty", "Upload" : "Nahrát", "Remove background image" : "Odebrat obrázek z pozadí", + "Failed to clean up the old administration theming images folder" : "Nepodařilo se uklidit v původní složce s obrázky motivu vzhledu, určovaným správcem", + "Failed to clean up the old administration image folder" : "Nepodařilo se uklidit v původní složce s obrázky určovanými správcem", "Select a custom color" : "Vybrat uživatelsky určenou barvu" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |