diff --git a/l10n/cs.js b/l10n/cs.js index 8d024a3b..5dd9293e 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -213,6 +213,7 @@ OC.L10N.register( "Invalid album name; should not contain any slashes." : "Neplatný název alba: nemůže obsahovat lomítka.", "Add selection to album {albumName}" : "Přidat výběr do alba {albumName}", "Create a new album." : "Vytvořit nové album.", + "shared by {owner}" : "nasdíleno uživatelem {owner}", "_%n item_::_%n items_" : ["%n položka","%n položky","%n položek","%n položky"], "Share Album" : "Nasdílet album", "Save collaborators for this album." : "Uložit spolupracující pro toto album.", diff --git a/l10n/cs.json b/l10n/cs.json index fcb78b7b..8864861b 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -211,6 +211,7 @@ "Invalid album name; should not contain any slashes." : "Neplatný název alba: nemůže obsahovat lomítka.", "Add selection to album {albumName}" : "Přidat výběr do alba {albumName}", "Create a new album." : "Vytvořit nové album.", + "shared by {owner}" : "nasdíleno uživatelem {owner}", "_%n item_::_%n items_" : ["%n položka","%n položky","%n položek","%n položky"], "Share Album" : "Nasdílet album", "Save collaborators for this album." : "Uložit spolupracující pro toto album.", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index eb0ee4f3..ed86af17 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -214,6 +214,7 @@ OC.L10N.register( "Invalid album name; should not contain any slashes." : "Ungültiger Albumname; darf keine Schrägstriche enthalten.", "Add selection to album {albumName}" : "Auswahl zum Album {albumName} hinzufügen", "Create a new album." : "Ein neues Album erstellen.", + "shared by {owner}" : "Geteilt von {owner}", "_%n item_::_%n items_" : ["%n Element","%n Elemente"], "Share Album" : "Album teilen", "Save collaborators for this album." : "Mitbearbeitende für dieses Album speichern.", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index d5dea570..baed238e 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -212,6 +212,7 @@ "Invalid album name; should not contain any slashes." : "Ungültiger Albumname; darf keine Schrägstriche enthalten.", "Add selection to album {albumName}" : "Auswahl zum Album {albumName} hinzufügen", "Create a new album." : "Ein neues Album erstellen.", + "shared by {owner}" : "Geteilt von {owner}", "_%n item_::_%n items_" : ["%n Element","%n Elemente"], "Share Album" : "Album teilen", "Save collaborators for this album." : "Mitbearbeitende für dieses Album speichern.", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index db3b3bab..3acc2cb1 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -214,6 +214,7 @@ OC.L10N.register( "Invalid album name; should not contain any slashes." : "Invalid album name; should not contain any slashes.", "Add selection to album {albumName}" : "Add selection to album {albumName}", "Create a new album." : "Create a new album.", + "shared by {owner}" : "shared by {owner}", "_%n item_::_%n items_" : ["%n item","%n items"], "Share Album" : "Share Album", "Save collaborators for this album." : "Save collaborators for this album.", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 05d10504..0be8a793 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -212,6 +212,7 @@ "Invalid album name; should not contain any slashes." : "Invalid album name; should not contain any slashes.", "Add selection to album {albumName}" : "Add selection to album {albumName}", "Create a new album." : "Create a new album.", + "shared by {owner}" : "shared by {owner}", "_%n item_::_%n items_" : ["%n item","%n items"], "Share Album" : "Share Album", "Save collaborators for this album." : "Save collaborators for this album.", diff --git a/l10n/es.js b/l10n/es.js index 3369ea43..e463474e 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -214,6 +214,7 @@ OC.L10N.register( "Invalid album name; should not contain any slashes." : "Nombre de álbum inválido; no debería contener barras.", "Add selection to album {albumName}" : "Añadir selección al álbum {albumName}", "Create a new album." : "Crear un álbum nuevo.", + "shared by {owner}" : "compartido por {owner}", "_%n item_::_%n items_" : ["%n ítem","%n ítems","%n ítems"], "Share Album" : "Compartir álbum", "Save collaborators for this album." : "Guardar colaboradores para este álbum", @@ -263,6 +264,7 @@ OC.L10N.register( "Error while moving {basename}" : "Error mientras se movía {basename}", "Failed to move {name}." : "Fallo al mover {name}.", "Move selected photos to person" : "Mover fotos seleccionadas a persona", + "Move the selected photos to {target}?" : "¿Mover las fotos seleccionadas a {target}?", "An error occurred while moving photos from {name}." : "Ocurrió un error al mover fotos desde {name}.", "Choose a folder" : "Elija una carpeta", "_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} ítem movidos a la carpeta","{n} ítems movidos a la carpeta","{n} ítems movidos a la carpeta"], diff --git a/l10n/es.json b/l10n/es.json index 1048c866..9de46004 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -212,6 +212,7 @@ "Invalid album name; should not contain any slashes." : "Nombre de álbum inválido; no debería contener barras.", "Add selection to album {albumName}" : "Añadir selección al álbum {albumName}", "Create a new album." : "Crear un álbum nuevo.", + "shared by {owner}" : "compartido por {owner}", "_%n item_::_%n items_" : ["%n ítem","%n ítems","%n ítems"], "Share Album" : "Compartir álbum", "Save collaborators for this album." : "Guardar colaboradores para este álbum", @@ -261,6 +262,7 @@ "Error while moving {basename}" : "Error mientras se movía {basename}", "Failed to move {name}." : "Fallo al mover {name}.", "Move selected photos to person" : "Mover fotos seleccionadas a persona", + "Move the selected photos to {target}?" : "¿Mover las fotos seleccionadas a {target}?", "An error occurred while moving photos from {name}." : "Ocurrió un error al mover fotos desde {name}.", "Choose a folder" : "Elija una carpeta", "_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} ítem movidos a la carpeta","{n} ítems movidos a la carpeta","{n} ítems movidos a la carpeta"], diff --git a/l10n/gl.js b/l10n/gl.js index fbd253cf..a30c23cb 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -62,6 +62,7 @@ OC.L10N.register( "Create album" : "Crear álbum.", "Add selection to album {albumName}" : "Engadir a selección ao álbum {albumName}", "Create a new album." : "Crear un novo álbum.", + "shared by {owner}" : "compartido por {owner}", "Save collaborators for this album." : "Gardar os colaboradores para este álbum.", "Year" : "Ano", "Month" : "Mes", diff --git a/l10n/gl.json b/l10n/gl.json index 0fa39270..d343da21 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -60,6 +60,7 @@ "Create album" : "Crear álbum.", "Add selection to album {albumName}" : "Engadir a selección ao álbum {albumName}", "Create a new album." : "Crear un novo álbum.", + "shared by {owner}" : "compartido por {owner}", "Save collaborators for this album." : "Gardar os colaboradores para este álbum.", "Year" : "Ano", "Month" : "Mes", diff --git a/l10n/sl.js b/l10n/sl.js index 8389d905..e481cfb1 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -66,8 +66,11 @@ OC.L10N.register( "Videos (ffmpeg)" : "Video (ffmpeg)", "Performance" : "Delovanje", "Unknown" : "Neznano", + "Enable Transcoding" : "Omogoči prehodiranje", "ffmpeg path" : "pot do ffmpeg", "ffprobe path" : "pot do ffprobe", + "External Link" : "Zunanja povezava", + "Enable acceleration with VA-API" : "Omogoči pospeševanje z VA-API", "Add people or groups who can edit your album" : "Dodaj osebe in skupine, ki lahko urejajo album", "Search for collaborators" : "Iskanje sodelujočih", "Search people or groups" : "Iskanje oseb in skupin", @@ -148,6 +151,7 @@ OC.L10N.register( "Editable" : "Uredljivo", "Read only" : "Le za branje", "Link copied to clipboard" : "Povezava je kopirana v odložišče", + "Reduced Size" : "Zmanjšaj velikost", "High Resolution" : "Visoka ločljivost", "Original File" : "Izvorna datoteka", "Public Link" : "Javna povezava", @@ -156,7 +160,9 @@ OC.L10N.register( "Sort by name" : "Razvrsti po imenu", "Download album" : "Prejmi album", "Delete album" : "Izbriši album", + "Nothing to show here" : "Ni vsebine za prikaz", "Merge with different person" : "Združi z obstoječo osebo", + "Mark person in preview" : "Označi osebo v predogledu", "Folder View" : "Pogled mape", "Timeline View" : "Pogled časovnice", "Share folder" : "Omogoči souporabo mape", diff --git a/l10n/sl.json b/l10n/sl.json index b126096b..5ac1f827 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -64,8 +64,11 @@ "Videos (ffmpeg)" : "Video (ffmpeg)", "Performance" : "Delovanje", "Unknown" : "Neznano", + "Enable Transcoding" : "Omogoči prehodiranje", "ffmpeg path" : "pot do ffmpeg", "ffprobe path" : "pot do ffprobe", + "External Link" : "Zunanja povezava", + "Enable acceleration with VA-API" : "Omogoči pospeševanje z VA-API", "Add people or groups who can edit your album" : "Dodaj osebe in skupine, ki lahko urejajo album", "Search for collaborators" : "Iskanje sodelujočih", "Search people or groups" : "Iskanje oseb in skupin", @@ -146,6 +149,7 @@ "Editable" : "Uredljivo", "Read only" : "Le za branje", "Link copied to clipboard" : "Povezava je kopirana v odložišče", + "Reduced Size" : "Zmanjšaj velikost", "High Resolution" : "Visoka ločljivost", "Original File" : "Izvorna datoteka", "Public Link" : "Javna povezava", @@ -154,7 +158,9 @@ "Sort by name" : "Razvrsti po imenu", "Download album" : "Prejmi album", "Delete album" : "Izbriši album", + "Nothing to show here" : "Ni vsebine za prikaz", "Merge with different person" : "Združi z obstoječo osebo", + "Mark person in preview" : "Označi osebo v predogledu", "Folder View" : "Pogled mape", "Timeline View" : "Pogled časovnice", "Share folder" : "Omogoči souporabo mape", diff --git a/l10n/sr.js b/l10n/sr.js index 46cee540..1d933022 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -214,6 +214,7 @@ OC.L10N.register( "Invalid album name; should not contain any slashes." : "Неисправно име албума; не сме да садржи косе црте.", "Add selection to album {albumName}" : "Додај изабрано у албум {albumName}", "Create a new album." : "Креирање новог албума.", + "shared by {owner}" : "дели {owner}", "_%n item_::_%n items_" : ["%n ставка","%n ставке","%n ставки"], "Share Album" : "Дели албум", "Save collaborators for this album." : "Сачувај сараднике на овом албуму", diff --git a/l10n/sr.json b/l10n/sr.json index b8e68f07..19374a8b 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -212,6 +212,7 @@ "Invalid album name; should not contain any slashes." : "Неисправно име албума; не сме да садржи косе црте.", "Add selection to album {albumName}" : "Додај изабрано у албум {albumName}", "Create a new album." : "Креирање новог албума.", + "shared by {owner}" : "дели {owner}", "_%n item_::_%n items_" : ["%n ставка","%n ставке","%n ставки"], "Share Album" : "Дели албум", "Save collaborators for this album." : "Сачувај сараднике на овом албуму", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 9038c906..2bfa7366 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -214,6 +214,7 @@ OC.L10N.register( "Invalid album name; should not contain any slashes." : "相簿名稱無效; 不應包含任何斜線。", "Add selection to album {albumName}" : "將選擇添加至相簿 {albumName}", "Create a new album." : "創建新相簿。", + "shared by {owner}" : "由 {owner} 分享", "_%n item_::_%n items_" : ["%n 個項目"], "Share Album" : "分享相簿", "Save collaborators for this album." : "保存此相簿的協作者。", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 90bd63b1..27013454 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -212,6 +212,7 @@ "Invalid album name; should not contain any slashes." : "相簿名稱無效; 不應包含任何斜線。", "Add selection to album {albumName}" : "將選擇添加至相簿 {albumName}", "Create a new album." : "創建新相簿。", + "shared by {owner}" : "由 {owner} 分享", "_%n item_::_%n items_" : ["%n 個項目"], "Share Album" : "分享相簿", "Save collaborators for this album." : "保存此相簿的協作者。",