diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 3ed075b56..ad989fb46 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -128,6 +128,7 @@ OC.L10N.register( "Photos with tags will show up here" : "Fotos mit Schlagworten werden hier angezeigt", "Popular tags" : "Beliebte Schlagworte", "All tags" : "Alle Schlagworte", + "One of the source folders does not exist" : "Einer der Quellordner existiert nicht", "Add" : "Hinzufügen", "Add to album" : "Zum Album hinzufügen", "Delete selection" : "Auswahl löschen", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 6a4d0ec3d..6b51913d5 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -126,6 +126,7 @@ "Photos with tags will show up here" : "Fotos mit Schlagworten werden hier angezeigt", "Popular tags" : "Beliebte Schlagworte", "All tags" : "Alle Schlagworte", + "One of the source folders does not exist" : "Einer der Quellordner existiert nicht", "Add" : "Hinzufügen", "Add to album" : "Zum Album hinzufügen", "Delete selection" : "Auswahl löschen", diff --git a/l10n/fr.js b/l10n/fr.js index 435d4a039..267ebc843 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -128,6 +128,7 @@ OC.L10N.register( "Photos with tags will show up here" : "Les photos étiquetées apparaîtront ici", "Popular tags" : "Étiquettes populaires", "All tags" : "Toutes les étiquettes", + "One of the source folders does not exist" : "L'un des dossiers source n'existe pas", "Add" : "Ajouter", "Add to album" : "Ajouter à l’album", "Delete selection" : "Supprimer la sélection", diff --git a/l10n/fr.json b/l10n/fr.json index f4e084f8c..105767750 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -126,6 +126,7 @@ "Photos with tags will show up here" : "Les photos étiquetées apparaîtront ici", "Popular tags" : "Étiquettes populaires", "All tags" : "Toutes les étiquettes", + "One of the source folders does not exist" : "L'un des dossiers source n'existe pas", "Add" : "Ajouter", "Add to album" : "Ajouter à l’album", "Delete selection" : "Supprimer la sélection", diff --git a/l10n/gl.js b/l10n/gl.js index 6ab144ac7..cabd246d5 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -128,6 +128,7 @@ OC.L10N.register( "Photos with tags will show up here" : "As fotos etiquetadas aparecerán aquí", "Popular tags" : "Etiquetas populares", "All tags" : "Todas as etiquetas", + "One of the source folders does not exist" : "Un dos cartafoles de orixe non existe", "Add" : "Engadir", "Add to album" : "Engadir ao álbum", "Delete selection" : "Eliminar a selección", diff --git a/l10n/gl.json b/l10n/gl.json index 486e5a554..6210456f2 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -126,6 +126,7 @@ "Photos with tags will show up here" : "As fotos etiquetadas aparecerán aquí", "Popular tags" : "Etiquetas populares", "All tags" : "Todas as etiquetas", + "One of the source folders does not exist" : "Un dos cartafoles de orixe non existe", "Add" : "Engadir", "Add to album" : "Engadir ao álbum", "Delete selection" : "Eliminar a selección", diff --git a/l10n/ja.js b/l10n/ja.js index 0dab59b66..1a4d713cb 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -128,6 +128,7 @@ OC.L10N.register( "Photos with tags will show up here" : "タグ付けされた写真がここに表示されます", "Popular tags" : "人気のタグ", "All tags" : "全てのタグ", + "One of the source folders does not exist" : "ソースフォルダーの1つが存在しません", "Add" : "追加", "Add to album" : "アルバムに追加", "Delete selection" : "選択した項目を削除", diff --git a/l10n/ja.json b/l10n/ja.json index 9cccbf707..9cf2f2aa8 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -126,6 +126,7 @@ "Photos with tags will show up here" : "タグ付けされた写真がここに表示されます", "Popular tags" : "人気のタグ", "All tags" : "全てのタグ", + "One of the source folders does not exist" : "ソースフォルダーの1つが存在しません", "Add" : "追加", "Add to album" : "アルバムに追加", "Delete selection" : "選択した項目を削除", diff --git a/l10n/sk.js b/l10n/sk.js index ab234566c..422229a9e 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -128,6 +128,7 @@ OC.L10N.register( "Photos with tags will show up here" : "Fotografie so štítkami sa zobrazia tu", "Popular tags" : "Populárne štítky", "All tags" : "Všetky štítky", + "One of the source folders does not exist" : "Jeden zo zdrojových priečinkov neexistuje", "Add" : "Pridať", "Add to album" : "Pridať do albumu", "Delete selection" : "Vymazať výber", diff --git a/l10n/sk.json b/l10n/sk.json index f5c8f7f46..094327f6b 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -126,6 +126,7 @@ "Photos with tags will show up here" : "Fotografie so štítkami sa zobrazia tu", "Popular tags" : "Populárne štítky", "All tags" : "Všetky štítky", + "One of the source folders does not exist" : "Jeden zo zdrojových priečinkov neexistuje", "Add" : "Pridať", "Add to album" : "Pridať do albumu", "Delete selection" : "Vymazať výber", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 21040a5e3..de86c241b 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -128,6 +128,7 @@ OC.L10N.register( "Photos with tags will show up here" : "此處會顯示圖片的標籤", "Popular tags" : "熱門標籤", "All tags" : "全部標籤", + "One of the source folders does not exist" : "其中一個來源資料夾不存在", "Add" : "新增", "Add to album" : "新增至相簿", "Delete selection" : "刪除選擇", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index e82c1ab4e..1e93a163d 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -126,6 +126,7 @@ "Photos with tags will show up here" : "此處會顯示圖片的標籤", "Popular tags" : "熱門標籤", "All tags" : "全部標籤", + "One of the source folders does not exist" : "其中一個來源資料夾不存在", "Add" : "新增", "Add to album" : "新增至相簿", "Delete selection" : "刪除選擇",