diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml new file mode 100644 index 0000000..6b1c18e --- /dev/null +++ b/app/src/main/res/values-en/strings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml new file mode 100644 index 0000000..bbd4cbb --- /dev/null +++ b/app/src/main/res/values-it/strings.xml @@ -0,0 +1,19 @@ + + + Ojo + + First Fragment + Second Fragment + + rtsp://username:password@192.168.1.123:554 + Inserisci l\'url dello stream RTSP della tua IP Camera. Nota che questo differisce tra un modello e l\'altro. Consulta il pannello di configurazione o il manuale della tua IP Camera. + Salva + L\'URL RTSP non è valido + Chiudi + Si è verificato un errore durante il salvataggio della configurazione. + + Informazioni su Ojo + Creato da Daniele Verducci. + Questa app è rilasciata sotto licenza GNU GENERAL PUBLIC LICENSE v3+. Puoi ottenerne una copia qui: https://raw.githubusercontent.com/penguin86/ojo/master/LICENSE + Puoi trovare il codice sorgente al repository: https://github.com/penguin86/ojo + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 93e3c41..a29225c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,11 +1,8 @@ Ojo - Settings First Fragment Second Fragment - Next - Previous rtsp://username:password@192.168.1.123:554 Please insert your camera\'s RTSP stream. Note that the URL differs from camera to camera: you can find the complete URL in your camera\'s settings or user manual. @@ -18,4 +15,5 @@ Created by Daniele Verducci. This application is licensed under the GNU GENERAL PUBLIC LICENSE v3+. You can obtain a copy here: https://raw.githubusercontent.com/penguin86/ojo/master/LICENSE The source code can be obtained at the github repository: https://github.com/penguin86/ojo + This app is made possible by the libvlc team! You c \ No newline at end of file