Commit 800593a0 authored by Andreas Heimann's avatar Andreas Heimann

added context menu translations

parent c93dcb38
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
background: #eee; background: #eee;
border-radius: 50%; border-radius: 50%;
background-size: cover; background-size: cover;
background-position: center;
} }
.section-user-detail .user-detail-background .user-detail-dim .user-detail .user-meta-data .user-name { .section-user-detail .user-detail-background .user-detail-dim .user-detail .user-meta-data .user-name {
font-weight: bold; font-weight: bold;
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
background: #eee; background: #eee;
border-radius: 50%; border-radius: 50%;
background-size: cover; background-size: cover;
background-position: center;
} }
& .user-meta-data { & .user-meta-data {
& .user-name { & .user-name {
......
...@@ -126,7 +126,7 @@ function BuildLibrarySongDOM(songDetail, spinShareReference) { ...@@ -126,7 +126,7 @@ function BuildLibrarySongDOM(songDetail, spinShareReference) {
songContainer.addEventListener('contextmenu', function(e) { songContainer.addEventListener('contextmenu', function(e) {
e.preventDefault(); e.preventDefault();
ClearContextMenu(); ClearContextMenu();
AddContextMenuItem("delete", "Delete", function() { srxdControl.deleteFiles(songDetail) }); AddContextMenuItem("delete", locale.get('library.contextmenu.delete'), function() { srxdControl.deleteFiles(songDetail) });
ShowContextMenu(e.clientX, e.clientY); ShowContextMenu(e.clientX, e.clientY);
}); });
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"library.installed.header": "Installierte Songs", "library.installed.header": "Installierte Songs",
"library.installed.install.title": "Installieren", "library.installed.install.title": "Installieren",
"library.installed.install.text": "Lokale .zip installieren", "library.installed.install.text": "Lokale .zip installieren",
"library.contextmenu.delete": "Löschen",
"songdetail.createdBy": "Erstellt von ", "songdetail.createdBy": "Erstellt von ",
"songdetail.actions.downloadButton": "Downloaden", "songdetail.actions.downloadButton": "Downloaden",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"library.installed.header": "Installed Songs", "library.installed.header": "Installed Songs",
"library.installed.install.title": "Install", "library.installed.install.title": "Install",
"library.installed.install.text": "Install a local .zip", "library.installed.install.text": "Install a local .zip",
"library.contextmenu.delete": "Delete",
"songdetail.createdBy": "Created by ", "songdetail.createdBy": "Created by ",
"songdetail.actions.downloadButton": "Download", "songdetail.actions.downloadButton": "Download",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"library.installed.header": "Canciones Instaladas", "library.installed.header": "Canciones Instaladas",
"library.installed.install.title": "Instalar", "library.installed.install.title": "Instalar",
"library.installed.install.text": "Instalar un .zip local", "library.installed.install.text": "Instalar un .zip local",
"library.contextmenu.delete": "Eliminar",
"songdetail.createdBy": "Creado por ", "songdetail.createdBy": "Creado por ",
"songdetail.actions.downloadButton": "Descargar", "songdetail.actions.downloadButton": "Descargar",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"library.installed.header": "Chansons Installés", "library.installed.header": "Chansons Installés",
"library.installed.install.title": "Installer", "library.installed.install.title": "Installer",
"library.installed.install.text": "Installer un .zip locale", "library.installed.install.text": "Installer un .zip locale",
"library.contextmenu.delete": "Effacer",
"songdetail.createdBy": "Crée par ", "songdetail.createdBy": "Crée par ",
"songdetail.actions.downloadButton": "Télécharger", "songdetail.actions.downloadButton": "Télécharger",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"library.installed.header": "Geïnstalleerde nummers", "library.installed.header": "Geïnstalleerde nummers",
"library.installed.install.title": "Installeer", "library.installed.install.title": "Installeer",
"library.installed.install.text": "Installeer een lokale .zip", "library.installed.install.text": "Installeer een lokale .zip",
"library.contextmenu.delete": "Verwijder",
"songdetail.createdBy": "Gemaakt door ", "songdetail.createdBy": "Gemaakt door ",
"songdetail.actions.downloadButton": "Download", "songdetail.actions.downloadButton": "Download",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"library.installed.header": "Músicas Instaladas", "library.installed.header": "Músicas Instaladas",
"library.installed.install.title": "Instalar", "library.installed.install.title": "Instalar",
"library.installed.install.text": "Instalar um arquivo .zip local", "library.installed.install.text": "Instalar um arquivo .zip local",
"library.contextmenu.delete": "Excluir",
"songdetail.createdBy": "Criado por", "songdetail.createdBy": "Criado por",
"songdetail.actions.downloadButton": "Baixar", "songdetail.actions.downloadButton": "Baixar",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"library.installed.header": "Установленные песни", "library.installed.header": "Установленные песни",
"library.installed.install.title": "Установить", "library.installed.install.title": "Установить",
"library.installed.install.text": "Установить через существующий .zip", "library.installed.install.text": "Установить через существующий .zip",
"library.contextmenu.delete": "удалять",
"songdetail.createdBy": "Автор ", "songdetail.createdBy": "Автор ",
"songdetail.actions.downloadButton": "Скачать", "songdetail.actions.downloadButton": "Скачать",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"library.installed.header": "SPEEN", "library.installed.header": "SPEEN",
"library.installed.install.title": "SPEEN", "library.installed.install.title": "SPEEN",
"library.installed.install.text": "SPEEN", "library.installed.install.text": "SPEEN",
"library.contextmenu.delete": "SPEEN",
"songdetail.createdBy": "SPEEN ", "songdetail.createdBy": "SPEEN ",
"songdetail.actions.downloadButton": "SPEEN", "songdetail.actions.downloadButton": "SPEEN",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"library.installed.header": "已安装的歌曲", "library.installed.header": "已安装的歌曲",
"library.installed.install.title": "安装", "library.installed.install.title": "安装",
"library.installed.install.text": "安装一个 .zip", "library.installed.install.text": "安装一个 .zip",
"library.contextmenu.delete": "删掉",
"songdetail.createdBy": "创作家 ", "songdetail.createdBy": "创作家 ",
"songdetail.actions.downloadButton": "下载", "songdetail.actions.downloadButton": "下载",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment