From a5241badeaea186117fb79819072f9349b51ffc1 Mon Sep 17 00:00:00 2001 From: Lars Bartschat Date: Tue, 9 Feb 2016 22:24:57 +0100 Subject: [PATCH 1/6] Fix #! in rpi_hwclock script --- piratebox/piratebox/bin/rpi_hwclock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piratebox/piratebox/bin/rpi_hwclock.sh b/piratebox/piratebox/bin/rpi_hwclock.sh index e1c16b6..22bb9d6 100755 --- a/piratebox/piratebox/bin/rpi_hwclock.sh +++ b/piratebox/piratebox/bin/rpi_hwclock.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash # This small shell script initializes the I2C bus on a Raspberry Pi # and activates an installed real time clock module. # Afterwards the system time is synced to the hardware clock. From 5a8f0bb03b27188cf4d651abd8673664fb0dbb63 Mon Sep 17 00:00:00 2001 From: geekspourjesus Date: Tue, 5 Apr 2016 18:19:50 +0200 Subject: [PATCH 2/6] Update data.fr.properties Added some new strings --- piratebox/piratebox/www/locales/data.fr.properties | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/piratebox/piratebox/www/locales/data.fr.properties b/piratebox/piratebox/www/locales/data.fr.properties index e89fbe7..ae11d82 100644 --- a/piratebox/piratebox/www/locales/data.fr.properties +++ b/piratebox/piratebox/www/locales/data.fr.properties @@ -10,12 +10,16 @@ logoIMG.alt = PirateBox logoIMG.title = PirateBox - Partagez librement welcomeWelcome = Bienvenue -welcomeDescription.innerHTML = Tout d'abord, il ne se passe rien d'illégal ou d'effrayant ici. C'est un lieu social où vous pouvez discuter et partager anonymement des fichiers avec les personnes qui vous cotoient! C'est un réseau hors ligne, spécialement conçu et développé pour le partage de fichiers et la discussion. Rester hors du web est une précaution qui permet de garantir votre totale anonymité. Amusez vous, discutez, et surtout partagez les fichiers que vous aimez. -welcomeThanksButton.value = Remerciements -sidebarUpload = Go to Upload -> -sidebarIframeNotSupported = Votre navigateur ne supporte pas les iframes. Si vous souhaitez uploader quelque chose, suivez ce +welcomeDescription.innerHTML = Tout d'abord, il ne se passe rien d'ill gal ou d'effrayant ici. C'est un lieu social o vous pouvez discuter et partager anonymement +sidebarIframeNotSupported = Votre navigateur ne supporte pas les iframes. Si vous souhaitez uploader quelque chose, suivez ce sidebarBrowseFiles = Parcourir les fichiers -> +diskUsage = Espace de stockage +refreshButton.value = Rafra chir +refreshButton.title = Le taux d'utilisation du disque ne peut tre rafra chi que toutes les 5 minutes + mainChatChat = Chat mainChatSend.value = Envoyer mainChatName.placeholder = Pseudo From aed64dbba41c772633d6ea9b253844ef629e00d8 Mon Sep 17 00:00:00 2001 From: geekspourjesus Date: Tue, 5 Apr 2016 18:22:50 +0200 Subject: [PATCH 3/6] Update data.en.properties Added some new strings --- piratebox/piratebox/www/locales/data.en.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/piratebox/piratebox/www/locales/data.en.properties b/piratebox/piratebox/www/locales/data.en.properties index 5178016..a5b9f8b 100644 --- a/piratebox/piratebox/www/locales/data.en.properties +++ b/piratebox/piratebox/www/locales/data.en.properties @@ -16,6 +16,10 @@ sidebarUpload = Go to Upload -> sidebarIframeNotSupported = Your browser does not support iframes.. If you want to upload something, follow this sidebarBrowseFiles = Browse Files -> +diskUsage = Disk Usage +refreshButton.value = Refresh +refreshButton.title = Disk usage can only be refreshed every 5 minutes + mainChatChat = Chat mainChatSend.value = Send mainChatName.placeholder = Alias From 20374a8b2455cf8e17b80dac9e96a02a18c5d458 Mon Sep 17 00:00:00 2001 From: geekspourjesus Date: Tue, 5 Apr 2016 18:23:43 +0200 Subject: [PATCH 4/6] Update data.de.properties Added some new strings --- piratebox/piratebox/www/locales/data.de.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/piratebox/piratebox/www/locales/data.de.properties b/piratebox/piratebox/www/locales/data.de.properties index 94f3d7d..6306fa1 100644 --- a/piratebox/piratebox/www/locales/data.de.properties +++ b/piratebox/piratebox/www/locales/data.de.properties @@ -16,6 +16,10 @@ sidebarUpload = Go to Upload -> sidebarIframeNotSupported = Your browser does not support iframes.. If you want to upload something, follow this sidebarBrowseFiles.innerHTML = Stöbere Dateien -> +diskUsage = Disk Usage +refreshButton.value = Refresh +refreshButton.title = Disk usage can only be refreshed every 5 minutes + mainChatChat = Chat mainChatSend.value = Send mainChatName.placeholder = Alias From 6e9e9c5db159715d7fca3c21a6291f918c74d7a1 Mon Sep 17 00:00:00 2001 From: geekspourjesus Date: Tue, 5 Apr 2016 18:26:37 +0200 Subject: [PATCH 5/6] added some data-l10n-id to extend localisation added some data-l10n-id to extend localisation --- piratebox/piratebox/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piratebox/piratebox/www/index.html b/piratebox/piratebox/www/index.html index 55ff768..9f69f8c 100644 --- a/piratebox/piratebox/www/index.html +++ b/piratebox/piratebox/www/index.html @@ -56,7 +56,7 @@
- +
From d650dfb49ab2f90c6d65bc788c96d3802a403f6a Mon Sep 17 00:00:00 2001 From: geekspourjesus Date: Tue, 5 Apr 2016 18:34:31 +0200 Subject: [PATCH 6/6] Update data.fr.properties fixed typos --- piratebox/piratebox/www/locales/data.fr.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piratebox/piratebox/www/locales/data.fr.properties b/piratebox/piratebox/www/locales/data.fr.properties index ae11d82..a48c3d8 100644 --- a/piratebox/piratebox/www/locales/data.fr.properties +++ b/piratebox/piratebox/www/locales/data.fr.properties @@ -10,7 +10,7 @@ logoIMG.alt = PirateBox logoIMG.title = PirateBox - Partagez librement welcomeWelcome = Bienvenue -welcomeDescription.innerHTML = Tout d'abord, il ne se passe rien d'ill gal ou d'effrayant ici. C'est un lieu social o vous pouvez discuter et partager anonymementanonymement des fichiers avec les personnes qui vous cotoient! C'est un réseau hors ligne, spécialement conçu et développé pour le partage de fichiers et la discussion. Rester hors du web est une précaution qui permet de garantir votre total anonymat. Amusez vous, discutez, et surtout partagez les fichiers que vous aimez. welcomeThanksButton.value = Merci sidebarUpload = Partagez des fichiers -> sidebarIframeNotSupported = Votre navigateur ne supporte pas les iframes. Si vous souhaitez uploader quelque chose, suivez ce