added send file to server function
This commit is contained in:
@@ -84,5 +84,7 @@
|
||||
"filelocation": "Ort der zuletzt gespeicherten Datei:",
|
||||
"open": "öffnen",
|
||||
"date": "Datum",
|
||||
"location": "Standort"
|
||||
"location": "Standort",
|
||||
"sendfile": "Datei zum Server schicken",
|
||||
"pickfile": "Datei auswählen"
|
||||
}
|
||||
@@ -407,6 +407,16 @@
|
||||
"location": "Location",
|
||||
"@location": {
|
||||
"description": "Location text"
|
||||
},
|
||||
|
||||
"sendfile": "Send file to server",
|
||||
"@sendfile": {
|
||||
"description": "Send file to server button"
|
||||
},
|
||||
|
||||
"pickfile": "Pick file",
|
||||
"@pickfile": {
|
||||
"description": "Pick file button"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user