diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 4e5b22069b..4847509c36 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -140,6 +140,7 @@ OC.L10N.register( "Add column after" : "Add column after", "Delete this column" : "Delete this column", "Delete this table" : "Delete this table", + "Show folder description" : "Show folder description", "Hide outline" : "Hide outline", "Show outline" : "Show outline", "Undo" : "Undo", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 6813bbc4ef..097adaa13d 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -138,6 +138,7 @@ "Add column after" : "Add column after", "Delete this column" : "Delete this column", "Delete this table" : "Delete this table", + "Show folder description" : "Show folder description", "Hide outline" : "Hide outline", "Show outline" : "Show outline", "Undo" : "Undo", diff --git a/l10n/sk.js b/l10n/sk.js index 62a49370fc..f2f317a4bd 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -94,6 +94,8 @@ OC.L10N.register( "Select language" : "Vybrať jazyk", "to" : "do", "Replace" : "Nahradiť", + "Detect language" : "Zistiť jazyk", + "Translation failed" : "Preklad zlyhal", "No emoji found" : "Nenašli sa žiadne emotikony", "No user found" : "Žiadny užívateľ nebol nenájdený", "Source code" : "Zdrojový kód", @@ -126,7 +128,7 @@ OC.L10N.register( "Warning" : "Varovanie", "Danger" : "Nebezpečie", "Table" : "Tabuľka", - "Insert emoji" : "Vložiť emotikon", + "Insert emoji" : "Vložiť emotikonu", "Insert attachment" : "Vložiť prílohu", "Command" : "Príkaz", "Control" : "Riadenie", diff --git a/l10n/sk.json b/l10n/sk.json index 1f6144f874..6f9d141a41 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -92,6 +92,8 @@ "Select language" : "Vybrať jazyk", "to" : "do", "Replace" : "Nahradiť", + "Detect language" : "Zistiť jazyk", + "Translation failed" : "Preklad zlyhal", "No emoji found" : "Nenašli sa žiadne emotikony", "No user found" : "Žiadny užívateľ nebol nenájdený", "Source code" : "Zdrojový kód", @@ -124,7 +126,7 @@ "Warning" : "Varovanie", "Danger" : "Nebezpečie", "Table" : "Tabuľka", - "Insert emoji" : "Vložiť emotikon", + "Insert emoji" : "Vložiť emotikonu", "Insert attachment" : "Vložiť prílohu", "Command" : "Príkaz", "Control" : "Riadenie", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index e57059ecfd..60661bde1c 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -140,6 +140,7 @@ OC.L10N.register( "Add column after" : "在後面添加縱列", "Delete this column" : "删除此縱列", "Delete this table" : "删除此表", + "Show folder description" : "顯示資料夾描述", "Hide outline" : "隱藏大綱", "Show outline" : "顯示大綱", "Undo" : "復原", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index f57cc633a6..fc2de6941e 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -138,6 +138,7 @@ "Add column after" : "在後面添加縱列", "Delete this column" : "删除此縱列", "Delete this table" : "删除此表", + "Show folder description" : "顯示資料夾描述", "Hide outline" : "隱藏大綱", "Show outline" : "顯示大綱", "Undo" : "復原",